/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul, .sidebar ol, .commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #040404;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#040404));
  background-image: -webkit-linear-gradient(top, #111111, #040404);
  background-image: -moz-linear-gradient(top, #111111, #040404);
  background-image: -o-linear-gradient(top, #111111, #040404);
  background-image: linear-gradient(to bottom, #111111, #040404); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    border: 1px solid black;
    border-top-color: black;
    border-left-color: black;
    background-color: black;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#040404), to(#000000));
    background-image: -webkit-linear-gradient(top, #040404, #000000);
    background-image: -moz-linear-gradient(top, #040404, #000000);
    background-image: -o-linear-gradient(top, #040404, #000000);
    background-image: linear-gradient(to bottom, #040404, #000000); }
  .button:active, .button:visited:active {
    background-color: #111111;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#040404), to(#111111));
    background-image: -webkit-linear-gradient(top, #040404, #111111);
    background-image: -moz-linear-gradient(top, #040404, #111111);
    background-image: -o-linear-gradient(top, #040404, #111111);
    background-image: linear-gradient(to bottom, #040404, #111111); }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

input {
  border: none;
  border-bottom: 1px solid #111111;
  color: #555;
  font-size: 12px;
  line-height: 1.467;
  padding: 6px 12px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* text-transform: uppercase; */
  border: 1px solid #111111;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
*/ }
  input:focus {
    border-color: #bf0d0d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 50px;
  display: inline-block;
  position: relative; }

input[type="checkbox"]:checked:after {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  background: #06060f;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 2px;
  font-size: 32px; }

input[type="checkbox"]:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1); }

input[type="checkbox"]:active, .regular-radio:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

/*
p.wysija-checkbox-paragraph{
	margin: 3px 0;
}
p.wysija-paragraph{
	margin: 10px 0;
}
input.wysija-submit,
input.wysija-submit-field{
	opacity: 0!important;
	float: right;
}
input[type="text"].wysija-input{
	width: 100%;
	background: transparent;
	color: #eee;
	padding: 10px;
	margin-bottom: 30px;
}
*/
ul.hlinks li{
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}
ul.hlinks li a{
	color: #bf0d0d;
}
.ui-helper-hidden-accessible {
  display: none; }

.ui-autocomplete {
  background: #fff; }

.ui-widget {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

img.desaturate {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important; }

#slider-wrapper {
  width: 940px;
  height: 470px;
  margin: 50px auto;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden; }

#s1 {
  padding: 6px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999; }

#s2 {
  padding: 6px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999; }

#s3 {
  padding: 6px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999; }

#s4 {
  padding: 6px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999; }

#s1:hover, #s2:hover, #s3:hover, #s4:hover {
  opacity: 1; }

.inner-wrapper {
  width: 940px;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden; }

.control {
  display: none; }

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%; }

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%; }

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%; }

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%; }

#Slide1:checked + #s1 {
  opacity: 1; }

#Slide2:checked + #s2 {
  opacity: 1; }

#Slide3:checked + #s3 {
  opacity: 1; }

#Slide4:checked + #s4 {
  opacity: 1; }

