/**
* CSS
* @version 1.0
* @author Ozhan Binici
*/

/*
@import url("/fonts/Fira Sans.css");
@import url("/fonts/Akkurat-Italic.css");
@import url("/fonts/Fira Sans.css");
@import url("/fonts/Genath-Italic.css");
@import url("/fonts/Genath-Light.css");
@import url("/fonts/Genath-LightItalic.css");
@import url("/fonts/Genath-Regular.css");
*/
/**************************************************

	font-family: "CopperplateGothicStd-29AB";
	font-family: "CopperplateGothicStd-29BC";
	font-family: "CopperplateGothicStd-31AB";
	vs.
	font-weight:300;
	
	-----------------------------------------------
	
	font-family: "Neutraface2Text";

	Light:
	font-weight: 300;
	
	Book:
	font-weight:300;
	
	Demi:
	font-weight: 600;
	
	Bold:
	font-weight:500;

	Italic oldugunda;
	font-style: italic;

 **************************************************/

strong {
	font-weight:500;
}

::-moz-selection { 
	background: #010101;
	color:#ffffff;
}
::selection {
    background: #010101;
	color:#ffffff;
}

body {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color:#F3F2F1;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	font-size:18px;
	line-height:30px;
	font-family: "Fira Sans";
	font-weight:300;
}
p {
	font-family: "Fira Sans";
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.container {
	position:relative;
	display:block;
	width:100%;
	max-width: 1130px;
	height:auto;
	margin:0 auto;
	padding:0px;
}


.container:after{
	content:"";
	display:block;
	clear:both;
}

header {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
	height:auto;
	background-color:transparent;
	display:block;
}

header .container {
	padding: 30px 15px 30px 15px;
	padding: 30px 15px 25px 15px;
}
footer {
	position:relative;
	width:100%;
	height:auto;
	background-color:transparent;
	display:block;
}

#logo {
	position:relative;
	display:block;
	width:250px;
	width:207px;
	margin-left:15px;
	margin-right:28px;
	margin-top:3px;
	height:auto;
	float:left;
}

#logo img {
	width:100%;
}

#social-media {
	position:relative;
	display:block;
	width:120px;
	height:auto;
	float:right;
	margin-top:26px;
}

#social-media:after {
	content:" ";
	display:block;
	clear:both;
}

#social-media li {
	position:relative;
	display:block;
	float:left;
	padding:0px;
	width:40px;
	height:28px;
	margin-bottom:10px;
	text-align:right;
}

#social-media li a {
	position:relative;
	display:inline-block;
	
}
#social-media li svg {
	position:relative;
	display:block;
	width:24px;
	height:24px;
}

#social-media li a svg path,
#social-media li a svg circle {
	fill:#666666;
}

#social-media li a:hover svg path,
#social-media li a:hover svg circle {
	fill:#000000;
}


footer {
	font-family: "Fira Sans";
	font-weight:300;
	font-size:14px;
	line-height:30px;
	margin-top:50px;
}

footer p.footnote {
	position:relative;
	text-align:center;
	display:block;
	font-size:14px;
	line-height:30px;
	margin-bottom:0px;
}

footer #subscribe {
	position:relative;
	float:right;
}

footer #subscribe label {
	display:inline-block;
	padding-right:10px;
	font-family:"Fira Sans";
	font-weight:500;
}
footer #subscribe input {
	font-family: "Fira Sans";
	padding: 0px 10px;
	line-height: 30px;
	background-color:rgba(255,255,255,0.5);
	display:inline-block;
}
footer #subscribe input[type='submit']{
	cursor:pointer;
	color:#000;
	background-color:rgba(255,255,255,0.5);
	font-family:"Fira Sans";
	font-weight:500;
}

footer #subscribe input[type='submit']:hover,
footer #subscribe input:focus {
	background-color:rgba(255,255,255,1);
}

footer #subscribe #subscribe_response {
	line-height:30px;
	display:block;
}

footer #subscribe input::-webkit-input-placeholder {
	color:#7f650e;
	font-family: "Fira Sans";
}
footer #subscribe input:-moz-placeholder {
	color:#7f650e;
	font-family: "Fira Sans";
}
footer #subscribe input:-moz-placeholder {
	color:#7f650e;
	font-family: "Fira Sans";
}
footer #subscribe input:-ms-input-placeholder {
	color:#7f650e;
	font-family: "Fira Sans";
}
footer #subscribe input::placeholder {
	color:#7f650e;
	font-family: "Fira Sans";
}

