/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template, [hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

}
button, input, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: bold
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
ul {
	list-style-type: none;
	padding-left: 0;
}
::before {
	padding-right: 15px;
}
p {
	text-align: justify;
	font-size: 17px;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
a {
	text-decoration: none;
	transition: color 0.15s ease;
	color: #2D3C41;
	font-family: "Roboto", sans-serif;
}
a:hover, a:active {
	color: #e44c3a!important;
}
body {
	background-color: #fffbf7;
	overflow-x: hidden;
}
html, body, p {
	font-family: 'Lora';
}
.clearfix {
	clear: both;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	height: 84px;
	width: 100%;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #FFFFFF;
}
header .logo {
	display: flex;
	float: left;
	padding: 5px 0 0 30px;
}
header img {
	width: 80px!important;
}
header.scroll {
	box-shadow: 0 -0.5rem 2.6rem 0 rgba(5, 22, 70, 0.1);
}
header nav {
	height: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
header nav #nav-container {
	flex: 1 0 auto;
	width: 100%;
	max-width: 1200px;
	max-width: 66.6667rem;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
header nav li {
	display: inline;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 0 0 50px;
}
header nav li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
nav ul ul li:first-child, nav ul ul li:nth-child(2) {
	border-top: none!important;
}
nav ul ul li {
	display: inline-block;
	float: left;
	width: 230px;
	margin: 0;
	border-top: 1PX solid #eee;
	padding: 10px 5px;
}
nav ul ul li:nth-child(odd) {
	float: left;
	margin-right: 10px;
}
nav ul ul li:nth-child(even) {
	float: right;
}
header nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
header nav ul ul {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
	border-radius: 4px;
	font-size: 15px;
	/* margin: 20px 0 0 0; */
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: all .25s;
	transform: translate3d(0, 15px, 0);
	top: 200%;
	left: -130%;
	width: 510px;
	padding: 20px;
	visibility: hidden;
	margin: 0!important;
}
header nav ul ul ul {
	display: none;
}
header nav ul ul::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
header nav ul ul li a {
	font-size: 13px!important;
}
.center {
	text-align: center;
}
h1 {}
h1.title-item-col {
	margin: 50px 35px;
	clear: both;
	font-weight: 500;
	font-size: 30px;
}
#list-item-showcase h2 {
	font-size: 25px;
	font-weight: 600;
	padding: 20px 0 0 20px;
}
h3 {}
h4 {
	font-weight: 600;
	font-size: 18px;
}
#wrap {
	clear: both;
}
/* ==========================================================================
   SLIDESHOW
   ========================================================================== */