.overflow-wrapper {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.slide img {
  width: 50%;
  float: left; }

/* animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 0.4s;
  -moz-animation: fadeIn ease-in 0.4s;
  animation: fadeIn ease-in 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.fade-in.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.fade-in.two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.fade-in.three {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.fade-in.four {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.inview-animated {
  opacity: 0; }

.inview-animated.start, .animated {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft-now, .fadeInLeft.start {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@font-face {
  font-family: 'iconmetailie';
  src: url('../fonts/iconmetailie.eot?74252938');
  src: url('../fonts/iconmetailie.eot?74252938#iefix') format('embedded-opentype'), url('../fonts/iconmetailie.woff?74252938') format('woff'), url('../fonts/iconmetailie.ttf?74252938') format('truetype'), url('../fonts/iconmetailie.svg?74252938#iconmetailie') format('svg');
  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: 'iconmetailie';
    src: url('../font/iconmetailie.svg?74252938#iconmetailie') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconmetailie";
  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 - margins 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-user:before {
  content: '\e800'; }

/* '?' */
.icon-user-add:before {
  content: '\e801'; }

/* '?' */
.icon-location:before {
  content: '\e802'; }

/* '?' */
.icon-map:before {
  content: '\e803'; }

/* '?' */
.icon-cog:before {
  content: '\e804'; }

/* '?' */
.icon-rss:before {
  content: '\e805'; }

/* '?' */
.icon-phone:before {
  content: '\e806'; }

/* '?' */
.icon-star:before {
  content: '\e807'; }

/* '?' */
.icon-star-empty:before {
  content: '\e808'; }

/* '?' */
.icon-heart:before {
  content: '\e809'; }

/* '?' */
.icon-heart-empty:before {
  content: '\e80a'; }

/* '?' */
.icon-mail:before {
  content: '\e80b'; }

/* '?' */
.icon-search:before {
  content: '\e80c'; }

/* '?' */
.icon-picture:before {
  content: '\e80d'; }

/* '?' */
.icon-camera:before {
  content: '\e80e'; }

/* '?' */
.icon-quote:before {
  content: '\e80f'; }

/* '?' */
.icon-pencil:before {
  content: '\e810'; }

/* '?' */
.icon-print:before {
  content: '\e811'; }

/* '?' */
.icon-download:before {
  content: '\e812'; }

/* '?' */
.icon-upload:before {
  content: '\e813'; }

/* '?' */
.icon-info-circled:before {
  content: '\e814'; }

/* '?' */
.icon-home:before {
  content: '\e815'; }

/* '?' */
.icon-globe:before {
  content: '\e816'; }

/* '?' */
.icon-facebook-circled:before {
  content: '\e817'; }

/* '?' */
.icon-twitter-circled:before {
  content: '\e818'; }

/* '?' */
.icon-instagram:before {
  content: '\e819'; }

/* '?' */
.icon-gplus-circled:before {
  content: '\e81a'; }

/* '?' */
.icon-linkedin-circled:before {
  content: '\e81b'; }

/* '?' */
.icon-book:before {
  content: '\e81c'; }

/* '?' */
.icon-up-open:before {
  content: '\e81d'; }

/* '?' */
.icon-down-open:before {
  content: '\e81e'; }

/* '?' */
.icon-left-open:before {
  content: '\e81f'; }

/* '?' */
.icon-right-open:before {
  content: '\e820'; }

/* '?' */
.icon-mail-circled:before {
  content: '\e821'; }

/* '?' */
.icon-calendar:before {
  content: '\e822'; }

/* '?' */
.icon-calendar-empty:before {
  content: '\e823'; }

/* '?' */
.icon-cog-alt:before {
  content: '\e824'; }

/* '?' */
.icon-book-open:before {
  content: '\e825'; }

/* '?' */
.icon-link:before {
  content: '\e826'; }

/* '?' */
.icon-book-1:before {
  content: '\e827'; }

/* '?' */
.icon-back-in-time:before {
  content: '\e828'; }

/* '?' */
.icon-tag:before {
  content: '\e829'; }

/* '?' */
.icon-tags:before {
  content: '\e82a'; }

/* '?' */
.icon-bookmark:before {
  content: '\e82b'; }

/* '?' */
.icon-bookmark-empty:before {
  content: '\e82c'; }

/* '?' */
.icon-th:before {
  content: '\e82d'; }

/* '?' */
.icon-th-list:before {
  content: '\e82e'; }

/* '?' */
.icon-mic:before {
  content: '\e82f'; }

/* '?' */
.icon-edit:before {
  content: '\e830'; }

/* '?' */
.icon-award:before {
  content: '\e831'; }

/* '?' */
.icon-book-alt:before {
  content: '\e832'; }

/* '?' */
.icon-layers:before {
  content: '\e833'; }

/* '?' */
.icon-pinterest-circled:before {
  content: '\e834'; }

/* '?' */
.icon-shuffle:before {
  content: '\e835'; }

/* '?' */
.icon-users:before {
  content: '\e836'; }

/* '?' */
.icon-clock:before {
  content: '\e837'; }

/* '?' */
.icon-th-large:before {
  content: '\e838'; }

/* '?' */
.icon-th-1:before {
  content: '\e839'; }

/* '?' */
.icon-th-list-1:before {
  content: '\e83a'; }

/* '?' */
.icon-cancel:before {
  content: '\e83b'; }

/* '?' */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  line-height: 1.5;
  color: #111111; }

body.page-template-page-rentree{
	color: #fff;
    background: #ddd;
    background-position: center center;
    background-attachment: fixed;    
    border-top: 3px solid #bf0d0d;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

.inner-wrap, #inner-topheader, #inner-header, #inner-content, #inner-footer {
  max-width: 1160px;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a {
  color: #111111;
  text-decoration: none;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
  /*
	-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
*/
  /*
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
*/
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: black; }
  a:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  a.red {
    color: #bf0d0d; }

p a {
  color: #bf0d0d; }
  p a:hover, p a:focus {
    color: black; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
  h1.marging-top, .h1.marging-top, h2.marging-top, .h2.marging-top, h3.marging-top, .h3.marging-top, h4.marging-top, .h4.marging-top, h5.marging-top, .h5.marging-top {
    margin-top: 10px; }
  h1.foot-title, h1.marging-bottom, .h1.foot-title, .h1.marging-bottom, h2.foot-title, h2.marging-bottom, .h2.foot-title, .h2.marging-bottom, h3.foot-title, h3.marging-bottom, .h3.foot-title, .h3.marging-bottom, h4.foot-title, h4.marging-bottom, .h4.foot-title, .h4.marging-bottom, h5.foot-title, h5.marging-bottom, .h5.foot-title, .h5.marging-bottom {
    margin-bottom: 10px; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.2em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em;
  line-height: 1.4em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
  margin: 3px 0 3px 0; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: normal;
  margin: 5px 0; }

h7, .h7 {
  font-size: 11px;
  line-height: 1.4em;
  /* text-transform: uppercase; */
  font-weight: normal;
  display: block; }

.search-title {
  margin: 0;
  font-weight: bold; }

h3.small, h4.small, h5.small, h6.small {
  font-size: 80%; }

.upcase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.line-bottom {
  border-bottom: 3px solid #bf0d0d; }

.line-top {
  border-top: 3px solid #bf0d0d; }

.lined {
  border-top: 1px solid #bf0d0d; }

.lined2 {
  border-bottom: 1px solid #bf0d0d; }

.nomargin {
  margin: 0px !important; }

.nomargin-top {
  margin-top: 0px !important; }

.nomargin-bottom {
  margin-bottom: 0px !important; }

.margin-top {
  margin-top: 20px; }

.margin-bottom {
  margin-bottom: 20px; }

.red {
  color: #bf0d0d;
  border-color: #bf0d0d; }

.bordered {
  border: 1px solid #111111;
  padding: 2px 4px; }

.tagtitle {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #bf0d0d;
  display: inline-block;
  color: #bf0d0d;
  margin-bottom: 12px; }
  .tagtitle:after {
    content: '';
    display: block; }
  .tagtitle.spaced {
    margin: 20px 0; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.block {
  display: block; }

.alignleft {
  text-align: left; }

/*********************
HEADER STYLES
*********************/
#logo {
  background: url('../images/logo3.png');
/*   background: url('../images/logo_40ans.png'); */
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 112px;
  display: block;
  margin: 10px; }
  

.page-template-page-rentree #logo {
    background: url(../images/logo-white-600px.png);
    background-size: contain;
    width: 220px;
    height: 107px;
    display: inline-block;
    margin: 50px 10px 0;
}
.page-template-page-rentree .header-block{
	float: right;
    margin: 45px 20px 20px;
    text-align: right;
} 
.page-template-page-rentree h1.main{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    margin: 20px 0;
    color: #fff;
}
.fk-btn,
.big-button{
	background: #bf0d0d;
    padding: 7px 15px;
    border-radius: 50px;
    color: #eee;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}
.fk-btn{
	background: transparent;
    color: #fff;
    border: 1px solid;
    display: inline-block;
    line-height: 1.4em;
}
article.bookthumb:hover > a .description .fk-btn{
	background: #bf0d0d;
	border: 1px solid #bf0d0d;
}

.page-template-page-rentree #edito-rentree{
    padding: 30px;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}

#search-social {
  text-align: center;
  position: absolute;
  right: 0;
  top: 80px; }

#search-2 input[type="submit"] {
  display: none; }

#inner-header {
  position: relative; }

.searchbox {
  display: inline-block; }
  .searchbox input {
    background: none;
    color: #111111;
    padding: 6px 6px 6px 30px; }
  .searchbox .icon-search {
    position: relative; }
  .searchbox .icon-search:before {
    left: 3px;
    top: 7px;
    position: absolute;
    color: #111111; }

.sidesearch {
  margin: 5px 0 5px 10px; }
  .sidesearch input {
    padding: 5px 10px; }

/* slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides_tabs {
  position: absolute;
  bottom: 5px;
  z-index: 99999;
  left: 50%;
  margin-left: -10px; }

.rslides_tabs li {
  display: inline-block;
  margin-right: 5px; }
  .rslides_tabs li a {
    color: transparent;
    background: #222;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 0;
    padding: 5px; }
  .rslides_tabs li.rslides_here a {
    background: #bf0d0d; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
nav ul {
  margin: 0; }

/* header nav#top-navigation, */
header nav#main-navigation {
  text-align: center;
  margin-top: 20px;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  header nav#main-navigation ul {
    margin: 0; }
  header nav#main-navigation #menu-main-menu {
    display: inline-block; }
  header nav#main-navigation li {
    margin: 0;
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    header nav#main-navigation li a {
      display: block;
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18px;
      color: #111111;
      padding: 15px;
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
      header nav#main-navigation li a:hover, header nav#main-navigation li a:focus {
        /* background: $font-color; */
        color: #bf0d0d;
        /*
border-bottom: 1px solid $red-link;
				box-sizing:border-box;
				-moz-box-sizing:border-box;
*/ }
    header nav#main-navigation li:last-child a:after {
      border: none; }
    header nav#main-navigation li ul.sub-menu li a, header nav#main-navigation li ul.children li a {
      padding-left: 30px; }
  header nav#main-navigation li.current-menu-item a, header nav#main-navigation li.current_page_item a, header nav#main-navigation li.current-page-ancestor a {
    color: #bf0d0d;
    /* border-bottom: 1px solid $red-link; */ }

/* end .nav */
nav#main-navigation {
  display: none; }
  nav#main-navigation li {
    margin-left: -3px; }
    nav#main-navigation li a {
      padding: 10px 15px 10px; }
  nav#main-navigation.fixed-nav {
    top: 0px;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    z-index: 999999;
    border-bottom: 1px solid #666; 
    background: #fff;
    }