footer p.distribution {
	position:relative;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:30px;
	margin-bottom:0px;
	clear:left;
}

footer p.footnote strong {
	font-family: "Fira Sans";
	font-weight:500;
}


footer p.footnote em {
	font-family: "Fira Sans";
	font-weight:300;
	font-style:italic;
	font-size:19px;
	line-height:11px;
	margin-left:-1px;
	margin-right:-1px;
}

footer p.footnote a {
	color:#000;
	text-decoration:underline;
}

footer p.footnote a:hover {
	color:#FFF;
}

header .inner {
	position:relative;
	display:block;
	max-width: 1000px;
	height:auto;
	margin:0 auto;
}



header #menu {
	position:relative;
	display:block;
	float:left;
	padding-left:calc(33.33% - 233px);
	width:calc(100% - 370px);
	margin-top:24px;
}


header #menu:after {
	content:"";
	display:block;
	clear:both;
}


header #menu li {
	position:relative;
	float:left;
	padding-right: 10px;
	background-color:transparent;
}

header #menu li:last-child {
	padding-right:0px;
}

header #menu a {
	font-family: "Fira Sans";
	font-weight:500;
	font-size:16px;
	line-height:28px;
	color:#000;
	display:block;
	padding-left:8px;
	padding-right:8px;
	background-color:rgba(0, 0, 0, 0);
	color:#000000;
	/*
	-webkit-transition: background-color 0.5s ease, color 0.5s ease;
	-moz-transition: background-color 0.5s ease, color 0.5s ease;
	-ms-transition: background-color 0.5s ease, color 0.5s ease;
	transition: background-color 0.5s ease, color 0.5s ease;
	*/
}

header #menu a:hover,
header #menu a.selected{
	background-color:rgba(0, 0, 0, 0.75);
	color:#FFFFFF;
}



#content {
	width:100%;
	height:auto;
	position:relative;
	display:block;
	min-height:calc(100vh - 240px);
	margin-top:136px;
	margin-top:119px;
}

#content.locations {
	margin-top:0px;
}

#content .container {
	text-align:center;
	max-width:1120px;
}



#carousel {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:44px;
}

#carousel .prev-next {
	display:none;
}

#carousel li {
	width:100%;
	/*height:675px;*/
	height:400px;
}

#carousel li img {
	width:100%;
}

#carousel li iframe, 
#carousel li object, 
#carousel li embed { 
	width: 100%; 
	height: 100%;
}
#carousel .pager {
	position:absolute;
	top:20px;
	left:20px;
	z-index:1001;
}

#carousel.playing .pager,
#carousel.playing .prev-next {
	opacity:0.2;
}

#carousel.playing .pager:hover,
#carousel.playing .prev-next:hover {
	opacity:1;
}



#carousel .pager span {
	background:transparent;
	border:4px solid #ffcb1c;
	width:20px;
	height:20px;
	border-radius:10px;
	color:transparent;
	overflow:hidden;
	display:block;
	margin-bottom:10px;
	cursor:pointer;
}

#carousel .pager span.cycle-pager-active {
	background:#ffcb1c;
}

#carousel li .caption {
	position:absolute;
	top:320px;
	left:20px;
	z-index:1002;
	width:100%;
	max-width:500px;
	color:#ffcb1c;
}

#carousel li .caption h3 p {
	font-family: "Fira Sans";
	font-weight:500;
	font-size:28px;
	line-height:32px;
	text-shadow:0px 0px 6px rgba(0,0,0,0.75);
	margin-bottom:9px;
}

#carousel li .caption p {
	font-size:18px;
	line-height:22px;
	margin-bottom:7px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

#carousel li .caption a {
	display:inline-block;
	color:#ffcb1c;
	border-bottom:1px solid #ffcb1c;
	font-family: "Fira Sans";
	font-weight:500;
	font-size:20px;
	line-height:20px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