svg {
	display: block;
	overflow: visible;
}
.slider-container {
	position: relative;
	height: 550px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: all-scroll;
	font-size: 62.5%;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.18)));
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	padding-right: 0!important;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.5rem;
	height: 0.5rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.et0 .slide__bg {
	left: 0;
	background-image: url("http://livrenum.org/files/slideshow/livrenum.jpg");
}
.et0 .slide__overlay-path {
	fill: #e99c7e;
}
.et6 .slide__bg {
	left: 0;
	background-image: url("http://livrenum.org/files/slideshow/SIC_header.jpg");
}
.et6 .slide__overlay-path {
	fill: #e99c7e;
}
@media (max-width: 991px) {
	.slide:nth-child(1) .slide__text {
		background-color: rgba(233, 156, 126, 0.9);
	}
}
.slide:nth-child(2) {
	left: 100%;
}
.et1 .slide__bg {
	left: -50%;
	background-image: url("http://livrenum.org/files/slideshow/memoire.jpg");
}
.intra .slide__bg, .intra .slide__bg {
	left: 0!important;
}
.et1 .slide__overlay-path {
	fill: #6a83ff;
}
@media (max-width: 991px) {
	.slide:nth-child(2) .slide__text {
		background-color: rgba(44, 99, 245, 0.9);
	}
}
.slide:nth-child(3) {
	left: 200%;
}
.et2 .slide__bg {
	left: -100%;
	background-image: url("http://livrenum.org/files/slideshow/livre.jpg");
}
.et2 .slide__overlay-path {
	fill: #ff984c;
}
@media (max-width: 991px) {
	.slide:nth-child(3) .slide__text {
		background-color: rgba(173, 197, 205, 0.9);
	}
}
.slide:nth-child(4) {
	left: 300%;
}
.et3 .slide__bg {
	left: -150%;
	background-image: url("http://livrenum.org/files/slideshow/hyperstition2.jpg");
}
.et3 .slide__overlay-path {
	fill: #a585ff;
}
@media (max-width: 991px) {
	.slide:nth-child(4) .slide__text {
		background-color: rgba(203, 198, 195, 0.9);
	}
}
.slide:nth-child(5) {
	left: 400%;
}
.et4 .slide__bg {
	left: -200%;
	background-image: url("http://livrenum.org/files/slideshow/hyperstition.jpg");
}
.et4 .slide__overlay-path {
	fill: #f5992c;
}
@media (max-width: 991px) {
	.slide:nth-child(4) .slide__text {
		background-color: rgba(203, 198, 195, 0.9);
	}
}
.slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	opacity: 0;
}
.intra .slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: none;
	transition: none;
	transition: none;
	transition: none;
	will-change: none;
	-webkit-transform: none;
	transform: none;
	opacity: 100;
}
@media (max-width: 991px) {
	.slide__overlay {
		display: none;
	}
}
.slide__overlay path {
	opacity: 0.9;
}
.slide__text {
	position: absolute;
	width: 25%;
	bottom: 15%;
	left: 12%;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.intra .slide__text {
	position: absolute;
	width: 25%;
	bottom: 15%;
	left: 12%;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	transition: none;
	transition: none;
	will-change: none;
	-webkit-transform: none;
	transform: none;
	opacity: 100;
}
@media (max-width: 991px) {
	.slide__text {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 20rem;
		text-align: center;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		padding: 0 1rem;
	}
}
.slide__text-heading {
	font-size: 25px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.slide__text-heading {
		line-height: 1rem;
		font-size: 23px;
	}
}
.slide__text-desc {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
	.slide__text-desc {
		display: none;
	}
}
.slide__text-link {
	z-index: 5;
	display: inline-block;
	position: relative;
	padding: 0.5rem;
	cursor: pointer;
	font-size: 15px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
@media (max-width: 991px) {
	.slide__text-link {
		display: none;
	}
}
.slide__text-link:before {
	padding-right: 0!important;
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e44c3a;
	;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(-85deg);
	transform: rotateX(-85deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}
.slide__text-link:hover:before {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
a.slide__text-link, a:hover.slide__text-link {
	color: white;
	font-weight: 500;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
	width: 100%;
	background-color: #c74f41;
	min-height: 500px;
	clear: both;
}
footer .fa, .far, .fas {
	color: white;
}
footer a, footer p {
	color: #ffedeb;
}
footer ul {
	line-height: 2;
}
footer h1 {
	font-size: 20px;
	margin-bottom: 30px;
	color: white;
}
footer p {
	font-family: 'Roboto', sans-serif;
	padding-right: 100px;
	font-size: 14px;
	font-size: 13px;
	line-height: 1.5;
}
footer a {
	font-size: 13px;
}
.aw::before {
	padding: -4px 20px 0 0
}
footer a:hover {
	color: #faa399;
}
footer #footer-container {
	padding-right: 1.3333rem;
	max-width: 1280px;
	padding-left: 1.3333rem;
	margin-right: auto;
	margin-left: auto;
}
footer .col {
	float: left;
	width: 25%;
	margin-top: 30px;
}
footer .col.first {
	width: 46%;
}
/* ==========================================================================
   ESPACE THEMATIQUE
   ========================================================================== */
#inner-page {
	width: 1000px;
	margin: 50px auto;
	background-color: white;
	padding: 60px;
}
#inner-page .book {
	padding: 0 60px!important;
}
#inner-page a {
	background-color: #F1F1F1;
	font-family: EB Garamond;
	transition: color 0.15s ease;
	text-decoration: underline;
}
#inner-page a:hover {
	background-color: #E4E4E4;
}
#inner-page ul {
	list-style-type: disc;
	margin-left: 40px!important;
}
#sub-nav {
	padding: 30px 0 10px 0;
	text-align: center;
}
#sub-nav li {
	display: inline-block;
	padding-bottom: 8px;
	color: #202121;
}
#sub-nav li a {
	font-size: 14px;
	font-weight: 600;
}
#sub-nav li::after {
	content: '.';
	padding: 20px;
	font-weight: normal;
	font-size: 20px;
}
#sub-nav li:last-child::after {
	display: none;
}
/* ==========================================================================
   Affichage des items
   ========================================================================== */