#mobmenu {
  /*
	cursor: pointer;
	font-size: 20px;
	font-weight: 900;
	color: $red-link;
	text-align: center;
	margin: 30px auto 10px;
*/
  position: absolute;
  top: 23px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  color: #bf0d0d;
  text-align: center;
  margin: 0px auto 0px; }

.logged-in nav#main-navigation.fixed-nav {
  top: 32px; }

header {
  text-align: left;
  /*
	#inner-topheader{
		text-align: right;
		padding-top: 6px;
	}
*/
  /*
	nav#top-navigation{
		border: none;
		display: inline-block;
		li{
			a{
				color: $red-link;
				border-bottom:1px solid $red-link;
				&:hover, &:focus{
					color: $font-color;
					border-bottom: 1px solid $font-color;
				}
			}
		}

		li.current-menu-item,
		li.current_page_item,
		li.current-page-ancestor {

			a {
				color: $red-link;
				border-bottom: 1px solid $red-link;
			}

		}

	}
*/ }
  header ul#social-head {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: 4px; }
    header ul#social-head li {
      display: inline-block; }
      header ul#social-head li a {
        color: #bf0d0d;
        font-size: 24px; }
        header ul#social-head li a:hover {
          color: #111111; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0;
  font-size: 13px; }

#main {
  /* background: #f6f6f6; */
  padding: 0px;
  margin: 30px 0 0; }

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

/* end .hentry */
.archive-title {
  color: #bf0d0d;
  font-weight: bold; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  font-size: 12px; }
  .byline a {
    color: #999; }

nav.catalogue {
  margin: 11px 0px 10px 0;
  left: 0; }

.catalogue-space {
  height: 30px;
  width: 100%; }

a.scrollto {
  padding: 2px 4px 2px 4px;
  position: relative;
  margin: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid transparent; }
  a.scrollto:hover {
    color: #bf0d0d;
    border-top: 1px solid; }

h1.title-up {
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0 12px 0;
  font-weight: 900;
  border-bottom: 3px solid #bf0d0d;
  margin-bottom: 10px; }

.nav-main-filters, .nav-collections, .nav-types, .nav-pays {
  min-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-align: center; }
  .nav-main-filters a.sbtn, 
  .nav-main-filters a#showcol, 
  .nav-collections a.sbtn, 
  .nav-collections a#showcol, 
  .nav-types a.sbtn, 
  .nav-types a#showcol, 
  .nav-formats a.sbtn, 
  .nav-formats a#showcol, 
  .nav-pays a.sbtn, 
  .nav-pays a#showcol {
    color: #FFF;
    background: #bf0d0d;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    position: relative;
    margin: 5px;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid transparent; }
    .nav-main-filters a.sbtn.nofloat, .nav-main-filters a#showcol.nofloat, .nav-collections a.sbtn.nofloat, .nav-collections a#showcol.nofloat, .nav-types a.sbtn.nofloat, .nav-types a#showcol.nofloat, .nav-pays a.sbtn.nofloat, .nav-pays a#showcol.nofloat {
      float: none; }
  .nav-main-filters ul, .nav-collections ul, .nav-types ul, .nav-formats ul, .nav-pays ul {
    margin: 0;
    display: inline-block; }
  .nav-main-filters li, .nav-collections li, .nav-types li, .nav-formats li, .nav-pays li {
    display: inline-block; }
    .nav-main-filters li span, 
    .nav-main-filters li a, 
    .nav-collections li span, 
    .nav-collections li a, 
    .nav-types li span, 
    .nav-types li a,
    .nav-formats li span, 
    .nav-formats li a, 
    .nav-pays li span, 
    .nav-pays li a {
      background: #bf0d0d;
      color: #FFF;
      font-weight: bold;
      border-top: 1px solid transparent;
      padding: 2px 6px 2px 6px;
      position: relative;
      margin: 5px;
      display: block;
      text-transform: uppercase;
      font-size: 12px; }
    .nav-main-filters li span, .nav-collections li span, .nav-types li span, .nav-formats li span, .nav-pays li span {
      border-top: 1px solid transparent; }
      
      .nav-main-filters li span:hover, .nav-collections li span:hover, .nav-types li span:hover, .nav-formats li span:hover, .nav-pays li span:hover {
        color: #111111;
        border-top: 1px solid transparent; }
      .nav-main-filters li span:after, .nav-collections li span:after, .nav-types li span:after, .nav-formats li span:after, .nav-pays li span:after {
        border: none; }
    .nav-main-filters li:last-child a:after, .nav-collections li:last-child a:after, .nav-types li:last-child a:after, .nav-formats li:last-child a:after, .nav-pays li:last-child a:after {
      border: none; }

.collbtn, .mapbtn {
  display: none; }

.nav-main-filters {
  /* background: #aaa; */ }
  .nav-main-filters li {
    display: inline-block; }
    .nav-main-filters li span {
      color: #444;
      border: none; }

.triple li {
  width: 33.333%; }

.featured-post {
  line-height: 0; 
  margin: 30px 0;}
  .featured-post img.bandeau {
    width: 100%;
    height: auto; }

article {
  position: relative;
  text-align: justify;
  vertical-align: top;
  margin-right: 30px;
  }
  article.halfwidth {
    width: 99%;
    margin: 2% 1% 2% 0;
    padding: 0;
    display: inline-block;
    max-height: 265px;
    overflow: hidden; }
    article.halfwidth section.entry-content {
      font-size: 90%; }
  article.thirdwidth {
    padding: 0;
    display: inline-block; }