#carousel li .caption a:hover {
	color:#FFF;
	border-bottom:1px solid #FFF;
}
#news{
	max-width:1000px;
	margin:0 auto;
}
#news .horizontal{
	position:relative;
	display:block;
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 2px solid #ffcb1c;
	font-size:0px;
	color:#000;
	line-height:1px;
}
#news .horizontal:last-child{
	border-bottom: none;
}

#news .horizontal:hover h4{
	color:#ffcb1c;
}

#news .news figure{
	position:relative;
	display:inline-block;
	width:100px;
	height:100px;
}
#news .news article{
	display:inline-block;
	padding-left:30px;
	min-height:100px;
	vertical-align:top;
	width:calc(100% - 100px);
}
#news .news article p{
	margin-bottom:0px;
	font-size:16px;
	line-height:24px;
}
#news .news figure img{
	width:100px;
	max-width:100%;
}
#news .news article h4{
	    font-family: "Fira Sans";
	    font-weight:500;
	    font-size: 18px;
	    line-height: 30px;
	    color: #000;
}

.event figure{
	float:none;
	width:600px;
	margin:0 auto;
}
.event figure img{
	max-width:100%;
	margin: auto;
}
.event article{
	display:none;
}

.book figure a {
	display:block;
	color:#000;
	text-align:center;
	line-height:36px;
	background-color:#ffcb1c;
	font-weight:500;
	font-family: "Fira Sans";
}

.book figure a:hover {
	color:#FFF;
}

.book figure,
.writer figure,
.illustrator figure{
	float:left;
	padding:15px 30px;
	width:33.33%;
	position:relative;
}

.book figure .caption {
	position:relative;
	display:block;
	margin-top:10px;
	text-align:left;
	margin-bottom:10px;
}

.book figure .caption p {
	margin-bottom:0px;
}

.book figure .caption p strong {
	font-weight:500;
}

.newspaper-writer{
	margin-top:20px;
}
.newspaper-writer-bottom{
	display:none;
}
.book figure img,
.writer figure img,
.illustrator figure img{
	max-width:100%;
	width:100%;
}
.event-row{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #ffcb1c;
}
.event-row:last-child{
	margin-bottom:0px;
	padding-bottom:30px;
	border-bottom:none;
}
.event-row:before, 
.event-row:after{
	display:table;
	content: "";
	clear:both;
}
.book  .event-row figure img{
	max-width:100%;
	width:100%;
	border:none;
}

.book  .event-row h3{
	font-family: "Fira Sans";
	    font-weight:500;
	    font-size: 24px;
	    line-height: 30px;
	    margin-bottom: 15px;
}
.book article,
.writer article,
.illustrator article{
	float:right;
	width:66.67%;
	padding:15px 30px;
	text-align:left;
}
.book article p a,
.writer article p a,
.illustrator article p a  {
	color:#000;
}

.sale-points p a {
	font-weight:500;
}
.book article p a:hover,
.writer article p a:hover,
.illustrator article p a:hover  {
	text-decoration:underline;
}

/*.book article p a.goodreads {
	padding:2px 6px;
	text-decoration:none;
	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	display:inline-block;
	background-color:#FFFFFF;
}

.book article p a.goodreads:hover {
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.10);
}*/

.book article p strong,
.writer article p strong,
.illustrator article p strong {
	font-family: "Fira Sans";
	font-weight:500;
}

.book article p em,
.writer article p em,
.illustrator article p em {
	font-family: "Fira Sans";
	font-weight:400;
	font-style: italic;
}

.book article h1,
.writer article h1,
.illustrator article h1{
	font-family: "Fira Sans";
	font-weight:500;
	font-size:36px;
	line-height:44px;
	margin-bottom:30px;
}

.book article h1 .subt,
.writer article h1 .subt,
.illustrator article h1 .subt{
	font-family: "Fira Sans";
	font-weight:400;
	font-style: normal;
	font-size:36px;
	line-height:44px;
	display:block;
}
.book article h2,
.writer article h2,
.illustrator article h2,
#books h2,
#writers h2,
#illustrators h2,
.photos h2 {
	font-family: "Fira Sans";
	font-weight:300;
	font-style: italic;
	font-size:28px;
	line-height:30px;
	margin-bottom:30px;
}