#list-item-showcase {
	width: 1100px;
	margin: 0 auto;
	background-color: white;
}
#list-item-bottom {
	overflow: scroll;
	margin-bottom: 150px;
}
#list-item-bottom .resource {
	display: inline-block;
	background-color: white;
	margin: 40px;
}
#list-item-showcase .resource {
	display: inline-block;
	background-color: white;
	margin: 20px;
}
#list-item-bottom .box-item, #list-item-showcase .box-item {
	/* display: block; */
	text-align: center;
	/* max-width: 300px; */
	/* margin-top: 10px; */
	background-color: white;
	height: 40px;
}
#list-item-bottom .box-item a, #list-item-showcase .box-item a {
	font-family: EB Garamond;
	font-weight: 500;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}
#list-item-bottom img {
	width: 350px;
	transition: all 0.3s ease-in-out;
}
#list-item-showcase img {
	width: 320px;
	transition: all 0.3s ease-in-out;
}
.browse-block img {
	transition: all 0.3s ease-in-out;
}
#list-item-bottom .resource, #list-item-showcase .resource {
	background: rgba(255, 255, 255);
}
#list-item-bottom img:hover, #list-item-showcase img:hover, .browse-block img:hover {
	transform: scale(1.05);
	opacity: 0.6;
}
.browse-block .item img:hover {
	transform: none!important;
	opacity: 1!important;
}
.browse-block .img-item {
	height: 560px;
	overflow: hidden;
}
#list-item-bottom .img-item, #list-item-showcase .img-item {
	height: 180px;
	overflow: hidden;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.95);
	z-index: 9999;
}
.overlay-close {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	color: white;
	font-size: 30px;
	font-weight: 100;
}
.overlay-data {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	visibility: 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#itemfiles {
	margin-bottom: 100px;
}
.lSSlideOuter {
	width: 100%;
	background-color: black;
	position: relative;
	overflow: visible;
	top: 85px;
}
.lSSlideOuter .media.active {}
.lSSlideOuter ul.lSPager.lSGallery {
	background-color: grey;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	padding: 20px !important;
	display: none;
}
.lSAction > .lSPrev {
	left: 30px!important
}
.lSAction > .lSNext {
	right: 30px!important
}
.lSSlideOuter ul.lSPager.lSGallery {
	margin: auto;
	margin-bottom: 24px;
	display: none;
	flex-wrap: wrap;
	align-items: center
}
.lSSlideOuter .media-render {}
.lSSlideOuter .media-render a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
.lSSlideOuter .media-render img {
	max-height: 100%;
	width: 100%;
}
.lSPager img {
	vertical-align: bottom;
}
.img-descr {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #E6EAEA;
	margin-botton: 50px;
	background-color: white;
}
.lSSlideWrapper, .lSSlideWrapper .lSFade {}
.img-descr p {
	font-size: 15px!important;
	max-width: 650px;
	display: block;
	color: black;
	margin: 15px 0;
}
.slide-wrapper {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-wrapper img, .slide-wrapper iframe {
	max-height: 800px;
	min-height: 500px;
}
.lSSlideWrapper, .lSSlideWrapper .lSFade {
	overflow: visible;
}
.Titre h4 {
	display: none;
}
.Titre .value {
	font-size: 35px;
	margin-bottom: 50px;
}
.Sujet .value {
	position: relative;
	display: inline-block;
}
.Sujet a {
	padding: 4px 20px;
	line-height: 34px;
	color: #202121;
	border: 1px solid #202121;
	border-radius: 36px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	background-color: white!important;
	text-decoration: none!important;
}
.Sujet a:hover {
	border-color: #e44c3a;
	color: #e44c3a;
	cursor: pointer;
}
.hasKeyword .value {
	float: left;
}
.hasKeyword .value::after {
	content: ',';
	margin: 0 5px 0 -3px;
}
.hasKeyword .value:last-child::after {
	content: '';
}
.lazyload, .active img {
	animation-name: lazyload;
	animation-duration: 0.8s;
}
img.lazy {
	opacity: 0;
}
img.lazyload {
	opacity: 100;
	background-color: #e66b57!important;
}
@keyframes lazyload {
	from {
		opacity: 0;
		filter: blur(3.5px);
	}
	to {
		opacity: 1;
		filter: blur(0px);
	}
}
/* ==========================================================================
   ITEM SHOWCASE
   ========================================================================== */
/* ==========================================================================
   Affichage des collections
   ========================================================================== */
#list-coll {
	position: relative;
	width: 1905px;
	max-width: 100%;
	margin: 0 auto;
	clear: both;
}
#list-coll .resource {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	padding: 0 0 35px 35px;
}
.col-4 {
	width: 25%;
}
#list-coll img {
	width: 430px;
	transition: all 0.3s ease-in-out;
}
#list-coll .resource {}
#list-coll img:hover {
	transform: scale(1.05);
	opacity: 0.6;
}
#list-coll .img-item {
	position: relative;
	overflow: hidden;
	height: 300px;
}
#list-coll .box-item {
	background-color: white;
	padding: 10px;
}
#list-coll .box-item a {
	font-family: 'EB GARAMOND', sans-serif;
	font-weight: 500;
	max-width: 400px;
	margin: 5px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.hover-item {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
}
.hover-item.top {
	top: 10px;
	right: 20px;
}
.hover-item.center {
	top: 150px;
	left: 125px;
}
#list-coll .img-item:hover .hover-item {
	visibility: visible;
	opacity: 1!important;
}
.btn-default a {
	text-transform: uppercase;
}
.btn-default {
	position: relative;
	display: inline-block;
	height: 34px;
	padding: 0 23px;
	border: 1px solid;
	border-radius: 50px;
	line-height: 34px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	color: #A6ABAB;
	background-color: #fcfcfc;
	border-color: #fcfcfc;
	color: #202121;
}
.nbr-item {
	display: block;
	min-width: 23px;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, 0.34);
	font-size: 10px;
	font-weight: 400;
	color: white;
	letter-spacing: 1px;
	line-height: 32px;
	font-family: roboto;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid;
	border-radius: 50px;
}
/* ==========================================================================
   BROWSE
   ========================================================================== */
