/*
Theme Name: Stinsensqueeze
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

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;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "nimbus-sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}



/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "nimbus-sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "nimbus-sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "nimbus-sans", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "nimbus-sans", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none!important;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html,body{
	overflow-x: hidden;
}

html.scrolloff, .scrolloff body{
	overflow: hidden;
}

body{
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	-webkit-font-smoothing: antialiased;
}

.wrapper{
	max-width: 1064px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

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

.clear{
	clear: both;
}


a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.bxslider{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wow{
	visibility: hidden;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

.preload{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 1;
	z-index: 9999999;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.preload .logo{
	display: block;
	width: 405px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: url(assets/images/logo.svg) no-repeat center center;
	background-size: contain;
	z-index: 1;
	opacity: 0;
	margin-top: -10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.loaded .preload .logo{
	opacity: 1;
	margin-top: 0;
}

.loaded.loadedd .preload .logo{
	opacity: 0;
}

.preload .imgfond{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.loaded.loadedd.loadeddd .preload{
	opacity: 0;
}

.loaded.loadedd.loadeddd.loadedddd .preload{
	display: none;
}

.site-header {
	position: absolute;
	z-index: 99;
	left: 55px;
	top: 45px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.loadedddd .site-header {
	opacity: 1;
	top: 55px;
}

.site-header h1{
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0 0 25px;
	color: black;
	position: relative;
    z-index: 1;
}

.reverse .site-header h1, .reverse .site-header h1 a, .reverse .menus p, .reverse .menus ul li.selec a{
	color: white;
}

.reverse .menus ul#menu-fourth li:not(.selec) a {
    color: #6b6bff;
}

.site-header h1 a{
	color: black;
}

.site-header h1 b{
	font-weight: normal;
    margin: 0 -3px;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.site-header h1 span{
	letter-spacing: 0.1em;
}

.site-header h1 i{
	font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    font-weight: 500;
}

.menus{
	letter-spacing: 0.06em;
	line-height: 29px;
	opacity: 0;
	margin-top: -999em;
	transform:translate(0,10px);
    -webkit-transform:translate(0,10px);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0.4s ease;
}

.menus.opened{
	opacity: 1;
	margin-top: 0;
	transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, margin-top 0s 0s ease;
}

.menus ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menus p{
	margin-bottom: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.menus p.infos{
	margin-top: 15px;
}

.menus ul li a{
	color: #737373;
}

.menus ul#menu-fourth li:not(.selec) a {
    color: #0000bd;
}

.menus ul li a:hover{
	font-style: italic;
}

.menus ul li.selec a{
	color: black;
}

.home .menufond{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    margin-top: -999em;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0.4s ease;
}

.reverse .menufond{
	background: rgba(47, 47, 47, 0.8);
}

.home .menufond.on{
	opacity: 1;
	margin-top: 0;
	transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, margin-top 0s 0s ease;
}

body.home .menus .white{
	display: none;
}

body:not(.home) .menus .white{
	content: '';
	display: block;
	width: 50vw;
	background: white;
	position: absolute;
	left: -55px;
	top: -101px;
	z-index: -1;
	opacity: 0;
	transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0.4s ease;
}

body:not(.home) .menus:not(.opened) .white{
	height: 0!important;
}

body:not(.home) .menus.opened .white{
	opacity: 1;
	height: 100vh;
	transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, height 0s 0s ease;
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/


#content{
	opacity: 1;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.nprogress-busy #content{
	opacity: 0;
}

.slidertop .bx-wrapper, .slidertop .bx-viewport .slidertop ul{
	height: 100%;
}

.slidertop ul{
	margin: 0;
	padding: 0;
}

.slidertop ul li{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slidertop > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.slidertop img{
	position: absolute!important;
	top: -9999px!important;
	right: -9999px!important;
	bottom: -9999px!important;
	left: -9999px!important;
	margin: auto!important;
	min-width: 100%!important;
	min-height: 100%!important;
	width: auto!important;
	height: auto!important;
}

.slidertop img.portrait{
	max-width: 100%!important;
	max-height: 999999em!important;
}

.slidertop img.paysage{
	max-width: 999999em!important;
	max-height: 100%!important;
}

#primary {
	padding: 155px 125px;
}

.archy{
	margin: -40px 0;
}

.projects{
	list-style: none;
	margin: 0 -40px;
	padding: 0;
}

.projects li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 40px;
}

.projects li .licont{
	position: relative;
}

.over{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
    background: white;
    width: 100%;
    height: 100%;
    line-height: 23px;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.projects li a:hover .over{
	opacity: 1;
}

#nprogress{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20!important;
	background: white;
}


#nprogress .bar, #nprogress .spinner-icon{
	display: none!important;
}

.single .site-header{
	position: fixed;
}

.single .left{
	width: 50%;
	position: fixed;
	left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 155px 62px 0 125px;
    overflow-x: hidden;
}

.single .left .mobtxt{
	margin-bottom: 155px;
}

.single .left::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

/*
.single .left:after{
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: white;
	z-index: 2;
}
*/