article.bookthumb {
  display: inline-block;
  margin: 0 0.1% -1px 0;
  vertical-align: top;
  width: 32%; }
  article.bookthumb.col {
    width: 16.1%; }
  article.bookthumb:last-child {
    margin-right: 0; }
  article.bookthumb a.overlayed {
    position: relative; }
    article.bookthumb a.overlayed .overlay-thumb {
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }
      article.bookthumb a.overlayed .overlay-thumb .overlay-title {
        color: #bf0d0d;
        font-weight: bold;
        font-size: 15px;
        position: absolute;
        bottom: 20px;
        right: 10px;
        line-height: 1.3em; }
    article.bookthumb a.overlayed:hover > .overlay-thumb {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  article.bookthumb a {
    line-height: 1.5em;
    display: block; }
    
    article.bookthumb .title {
      font-weight: bold;
    }
    
    article.bookthumb a img {
      width: 100%;
      height: auto;
      border: 1px solid #aaa;
      filter: none;
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      article.bookthumb a img:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    article.bookthumb a .book-info {
      color: #666; }
      article.bookthumb a .book-info h2.btitle {
        font-weight: bold;
        font-size: 13px; }
      article.bookthumb a .book-info .release-date {
        font-size: 11px; }

	.page-template-page-rentree article.bookthumb{
		margin: 20px 0 20px 0;    
    }
    
    .page-template-page-rentree article.second-book,
	.page-template-page-rentree article.first-book{
		width: 90%;
		margin: 20px 5%;
	}	
	
	.page-template-page-rentree article.others-book{
		width: 92%;
		margin: 20px 4%;
	}
	
	.page-template-page-rentree article.bookthumb .description{
		width: 60%;
		float: left;
	}
	.page-template-page-rentree article.bookthumb img{
		width: 40%;
		float: left;
	}
	
	.page-template-page-rentree article.bookthumb .description{
	    color: #eee;
	    padding: 0 0 0 30px;
	    font-size: 0.8rem;
	    line-height: 1.6em;
	    text-align: left;
	    position: relative;
        margin: -15px 0 20px 0;
	}
	
	.page-template-page-rentree article.others-book .description{
		font-size: 0.8rem;
	}
	
	.page-template-page-rentree article.first-book{
		
	}
	.page-template-page-rentree article.second-book .description:before{
		left: 10%;
	}
	
	.page-template-page-rentree .background{
	  display: block;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 120%;
	  z-index: -10;
	  background-position: center center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
h4.col {
  color: #bf0d0d;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 15px; }

span.seemore {
  float: right;
  margin-right: 5px;
  color: #bf0d0d;
  padding: 1px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px; }
  span.seemore:hover {
    color: #fff;
    background: #bf0d0d; }

a.col {
  margin-top: 20px; }

article.bookthumb6 {
  margin: 0 0.1% 3px 0;
  width: 16.1%;
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  article.bookthumb6 img {
    border: 1px solid #ccc;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    article.bookthumb6 img:hover {
      filter: none;
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.meta-post-up {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  padding: 0px;
  /* border: 1px solid $font-color; */
  color: #111111;
  text-align: left;
  opacity: 0.9;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .meta-post-up .salg {
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url("../images/logo-black.png");
    border-right: 2px solid #bf0d0d;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat; }
  .meta-post-up .date-container {
    padding: 0 0 0 10px;
    display: inline-block;
    width: 100%; }
    .meta-post-up .date-container .j {
      /* font-weight: bold; */
      font-size: 25px;
      display: inline-block;
      padding-right: 6px;
      margin-right: 2px;
      position: relative; }
      .meta-post-up .date-container .j:after {
        content: '';
        height: 22px;
        position: absolute;
        right: 0;
        border-right: 2px solid #bf0d0d; }
    .meta-post-up .date-container .m {
      text-transform: uppercase;
      /* font-weight: bold; */
      font-size: 25px;
      display: inline-block; }
    .meta-post-up .date-container .year {
      font-weight: bold;
      font-size: 12px;
      /* display: inline-block; */ }

.map-canvas {
  width: 100%;
  position: relative;
  height: 500px;
  display: block;
  padding: 0; }
  .map-canvas .link {
    color: #bf0d0d;
    font-weight: bold; }
  .map-canvas img {
    max-width: none; }
  .map-canvas.hidden {
    display: none; }
  .map-canvas .gm-style-iw {
    min-width: 200px !important;
    min-height: 50px !important;
    text-align: center; }
  .map-canvas.livres, .map-canvas.authors {
    width: auto;
    height: 600px; }
    .map-canvas.livres .gm-style-iw, .map-canvas.authors .gm-style-iw {
      min-width: 100px !important;
      min-height: 50px !important;
      text-align: center; }
  .map-canvas.inline {
    height: 200px; }
    .map-canvas.inline .gm-style-iw {
      min-width: 100px !important;
      min-height: 50px !important;
      text-align: center; }
    .map-canvas.inline img {
      max-width: none; }
  .map-canvas.inlinemax {
    width: 90%;
    height: 350px; }
    .map-canvas.inlinemax img {
      max-width: none; }

.meta-post-side {
  vertical-align: top;
  margin: 5px 0 5px;
  color: #bf0d0d;
  font-size: 13px;
  font-weight: bold; }
  .meta-post-side .date-container {
    display: inline-block;
    width: 100%; }
    .meta-post-side .date-container .j {
      /* font-weight: bold; */
      font-size: 18px;
      display: inline-block;
      padding-right: 6px;
      margin-right: 2px;
      position: relative; }
      .meta-post-side .date-container .j:after {
        content: '';
        height: 20px;
        top: 4px;
        position: absolute;
        right: 0;
        border-right: 2px solid #bf0d0d; }
    .meta-post-side .date-container .m {
      text-transform: uppercase;
      /* font-weight: bold; */
      font-size: 18px;
      display: inline-block; }
    .meta-post-side .date-container .year {
      font-weight: bold;
      font-size: 12px;
      /* display: inline-block; */ }

.meta-post {
  width: 56px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  padding: 5px;
  border-top: 3px solid #bf0d0d;
  color: #bf0d0d;
  text-align: center;
  opacity: 0.8; }
  .meta-post .j {
    font-weight: bold;
    font-size: 17px; }
  .meta-post .m {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px; }
  .meta-post .year {
    font-weight: bold;
    font-size: 11px; }

.image-post {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  /* padding: 20px 0 20px 0; */
  /* margin-left: -2px; */ }
  .image-post.blog {
    position: relative;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    /* border-top: 3px solid $red-link; */ }
  .image-post img {
    width: 100%;
    height: auto; }

.content-post {
  /* padding: 20px 0 20px 0; */
  width: 73%;
  display: inline-block;
  vertical-align: top;
  padding-left: 4%;
  padding-right: 2%; }
  .content-post h1, .content-post h2, .content-post h3 {
    margin-top: 0; }
  .content-post.full {
    width: 96%;
    padding: 2%; }
  .content-post span.small {
    font-size: 11px; }

article.blog {
  margin: 0 0 20px; }
  article.blog .meta-post {
    width: 6%;
    margin: 0 1%; }
  article.blog .image-post {
    width: 25%; }
  article.blog .content-post {
    width: 66%; }

.wrap-inside, .newbooks-roll, .coming-roll {
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  position: relative; }
  .wrap-inside.no-side, .newbooks-roll.no-side, .coming-roll.no-side {
    margin-right: 0; }
  .wrap-inside #loading, .newbooks-roll #loading, .coming-roll #loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    top: 0;
    left: 0; }
    .wrap-inside #loading .loading-message, .newbooks-roll #loading .loading-message, .coming-roll #loading .loading-message {
      margin-top: 40px;
      text-align: center;
      font-weight: bold;
      font-size: 20px; }
      .wrap-inside #loading .loading-message:after, .newbooks-roll #loading .loading-message:after, .coming-roll #loading .loading-message:after {
        content: ''; }

.lastbook {
  margin-bottom: 20px; }
  .lastbook h4 {
    color: #bf0d0d;
    margin-bottom: 10px; }

/* entry content */
.entry-content {
  padding: 10px;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    /* margin: 0 0 1.5em 0; */
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.left-meta {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .left-meta img {
    width: 100%;
    height: auto;
    border: 1px solid #CCC; }
  .left-meta .book-info {
    border-top: 3px solid #bf0d0d;
    padding-top: 10px;
    position: relative;
    font-size: 12px;
    color: #111111; }

.sharer {
  font-size: 25px;
  margin: 10px 0; }
  .sharer a {
    text-decoration: none;
    color: #bf0d0d; }
    .sharer a:hover {
      color: #111111; }

.lh-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .lh-content .lh-meta {
    margin-top: 10px; }
  .lh-content img {
    width: 100%;
    height: auto; }

.rh-content {
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .rh-content h1 {
    margin-top: 0; }

.author-inline {
  display: inline-block; }
  .author-inline img {
    width: 150px;
    height: auto; }

.link-meta {
  display: inline-block;
  margin: 10px 0;}
  .link-meta a {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    /* border-bottom: 3px solid $red-link; */
    color: #bf0d0d;
    padding: 2px;
    margin-right: 10px; }
    .link-meta a:hover {
      color: #111111;
      /* border-bottom: 3px solid $red-link;	 */ }

.middle-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .middle-content .head-meta, .middle-content .article-header {
    width: 70%;
    display: inline-block; }
    .middle-content .head-meta.full, .middle-content .article-header.full {
      width: 100%; }
  .middle-content section {
    text-align: justify; }
  .middle-content .collection {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 110%;
    color: #111111; }
    .middle-content .collection.numerique {
      background: #bf0d0d;
      color: #fff;
      padding: 3px 12px;
      width: 130px; }
  .middle-content h1.book-title {
    font-size: 220%;
    margin: 12px 0 10px; }
  .middle-content h1.author-title {
    font-size: 220%; }
  .middle-content h3.author-name {
    font-size: 140%;
    position: relative;
    margin: 12px 0 12px 0; }
  .middle-content h5.subtitle {
    color: #bf0d0d;
    letter-spacing: 0px; }
  .middle-content .prizes, .middle-content .title-original, .middle-content .language, .middle-content .translator {
    /* font-weight: 700; */
    font-size: 12px;
    color: #111111;
    /* letter-spacing: -0.5px; */ }
  .middle-content .prizes {
    margin-top: 10px; }
  .middle-content .biographie-txt, .middle-content .media-txt, .middle-content .articles-txt, .middle-content .cclibraire-txt, .middle-content .presse-txt, .middle-content .blog-txt, .middle-content .medias-txt, .middle-content .book-chapter-txt, .middle-content .abstract-txt {
    font-size: 130%;
    text-align: justify;
    color: #000;
    padding: 20px 0 20px 0;
    border-top: 3px solid #bf0d0d; }
    .middle-content .biographie-txt .pname, .middle-content .media-txt .pname, .middle-content .articles-txt .pname, .middle-content .cclibraire-txt .pname, .middle-content .presse-txt .pname,.middle-content .blog-txt .pname,  .middle-content .medias-txt .pname, .middle-content .book-chapter-txt .pname, .middle-content .abstract-txt .pname {
      font-weight: bold; }
    .middle-content .biographie-txt .company, .middle-content .media-txt .company, .middle-content .articles-txt .company, .middle-content .cclibraire-txt .company, .middle-content .presse-txt .company, .middle-content .blog-txt .company, .middle-content .medias-txt .company, .middle-content .book-chapter-txt .company, .middle-content .abstract-txt .company {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold; }
    .middle-content .biographie-txt .testimonial, .middle-content .media-txt .testimonial, .middle-content .articles-txt .testimonial, .middle-content .cclibraire-txt .testimonial, .middle-content .presse-txt .testimonial, .middle-content .blog-txt .testimonial, .middle-content .medias-txt .testimonial, .middle-content .book-chapter-txt .testimonial, .middle-content .abstract-txt .testimonial {
      font-style: italic;
      margin: 5px 0 5px 0; }
      .middle-content .biographie-txt .testimonial a, .middle-content .media-txt .testimonial a, .middle-content .articles-txt .testimonial a, .middle-content .cclibraire-txt .testimonial a, .middle-content .presse-txt .testimonial a, .middle-content .blog-txt .testimonial a, .middle-content .medias-txt .testimonial a, .middle-content .book-chapter-txt .testimonial a, .middle-content .abstract-txt .testimonial a {
        color: #bf0d0d; }
    .middle-content .biographie-txt p, .middle-content .media-txt p, .middle-content .articles-txt p, .middle-content .cclibraire-txt p, .middle-content .presse-txt p, .middle-content .blog-txt p, .middle-content .medias-txt p, .middle-content .book-chapter-txt p, .middle-content .abstract-txt p {
      vertical-align: text-top; }
    .middle-content .biographie-txt li.cite, .middle-content .media-txt li.cite, .middle-content .articles-txt li.cite, .middle-content .cclibraire-txt li.cite, .middle-content .presse-txt li.cite, .middle-content .blog-txt li.cite, .middle-content .medias-txt li.cite, .middle-content .book-chapter-txt li.cite, .middle-content .abstract-txt li.cite {
      margin: 10px 0 30px 0; }
  .middle-content .medias-txt iframe {
    width: 100%; }
  .middle-content .cclibraire-txt, .middle-content .presse-txt, .middle-content .blog-txt, .middle-content .medias-txt, .middle-content .book-chapter-txt {
    display: none; }

.open-window{
    color: #bf0d0d;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid;
    font-weight: bold;
    width: 30%;
    text-align: center;
    margin: 12px 5px;
    cursor: pointer;
    display: inline-grid;
    white-space: nowrap;
    font-size: 12px;
}
.close-window{
	color: #bf0d0d;
	cursor: pointer;
	float: right;
}
.window-acheter{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 99999;

}
.window-acheter.active{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.window-acheter .back-window{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 99998;
}

.window-acheter .mid-window{
    background: #fff;
	width: 800px;
	max-width: 100%;
	height: 510px;
	padding: 2%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 99999;
}

.window-acheter	a{
	display: block;
	margin: 3px 0;
    font-size: 14px;
    text-decoration: underline;
}
.window-acheter	h2{
	color: #bf0d0d;
	margin-bottom: 15px;
}
.window-acheter h3{
	text-transform: uppercase;
    margin: 22px 0 5px;
    font-weight: bold;
}
.window-acheter .left{
	float: left;
	margin: 0 1% 0 0;
	width: 26%;
}
.window-acheter .mid{
	float: left;
	margin: 0 1% 0 0;
	width: 36%;
}
.window-acheter .right{
	float: left;
	margin: 0 0 0 1%;
	width: 35%;
}

nav.book-tabs {
  text-align: right;
  margin-bottom: 0px;
  width: 29%;
  display: inline-block; }
  nav.book-tabs ul {
    margin: 0; }
  nav.book-tabs li a {
    color: #bf0d0d;
    font-weight: bold;
    padding: 2px 7px 2px 2px;
    margin: 0 0 0 2px;
    display: block;
    text-transform: uppercase;
    font-size: 11px; }
    nav.book-tabs li a:hover {
      color: #bf0d0d; }
    nav.book-tabs li a.active {
      cursor: default;
      color: #999999; }

.inline {
  display: inline-block;
  vertical-align: top; }

.right-extras {
  text-align: justify;
  display: block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  font-size: 12px; }
  .right-extras .author-image img {
    width: 100%;
    height: auto; }
  .right-extras .author-image.tiny {
    display: inline-block;
    width: 48%;
    vertical-align: top; }
    .right-extras .author-image.tiny img {
      width: 100%;
      height: auto; }
  .right-extras .author-description {
    vertical-align: top;
    font-size: 130%; }

.list-authors {
  text-align: left; }

.author-image.tiny {
  display: inline-block;
  max-width: 100px;
  vertical-align: top;
  position: relative; }

h5.name {
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 5px;
  position: absolute;
  z-index: 999;
  color: #bf0d0d;
  bottom: 0;
  left: 3px;
  font-weight: bold; }

article.mini {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 0 2% 30px 0; }

.sfeatured {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding-right: 10px; }
  .sfeatured img {
    border: 1px solid #888; }

.scontent {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #111111; }

/* SINGLE AUTHOR */
.bibliography {
  margin-top: 20px;
  border-top: 3px solid #bf0d0d;
  text-align: left;
  padding-top: 10px; }
  .bibliography article.bookthumb {
    width: 24%; }
  .bibliography h2 {
    font-size: 16px;
    text-transform: uppercase; }

.image-blog {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center 25%;
  margin-bottom: 15px;
  border-bottom: 3px solid #bf0d0d; }
  .image-blog:after {
    content: '';
    background-image: url(../images/square.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999; }
  .image-blog header {
    position: absolute;
    left: 0px;
    padding: 20px;
    bottom: 0;
    color: #FFF;
    font-size: 170%; }
    .image-blog header .byline {
      font-size: 14px; }

.texture {
  content: '';
  background-image: url(../images/square.png);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999; }

/*
.su-tabs {
	background: none!important;
}
*/
.book-chapter-txt .su-responsive-media-yes {
    height: 853px;
}
.lamaison.su-tabs-vertical .su-tabs-nav {
  width: 100%; }
.lamaison.su-tabs-vertical .su-tabs-panes {
  width: 100%; }
.lamaison.su-tabs-vertical .su-tabs-pane {
  padding: 0px; }

hr {
  border: 1px solid #bf0d0d; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/*
.pagination,
.wp-prev-next {
	margin: 20px 0 0 0;
	width: 100%;
	background: $gray-blue;

	a{
		padding: 20px;
		color: #eee;
		text-decoration: none;
		font-weight: 700;
		display: inline-block;
		width: 49%;
		&:hover{
			background: #494949;
		}
		&.left{
			text-align: left;
		}
		&.right{
			text-align: right;
			float: right;
		}
	}
	.thumb-pn,
	.title-pn{
		display: inline-block;
		vertical-align: middle;
	}
}
*/
.pagination {
  text-align: center;
  bottom: 5px;
  left: 0;
  height: 50px;
  /* border-top: 1px solid $font-color; */
  width: 100%;
  /* padding-left: 22px; */ }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 8px; }
    .pagination ul li {
      padding: 3px 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        color: #bf0d0d;
        margin: 5px;
        font-size: 11px;
        border: 1px solid #bf0d0d;
        text-decoration: none;
        line-height: 1em;
        padding: 5px 0;
        font-weight: 900;
        text-align: center;
        width: 24px;
        height: 24px;
        display: block;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px; }
      .pagination ul li span.dots, .pagination ul li span.current {
        font-weight: 700;
        color: #aaa;
        border-color: #aaa; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        color: #111111;
        border-color: #111111; }
      .pagination ul li a.next:before {
        content: '\e820';
        font-family: "iconmetailie";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.2em; }
      .pagination ul li a.prev:before {
        content: '\e81f';
        font-family: "iconmetailie";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.2em; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 50px 0px 10px 0;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 10px 30px 0 30px; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      padding: 5px 10px;
      /* border: none; */
      border: 1px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
        outline: 0;
        outline: none; }
      .respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
      width: 98%; }
    .respond-form form li.inline {
      width: 49.3%; }
    .respond-form form textarea {
      resize: none;
      width: 98%;
      height: 100px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
#sidebar1 {
  /* border-left:1px solid $font-color; */
  margin: 30px 0 20px 0; }

.sidebar {
  /* background: #eeeeee; */
  padding: 0; }

.widgettitle {
  /* border-bottom: 1px solid #bbb; */
  text-transform: uppercase;
  /* background: #ddd; */
  color: #333;
  padding: 12px 10px;
  font-size: 13px;
  text-align: left;
  font-weight: 800;
  position: relative;
  border-bottom: 3px solid #bf0d0d;
  box-sizing: border-box;
  /*
		&:before{
			content: '';
			height: 80px;
			position: absolute;
			left: 0;
			top: 30px;
			border-left: 1px solid $font-color;
		}
*/
  /*
		&:after{
			content: '';
			width: 165px;
			position: absolute;
			left: 0;
			top: 47px;
			border-bottom: 1px solid $font-color;
		}
*/ }

a.seemore {
  position: absolute;
  top: 15px;
  right: 5px;
  color: #bf0d0d;
  padding: 1px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px; }
  a.seemore:hover {
    color: #fff;
    background: #bf0d0d; }

.widget {
  position: relative;
  margin: 0 0 20px 0;
  /*
		&.thumbs{
			.thumbs-in{
				margin-left: 0px;
			}
		}
*/ }
  .widget article.bookthumb {
    opacity: 0.8;
    display: inline-block;
    /* margin: 15px 0 25px; */
    border: none;
    margin: 15px 0px 2px 0;
    vertical-align: top;
    width: 24%; }
    .widget article.bookthumb:hover {
      opacity: 1; }
  .widget article.line a {
    padding: 3% 0 0;
    margin: 0;
    display: block;
    width: 100%; }
  .widget article.line:hover a {
    color: #bf0d0d; }
  .widget .thumbside {
    width: 22%;
    max-width: 50px;
    margin-right: 2%;
    display: inline-block; }
    .widget .thumbside img {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      border: 1px solid #999;
      width: 100%;
      height: auto; }
  .widget .thumbcontent {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    max-width: 230px; }
    .widget .thumbcontent .description {
      margin: 10px 0 -4px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11px;
      text-align: left; }
    .widget .thumbcontent .date {
      font-size: 11px; }
  .widget ul li {
    /* deep nesting */ }

.newsletter-submit {
  display: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  font-size: 13px; }
  .footer .widget {
    margin: 10px; }
  .footer .threecol {
    padding: 15px;
    text-align: center;
    /*
		&.first{
			margin-left: 0;
		}
		&.last{
			margin-right: 0;
		}
*/ }
    .footer .threecol table {
      margin: 0 auto; }

#inner-footer {
  /* background: #EEEEEE; */
  padding: 0px;
  border-top: 3px solid #bf0d0d;
  position: relative;
  /*
	&:before{
		content: '';
		display: block;
		height: 100px;
		position: absolute;
		left: 0;
		top: -20px;
		border-left: 1px solid $font-color;
		border-right: 1px solid $font-color;
		width: 100%;
		box-sizing: border-box;

	}
*/ }

#mapweb img {
  width: 60%;
  margin: 0 auto;
  -webkit-border-radius: 160px;
  -moz-border-radius: 160px;
  border-radius: 160px; }

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
h3.foot-title {
  text-transform: uppercase;
  margin: 15px 0 15px 0; }

#address {
  margin-bottom: 15px; }

#social-foot {
  margin-top: 10px; }
  #social-foot ul li {
    display: inline-block; }
    #social-foot ul li a {
      color: #bf0d0d;
      font-size: 30px; }
      #social-foot ul li a:hover {
        color: #111111; }

input.newsletter-email {
  margin-top: 15px;
  max-width: 200px; }

#foot-bot {
  display: block;
  clear: both;
  height: 40px; }
  #foot-bot .mentions, #foot-bot .copyright {
    text-align: left;
    font-weight: 900;
    float: left; }
    #foot-bot .mentions .date, #foot-bot .copyright .date {
      font-size: 9px;
      font-style: italic; }
    #foot-bot .mentions .mtitle, #foot-bot .copyright .mtitle {
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 700; }
  #foot-bot .mentions {
    margin-left: 30px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase; }
  #foot-bot a.createdby {
    color: #111111;
    text-decoration: none;
    float: right;
    text-align: left; }
    #foot-bot a.createdby .designed {
      font-size: 9px;
      font-style: italic; }
    #foot-bot a.createdby .author {
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 700; }
    #foot-bot a.createdby.left {
      text-align: right;
      margin-right: 10px; }

.page-template-page-rentree #foot-bot a.createdby{
	color: #fff;
}
.text-center {
  text-align: center; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/

  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }

  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  .lh-content {
    width: 25%;
    max-width: 300px; }

  .rh-content {
    width: 68%;
    margin: 0 3% 0 3%; }

  .left-meta {
    width: 49%;
    padding: 10px; }

  .middle-content {
    width: 49%;
    margin: 0;
    padding: 10px; }

  .right-extras .inline {
    width: 49%;
    display: inline-block; }
  .right-extras .author-image img {
    padding: 10px; }
  .right-extras .author-description {
    padding-left: 20px;
    width: 49%;
    display: inline-block; }

  .bibliography article.bookthumb {
    width: 15%; }

  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/

  /* end .footer-links */ }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap.
I liked 1140 but Boostrap's grid was way more detailed so I merged them
together, let's see how this works out. If you want to use 1140, the original
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 8.33333%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 16.66667%; }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 25%; }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 33.33333%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 41.66667%; }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 50%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 58.33333%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 66.66667%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 75%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 83.33333%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.66667%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 100%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 0; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/

  /*********************
LAYOUT & GRID STYLES
*********************/
  /*
.wrap {
	max-width: 1140px;
}
*/
  /*********************
HEADER STYLES
*********************/

  #logo {
    width: 259px;
    height: 136px;
    display: block;
    position: relative;
    top: 0;
    margin: 20px;
/*
    width: 127px;
    height: 136px;
    display: block;
    position: relative;
    top: 0;
    margin: 20px;
*/ }
  .page-template-page-rentree #logo{
		width: 300px;
		height: 146px;
		margin: 50px 10px;
	}  
  .page-template-page-rentree h1.main{
    font-size: 2em; 
    } 
  .page-template-page-rentree #edito-rentree{
	    padding: 30px 50px 50px 50px;
	    font-size: 22px;
	}  
	.page-template-page-rentree article.bookthumb .description,
	.page-template-page-rentree article.bookthumb img{
		width: 50%;
		float: left;
	}	
	.page-template-page-rentree article.bookthumb .description{
	    padding: 60px 40px 40px 40px;
	    font-size: 1.4rem;
        margin: 0;
	}
	.page-template-page-rentree article.others-book .description{
		font-size: 1.1rem;
	}
	.page-template-page-rentree article.bookthumb .description:before{
		position: absolute;
		content: '';
		top: 50px;
		left: 0;
		width: 90%;
		border-top: 1px solid #aaa;
	}
	.fk-btn,
	.big-button{
    font-size: 12px;
    }

  /*********************
NAVIGATION STYLES
*********************/
  nav#main-navigation {
    display: block; }

  #mobmenu {
    display: none; }

  header nav#main-navigation {
    text-align: right;
    margin-top: 0px; }
    header nav#main-navigation li a {
      padding: 15px 5px;
      font-size: 12px; }
      header nav#main-navigation li a:after {
        content: '';
        position: absolute;
        border-right: 2px solid #bf0d0d;
        height: 20px;
        right: 0;
        top: 13px; }

  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      display: inline-block;
      position: relative;
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      .nav li a {
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
      .nav li ul.sub-menu, .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li, .nav li ul.children li {
          /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
          .nav li ul.sub-menu li a, .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li:hover ul {
        top: auto;
        display: block; }

  /* end .nav */
  #search-social {
    position: absolute;
    right: 0;
    top: 110px; }

  article.bookthumb {
    width: 24.5%; }
	
  article.halfwidth {
    width: 48.5%; }
  article.thirdwidth {
    width: 32%;
    margin: 2% 1% 2% 0; }
    article.thirdwidth section.entry-content {
      font-size: 90%; }

/*
  nav.catalogue {
    border-bottom: 3px solid #bf0d0d; }
*/
	.nav-formats{
	    border-bottom: 3px solid #bf0d0d;
	}	
  .nav-main-filters, .nav-collections, .nav-types, .nav-formats, .nav-pays {
    text-align: left; }
    .nav-main-filters a.sbtn, .nav-main-filters a#showcol, .nav-collections a.sbtn, .nav-collections a#showcol, .nav-types a.sbtn, .nav-types a#showcol, .nav-pays a.sbtn, .nav-pays a#showcol {
      padding: 2px 4px 2px 4px;
      margin: 5px;
      font-size: 11px;
      color: #111;
      background: none; }
      .nav-main-filters a.sbtn:hover, .nav-main-filters a#showcol:hover, .nav-collections a.sbtn:hover, .nav-collections a#showcol:hover, .nav-types a.sbtn:hover, .nav-types a#showcol:hover, .nav-pays a.sbtn:hover, .nav-pays a#showcol:hover {
        color: #bf0d0d;
        border-top: 1px solid; }
      .nav-main-filters a.sbtn.active, .nav-main-filters a#showcol.active, .nav-collections a.sbtn.active, .nav-collections a#showcol.active, .nav-types a.sbtn.active, .nav-types a#showcol.active, .nav-pays a.sbtn.active, .nav-pays a#showcol.active {
        color: #bf0d0d;
        border-top: 1px solid; }
    .nav-main-filters li span, .nav-main-filters li a, .nav-collections li span, .nav-collections li a, .nav-types li span, .nav-types li a, .nav-formats li span, .nav-formats li a, .nav-pays li span, .nav-pays li a {
      padding: 2px 4px 2px 4px;
      margin: 5px;
      font-size: 11px;
      color: #111;
      background: none; }
      .nav-main-filters li span:hover, 
      .nav-main-filters li a:hover, 
      .nav-collections li span:hover, 
      .nav-collections li a:hover, 
      .nav-types li span:hover, 
      .nav-types li a:hover,
      .nav-formats li span:hover, 
      .nav-formats li a:hover, 
      .nav-pays li span:hover, 
      .nav-pays li a:hover {
        color: #bf0d0d; 
        }
      .nav-main-filters li span.active, 
      .nav-main-filters li a.active, 
      .nav-collections li span.active, 
      .nav-collections li a.active, 
      .nav-types li span.active, 
      .nav-types li a.active, 
      .nav-formats li span.active, 
      .nav-formats li a.active, 
      .nav-pays li span.active, 
      .nav-pays li a.active {
        color: #bf0d0d; }

  .collbtn, .mapbtn {
    display: inline-block; }

  .lamaison.su-tabs-vertical .su-tabs-nav {
    width: 14%; }
  .lamaison.su-tabs-vertical .su-tabs-panes {
    width: 86%; }
  .lamaison.su-tabs-vertical .su-tabs-pane {
    padding: 15px; }

  /*********************
SIDEBARS & ASIDES
*********************/

  .widget {
    padding: 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* links widget */




  /* meta widget */




  /* pages widget */




  /* recent-posts widget */




  /* archives widget */






  /* tag-cloud widget */







  /* calendar widget */












  /* category widget */













  /* recent-comments widget */





  /* search widget */



  /* text widget */



  /*********************
FOOTER STYLES
*********************/
  .footer .threecol {
    width: 100%; }

  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/ }

  /* end .footer-links */ }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  nav#main-navigation.fixed-nav {
    position: fixed; }

  header nav#main-navigation li a {
    padding: 15px; }

  nav.catalogue {
    margin: 11px 25px 10px 0; }

  .entry-content {
    padding: 0px; }

  .wrap-inside, .newbooks-roll, .coming-roll {
    padding: 0px;
    margin-right: 20px; }

  h1.title-up {
    margin-right: 30px; }
  article h1.title-up {
    margin-right: 0px; }

  .sfeatured {
    width: 37%; }

  .scontent {
    width: 62%; }

  .left-meta {
    max-width: 300px;
    width: 25%;
    padding: 0; }

  .middle-content {
    width: 50%;
    margin: 0 2.5% 0 3.5%;
    padding: 0; }
    .middle-content .biographie-txt, .middle-content .media-txt, .middle-content .articles-txt, .middle-content .cclibraire-txt, .middle-content .presse-txt, .middle-content .blog-txt, .middle-content .medias-txt, .middle-content .book-chapter-txt, .middle-content .abstract-txt {
      font-size: 100%;
      padding: 10px 0 0 0; }

  .right-extras {
    display: inline-block;
    width: 18%;
    max-width: 300px; }
    .right-extras .inline {
      width: 100%;
      display: block; }
    .right-extras .author-image {
      width: 100%;
      display: block; }
      .right-extras .author-image img {
        padding: 0px; }
    .right-extras .author-description {
      font-size: 100%;
      padding-left: 0px;
      width: 100%;
      display: block;
      max-height: 580px;
      overflow-y: auto; }
      .right-extras .author-description::-webkit-scrollbar-track {
        background-color: #F5F5F5; }
      .right-extras .author-description::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5; }
      .right-extras .author-description::-webkit-scrollbar-thumb {
        background-color: #777; }

  .bibliography article.bookthumb {
    width: 24%; }

  .map-canvas.livres, .map-canvas.authors {
    margin-right: 25px; }
  .map-canvas.inline {
    margin-bottom: 25px; }

  .footer .threecol {
    min-height: 270px;
    width: 25%; }
    
   .page-template-page-rentree article.bookthumb{
		margin: 20px 0 20px 0;    
    }
    
    .page-template-page-rentree article.second-book,
	.page-template-page-rentree article.first-book{
		width: 70%;
		margin: 20px 15%;
	}	
	
	.page-template-page-rentree article.others-book{
		width: 49.5%;
	} 
	.page-template-page-rentree article.second-book img{
		float: right;
	}
	
	.page-template-page-rentree article.second-book .description{
		text-align: right;
	}
 }


/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