.wrapper {
	width: 1050px;
	margin: 50px auto;
}
.browse-block {
	background-color: white;
	text-align: justify;
	padding: 20px;
	margin-bottom: 20px;
}
.left {
	width: 220px;
}
.right {
	float: right;
	width: 800px;
}
.browse-block h4 {
	display: none;
}
.browse-block a {
	font-family: 'lora';
	font-size: 27px;
	margin: 20px 0;
	color: black;
	font-weight: 500;
	display: block;
}
.browse-block ul {
	list-style-type: "- ";
	;
	margin-left: 15px;
}
.browse-block ul ul {
	list-style-type: "- - ";
	margin-left: 25px;
}
#l-col {
	float: left;
}
#sub-menu li {
	margin-bottom: 15px;
}
#sub-menu a {
	font-family: 'EB garamond';
}
/* ==========================================================================
   Flipbook
   ========================================================================== */
.bb-bookblock {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	-webkit-perspective: 1300px;
	perspective: 1300px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-page {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.bb-vertical .bb-page {
	width: 50%;
	height: 100%;
	left: 50%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.bb-horizontal .bb-page {
	width: 100%;
	height: 50%;
	top: 50%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}
.bb-page > div, .bb-outer, .bb-content, .bb-inner {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bb-vertical .bb-content {
	width: 200%;
}
.bb-horizontal .bb-content {
	height: 200%;
}
.bb-page > div {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.bb-vertical .bb-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-horizontal .bb-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.bb-outer {
	width: 100%;
	overflow: hidden;
	z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bb-flipoverlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.bb-bookblock.bb-vertical > div.bb-page:first-child, .bb-bookblock.bb-vertical > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.bb-bookblock.bb-horizontal > div.bb-page:first-child, .bb-bookblock.bb-horizontal > div.bb-page:first-child .bb-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* Content display */
.bb-content {
	background: #fff;
}
.bb-vertical .bb-front .bb-content {
	left: -100%;
}
.bb-horizontal .bb-front .bb-content {
	top: -100%;
}
/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.bb-horizontal .bb-flip-prev {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.bb-vertical .bb-flip-next-end {
	-webkit-transform: rotateY(-15deg);
	transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
	-webkit-transform: rotateY(-165deg);
	transform: rotateY(-165deg);
}
.bb-horizontal .bb-flip-next-end {
	-webkit-transform: rotateX(15deg);
	transform: rotateX(15deg);
}
.bb-horizontal .bb-flip-prev-end {
	-webkit-transform: rotateX(165deg);
	transform: rotateX(165deg);
}
.bb-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
}
.bb-item-content {
	padding: 20px 50px 30px 50px;
}
/* No JS */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
	width: auto;
	height: auto;
}
.no-js .bb-item {
	display: block;
	position: relative;
}
/* Flipbook custom */
body.flip-book4 {
	background-image: url("../img/bg-book.jpg");
	background-size: cover;
}
body.flip-book, body.flip-book2 {
	background-image: url("../img/bg-bd.jpg");
	background-size: cover;
}
body.flip-book2 .bb-custom-wrapper {
	width: 850px;
	height: 100%;
	float: left;
}
body.flip-book2 .hypothesis-container {
	width: 200px;
	position: relative;
	left: -50px;
	top: 56px;
}
body.flip-book3 {
	background-color: white;
}
body.flip-book3 .bb-custom-side {
	height: 610px;
	width: 100%;
}
.bb-custom-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bb-custom-wrapper .bb-bookblock {
	width: 100%;
	height: 800px;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}
.bb-custom-side {
	width: 50%;
	float: left;
	
	overflow: hidden;
	background: #fff;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	/* Centering with flexbox 
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}
.bb-custom-firstpage h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	background: #fff;
}
.bb-custom-firstpage h1 span {
	display: block;
	font-size: 60%;
	opacity: 0.3;
	padding: 0 0 0.6em 0.1em;
}
.bb-custom-firstpage {
	text-align: center;
	padding-top: 15%;
	width: 50%;
	float: left;
	height: 100%;
}
.bb-custom-side p {
	padding: 50px;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.4;
}
.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}
.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin: 1em auto 0;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
}
.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 40px;
	height: 30px;
	text-align: center;
	border-radius: 2px;
	background: #c74f41;
	color: #fff;
	font-size: 20px;
	margin: 2px;
}
.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
	text-decoration: none;
}
/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}
.no-js .bb-custom-content {
	height: 470px;
}
@media screen and (max-width: 61.75em) {
	.bb-custom-side {
		font-size: 70%;
	}
}
@media screen and (max-width: 33em) {
	.bb-custom-side {
		font-size: 60%;
	}
}
#blocks-carnets {
	width: 1500px!important;
	margin: 50px auto;
}
#blocks-carnets .wrap-carnet {
	width: 330px;
	height: 280px;
	display: inline-block;
	margin: 0 30px 50px 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
}
#blocks-carnets .outer {
	width: 330px;
	height: 280px;
	float: left;
	overflow: hidden;
	position: relative;
}
.wrap-carnet .thumbnail {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#blocks-carnets .thumbnail:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.wrap-carnet:hover .nbr-item {
	background-color: #c74f41!important;
}
#blocks-carnets .info {
	position: absolute;
	display: block;
	margin: 115px 0 0 30px;
}
#blocks-carnets div h3 {
	color: white;
	font-weight: bold;
	-ms-transform: none;
	-moz-transform: none!important;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	margin-bottom: 10px;
}
#blocks-carnets div .nbr-item {
	font-size: 18px;
	font-weight: 300;
	color: rgba(255, 255, 255, .9);
	background-color: rgba(255, 255, 255, 0.22);
	border-radius: 50px;
	font-size: 16px;
	padding: 5px 10px;
	transition: .4s;
	text-align: center;
	display: block;
	max-width: 90px;
}
#blocks-carnets div .show {
	background-color: transparent;
	border: 1px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	color: #fff;
	float: left;
	text-align: center;
	padding: 10px 20px;
	border-radius: 50px;
	transition: all .3s;
	display: block;
}
#blocks-carnets div .show a {
	color: #fff;
}
#blocks-carnets div .show:hover a {
	color: #333!important;
	text-decoration: none;
}
#blocks-carnets div .show:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.outer-about {
	width: 100%;
	display: block;
	background: url("../img/Library_home.jpg") no-repeat;
	min-height: 400px;
}
#about-us {
	width: 1500px;
	margin: auto;
}
#about-us h1 {
	text-align: center;
	color: white;
}
.about-block {
	width: 338px;
	display: inline-block;
	background-color: white;
	margin-right: 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	cursor: default;
	margin: 10px;
	text-align: center;
}
.outer-partenaires {
	width: 100%;
	display: block;
	background-color: white;
	padding-bottom: 30px;
	min-height: 200px;
	float: left;
}
#partenaires {
	margin: 50px auto;
	width: 1100px;
	padding-top: 50px;
	clear: both;
}
#partenaires div {
	width: 25%;
	float: left;
	display: block;
	min-height: 100px;
}
#partenaires .block1 {
	background: url("../img/CRILCQ.png") no-repeat;
}
#partenaires .block2 {
	background: url("../img/CRIHN.png") no-repeat;
}
#partenaires .block3 {
	background: url("../img/udem.png") no-repeat;
}
#partenaires .block4 {
	background: url("../img/CRSH.png") no-repeat;
}
.small {
	font-size: 16px;
}
#blocks-team {
	width: 1050px;
	margin: auto;
}
.wrap-team {
	width: 300px;
	display: inline-block;
	margin: 0 30px 30px 0;
}
.wrap-team .thumbnail {}
.wrap-team .thumbnail {
	width: 300px;
	cursor: pointer;
	height: 300px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 20px 50px 30px 0;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
	font-weight: bold;
}
.wrap-team .thumbnail:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
	font-weight: bold;
}
.wrap-team .type1 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type2 {
	background: url("../img/team_jmlarue.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type3 {
	background: url("../img/team_sszoniecky.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type4 {
	background: url("../img/team_ecaccamo.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type5 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type5 {
	background: url("../img/team_frichert.jpg") no-repeat;
	cursor: pointer;
}
.wrap-team .type6 {
	background: url("../img/team_etadier.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type7 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type8 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.outer-contact {
	width: 100%;
	background: white;
	border-bottom: 1px solid #BEBEBE;
	margin-top: 50px;
	padding-bottom: 50px 0;
}
#contact-us h1 {
	font-size: 25px;
	margin-bottom: 50px;
}
#contact-us {
	width: 1050px;
	margin: 50px auto;
}
#contact-us .col-left {
	float: left;
	width: 25%;
}
#contact-us .col-left ul {
	margin: 10px 0 0 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 35px;
}
#contact-us .col-left li.phone::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 30px;
	display: block;
	float: left;
	padding: 0 0 0 3px;
}
#contact-us .col-left li.mail::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f003";
	font-family: FontAwesome;
	font-size: 18px;
	display: block;
	float: left;
}
#contact-us .col-left li.web::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 20px;
	display: block;
	float: left;
}
#contact-us .col-right {
	display: inline-block;
	width: 65%;
	margin-left: 100px;
}
#contact {
	width: 500px;
}
#contact textarea, #contact input, .widget .search-blog-input input {
	transition: box-shadow .2s !important;
}
#contact input {
	margin-bottom: 25px;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: gray;
	margin: 0 0 16px;
	margin-bottom: 16px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	font-weight: 500;
	opacity: 1;
	border-radius: 3px;
	display: block;
}
#contact textarea {
	min-height: 200px;
}
.row {
	margin: 0 -15px;
}
.col-2 div {
	width: 50%;
	float: left;
	padding: 0 15px;
}
#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 18px;
	height: 49px;
	transition: all .25s !important;
	width: 40%;
	background-color: #c74f41;
	top: 0;
	padding: 9px 20px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	cursor: pointer;
	margin-left: 0!important;
	border: none;
	border-radius: 50px;
}
#contact input[type="submit"].submit:hover {
	opacity: .92;
}
#propos-pres .content {
	display: block;
	width: 700px;
	padding: 30px;
	margin: 40px auto;
	clear: both;
	background: rgba(00000, 0, 0, 0.8);
}
#propos-pres .content h1 {
	color: #fff;
	text-align: center;
}
#propos-pres .content p {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}
#blocks-apropos {
	width: 960px;
	margin: 0 auto;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/* Side Menu + sub-menu item */