.photos h2 {
	text-align:left;
	padding-left:calc(33.33% + 20px);
}
#books h2,
#writers h2,
#illustrators h2 {
	margin-bottom:0px;
}
.book article .kunye,
.writer article .kunye,
.illustrator article .kunye{
	position:relative;
	margin-bottom:30px;
}

.book article .kunye a.button {
	width: auto;
	height: auto;
	display: inline-block;
	background-color: rgba(0,0,0,0.15);
	background-color:rgba(240,149,39,1);
	color: #000;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	font-family: "Fira Sans";
	font-weight: 500;
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
	
}

.book article .kunye a.button:hover {
	color: #FFF;
	
	color:rgba(240,149,39,1);
	    background-color: rgba(0,0,0,0.85);
	
}

.book article .kunye p,
.writer article .kunye p,
.illustrator article .kunye p{
	margin-bottom:0px;
}

.book article .text-box,
.writer article .text-box,
.illustrator article .text-box{
	position:relative;
	margin-bottom:30px;
}

span.date{
	font-weight:500;
}

#books h2,
#writers h2,
#illustrators h2 {
	margin-left:15px;
}

#books.within-authors h2,
#writers.within-authors h2,
#illustrators.within-authors h2 {
	margin-left:30px;
	margin-bottom:20px;
}

#books-filter, 
#writers-filter,
#writers-type-filter {
	width:100%;
	height:auto;
	display:block;
}

#books-filter.new-filters {
	margin-bottom:5px;
}

#writers-filter {
	margin-bottom:35px;
}

#writers-type-filter {
	margin-bottom:35px;
}

#books-filter:after, 
#writers-filter:after, 
#writers-type-filter:after {
	content:"";
	clear:both;
	display:block;
}

#books-filter li, 
#writers-filter li, 
#writers-type-filter li {
	position:relative;
	float:left;
	margin-right:35px;
}

#books-filter li:last-child, 
#writers-filter li:last-child, 
#writers-type-filter li:last-child {
	margin-right:0px;
}

#books-filter li a, 
#writers-filter li a, 
#writers-type-filter li a {
	font-family: "Fira Sans";
	font-weight:500;
	font-size:18px;
	line-height:18px;
	color:#000;
	border-bottom:1px solid transparent;
}

#books-filter.segment-1 li a {
	font-weight:300;
	font-family: "Fira Sans";
} 

#books-filter.segment-2 li a {
	font-weight:300;
	font-family: "Fira Sans";
	font-style:italic;
} 

#books-filter li a:hover,
#books-filter li a.active,
#writers-filter li a.active,
#writers-filter li a:hover,
#writers-type-filter li a.active,
#writers-type-filter li a:hover {
	border-bottom:1px solid #000;
}

#books,
#writers,
#illustrators {
	width:calc(100% + 30px);
	margin-left:-15px;
	height:auto;
	display:block;
}

#writers {
	width:calc(100% + 10px);
	margin-left:-5px;
}
#books.within-authors,
#writers.within-authors,
#illustrators.within-authors {
	width:calc(100% + 30px);
	margin-left:-30px;
	height:auto;
	display:block;
}

.search-results #books,
.search-results #writers,
.search-results #illustrators {
	margin-top:30px;
}

#books:after,
#writers:after,
#illustrators:after {
	content:"";
	clear:both;
	display:block;
}


#books .book, 
#writers .writer, 
#illustrators .illustrator {
	width:auto;
	position:relative;
	display:block;
	float:left;
	padding:15px;
}

#writers .writer {
	padding-bottom:0px;
}

#books .book.hide,
#writers .writer.hide {
	display:none;
}
#books .book img {
	position:relative;
	display:block;
	width:100%;
}

#books .book .inner {
	background-size:cover;
	background-position:center center;
	
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:445px;
}

#books .book .inner > img {
	display:none;
}
/*
.writer #books .book .inner {
	height:390px;
}
*/
#books .book .inner .label {
	position:absolute;
	z-index:1;
	top:15px;
	right:15px;
	padding:0 0 0 7px;
	width:auto;
	background-color:#FFFFFF;
}

#books figure .label {
	position:absolute;
	top:15px;
	right:30px;
	padding:0 0 0 7px;
	width:auto;
	background-color:#F3F2F1;
	font-weight:500;
}

