@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg"); }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

body {
  background-color: #e5e5e5;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  font-family: "Martel Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: scroll;
  /* force scroll to appear */ }

/* helper class when showing content */
.noscroll {
  overflow: hidden; }

.container-page {
	padding: 0 30px;
}

h1 {
	font-family: "Gabriela", serif;
	font-size: 3.25em;
	text-align: center;
	margin-top: 0;
}

img.center {
	display: block !important;
	margin: 0 auto !important;
}

a {
  outline: none;
  color: #4f9fcf;
  text-decoration: none; }

a:hover,
a:focus {
  color: #2f6f9f;
  outline: none; }
  
a.grid__item:hover, a.grid__item:focus {
  color: #333;
}

button:focus {
  outline: none; }

.hidden {
  display: none; }

/* Sidebar */
.sidebar {
  text-align: center;
/*
  background: url('../img/bg-2.jpg') center top no-repeat;
  background-size: cover;
*/
  background: #fff;
  z-index: 1000;
  position: fixed;
  width: 300px;
  max-width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 2em 1em; }

.sidebar h1 {
  margin: 0.75em 0 0;
  font-size: 2em;
  line-height: 1;
  font-family: "Playfair Display", serif; }

.sidebar h1 span {
  display: block; }

/* Codrops links */
.codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  min-height: 45px; }

.codrops-links::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: '';
  -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
  transform: rotate3d(0, 0, 1, 22.5deg); }

.codrops-icon {
  display: inline-block;
  margin: 0.5em;
  padding: 0em 0;
  width: 1.5em;
  text-decoration: none; }

.codrops-icon span {
  display: none; }

.codrops-icon:before {
  margin: 0 5px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none; }

.codrops-icon--drop:before {
  content: "\e001"; }

.codrops-icon--prev:before {
  content: "\e004"; }

/* Demo links */
.codrops-demos {
  margin: 2em 0 0;
  font-size: 0.75em; }

.codrops-demos a {
  display: inline-block;
  margin: 0 0.5em; }

.codrops-demos a.current-demo {
  color: #333;
  font-weight: bold; }

.codrops-demos a.current-demo:focus {
  color: #aaa; }

.related {
  font-size: 0.85em;
  padding-bottom: 1em; }

.related h3 {
  margin: 3em 0 0.5em 0;
  font-size: 0.95em; }

.related a {
  display: block;
  color: inherit; }

.related a:hover,
.related a:focus {
  color: #414741; }

/* Main content */
.main {
  position: relative;
  z-index: 50; }

/* Grid container */
.grid {
  position: relative; }

/* Overlay */
.grid::after {
  content: '';
  background: rgba(202, 202, 202, 0.4);
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.view-single .grid::after {
  opacity: 1; }

/* Top bar above the grid */
.top-bar {
  background: #fff;
  width: 100%;
  line-height: 1;
  padding: 15px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.top-bar__headline {
  margin: 0;
  font-size: 0.75em; }

/* Menu button for toggling the sidebar (appears on small screen) */
.menu-toggle {
  position: fixed;
  z-index: 100;
  display: block;
  width: 25px;
  height: 25px;
  top: 14px;
  left: 14px;
  cursor: pointer;
  background: none;
  border: none;
  display: none;
  margin: -2px 15px 0 0; }

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #bbd100;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bbd100;
  content: ''; }

.menu-toggle span:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px); }

.menu-toggle span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px); }

/* Filter/dropdown dummy on the right */
.filter {
  text-align: right;
  font-size: 0.75em;
  margin-left: auto; }