.menu-item {
	margin: 50px 0 15px 0;
	display: block;
}
.menu-item a {
	font-size: 14px;
	cursor: pointer;
	margin-left: 20px;
}
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100000000;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
}
.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-family: lora;
	color: rgba(188, 188, 188, 1.00);
	display: block;
	transition: 0.3s;
}
.sidebar ul ul {
	margin-bottom: 20px;
}
.sidebar ul ul li {
	margin-left: 10px;
}
.sidebar ul ul li a {
	font-size: 14px;
}
.sidebar a:hover {
	color: #f1f1f1;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.open-btn {
	cursor: pointer;
}
.openbtn:hover {}
.bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: none;
	border: none;
	background: #fff;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 35%!important;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 0;
}
.bx-wrapper .bx-prev {
	left: -70px!important;
}
.bx-wrapper .bx-next {
	right: -70px!important;
}
.bx-wrapper h1 {
font-size: 30px;
    font-weight: 300;
    margin: 20px 0 40px 0;
    border-top: 1px solid  rgba(227,227,227,1.00);
    padding-top: 30px;
}

.bx-wrapper p {margin-top:30px;}
.bx-wrapper .caption {font-size:13px; font-wight:200; color: rgba(73,73,73,1.00); margin: 10px 0 10px 0!important;
    display: block;}
.caption {
	font-size: 15px;
	color: rgba(107, 107, 107, 1.00);
}

 .bx-wrapper .bx-pager.bx-default-pager a.active {display:none;}
.punch-viewer-nav .punch-viewer-nav-logo {display:none!important;}