#books .book,
#writers .writer,
#illustrators .illustrator {
	width:25%;
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 18px;
	line-height: 30px;
	color:#000;
}

#books .book {
	width:calc(33.33% - 50px);
	margin:0px 25px 50px 25px;
	height:550px;
	background-color:#FFFFFF;

	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}
/*
.writer #books .book {
	height:495px;
}
*/
#books .book.full {
	width:calc(100% - 50px);
	height:auto;
}

#books .book.full .inner {
	width:calc(33.33% - 38px);
	float:left;
	position:relative;
}

#books .book.full .inner .label {
	top:0px;
	right:0px;
}


#books .book.full .text {
	width:calc(66.67% + 38px);
	float:left;
	padding:26px 130px 0 50px;
	margin:0px;
	margin-top:-2px;
}

#writers .writer {
	width:calc(25% - 30px);
	margin:0px 15px 30px 15px;
	height:auto;
	background-color:#FFFFFF;
	

	-webkit-transition: box-shadow 0.5s ease;
	-moz-transition: box-shadow 0.5s ease;
	-ms-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
}


#books .book:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
}


#writers .writer p {
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 18px;
	line-height: 24px;
	color:#000;
	margin-top:8px;
	margin-bottom:8px;
}

#illustrators .illustrator:nth-child(4n+1) {
	clear:left;
}

.writer #books .book, 
.illustrator #books .book {
	width:calc(50% - 35px);
}

#books .book .text {
	font-family: "Fira Sans";
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	margin-top:10px;
	margin-bottom:0px;
	height:auto;
	text-align:left;
}
#content.locations #books .book {
	background-color:transparent;
	margin:0px;
	width:25%;
	height:auto;
	margin-bottom:30px;
}

#content.locations #books .book:nth-child(4n+1){
	clear:both;
}
#content.locations #books .book:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#content.locations #books .book .text {
	height:auto;
}

#books .book .text div {
	position:relative;
	display:inline-block;
	border-bottom:2px solid transparent;
}


#content.locations #books .book:hover .text div {
	border-bottom:2px solid transparent;
}

#content.locations #books .book .text div p {
	margin-bottom:0px;
}

#content.locations #books .book .text div a {
	color:#000000;
	text-decoration:none;
}

#content.locations #books .book .text div a:hover {
	text-decoration:underline;
}

#books .book strong {
	font-family: "Fira Sans";
	font-weight:500;
}
#books .book .subt {
	font-family: "Fira Sans";
	font-weight:400;
	font-style: normal;
}
/*
#illustrators .illustrator:first-child {
	margin-left:12.5%;
}

#writers .writer:hover p span,
#illustrators .illustrator:hover p span {
	border-bottom:2px solid #000;
}
*/

#writers .writer:hover {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.20);
}

#writers .writer img,
#illustrators .illustrator img {
	width:100%;
}


#writers .writer img,
#illustrators .illustrator img {
	border: 0px;
	width:100%;
	height:auto;
}

#writers .writer img {
	filter: grayscale(40%);
}



.about {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}


#about-text {
	max-width:1040px;
	margin:0 auto;
	position:relative;
	display:block;
	margin-bottom:50px;
	padding-top:10vh;
	padding-left:20px;
	padding-right:20px;
}

.home-page #about-text {
	margin-top:50px;
	margin-bottom:20px;
	padding-top:0px;
}

.home-page .line {
	border-top:1px solid rgba(0,0,0,0.3);
	margin-top:50px;
}

#about-text p:first-child {
	font-size:30px;
	font-weight: 500;
	font-style:italic;
}
#about-text p {
	font-family: "Fira Sans";
	font-weight: 300;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
}

#about-text p em {
	font-family: "Fira Sans";
	font-weight:300;
	font-style: italic;
	font-size: 30px;
	line-height: 32px;
	margin-right: -2px;
}

#people {
	width:calc(100% + 30px);
	height:auto;
	position:relative;
	display:block;
}

#people:after {
	content:"";
	clear:both;
	display:block;
}

#people li {
	width: 33.3%;
	height: auto;
	position: relative;
	float: left;
	display: block;
	padding:15px;
}

#people li h4 {
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 20px;
	line-height: 24px;
}

#people li h5 {
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 18px;
	line-height: 30px;
	color: #ffcb1b;
}