.dropdown {
  font-weight: bold;
  margin-left: 5px;
  cursor: pointer;
  color: #bbd100; }

.dropdown::after {
  content: '\25BC';
  margin-left: 2px;
  font-size: 80%; }

/* Grid item */
.grid__item {
  padding: 45px 55px 30px;
  position: relative;
  color: inherit;
  background: #fff;
  min-height: 300px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }

/* Grid item "border" */
.grid__item::before {
  position: absolute;
  content: '';
  top: 0px;
  right: 55px;
  bottom: 0px;
  left: 55px;
  /* border-bottom: 1px solid rgba(74, 74, 74, 0.075); */ }

.grid__item * {
  z-index: 10; }

/* grid item element and full content element styles */
.title {
  margin: 0;
  font-size: 1.875em;
  font-family: "Gabriela", serif;
  text-align: center;
  font-weight: 400;
}

.grid__item .title {
	display: none;
}

.grid__item {
	color: #fff;
}

.title--preview {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }

.loader {
  height: 1px;
  width: 40%;
  margin: 1em auto;
  position: relative;
  background: rgba(0, 0, 0, 0.1); }

.loader::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  top: -1px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.grid__item--loading .loader::before {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.category {
  margin: 0;
  position: relative;
  font-size: 0.95em;
  font-style: italic;
  font-family: "Playfair Display", serif;
  text-align: center;
  display: block; }

.title--preview,
.loader,
.category {
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* closing (delays) */
.title--preview {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.grid__item .category {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

/* opening */
.grid__item--animate .title--preview {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

.grid__item--animate .loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

.grid__item--animate .category {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }

.meta {
  font-size: 0.765em;
  text-align: center; }

.meta .fa {
  margin-right: 4px; }

.meta:before, .meta:after {
  display: table;
  content: ''; }

.meta:after {
  clear: both; }

.meta__avatar {
  display: block;
  border-radius: 50%;
  margin: 2em auto; }

.meta--preview .meta__avatar {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%); }

.grid__item:hover .meta--preview .meta__avatar,
.grid__item:focus .meta--preview .meta__avatar {
  -webkit-filter: none;
  filter: none; }

.meta__date,
.meta__reading-time {
  display: block;
  float: left;
  color: #aaa; }

.meta__reading-time {
  text-align: right;
  float: right; }

.meta__misc {
  display: block;
  clear: both;
  text-align: left;
  padding: 5px 0; }

.meta__misc--seperator {
  padding: 20px 0 0;
  margin: 65px 0 0;
  border-top: 1px solid #f5f5f5; }

.article-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.article-nav button {
  border: none;
  color: #bbd100;
  background: none; }

.article-nav button:hover {
  color: #333; }

.meta--preview .meta__avatar,
.meta--preview .meta__date,
.meta--preview .meta__reading-time {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.grid__item--loading .meta__avatar {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.grid__item--loading .meta__date {
  -webkit-transition-delay: 0.17s;
  transition-delay: 0.17s; }

.grid__item--loading .meta__reading-time {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s; }

.grid__item--loading .meta__avatar,
.grid__item--loading .meta__date,
.grid__item--loading .meta__reading-time {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0; }

/* Grid footer */
.page-meta {
  width: 100%;
  background: #fff;
  width: 100%;
  padding: 15px 15px 10px;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  cursor: default; }

/* Placeholder element (dummy that gets animated when we click on an item) */
.placeholder {
  pointer-events: none;
  position: absolute;
  width: calc(100% + 5px);
  height: calc(100vh + 5px);
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.placeholder.placeholder--trans-in {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.placeholder.placeholder--trans-out {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

/* main content */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  /* Avoid second scroll bar in Chrome! */
  visibility: hidden;
  z-index: 400;
  overflow: hidden; }

.content.content--show {
  height: 100vh;
  pointer-events: auto;
  visibility: visible; }

/* scroll helper wrap */
.scroll-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* single content item */
.content__item {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding: 60px 0px 0px 0px;
  pointer-events: none;
  font-size: 0.85em; }
  .content__item p {
    max-width: 1200px;
    margin: 1em auto;
    text-align: justify; }

.content__item.content__item--show {
  height: auto;
  min-height: 100vh;
  opacity: 1;
  overflow: scroll;
  pointer-events: auto;
  -webkit-transition: opacity 3s;
  transition: opacity 3s; }

/* content elements */
.category--full {
  font-size: 1.25em;
  margin-bottom: 20px;
  color: #fff; }

.title--full {
  font-size: 3.25em; }

.meta--full {
  font-size: 1em;
  margin: 0 auto 2em;
  max-width: 1200px; }
  .meta--full .meta__author {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
  .meta--full .meta__author::before {
    content: 'by ';
    font-weight: normal; }
  .meta--full .meta__category {
    font-style: italic;
    float: left;
    margin: 0 5px;
    font-family: "Playfair Display", serif; }
  .meta--full .meta__category::before {
    content: "in "; }
  .meta--full .meta__avatar {
    margin: 1em auto; }

.category--full,
.title--full,
.meta--full .meta__avatar,
.meta--full .meta__author,
.meta--full .meta__date,
.meta--full .meta__reading-time {
  opacity: 0; }

.content__item p {
  opacity: 0; }

.category--full,
.title--full {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.meta--full .meta__avatar,
.meta--full .meta__author,
.meta--full .meta__date,
.meta--full .meta__reading-time {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1); }

.content__item--show .category--full,
.content__item--show .title--full,
.content__item--show .meta--full .meta__avatar,
.content__item--show .meta--full .meta__author,
.content__item--show .meta--full .meta__date,
.content__item--show .meta--full .meta__reading-time {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.content__item--show .category--full,
.content__item--show .title--full {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.content__item--show .title--full {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.content__item--show .meta--full .meta__avatar {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.content__item--show .meta--full .meta__date {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.content__item--show .meta--full .meta__reading-time {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s; }

.content__item--show.content__item p {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s; }

/* close button (for content and sidebar) */
.close-button {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  z-index: 100;
  top: 0;
  right: 0;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  pointer-events: none;
  padding: 20px 30px;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  
.close-button-menu {
	color: #333;
}  

.close-button-menu span {
  display: none; }

.close-button-menu:hover {
  color: #bbd100 !important; }
.close-button:hover {
	color: #fff;
}

/* show class for content close button */
.close-button--show {
  opacity: 1;
  pointer-events: auto; }

/* Viewport sizes based on column number and sidebar */
/* 1 column */
/* 2 columns */
/* 3 columns */
/* 4 columns */
/* 5 columns */
/* 6 columns */
@media screen and (min-width: 600px) {
  html,
  body,
  .container,
  .main {
    height: 100vh; }
  .top-bar {
	  display: none;
  }
  .border-page {
	border-left: 15px #e5e5e5 solid;
  }
  .main {
    height: 100%;
    margin-left: 300px; }

  .content__item {
    font-size: 1em; }
    
    header img {
	    display: none;
    }

  .grid__item {
    padding: 45px 45px 30px; }

  /* Demo ad */
  body #cdawrap {
    right: auto;
    left: 30px;
    top: auto;
    bottom: 0;
    background: none;
    border: none;
    width: 240px;
    background: #f5f5f5; }

  body #cdawrap .carbon-text {
    color: #7b7b7b; }

  body #cdawrap a.carbon-poweredby {
    color: #7883C4; }

  body #cdawrap a:hover.carbon-poweredby {
    color: #333; }

  body #cdawrap #cda-remove {
    display: none; } }
@media screen and (min-width: 900px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* 2 columns */
  .grid__item {
    width: 50%;
    border: none; }

  .grid__item::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    /* border: 1px solid rgba(74, 74, 74, 0.075); */
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }





/*
  .grid__item:hover::before,
  .grid__item:focus::before {
    border: 3px solid rgba(187, 209, 0, 0.5); }
*/

  .grid__item--loading.grid__item::before {
    opacity: 0; } }
@media screen and (min-width: 1200px) {
  /* 3 columns */
  .grid__item {
    width: 33.333%; } }
@media screen and (min-width: 1500px) {
  /* 4 columns */
  .grid__item {
    width: 25%; } }
@media screen and (min-width: 1800px) {
  /* 5 columns */
  .grid__item {
    width: 20%; } }
@media screen and (min-width: 2100px) {
  /* 6 columns */
  .grid__item {
    width: 16.66%; } }
/* small screen changes for sidebar (it becomes an off-canvas menu) */
@media screen and (max-width: 599px) {
  .sidebar {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s; }

  .sidebar.sidebar--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .sidebar.sidebar--open ~ .main {
    pointer-events: none; }

  .top-bar {
    padding: 14px 15px 10px 60px; }

  .menu-toggle {
    display: inline-block; }

  .sidebar .close-button {
    opacity: 1;
    pointer-events: auto; }

  .title--full {
    font-size: 2em; }

  .content__item {
    padding: 80px 20px 40px; }

  .content .close-button {
    padding: 10px 20px; }

  .content .close-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    width: 100vw;
    height: 50px;
    pointer-events: none;
    z-index: -1; } }
@media screen and (max-height: 580px) {
  body #cdawrap {
    display: none; } }


/*# sourceMappingURL=style1.css.map */
@media screen and (max-width: 599px) and (max-height: 674px) {
	nav.main-menu {
		padding: 0px 0px 0px 36px;
	    margin-top: 15px;
	}
}
@media screen and (min-width: 600px) and (min-height: 675px) {
	nav.main-menu {
		background: url(../img/braces.svg) no-repeat center top;
		padding: 85px 0px 80px 36px;
	    background-size: 250px 285px;
	    margin-top: 15px;
	}
}

.main-menu {
	font-family: "Gabriela", serif;
}

nav.main-menu ul {
	list-style-type: none;
	padding-left: 0px;
    text-align: left;
}

nav.main-menu ul li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    content: "\f096";
}

nav.main-menu ul li a:hover:before {
	content: "\f0c8";
	color: #929292;
}

nav.main-menu ul li {
	padding: 3px 0;
}

nav.main-menu ul li a {
	padding-left: 7px;
	text-transform: uppercase;
	color: #929292;
}

nav.main-menu ul li a:hover {
	color: #929292;
}

.box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    background-color: rgba(75,75,75,0.7);
    padding: 30px 0;
}

.box p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.box h3 {
	color: #fff;
	margin: 0 0 5px 0;
}

.box a {
	padding: 15px;
	color: #fff;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.box p a {
	padding: 0;
}

.box a:hover {
	color: #000;
}

.cbutton__text {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.newslink {
	-webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.box .open-blink {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 20px;
    border-radius: 50%;
    background-color: #26da2e;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.box .open-blink:before {
    content: ' ';
    position: absolute;
    top: -8px;
    left: -8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.2;
    border-radius: 50%;
    background-color: #26da2e;
}

.box .close-blink {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 20px;
    border-radius: 50%;
    background-color: #f52323;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.box .close-blink:before {
    content: ' ';
    position: absolute;
    top: -8px;
    left: -8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.2;
    border-radius: 50%;
    background-color: #f52323;
}

p.telephone {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0 0 24px 0;
}

p.telephone i.fa-phone {
	margin-right: 10px;
}

p.horaires {
	margin: 0 0 25px 0;
	line-height: 16px;
}

.horaires b {
    font-size: 1.1em;
    margin-right: 15px;
}

@media screen and (max-height: 899px) {
	.horaires-desktop {
		display: none;
	}
}
@media screen and (min-height: 900px) {
	.horaires-mobile {
		display: none;
	}
}


ul.no-list {
	list-style-type: none;
	padding-left: 30px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.meta__avatar {
    color: #bbd100;
}

.grid-item-1, .content-item-1 {
	background-color: #e09bc0;
}
.grid-item-2, .content-item-2 {
	background-color: #c6c400;
}
.grid-item-3, .content-item-3 {
	background-color: #9c86a2;
}
.grid-item-4, .content-item-4 {
	background-color: #8ab5dd;
}
.grid-item-5, .content-item-5 {
	background-color: #e07864;
}
.grid-item-6, .content-item-6 {
	background-color: #96998b;
}
.grid-item-7, .content-item-7 {
	background-color: #6cbea9;
}
.grid-item-8, .content-item-8 {
	background-color: #d6c8a2;
}
.grid-item-9, .content-item-9 {
	background-color: #ebc500;
}
.grid-item-10, .content-item-10 {
	background-color: #bfb75a;
}
.grid-item-11, .content-item-11 {
	background-color: #9f8dab;
}
.grid-item-12, .content-item-12 {
	background-color: #e0d6d4;
}

.img-responsive {
	max-width: 100%;
    height: auto;
}
.bg-page-blc {
	background-color: #fff;
	color: #929292;
}


.bloc-actu {
	padding: 50px 0;
}

.border-page h1 {
	color: #929292;
	margin: 0;
}

.bloc-actu .bloc-img img {
	display: inline-block;
}

.bloc-actu h2 {
	margin: 0;
	font-family: "Gabriela", serif;
	font-size: 32px;
	line-height: 1em;
}

.bloc-actu p, .bloc-actu ul {
	text-align: justify;
	margin-bottom: 0;
	font-size: 14px;
    line-height: 1.5em;
}

.bloc-actu p.date {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: 'Inconsolata', sans-serif;
}

.content-page, .page-bloc {
    max-width: 650px;
    margin: 0 auto;
}

/*
.content__item.with-slideshow {
	padding-bottom: 925px !important;
}
*/

hr.separator {
	width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    border-top: 1px #333 dotted;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.grid__item img {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.grid__item:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}



/* ***** Galerie Self-Portrait ***** */

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
.column div img { display: block; }

@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
	#grid2[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

/* Again, you’re free to use and define the classes: */
.column { float: left;padding: 0; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of4 { width: 25%; }

#grid .column div {
	border: 2px #fff solid;
	background-color: #fff;
}

#grid {
	display: inline-block;
}
/* ***** !Galerie Self-Portrait ***** */
.row {
	/* display: flex; */
}

.col-md-6 {
	padding: 0 15px;
}

@media screen and (min-width: 930px) {
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.adresse-contact {
		padding-left: 15px;
	}
}

@media screen and (max-width: 929px) {
	.col-md-6 {
		width: 100%;
		clear: left;
	}
}

.adresse-contact {
	text-align: center;
	font-size: 0.9em;
}

.adresse-contact address {
	font-style: normal;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	border: 2px #929292 solid;
    padding: 5px 15px;
    font-size: 0.8em;
}

.contact-form input:focus, .contact-form textarea:focus {
	border-color: #a5d400;
    outline: none;
    -webkit-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    transition: border-color 0.5s;

}

textarea {
	resize: vertical;
}

.marge-ct {
	margin: 15px 0;
}

#control {
	position: absolute;
	left: -9999px;
}

#map {
	width: 100%;
	height: 600px;
	/* position: absolute; */
	left: 0;
}


/* Typed.js */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #fff;
    background-color: #929292;
    padding-right: 10px;
}
@keyframes blink{
    0% { color:#fff; }
    50% { color:#929292; }
    100% { color:#fff; }
}
@-webkit-keyframes blink{
    0% { color:#fff; }
    50% { color:#929292; }
    100% { color:#fff; }
}
@-moz-keyframes blink{
    0% { color:#fff; }
    50% { color:#929292; }
    100% { color:#fff; }
}

#typed {
	text-align: left;
}
#typed span {
	color: #fff;
	background-color: #929292;
	padding: 0 10px;
}

@media screen and (max-width: 599px) {
	#typed-strings, #typed, .typed-cursor {
		display: none;
	}
}
@media screen and (max-height: 937px) {
	#typed-strings, #typed, .typed-cursor {
		display: none;
	}
}

/* !Typed.js */

.bottom-close-btn {
	background: none;
	border: none;
	position: relative;
	font-size: 23px;
	padding: 20px 30px;
	float: right;
	color: #000;
}
.bottom-close-btn:hover {
	color: #fff;
}
#grid div.hover-anchor a {
	display: block;
}
#grid div.hover-anchor div.hover-desc {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(20,219,114,0.4);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border: none;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

#grid div.hover-anchor div.hover-desc p {
	margin: 0 !important;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
}
#grid div.hover-anchor div.hover-desc p strong {
	font-size: 1.7em;
}

#grid div.hover-anchor:hover div.hover-desc {
	opacity: 1;
}

p #typed, .typed-cursor {
	font-size: 14px;
}

#typed {
    text-align: left;
    margin-top: -140px;
    display: block;
}