.menu-third-container, .menu-fourth-container{
	margin-top: 15px;
}

.single .left h1{
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
}

.single .left > *:not(h1){
	letter-spacing: 0.03em;
	line-height: 20px;
}

.single .left .caption{
	line-height: 18px;
	font-size: 13px;
	color: #8F8F8F;
}

.single .left .caption a{
	color: #8F8F8F;
}

.single .left .caption a:hover{
	color: #000;
}

.single .right{
	width: 50%;
	float: right;
	padding-left: 62px;
}

.single .right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.single .right ul li{
	position: relative;
	margin: 0 0 70px;
	text-align: center;
}

.single .right ul li:last-child{
	margin-bottom: 0;
}

.single .right ul li .image{
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: auto;
}

.single .right ul li .image a{
	display: inline-block;
}

.single .right ul li .image img{
	display: inline;
}

.bgvid{
	display: block;
	width: 100%;
	margin: 0;
}

.single .right ul li .image img.portrait{
	max-height: 630px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.single .right ul li .caption{
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	font-size: 13px;
    color: #737373;
    padding-top: 3px;
}

.bigs{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	overflow-y: auto;
	display: block;
	opacity: 0;
	z-index: -999;
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, z-index 0s 0.4s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, z-index 0s 0.4s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, z-index 0s 0.4s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease, z-index 0s 0.4s ease;
}

.bigs.on{
	opacity: 1;
	z-index: 100;
	-webkit-transition: opacity 0.4s ease, transform 0.4s ease, z-index 0s 0s ease;
	-moz-transition: opacity 0.4s ease, transform 0.4s ease, z-index 0s 0s ease;
	-o-transition: opacity 0.4s ease, transform 0.4s ease, z-index 0s 0s ease;
	transition: opacity 0.4s ease, transform 0.4s ease, z-index 0s 0s ease;
}

.bigs a.closebigs{
	position: fixed;
	right: 60px;
    top: 60px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(assets/images/cross_b.png) no-repeat center center;
	background-size: contain;
	z-index: 1;
	mix-blend-mode: difference;
}

.bigs .big{
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bigs .big.bigv{
	display: flex;
	justify-content: center;
    align-items: center;
}

.bigs .big.bigv .bgvid{
	display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.bigs .big:after{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(assets/images/spinner.svg) no-repeat center center;
	background-size: contain;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
}

.projects li .licont > a, .projects li .licont > a > img{
	display: block;
}

.projects li .licont > a > img{
	width: 100%;
	height: auto;
}

.pleft{
	width: 50%;
	float: left;
	padding-right: 62px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.03em;
}

.pright{
	width: 50%;
	float: left;
	padding-left: 62px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.03em;
}

p.title{
	margin-bottom: 0;
}

.section{
	margin-top: 40px;
}

.section:first-child{
	margin-top: 0;
}

.section.member + .section.member, .section.infos + .section.infos, .section.secty + .section.secty{
	margin-top: 23px;
}

.section.member p:not(.title), .section.secty p:not(.title){
	color: #8F8F8F;
}

.section.member a, .pleft a:hover, .conty a:hover, .reverse .conty a:hover{
	color: #8F8F8F;
}

.section.member a:hover, .pleft a, .conty a{
	color: #000;
}

.newsy input[type="text"]{
	padding: 0;
	border: 0;
	border-bottom: 1px solid black;
	border-radius: 0;
	background: transparent;
}

.reverse .newsy input[type="text"]{
	border-bottom: 1px solid #fff;
}

.sml_submit{
	display: none;
}

.preloaded .conty, .preloaded .newsy{
	display: none;
}

.cont a.on, .news a.on{
	font-style: italic;
	color: black;
}

.reverse .cont a.on, .reverse .news a.on, .reverse .conty a{
	color: white;
}

.sep{
	display: block;
	width: 100%;
	height: 50px;
	background: white;
}

.conty{
	line-height: 1.4;
	padding: 5px 0;
}

.menus .conty p{
	margin-bottom: 7px;
}

.menus .conty p:last-child{
	margin-bottom: 0;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	
}





/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.mobmenu, .site-main:not(.sho) .mobyimg, .site-main.sho .mobytxt, .hamburger{
	display: none;
}

.hamburger{
	position: absolute;
    right: 11px;
    top: -15px;
    z-index: 10;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 2000px) {
	.single .right ul li .image img.portrait{
		max-height: 530px;
	}
}

@media screen and (max-width: 1900px) {
	.single .right ul li .image img.portrait{
		max-height: 500px;
	}
}

@media screen and (max-width: 1800px) {
	.single .right ul li .image img.portrait{
		max-height: 460px;
	}
}

@media screen and (max-width: 1700px) {
	.single .right ul li .image img.portrait{
		max-height: 420px;
	}
}

@media screen and (max-width: 1600px) {
	.single .right ul li .image img.portrait{
		max-height: 380px;
	}
}

@media screen and (max-width: 1500px) {
	.single .right ul li .image img.portrait{
		max-height: 350px;
	}
	.pleft {
    	width: 65%;
    }
	.pright{
		width: 35%;
	}
	body.apropos .menus .white{
		width: 65vw;
	}
}

@media screen and (max-width: 1200px) {
	#primary{
		padding: 155px 55px;
	}
	.pleft {
    	width: 61%;
    }
	.pright{
		width: 39%;
		padding-left: 0;
	}
	.single .left{
		padding: 155px 62px 0 55px;
	}
	.single .left .mobtxt{
		margin-bottom: 50px;
	}
	.single .right{
		padding-left: 0;
	}
	body.apropos .menus .white{
		width: 56vw;
	}
}

@media screen and (max-width: 990px) {
	#primary{
		padding: 155px 55px 70px;
	}
	.pleft {
    	width: 100%;
    	float: none;
    	padding-right: 0;
    }
	.pright{
		width: 100%;
    	float: none;
    	padding-left: 0;
    	padding-top: 50px;
	}
	.projects{
		margin: 0 -25px;
	}
	.projects li{
		padding: 25px;
	}
	.single .left {
		width: 100%;
	    padding: 0;
	    position: relative;
	}
	.single .left .mobtxt{
		margin-bottom: 50px;
	}
	.single .right {
    	width: 100%;
    	float: none;
    }
    .preload .logo{
	    width: 340px;
		height: 100px;
    }
    body .white{
	    height: 1000%!important;
    }
    .single .site-header{
	    position: absolute;
    }
    .archy {
	    margin: -25px 0 0;
	}
	body.apropos .menus .white{
		width: 100vw;
	}
}

@media screen and (min-width: 768px) {
	.site-main:not(.sho) .mobtxt, .site-main.sho .mobyimg, .single .right{
		display: block!important;
	}
}

@media screen and (max-width: 767px) {
	.single .left > *:not(h1){
		line-height: 18px;
	}
	#page{
		overflow: hidden;
		position: relative;
	}
	.site-header{
		left: 0;
		top: 16px;
		padding-left: 26px;
		width: 100%;
		padding-right: 26px;
	}
	.loadedddd .site-header {
    	top: 26px;
	}
	body .white{
		width: 100vw!important;
		left: -26px!important;
		top: -72px!important;
	}
	#primary {
    	padding: 75px 26px 40px;
	}
	.archy {
	    margin: -6px 0 -20px;
	}
	.projects li{
		width: 100%;
		padding: 6px;
	}
	.projects{
		margin: 0 -6px;
	}
	.preload .logo {
    	width: 200px;
    	height: 60px;
	}
	.single .right ul li{
		margin: 0 0 20px;
	}
	.single .right ul li .caption{
		position: relative;
		font-size: 11px;
		padding-top: 0px;
	}
	.single .right{
		margin-bottom: -20px;
	}
	.mobmenu {
    	display: block;
    	margin-bottom: 15px;
	}
	.hamburger{
		display: block;
	}
	.mobmenu a{
		color: #8F8F8F;
	}
	.mobmenu a:hover{
		color: black;
	}
	.site-header h1 {
    	font-size: 13px;
    }
    .site-header h1 i{
	    display: none;
    }
    body{
	   font-size: 13px; 
    }
    .pleft, .pright{
	    font-size: 13px;
		line-height: 18px;
    }
    .menus{
	    line-height: 25px;
    }
    .over{
	    line-height: 21px;
    }
    .single .left{
	    padding: 0;
    }
    .single .left .mobtxt{
		margin-bottom: 0;
	}
    .site-main:not(.sho) .mobtxt, .site-main.sho .right{
	    display: none;
    }
    .single .left h1 {
	    font-size: 13px;
	    line-height: 20px;
	    margin: 0 0 25px;
	}
	.bigs a.closebigs{
		right: 24px;
	    top: 23px;
	    width: 20px;
	    height: 20px;
	}
	.single .left .caption {
    	line-height: 16px;
    	font-size: 11px;
    }
    .bigs .big{
	    background-size: cover;
    }
    .single .right ul li .image img.portrait {
    	max-height: 999em;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {}