#people li p {
	margin-bottom:0px;
	line-height:26px;
}


#forms {
	max-width:600px;
	margin:0 auto;
}

#forms > li {
	margin-bottom:30px;
}

#forms > li:last-child {
	margin-bottom:0px;
}

#forms > li:nth-child(2) > p {
	margin-bottom:0px;
}

#forms a {
	color:#000;
	text-decoration:underline;
}

#forms a:hover {
	color:#ffcb1c;
}

#forms h1 {
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 22px;
	line-height: 33px;
	margin-bottom:20px;
}

#forms h1 em {
	font-family: "Fira Sans";
	font-weight:300;
	font-style: italic;
	font-size: 29px;
	line-height: 29px;
}

#forms p em {
	font-family: "Fira Sans";
	font-weight:300;
	font-style: italic;
	font-size: 22px;
	line-height: 16px;
}

#forms h5 {
	font-family: "Fira Sans";
	font-weight:500;
}

#forms .position-title {
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 18px;
	line-height: 30px;
	display:block;
	color:#000;
	text-decoration:none;
}

#forms .open .position-title {
	color:#ffcb1c;
}

#forms .position-text {
	display:none;
	padding-bottom:30px;
}

#forms .position.open .position-text {
	display:block;
}




.menu-toggle {
	display:block;
	position:relative;
	z-index:1002;
	float:right;
	text-align:right;
	border:0px;
	pointer-events:auto;
	background-color:transparent;
	width: 30px;
	height: 24px;
	margin: 8px;
	margin-right:0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/
	cursor: pointer;
	display:none;
	font-size:24px;
	line-height:24px;
	margin-top:24px;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 0.18em;
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle:hover span {
	background:rgba(0, 0, 0, 1);
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 12px;
}

.menu-toggle span:nth-child(4) {
  top: 24px;
}

.menu-toggle.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.open span:nth-child(4) {
  top: 13px;
  width: 0%;
  left: 50%;
}

.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
	background-color:transparent;
}
.menu-toggle.toggled-on:focus {
	outline: none;
}


header .inner.toggled-on #menu {
	display:block;
}

#shopping-points {
	width:100%;
}
#shopping-points strong {
	font-family: "Fira Sans";
	font-weight:500;
}
#shopping-points .hover {
	display:inline-block;
	cursor:pointer;
	text-decoration:underline;
	max-width:calc(100% - 120px);
	/*height:30px;*/
}

#shopping-points .hover .hover-inner {
	display:block;
}

#shopping-points .no-hover {
	display:inline-block;
	vertical-align:top;
}
#shopping-points .hover:hover {
	color:#ffcb1c;
}

#shopping-points .hover:hover ul {
	display:block;
}

#shopping-points .hover ul {
	display:none;
	
}

#shopping-points .hover ul li {
	display:block;
	position:relative;
	float:left;
	margin-right:10px;
}
#shopping-points .hover ul li a {
	color:#000;
}

#shopping-points .hover ul li a:hover {
	text-decoration:underline;
}
#shopping-points .hover ul:after {
	content:"";
	display:block;
	clear:both;
}
#shopping-points > ul {
	width:100%;
}
#shopping-points > ul li {
	display:block;
	position:relative;
	float:left;
	margin-right:6px;
}

#shopping-points > ul li a {
	color:#000;
	text-decoration:underline;
}

#shopping-points > ul li a:hover {
	color:#ffcb1c;
}

#load-more {
	width: auto;
	height:auto;
	display:inline-block;
	background-color:rgba(0,0,0,0.15);
	color:#000;
	margin: 0 auto;
	padding:0 15px;
	text-align:center;
	font-family: "Fira Sans";
	font-weight:500;
	font-size: 18px;
	line-height: 36px;
	margin-top:12px;
}

#load-more:hover {
	color:#FFF;
	background-color:rgba(0,0,0,0.85);
}


/*********** BACK TO TOP **************/

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}


.cd-top {
  display: inline-block;
  height: 38px;
  width: 38px;
  position: fixed;
  bottom: 45px;
  right: 45px;
  border-radius:2px;
  box-shadow: none;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .50;
}

.cd-top:before
{
	opacity:1;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:block;
	position:absolute;
	top:16px;
	left:13px;
	content:"";
	width: 9px;
	height: 9px;
	border-right: 3px solid #FFF;
	border-top: 3px solid #FFF;
	
	-webkit-transform: perspective(999px) rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: perspective(999px) rotate(315deg);
	
}

.cd-top:hover {
  opacity: 1;
}

.cd-top {z-index:999;}

#books-filter.new-filters.segment-1,
#books-filter.new-filters.segment-2,
#books-filter.new-filters2.segment-1,
#books-filter.new-filters2.segment-2 {
	display:none;
}

#books-filter.new-filters.segment-1.active,
#books-filter.new-filters.segment-2.active,
#books-filter.new-filters2.segment-1.active,
#books-filter.new-filters2.segment-2.active {
	display:block;
}

.pagination {
	position:relative;
	display:block;
	text-align:center;
	margin-top:20px;
}

.pagination li {
	display:inline-block;
}

.pagination li a {
	color:#000;
	display:block;
	padding:4px 12px;
}

.pagination li a.inactive {
	pointer-events:none;
	color:#999;
}

.pagination li a:hover {
	background-color:#ffcb1c;
}

.pagination li a.active {
	background-color:#ffcb1c;
}

#map {
	position:relative;
	display:block;
	width:calc(100% - 50px);
	height:600px;
	margin:0 25px;
}

#map .gm-style-iw-d,
#map .gm-style-iw-d p {
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
}

#map .gm-style-iw-d a {
	color:#000;
	text-decoration:none;
}

#map .gm-style-iw-d a:hover {
	text-decoration:underline;
}




#mapM {
	position:relative;
	display:none;
	width:calc(100% - 50px);
	height:600px;
	margin:0 25px;
}

#mapM .gm-style-iw-d,
#mapM .gm-style-iw-d p {
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
}

#mapM .gm-style-iw-d a {
	color:#000;
	text-decoration:none;
}

#mapM .gm-style-iw-d a:hover {
	text-decoration:underline;
}

.photos {
	position:relative;
	display:block;
	border-top:1px solid rgba(0,0,0,0.3);
	margin-top:30px;
	padding-top:50px;
}

.photos-mobile {
	display:none;
}

.photos .links {
	width:100%;
	position:relative;
	display:block;
}

.photos .pages {
	width:100%;
	position:relative;
	display:block;
	margin-top:30px;
}

.photos .links a {
	width:calc(25% - 21px);
	height:auto;
	float:left;
	margin-right:28px;
	border:1px solid transparent;
	
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}

.photos-mobile .links a {
	width:calc(25% - 5px);
	margin-right:20px;
	margin-bottom:20px;
}

.photos-mobile .links a:nth-child(2n+1){
	margin-right:0px;
}

.photos-mobile .links a:nth-child(4){
	margin-right:0px;
}

.photos .pages > div {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	opacity:0;
}

.photos .pages > div.sentinel {
	position:relative;
	top:auto;
	left:auto;
}

.photos .pages > div:after {
	content:" ";
	display:block;
	clear:both;
}

.photos .pages > div img {
	width:50%;
	position:relative;
	display:block;
	margin:0px;
	float:left;
}

.photos-mobile .pages > div img {
	width:100%;
}

.photos .pages > div.active {
	opacity:1;
}

.photos .links a:hover,
.photos .links a.active {
	border-color:#000000;
}

.photos .links a:last-child {
	margin-right:0px;
}

.photos .links a img {
	width:50%;
	position:relative;
	display:block;
	margin:0px;
	float:left;
}

.photos-mobile .links a img {
	width:100%;
}

.photos .links:after,
.photos .links a:after {
	content:' ';
	display:block;
	clear:both;
}

.photos img {
	width:100%;
	margin-bottom:30px;
	display:block;
}

.photos img.half {
	width:50%;
	float:left;
}

.contact img.full {
	clear:both;
	max-width:900px;
	width:100%;
	margin: 30px auto 0px auto;
}
.post-caption {
	display:none;
}
.post-caption p {
	margin-bottom:0px;
}



@media (max-width:1200px){
	#social-media {
		margin-top:0px;
	}
	header #menu {
		clear:right;
		margin-top:0px;
		width:67%;
		float:right;
		text-align:right;
		padding-left:0px;
		/*margin-right:-8px;*/
	}
	
	header #menu li {
		float:none;
		display:inline-block;
	}
	
	header .container {
		padding:30px 25px;
	}
	#content .container {
		padding:0 5px;
	}
	
	#content.sale-points .container {
		padding:0 10px;
	}
	
	#content.locations .container {
		padding:0 20px;
	}
	
	#books,
	#writers {
		width:100%;
		margin-left:0px;
	}
}
@media (max-width:1160px){
	#books .book {
		height:calc(50vw);
	}

	#books .book .inner {
		height:calc(50vw - 105px);
	}
	
	#content.locations #books .book {
		width:33.33%;
	}
	#content.locations #books .book:nth-child(4n+1) {
		clear:none;
	}
	
	#content.locations #books .book:nth-child(3n+1) {
		clear:both;
	}
}

@media (max-width:990px){
	header #menu {
		display:none;
		margin-right:0px;
	}
	
	header #menu li {
		padding-right:0px;
	}
	header #social-media {
		display:none;
	}
	
	header .menu-toggle {
		display:block;
	}
	
	header.toggled-on #menu {
		display:block;
		position:fixed;
		top:100px;
		right:20px;
		width:140px;
		height:auto;
		padding-bottom:20px;
		background-color:#F3F2F1;
		z-index:1001;
	}
	
	header.toggled-on #social-media {
		display:block;
		position:fixed;
		top:295px;
		right:20px;
		width:140px;
		height:auto;
		padding-bottom:10px;
		background-color:#F3F2F1;
		z-index:1002;
		padding-left:10px;
	}
	
	#writers .writer {
		width:calc(33.33% - 30px);
	}
	
	#books .book.full .text {
		padding-right:50px;
	}

	#books .book {
		height:auto;
	}
	
	#content.locations #books .book {
		width:50%;
	}
	
	#content.locations #books .book:nth-child(3n+1) {
		clear:none;
	}
	
	#content.locations #books .book:nth-child(2n+1) {
		clear:both;
	}
}

@media (max-width:660px){
	#writers .writer {
		width:calc(50% - 30px);
		padding:10px 10px 0px 10px;
	}
	
	#books .book {
		width:calc(100% - 50px);
	}
	
	.writer figure {
		width:100%;
		float:none;
		padding:15px 25px;
	}
	
	.writer article {
		width:100%;
		float:none;
		padding:15px 25px;
	}
	
	.writer #books .book {
		width:calc(100% - 15px);
	}
	#books .book {
		height:auto;
	}
	#books .book .inner {
		height:auto;
		background-size:0%;
	}
	
	#books .book .inner > img {
		display:block;
	}
	
	.book figure,
	.book article {
		width:100%;
		float:none;
		padding:15px 25px;
	}
	
	.book figure .caption {
		display:none;
	}
	
	.post-caption {
		display:block;
	}
	
	.photos {
		padding-left:20px;
		padding-right:20px;
		display:none;
	}
	.photos-mobile {
		display:block;
	}
	.photos h2 {
		padding-left:0px;
	}
	#books figure .label {
		right:25px;
	}
	
	#writers {
		padding-left:5px;
		padding-right:5px;
	}
	#map {
		display:none;
	}
	#mapM {
		display:block;
		width:calc(100% + 20px);
		margin-left:-10px;
		height:300px;
	}
	
	#content.locations #books .book {
		width:100%;
		float:none;
		margin-bottom:0px;
	}
	#content.locations #books .book .text{
		text-align:center;
	}
	
	#books .book.full .text,
	#books .book.full .inner {
		width:100%;
		float:none;
		padding-left:0px;
		padding-right:0px;
	}
	
	#books .book.full #load-more {
		margin-top:0px !important;
	}
	
	#content.home-page .container {
		padding:0px;
	}
	
	#logo {
		/*width:200px;
		*/
		margin-top:0px;
	}
	
	header .container {
		padding:40px 25px;
		padding:20px 25px;
	}
	
	#content {
		margin-top:90px;
	}
	
	.menu-toggle {
		margin-top:6px;
		margin-top:11px;
	}
	
	#writers .writer p {
		font-size:14px;
		margin-left:-10px;
		width:calc(100% + 20px);
	}
	
	#about-text {
		padding-top:20px;
	}
}