/*
Theme Name: Strawberry Unicorn
Theme URI: http://strawberryunicorn.com/
Author: Strawberry Unicorn
Author URI: http://strawberryunicorn.com/
Description: The best unicorn theme
Version: 2.0
Text Domain: wp-strawberryunicorn
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 2.5rem; }

hr {
  box-sizing: content-box;
  height: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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

figure {
  margin: 1em 0; }

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

/* 'Pangolin', 'Patrick Hand' */
/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
.centered {
  margin-left: auto;
  margin-right: auto; }

.limited {
  display: block;
  padding-left: 12%;
  padding-right: 12%; }
  @media screen and (max-width: 768px) {
    .limited {
      padding-left: 4%;
      padding-right: 4%; } }

.cleared {
  clear: both; }

.tooltips {
  cursor: pointer; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  background: #f1f1f1;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3em;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (max-width: 768px) {
    body {
      padding-left: 0px;
      padding-right: 0px; }
      body #banner, body #footer-infos {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px; }
      body #page {
        margin-bottom: 0px; } }

#page {
  position: relative;
  max-width: 960px;
  background: #ffffff;
  margin: 60px auto 32px auto;
  margin-top: 20px !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 3px 6px 2px #c7c7c7;
  -moz-box-shadow: 0px 3px 6px 2px #c7c7c7;
  box-shadow: 0px 3px 6px 2px #c7c7c7; }

#main {
  margin-bottom: 30px;
  padding: 40px 30px 0px 30px; }
  @media screen and (max-width: 960px) {
    #main {
      padding: 40px 0px 0px 0px; } }
  @media screen and (max-width: 768px) {
    #main {
      padding: 0; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Patrick Hand", sans-serif; }

h1 {
  text-align: center;
  color: #197879; }

h2 {
  text-align: center;
  text-transform: uppercase;
  color: #197879;
  font-size: 2.2em; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 1.8em; } }

h3 {
  color: #197879;
  font-size: 2.2em; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 1.9em; } }

h4 {
  font-size: 1.7em; }
  @media screen and (max-width: 480px) {
    h4 {
      font-size: 1.6em; } }

h5 {
  font-size: 1.7em; }

p {
  margin-bottom: 1.5em; }

table {
  background-color: #ffffff80;
  border: 1px solid #ccc;
  border-collapse: collapse; }

tr {
  border-bottom: 1px solid #e4e4e4; }
  tr:last-child {
    border-bottom: none; }

th {
  background-color: #f3f3f3; }

td, th {
  padding: 7px 5px;
  line-height: normal;
  font-size: 14px; }

#banner {
  position: relative;
  background: url("./img/background-rainbow.jpg") center center no-repeat;
  /*background-color: #c5b9a5;*/
  background-size: cover;
  overflow: hidden;
  height: 300px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 14px;
  -webkit-border-top-right-radius: 14px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px; }
  #banner #rays {
    display: none;
    position: absolute;
    background: url("./img/background-rays.png") center center no-repeat;
    width: 1920px;
    height: 1920px;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    -webkit-animation: rotating 200s linear infinite;
    -moz-animation: rotating 200s linear infinite;
    -ms-animation: rotating 200s linear infinite;
    -o-animation: rotating 200s linear infinite;
    animation: rotating 200s linear infinite; }
  #banner #logo {
    position: relative;
    background: url("./img/logo-strawberryunicorn.png") center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 10;
    width: 90%;
    max-width: 738px;
    max-height: 200px;
    margin-top: 20px; }

.home {
  text-align: center; }
  .home #banner {
    height: 450px; }
    .home #banner #logo {
      display: none;
      max-height: none;
      margin-top: -20px; }

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

#content {
  position: relative;
  background: url("./img/background-pois.png") center center;
  min-height: 600px;
  /* TEMP */
  background-size: 30px;
  padding-bottom: 60px; }
  #content #clouds {
    position: absolute;
    background: url(./img/clouds.png) center top no-repeat;
    width: 100%;
    height: 100%;
    top: -172px;
    background-size: 964px; }
  #content .page-title {
    text-transform: uppercase; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*

Generated with Bounce.js. Edit at https://goo.gl/3qmy42

#logo {
  -webkit-animation: animation 3000ms linear both;
  animation: animation 3000ms linear both;
}

@-webkit-keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.23% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.33% { -webkit-transform: matrix3d(0.01, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1); transform: matrix3d(0.01, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1); }
  35.6% { -webkit-transform: matrix3d(0.179, 0, 0, 0, 0, 0.384, 0, 0, 0, 0, 1, 0, 0, -19.201, 0, 1); transform: matrix3d(0.179, 0, 0, 0, 0, 0.384, 0, 0, 0, 0, 1, 0, 0, -19.201, 0, 1); }
  36.47% { -webkit-transform: matrix3d(0.323, 0, 0, 0, 0, 0.505, 0, 0, 0, 0, 1, 0, 0, -25.236, 0, 1); transform: matrix3d(0.323, 0, 0, 0, 0, 0.505, 0, 0, 0, 0, 1, 0, 0, -25.236, 0, 1); }
  37.87% { -webkit-transform: matrix3d(0.626, 0, 0, 0, 0, 0.693, 0, 0, 0, 0, 1, 0, 0, -34.666, 0, 1); transform: matrix3d(0.626, 0, 0, 0, 0, 0.693, 0, 0, 0, 0, 1, 0, 0, -34.666, 0, 1); }
  39.61% { -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, -44.756, 0, 1); transform: matrix3d(1.03, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, -44.756, 0, 1); }
  40.14% { -webkit-transform: matrix3d(1.14, 0, 0, 0, 0, 0.947, 0, 0, 0, 0, 1, 0, 0, -47.369, 0, 1); transform: matrix3d(1.14, 0, 0, 0, 0, 0.947, 0, 0, 0, 0, 1, 0, 0, -47.369, 0, 1); }
  42.41% { -webkit-transform: matrix3d(1.443, 0, 0, 0, 0, 1.111, 0, 0, 0, 0, 1, 0, 0, -55.54, 0, 1); transform: matrix3d(1.443, 0, 0, 0, 0, 1.111, 0, 0, 0, 0, 1, 0, 0, -55.54, 0, 1); }
  42.74% { -webkit-transform: matrix3d(1.462, 0, 0, 0, 0, 1.127, 0, 0, 0, 0, 1, 0, 0, -56.341, 0, 1); transform: matrix3d(1.462, 0, 0, 0, 0, 1.127, 0, 0, 0, 0, 1, 0, 0, -56.341, 0, 1); }
  45.01% { -webkit-transform: matrix3d(1.443, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, -59.352, 0, 1); transform: matrix3d(1.443, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, -59.352, 0, 1); }
  45.81% { -webkit-transform: matrix3d(1.392, 0, 0, 0, 0, 1.191, 0, 0, 0, 0, 1, 0, 0, -59.545, 0, 1); transform: matrix3d(1.392, 0, 0, 0, 0, 1.191, 0, 0, 0, 0, 1, 0, 0, -59.545, 0, 1); }
  47.55% { -webkit-transform: matrix3d(1.25, 0, 0, 0, 0, 1.177, 0, 0, 0, 0, 1, 0, 0, -58.83, 0, 1); transform: matrix3d(1.25, 0, 0, 0, 0, 1.177, 0, 0, 0, 0, 1, 0, 0, -58.83, 0, 1); }
  49.55% { -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.135, 0, 0, 0, 0, 1, 0, 0, -56.775, 0, 1); transform: matrix3d(1.095, 0, 0, 0, 0, 1.135, 0, 0, 0, 0, 1, 0, 0, -56.775, 0, 1); }
  50.15% { -webkit-transform: matrix3d(1.058, 0, 0, 0, 0, 1.121, 0, 0, 0, 0, 1, 0, 0, -56.029, 0, 1); transform: matrix3d(1.058, 0, 0, 0, 0, 1.121, 0, 0, 0, 0, 1, 0, 0, -56.029, 0, 1); }
  52.69% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 1.057, 0, 0, 0, 0, 1, 0, 0, -52.833, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 1.057, 0, 0, 0, 0, 1, 0, 0, -52.833, 0, 1); }
  53.29% { -webkit-transform: matrix3d(0.948, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, -52.142, 0, 1); transform: matrix3d(0.948, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, -52.142, 0, 1); }
  57.02% { -webkit-transform: matrix3d(0.948, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, -49.074, 0, 1); transform: matrix3d(0.948, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, -49.074, 0, 1); }
  57.82% { -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -48.723, 0, 1); transform: matrix3d(0.956, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -48.723, 0, 1); }
  60% { -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.259, 0, 1); transform: matrix3d(0.978, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.259, 0, 1); }
  60.69% { -webkit-transform: matrix3d(0.984, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.237, 0, 1); transform: matrix3d(0.984, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.237, 0, 1); }
  62.96% { -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, -48.464, 0, 1); transform: matrix3d(0.997, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, -48.464, 0, 1); }
  68.1% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, -49.604, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, -49.604, 0, 1); }
  73.24% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -50.272, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -50.272, 0, 1); }
  75.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -50.326, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -50.326, 0, 1); }
  83.52% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, -50.051, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, -50.051, 0, 1); }
  90.32% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.94, 0, 1); }
  93.79% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.956, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.956, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); }
}

@keyframes animation {
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.23% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.33% { -webkit-transform: matrix3d(0.01, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1); transform: matrix3d(0.01, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 1); }
  35.6% { -webkit-transform: matrix3d(0.179, 0, 0, 0, 0, 0.384, 0, 0, 0, 0, 1, 0, 0, -19.201, 0, 1); transform: matrix3d(0.179, 0, 0, 0, 0, 0.384, 0, 0, 0, 0, 1, 0, 0, -19.201, 0, 1); }
  36.47% { -webkit-transform: matrix3d(0.323, 0, 0, 0, 0, 0.505, 0, 0, 0, 0, 1, 0, 0, -25.236, 0, 1); transform: matrix3d(0.323, 0, 0, 0, 0, 0.505, 0, 0, 0, 0, 1, 0, 0, -25.236, 0, 1); }
  37.87% { -webkit-transform: matrix3d(0.626, 0, 0, 0, 0, 0.693, 0, 0, 0, 0, 1, 0, 0, -34.666, 0, 1); transform: matrix3d(0.626, 0, 0, 0, 0, 0.693, 0, 0, 0, 0, 1, 0, 0, -34.666, 0, 1); }
  39.61% { -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, -44.756, 0, 1); transform: matrix3d(1.03, 0, 0, 0, 0, 0.895, 0, 0, 0, 0, 1, 0, 0, -44.756, 0, 1); }
  40.14% { -webkit-transform: matrix3d(1.14, 0, 0, 0, 0, 0.947, 0, 0, 0, 0, 1, 0, 0, -47.369, 0, 1); transform: matrix3d(1.14, 0, 0, 0, 0, 0.947, 0, 0, 0, 0, 1, 0, 0, -47.369, 0, 1); }
  42.41% { -webkit-transform: matrix3d(1.443, 0, 0, 0, 0, 1.111, 0, 0, 0, 0, 1, 0, 0, -55.54, 0, 1); transform: matrix3d(1.443, 0, 0, 0, 0, 1.111, 0, 0, 0, 0, 1, 0, 0, -55.54, 0, 1); }
  42.74% { -webkit-transform: matrix3d(1.462, 0, 0, 0, 0, 1.127, 0, 0, 0, 0, 1, 0, 0, -56.341, 0, 1); transform: matrix3d(1.462, 0, 0, 0, 0, 1.127, 0, 0, 0, 0, 1, 0, 0, -56.341, 0, 1); }
  45.01% { -webkit-transform: matrix3d(1.443, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, -59.352, 0, 1); transform: matrix3d(1.443, 0, 0, 0, 0, 1.187, 0, 0, 0, 0, 1, 0, 0, -59.352, 0, 1); }
  45.81% { -webkit-transform: matrix3d(1.392, 0, 0, 0, 0, 1.191, 0, 0, 0, 0, 1, 0, 0, -59.545, 0, 1); transform: matrix3d(1.392, 0, 0, 0, 0, 1.191, 0, 0, 0, 0, 1, 0, 0, -59.545, 0, 1); }
  47.55% { -webkit-transform: matrix3d(1.25, 0, 0, 0, 0, 1.177, 0, 0, 0, 0, 1, 0, 0, -58.83, 0, 1); transform: matrix3d(1.25, 0, 0, 0, 0, 1.177, 0, 0, 0, 0, 1, 0, 0, -58.83, 0, 1); }
  49.55% { -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.135, 0, 0, 0, 0, 1, 0, 0, -56.775, 0, 1); transform: matrix3d(1.095, 0, 0, 0, 0, 1.135, 0, 0, 0, 0, 1, 0, 0, -56.775, 0, 1); }
  50.15% { -webkit-transform: matrix3d(1.058, 0, 0, 0, 0, 1.121, 0, 0, 0, 0, 1, 0, 0, -56.029, 0, 1); transform: matrix3d(1.058, 0, 0, 0, 0, 1.121, 0, 0, 0, 0, 1, 0, 0, -56.029, 0, 1); }
  52.69% { -webkit-transform: matrix3d(0.958, 0, 0, 0, 0, 1.057, 0, 0, 0, 0, 1, 0, 0, -52.833, 0, 1); transform: matrix3d(0.958, 0, 0, 0, 0, 1.057, 0, 0, 0, 0, 1, 0, 0, -52.833, 0, 1); }
  53.29% { -webkit-transform: matrix3d(0.948, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, -52.142, 0, 1); transform: matrix3d(0.948, 0, 0, 0, 0, 1.043, 0, 0, 0, 0, 1, 0, 0, -52.142, 0, 1); }
  57.02% { -webkit-transform: matrix3d(0.948, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, -49.074, 0, 1); transform: matrix3d(0.948, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, -49.074, 0, 1); }
  57.82% { -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -48.723, 0, 1); transform: matrix3d(0.956, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -48.723, 0, 1); }
  60% { -webkit-transform: matrix3d(0.978, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.259, 0, 1); transform: matrix3d(0.978, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.259, 0, 1); }
  60.69% { -webkit-transform: matrix3d(0.984, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.237, 0, 1); transform: matrix3d(0.984, 0, 0, 0, 0, 0.965, 0, 0, 0, 0, 1, 0, 0, -48.237, 0, 1); }
  62.96% { -webkit-transform: matrix3d(0.997, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, -48.464, 0, 1); transform: matrix3d(0.997, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, -48.464, 0, 1); }
  68.1% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, -49.604, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, -49.604, 0, 1); }
  73.24% { -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -50.272, 0, 1); transform: matrix3d(0.996, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, -50.272, 0, 1); }
  75.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -50.326, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -50.326, 0, 1); }
  83.52% { -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, -50.051, 0, 1); transform: matrix3d(1.004, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, -50.051, 0, 1); }
  90.32% { -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.94, 0, 1); transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.94, 0, 1); }
  93.79% { -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.956, 0, 1); transform: matrix3d(0.998, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, -49.956, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1); }
}

*/
.menu-container {
  padding-left: 2%; }

#header-menu {
  display: inline-block; }
  #header-menu ul {
    list-style-type: none;
    display: inline; }
  #header-menu li.menu-item-type-post_type, #header-menu li.menu-item-type-custom, #header-menu li.wpml-ls-menu-item {
    float: left;
    margin: 3px 3px 0px 3px;
    /*
		&:nth-child(1) a{
			background-image: url('./img/icon-menu-home.png');
			background-color: #f4f5cb;
			transform: rotate(-2deg);
			top: -7px;
			text-indent: -1000px;
		}		
		&:nth-child(2) a{    
			background-image: url('./img/icon-menu-blog.png');
			background-color: #f5e3cb;
			transform: rotate(1deg);
			top: -3px;
			text-indent: -1000px;
		}	
		&:nth-child(3) a{
			background-image: url('./img/icon-menu-portfolio.png');
			background-color: #f5cbe6;
			transform: rotate(-1deg);
			top: -1px;
			text-indent: -1000px;
		}	
		&:nth-child(4) a{
			background-color: #d4e7ef;
			transform: rotate(-2deg);
			top: -7px;
		}		
		&:nth-child(5) a{
			background-color: #def1db;
			transform: rotate(1deg);
			top: -3px;
		}	
		*/ }
    #header-menu li.menu-item-type-post_type a, #header-menu li.menu-item-type-custom a, #header-menu li.wpml-ls-menu-item a {
      position: relative;
      font-family: "Patrick Hand", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.2em;
      padding: 14px 0px 0px 0px !important;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 28px;
      width: 48px;
      overflow: visible;
      transform-origin: 0 50px;
      -webkit-box-shadow: 1px 1px 3px 0px #e0e0e0;
      -moz-box-shadow: 1px 1px 3px 0px #e0e0e0;
      box-shadow: 1px 1px 3px 0px #e0e0e0;
      -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }
    #header-menu li.menu-item-type-post_type a:hover, #header-menu li.menu-item-type-custom a:hover, #header-menu li.wpml-ls-menu-item a:hover {
      margin-top: -3px;
      transform: rotate(-5deg) !important; }
    #header-menu li.menu-item-type-post_type a::after, #header-menu li.menu-item-type-custom a::after, #header-menu li.wpml-ls-menu-item a::after {
      content: "";
      position: absolute;
      left: 0;
      top: -1px;
      height: 60px;
      width: 3px;
      background-color: #ffffff;
      -webkit-box-shadow: -1px 1px 3px 0px #e0e0e0;
      -moz-box-shadow: -1px 1px 3px 0px #e0e0e0;
      box-shadow: -1px 1px 3px 0px #e0e0e0; }
    #header-menu li.menu-item-type-post_type:nth-child(1) a, #header-menu li.menu-item-type-custom:nth-child(1) a, #header-menu li.wpml-ls-menu-item:nth-child(1) a {
      background-color: #d4e7ef;
      transform: rotate(-2deg);
      top: -7px; }
    #header-menu li.menu-item-type-post_type:nth-child(2) a, #header-menu li.menu-item-type-custom:nth-child(2) a, #header-menu li.wpml-ls-menu-item:nth-child(2) a {
      background-color: #def1db;
      transform: rotate(1deg);
      top: -3px; }
  #header-menu li.wpml-ls-menu-item {
    float: left; }
    #header-menu li.wpml-ls-menu-item a {
      text-align: center;
      padding: 0px !important;
      height: 32px; }
    #header-menu li.wpml-ls-menu-item img.wpml-ls-flag {
      position: relative;
      top: 0px;
      left: 3px;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 480px) {
    #header-menu li.menu-item-type-post_type, #header-menu li.menu-item-type-custom, #header-menu li.wpml-ls-menu-item {
      margin: 3px 2px 0px 2px; }
      #header-menu li.menu-item-type-post_type a, #header-menu li.menu-item-type-custom a, #header-menu li.wpml-ls-menu-item a {
        width: 58px; } }

#intro {
  margin-left: 0px;
  margin-right: 0px; }
  #intro .desc {
    max-width: 72%;
    display: inline-block;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #intro .desc {
        max-width: none;
        text-align: justify; } }

#missions {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  /*
	#mission1 .icon{
		background-color: $color-pink-light;
		border-color: $color-pink-dark;
	}
	#mission2 .icon{
		background-color: $color-green-light;
		border-color: $color-green-dark;
	}
	#mission3 .icon{
		background-color: $color-yellow-light;
		border-color: $color-yellow-dark;
	}
	*/
  /*
	@media screen and (max-width: $breakpoint-mobile-mid) {	

		.mission{
			margin-bottom: 60px;
		}

		.mission:nth-child(even) .icon-container{
			float: left;
		}
		.mission:nth-child(odd) .icon-container{
			float: right;
		}
		.desc{
			position: relative;
			top: 30px;
		}
	}
	*/ }
  #missions .missions-main h3 {
    font-size: 2em;
    margin-top: 40px;
    color: #404040; }
  #missions .mission .icon {
    /*
			border-radius: 100px;
			border: 2px dashed #CCC;
			background: #f3f3f3;
			*/
    background-color: transparent;
    height: 140px;
    width: 140px;
    margin-top: 12px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #missions .mission .title {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #missions .mission .desc {
    display: inline-block;
    text-align: center; }
  #missions .mission:hover .title {
    transform: translate(0px, 0px) scale(1.05) rotate(0deg); }
  #missions .mission:hover .icon {
    transform: translate(0px, -8px) scale(1.1) rotate(5deg); }
  #missions #mission1 .title {
    color: #a74763; }
  #missions #mission2 .title {
    color: #228648; }
  #missions #mission3 .title {
    color: #c68a00; }

.card-item {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 2px 0px #c1c1c1;
  -moz-box-shadow: 1px 1px 2px 0px #c1c1c1;
  box-shadow: 1px 1px 2px 0px #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .card-item .preview {
    height: 190px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px; }
    .card-item .preview img {
      height: 100%;
      width: auto;
      min-width: 100%;
      max-width: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .card-item .target {
    display: inline-block;
    position: absolute;
    top: -13px;
    right: -15px;
    padding: 8px 3px 12px 4px;
    padding: 6px 6px 9px 7px;
    font-family: "Patrick Hand", sans-serif;
    color: white;
    font-weight: bold;
    transform: rotate(9deg);
    border-top-left-radius: 29px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 21px;
    -webkit-border-top-left-radius: 29px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 29px;
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-topleft: 29px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 29px;
    -moz-border-radius-bottomleft: 21px;
    -webkit-text-shadow: 1px 2px 1px #77777760;
    -moz-text-shadow: 1px 2px 1px #77777760;
    text-shadow: 1px 2px 1px #77777760;
    -webkit-box-shadow: 1px 1px 0px 0px #77777760;
    -moz-box-shadow: 1px 1px 0px 0px #77777760;
    box-shadow: 1px 1px 0px 0px #77777760;
    min-width: 64px;
    min-width: 52px;
    white-space: nowrap;
    background-color: #9c9c9c; }
    .card-item .target.target-3-5, .card-item .target.target-4-6 {
      background-color: #ffe410; }
    .card-item .target.target-6-8 {
      background-color: #9cea57; }
    .card-item .target.target-9-11, .card-item .target.target-8-12 {
      background-color: #87ecf3; }
    .card-item .target.target-12-14, .card-item .target.target-14plus {
      background-color: #f38dc9; }
    .card-item .target.target-6-12 {
      background-color: #eaa357; }
    .card-item .target .target-range {
      font-size: 1.1em;
      line-height: 1em; }
    .card-item .target .target-text {
      font-size: 0.9em;
      line-height: 10px; }
    .card-item .target .target-symbol {
      font-size: 0.7em;
      vertical-align: text-top;
      line-height: 22px; }
  .card-item .meta {
    padding: 10px 15px;
    min-height: 60px;
    /*temp*/ }
    .card-item .meta .title {
      font-family: "Patrick Hand", sans-serif;
      text-transform: uppercase;
      color: #444444;
      font-size: 1.2em;
      letter-spacing: -0.5px; }
    .card-item .meta .subtitle {
      font-size: 0.7em;
      font-style: normal;
      font-weight: bold;
      color: #888888;
      text-transform: uppercase;
      line-height: 1em;
      padding-top: 5px;
      text-align: center; }
    .card-item .meta .excerpt {
      text-align: left;
      font-style: normal;
      font-weight: normal;
      font-size: 0.9em;
      line-height: 1.2em;
      text-transform: none; }
  .card-item:hover {
    text-decoration: none;
    /*transform: rotate(2deg);*/
    transform: translate(0px, -10px); }
    .card-item:hover .preview img {
      transform: scale(1.05) translate(0px, 5px); }
  @media screen and (max-width: 768px) {
    .card-item {
      max-width: 460px;
      margin-right: auto;
      margin-left: auto; }
      .card-item .preview {
        height: auto; }
        .card-item .preview img {
          width: 100%;
          height: auto; } }

#projects {
  margin-top: 104px;
  margin-left: -5px;
  margin-right: -5px; }
  #projects .projects-main {
    margin-bottom: 50px; }
    #projects .projects-main .title {
      text-transform: uppercase; }
    #projects .projects-main .desc {
      display: inline-block;
      text-align: justify; }
  #projects .projects-cta {
    margin-top: 8px; }
    #projects .projects-cta a {
      display: inline-block;
      font-weight: bold;
      font-size: 1.3em;
      color: #197879;
      background-color: white;
      padding: 16px 20px 12px 20px;
      border: 1px solid #c7c7c7;
      text-decoration: none;
      user-select: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 1px 1px 0px 2px #ececec;
      -moz-box-shadow: 1px 1px 0px 2px #ececec;
      box-shadow: 1px 1px 0px 2px #ececec;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #projects .projects-cta a .cta-animated {
        display: inline-block; }
      #projects .projects-cta a .cta-small {
        display: block;
        font-size: 0.7em;
        font-weight: normal;
        font-style: italic;
        color: #444; }
      #projects .projects-cta a:hover {
        transform: translate(0px, -2px);
        -webkit-box-shadow: 1px 3px 0px 1px #ececec;
        -moz-box-shadow: 1px 3px 0px 1px #ececec;
        box-shadow: 1px 3px 0px 1px #ececec; }
    #projects .projects-cta p {
      display: inline-block;
      margin-bottom: 0px;
      text-transform: uppercase;
      animation: text-float .8s ease-in-out infinite; }
    #projects .projects-cta a:hover p {
      animation: text-bounce 1.3s infinite; }
    #projects .projects-cta a p:nth-child(2) {
      animation-delay: 0.1s; }
    #projects .projects-cta a p:nth-child(3) {
      animation-delay: 0.2s; }
    #projects .projects-cta a p:nth-child(4) {
      animation-delay: 0.3s; }
    #projects .projects-cta a p:nth-child(5) {
      animation-delay: 0.4s; }
    #projects .projects-cta a p:nth-child(6) {
      animation-delay: 0.5s; }
    #projects .projects-cta a p:nth-child(7) {
      animation-delay: 0.6s; }
    #projects .projects-cta a p:nth-child(8) {
      animation-delay: 0.7s; }
    #projects .projects-cta a p:nth-child(9) {
      animation-delay: 0.8s; }
    #projects .projects-cta a p:nth-child(10) {
      animation-delay: 0.9s; }
    #projects .projects-cta a p:nth-child(4n) {
      color: #75bd9f; }
    #projects .projects-cta a p:nth-child(4n-1) {
      color: #64b478; }
    #projects .projects-cta a p:nth-child(4n-2) {
      color: #e2c636; }
    #projects .projects-cta a p:nth-child(4n-3) {
      color: #db9957; }

@keyframes text-float {
  0%, 100% {
    transform: none; }
  33% {
    transform: translateY(-1px) rotate(-2deg); }
  66% {
    transform: translateY(1px) rotate(2deg); } }

@keyframes text-bounce {
  0%, 60% {
    transform: translate(0); }
  15% {
    transform: rotateX(40deg) translateY(5px) rotate(-8deg); }
  30% {
    transform: translateY(-10px) rotate(2deg) scale(1.1); } }
    @media screen and (max-width: 768px) {
      #projects .projects-cta a {
        font-size: 1.4em;
        line-height: 1.1em;
        width: 100%;
        max-width: 82%; } }
    @media screen and (max-width: 480px) {
      #projects .projects-cta a {
        max-width: none; }
      #projects .projects-cta .cta-animated {
        padding-top: 8px;
        padding-bottom: 4px; } }

#competences {
  margin-top: 80px;
  margin-left: 0px;
  margin-right: 0px;
  /*
	#competence1 .icon{
		background-color: $color-pink-light;
		border-color: $color-pink-dark;
	}
	#competence2 .icon{
		background-color: $color-yellow-light;
		border-color: $color-yellow-dark;
	}
	#competence3 .icon{
		background-color: $color-green-light;
		border-color: $color-green-dark;
	}
	#competence4 .icon{
		background-color: $color-blue-light;
		border-color: $color-blue-dark;
	}
	*/ }
  #competences .row {
    margin-left: 0px;
    margin-right: 0px; }
  #competences .competences-main .title {
    text-transform: uppercase; }
  #competences .competences-main .desc {
    max-width: 92%;
    display: inline-block;
    text-align: justify; }
    @media screen and (max-width: 480px) {
      #competences .competences-main .desc {
        max-width: none; } }
  #competences .competences-sub {
    max-width: 92%;
    margin: 0 auto; }
    #competences .competences-sub .col-md-6 {
      margin-top: 40px; }
      #competences .competences-sub .col-md-6:nth-child(1) {
        padding-right: 35px; }
      #competences .competences-sub .col-md-6:nth-child(2) {
        padding-left: 35px; }
      @media screen and (max-width: 768px) {
        #competences .competences-sub .col-md-6:nth-child(1) {
          padding-right: 15px; }
        #competences .competences-sub .col-md-6:nth-child(2) {
          padding-left: 15px; } }
    #competences .competences-sub .title {
      font-size: 1.8em; }
    #competences .competences-sub .desc {
      display: inline-block;
      text-align: justify; }
      #competences .competences-sub .desc b {
        display: block;
        margin-top: 10px; }
  #competences .competences-icons-title {
    width: 100%;
    margin-top: 100px;
    text-transform: uppercase; }
  #competences .competence {
    margin-top: 30px; }
    #competences .competence .icon {
      height: 84px;
      width: 84px;
      background-color: transparent;
      /*
			border-radius: 15px;
			border: 2px dashed #CCC;
			background: #f3f3f3;
			*/
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    #competences .competence .title {
      clear: none;
      display: block; }
    #competences .competence .desc {
      display: block; }
    #competences .competence.alignCenter .desc {
      text-align: left; }
    #competences .competence.alignLeft {
      margin-right: 0; }
      #competences .competence.alignLeft .icon {
        float: left; }
      #competences .competence.alignLeft .title, #competences .competence.alignLeft .desc {
        margin-left: 96px;
        text-align: left; }
      #competences .competence.alignLeft .desc {
        text-align: justify; }
    #competences .competence.alignRight {
      margin-left: 0; }
      #competences .competence.alignRight .icon {
        float: right; }
      #competences .competence.alignRight .title, #competences .competence.alignRight .desc {
        margin-right: 96px;
        text-align: right; }
      #competences .competence.alignRight .desc {
        text-align: justify; }
    #competences .competence:hover .icon {
      transform: translate(0px, -8px) scale(1.1) rotate(2deg); }
  #competences #competence1 .title {
    color: #a74763; }
  #competences #competence2 .title {
    color: #c68a00; }
  #competences #competence3 .title {
    color: #228648; }
  #competences #competence4 .title {
    color: #167d9f; }

#outro {
  margin-top: 100px;
  margin-bottom: 70px; }
  #outro .outro-main span {
    max-width: 92%;
    display: inline-block;
    line-height: 0.8em;
    font-size: 4em;
    font-family: "Caveat", sans-serif; }
    #outro .outro-main span.signature {
      max-width: none;
      display: block;
      font-size: 1.4em;
      text-align: right;
      font-style: italic;
      margin-right: 6%;
      margin-top: 10px; }
    @media screen and (max-width: 768px) {
      #outro .outro-main span {
        max-width: none;
        font-size: 3em; } }

#footer-contact {
  position: relative;
  background-color: #726759;
  color: #FFF; }
  #footer-contact .footer-container {
    min-height: 180px;
    padding-top: 30px;
    overflow: hidden; }
  #footer-contact #footer-pattern {
    position: absolute;
    background: url("./img/footer-pattern.png") top center repeat-x;
    width: 100%;
    height: calc(100% + 60px);
    margin-top: -60px;
    background-size: 450px;
    /* TEMP */ }
  #footer-contact .contact-infos p {
    text-align: left; }
  #footer-contact .contact-infos .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: transparent;
    /*
			border-radius: 15px;
			border: 2px dashed #CCC;
			background: #f3f3f3;
			*/
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #footer-contact .contact-infos .icon:hover {
      transform: translate(0px, -8px) scale(1.1) rotate(2deg); }
  #footer-contact .social-infos {
    text-align: left;
    padding-left: 64px; }
    #footer-contact .social-infos h4 {
      padding-left: 12px; }
    #footer-contact .social-infos p {
      display: inline-block; }
    #footer-contact .social-infos a {
      float: left;
      margin: 0px 0px; }
    #footer-contact .social-infos .icon {
      display: inline-block;
      width: 67px;
      height: 67px;
      background: transparent;
      /*
			border-radius: 15px;
			border: 2px dashed #CCC;
			background: #f3f3f3;
			*/
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #footer-contact .social-infos .icon:hover {
        transform: translate(0px, -8px) scale(1.1) rotate(2deg); }
    @media screen and (max-width: 960px) {
      #footer-contact .social-infos a {
        margin: 0px 2px; }
      #footer-contact .social-infos .icon {
        width: 54px;
        height: 54px; } }
    @media screen and (max-width: 480px) {
      #footer-contact .social-infos {
        padding-left: 8px;
        padding-right: 8px;
        text-align: center; }
        #footer-contact .social-infos a {
          margin: 0px 2px; }
        #footer-contact .social-infos .icon {
          width: 48px;
          height: 48px; } }
    @media screen and (max-width: 630px) and (min-width: 480px) {
      #footer-contact .social-infos {
        display: inline-block;
        flex: none;
        padding-bottom: 32px;
        width: 310px; } }
  #footer-contact #footer-unicorn-container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0px;
    pointer-events: none; }
  #footer-contact #footer-unicorn-container-animated {
    width: 100%;
    height: 100%;
    bottom: -120px;
    visibility: hidden;
    pointer-events: none; }
  #footer-contact #unicorn-footer {
    position: absolute;
    right: 20px;
    bottom: -210px;
    pointer-events: all; }

#footer-infos {
  position: relative;
  background: #2e2b28 none repeat scroll 0 0;
  color: #ffffff;
  color: #d6cec1;
  text-align: center;
  padding: 0.8em 0;
  font-size: 0.8em;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 14px;
  -moz-border-radius-bottomleft: 14px; }
  #footer-infos #footer-menu {
    display: inline-block; }
    #footer-infos #footer-menu ul {
      list-style-type: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
    #footer-infos #footer-menu li {
      display: inline-block;
      margin-right: 4px; }
      #footer-infos #footer-menu li:not(:last-child):after {
        content: ' - '; }

.footer a {
  color: inherit; }

.footer p {
  margin-bottom: 0px; }

.footer .block {
  margin-top: 20px;
  margin-bottom: 30px; }

@media screen and (max-width: 960px) {
  #competences .competence.alignLeft .icon {
    height: 64px;
    width: 64px; }
  #competences .competence.alignLeft .title, #competences .competence.alignLeft .desc {
    margin-left: 76px; } }

@media screen and (max-width: 768px) {
  #banner #logo {
    width: 95%;
    max-width: 600px; }
  .home #banner {
    height: 380px; }
  #missions .mission {
    margin-bottom: 30px;
    margin-top: 30px; }
  #competences .competence {
    margin-bottom: 30px;
    margin-top: 30px; }
    #competences .competence .desc {
      text-align: justify; }
    #competences .competence.alignLeft .icon {
      height: 100px;
      width: 100px;
      float: none; }
    #competences .competence.alignLeft .title, #competences .competence.alignLeft .desc {
      max-width: 92%;
      margin-left: auto;
      margin-right: auto; }
    #competences .competence.alignLeft .title {
      text-align: center; }
  #footer-contact .container {
    padding-bottom: 220px; }
  #footer-contact #unicorn-footer {
    width: 270px;
    right: -10px;
    bottom: -180px; } }

@media screen and (max-width: 480px) {
  .home #banner {
    height: 320px; }
  #banner #logo,
  .home #banner #logo {
    width: 95%; }
  #competences .competence.alignLeft .title, #competences .competence.alignLeft .desc {
    max-width: none; }
  #footer-contact .footer-container {
    padding-bottom: 250px; }
  #footer-contact #unicorn-footer {
    /*
			width: 400px;
			min-width: 400px;
		    right: -90px;
			bottom: -160px;
			*/
    width: 240px;
    min-width: 240px;
    right: 10px;
    bottom: -170px; } }

/*--------------------------------------------------------------
# Portfolio post
--------------------------------------------------------------*/
.button-group button {
  margin: 0;
  margin-right: -6px;
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #CCC;
  outline: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
  cursor: pointer;
  /*
     	background: #ffffff;
     	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); 
     	background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
     	background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); 
     	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
     	*/
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  .button-group button:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px; }
  .button-group button:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px; }
  .button-group button:hover {
    background-color: #f5f5f5; }
  .button-group button.selected {
    color: #333;
    border-color: #AAA; }
  .button-group button:nth-child(1).selected {
    background-color: #defdce; }
  .button-group button:nth-child(2).selected {
    background-color: #cef6fd; }
  .button-group button:nth-child(3).selected {
    background-color: #fdfcce; }

/* ---- grid ---- */
.masonry-grid {
  margin-left: -15px;
  margin-right: -15px;
  /*@include transition(height 0.6s ease-out);*/ }

/* clear fix */
.masonry-grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.masonry-grid-item {
  float: left;
  width: 33.333333%;
  height: auto;
  padding: 15px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .masonry-grid-item {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .masonry-grid-item {
      width: 100%; } }

.portfolio-filters {
  text-align: center;
  padding: 0 0 20px 0; }

#post-portfolio {
  padding: 0 15px; }
  #post-portfolio .portfolio-title {
    margin-bottom: 0;
    text-transform: uppercase; }
  #post-portfolio .portfolio-subtitle {
    font-family: "Raleway", sans-serif;
    font-size: 0.9em;
    font-weight: bold; }
  #post-portfolio .portfolio-desc {
    font-style: italic;
    text-align: justify;
    line-height: 1.2em;
    margin-top: 15px; }
  #post-portfolio .portfolio-target {
    display: none; }
  #post-portfolio .portfolio-content {
    margin-top: 35px;
    /*
			img:before { 
				content: " ";
				display: block;
				position: absolute;
				left: 15px;
				height: 280px;
				width: calc(100% - 30px);
				background-color: #fff;
				@include box-shadow(2px, 2px, 4px, 0px, #cecece);
			}
			*/ }
    #post-portfolio .portfolio-content img {
      margin-bottom: 30px;
      background-color: #fff;
      width: 100%; }
    #post-portfolio .portfolio-content video {
      margin-bottom: 25px; }
    #post-portfolio .portfolio-content img, #post-portfolio .portfolio-content video {
      -webkit-box-shadow: 2px 2px 4px 0px #cecece;
      -moz-box-shadow: 2px 2px 4px 0px #cecece;
      box-shadow: 2px 2px 4px 0px #cecece; }
  #post-portfolio .portfolio-infos {
    text-align: left;
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #73726f;
    background-color: #fff;
    display: inline-block;
    float: left;
    padding: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 0px 2px #ececec;
    -moz-box-shadow: 1px 1px 0px 2px #ececec;
    box-shadow: 1px 1px 0px 2px #ececec; }

#post-blog .blog-title {
  margin-bottom: 0;
  text-transform: uppercase; }

#post-blog .blog-thumbnail {
  float: right;
  margin: 40px 0px 5px 20px; }
  #post-blog .blog-thumbnail img {
    width: 415px;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }

#post-blog .blog-content {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.5em;
  text-align: left; }
  #post-blog .blog-content img:not(.wp-smiley) {
    display: block;
    text-align: center;
    /*margin: 30px auto;*/
    width: 100%;
    /*@include border-radius(8px);*/ }

.page-description {
  text-align: center;
  margin-bottom: 10px; }

#page-portfolio.password-protected #login-form {
  text-align: center;
  margin-top: 0px; }
  #page-portfolio.password-protected #login-form label {
    text-transform: uppercase;
    font-weight: bold; }
  #page-portfolio.password-protected #login-form input[type="text"] {
    text-align: center;
    outline: 0;
    width: 150px;
    margin: 0;
    padding: 8px;
    height: 39px;
    margin-right: -5px;
    border: 1px solid #c3c3c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 6px; }
  #page-portfolio.password-protected #login-form input[type="submit"] {
    outline: 0;
    margin: 0;
    padding: 8px 10px 8px 8px;
    height: 39px;
    border: 1px solid #c3c3c3;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 0px;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f4f4f4); }
    #page-portfolio.password-protected #login-form input[type="submit"]:hover {
      background: #ececec;
      background: -moz-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
      background: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
      background: -o-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
      background: linear-gradient(to bottom, #f7f7f7 0%, #ececec 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7f7f7, endColorstr=#ececec); }

img.alignnone {
  max-width: 623px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 5px 0px #cccccc;
  -moz-box-shadow: 1px 1px 5px 0px #cccccc;
  box-shadow: 1px 1px 5px 0px #cccccc; }

.gallery {
  margin-bottom: 0 !important; }
  .gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 5px 0px #cccccc;
    -moz-box-shadow: 1px 1px 5px 0px #cccccc;
    box-shadow: 1px 1px 5px 0px #cccccc; }
  .gallery.custom-gallery-1and2 a {
    background-color: #fff; }
  .gallery.custom-gallery-1and2 img {
    width: auto !important;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .gallery.custom-gallery-1and2 .row {
    height: 420px; }
  .gallery.custom-gallery-1and2 .col-left a {
    height: 100%; }
  .gallery.custom-gallery-1and2 .col-left img {
    min-height: 100%; }
  .gallery.custom-gallery-1and2 .col-right .col-sm-12 {
    height: 50%; }
    .gallery.custom-gallery-1and2 .col-right .col-sm-12:nth-child(1) {
      border-bottom: 15px solid transparent; }
    .gallery.custom-gallery-1and2 .col-right .col-sm-12:nth-child(2) {
      border-top: 15px solid transparent; }
  .gallery.custom-gallery-1and2 .col-right a {
    height: 100%; }
  .gallery.custom-gallery-1and2 .col-right img {
    height: 100%; }
  @media screen and (max-width: 768px) {
    .gallery.custom-gallery-1and2 .row {
      height: auto; }
    .gallery.custom-gallery-1and2 .col-left img {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      min-height: auto;
      width: 100% !important; }
    .gallery.custom-gallery-1and2 .col-right .col-sm-12 {
      height: auto; }
      .gallery.custom-gallery-1and2 .col-right .col-sm-12:nth-child(1) {
        border-bottom: none;
        margin-bottom: 21px; }
      .gallery.custom-gallery-1and2 .col-right .col-sm-12:nth-child(2) {
        border-top: none; }
    .gallery.custom-gallery-1and2 .col-right img {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      min-height: auto;
      width: 100% !important; } }
  @media screen and (max-width: 575px) {
    .gallery.custom-gallery-1and2 .col-left {
      margin-bottom: 32px; }
    .gallery.custom-gallery-1and2 .col-right .col-12:nth-child(1) {
      margin-bottom: 32px; }
    .gallery.custom-gallery-1and2 .col-right .col-12:nth-child(2) {
      margin-bottom: 0px; } }
  @media screen and (max-width: 768px) {
    .gallery.custom-gallery-2inrow .col-sm-6 {
      margin-bottom: 32px; }
      .gallery.custom-gallery-2inrow .col-sm-6:nth-child(1), .gallery.custom-gallery-2inrow .col-sm-6:nth-child(2) {
        margin-bottom: 0px; } }
  @media screen and (max-width: 575px) {
    .gallery.custom-gallery-2inrow .col-12:nth-child(1) {
      margin-bottom: 32px; } }
  @media screen and (max-width: 768px) {
    .gallery.custom-gallery-3inrow .col-md-4 {
      margin-bottom: 32px; }
      .gallery.custom-gallery-3inrow .col-md-4:nth-child(2), .gallery.custom-gallery-3inrow .col-md-4:nth-child(3) {
        margin-bottom: 0px; } }
  @media screen and (max-width: 575px) {
    .gallery.custom-gallery-3inrow .col-12:nth-child(2) {
      margin-bottom: 32px; } }

#catapult-cookie-bar {
  padding: 6px 12px !important;
  background-color: #2f2b28 !important; }
  #catapult-cookie-bar .ctcc-left-side {
    font-size: 0.8em !important; }
  #catapult-cookie-bar .ctcc-right-side {
    font-size: 0.8em !important; }
    #catapult-cookie-bar .ctcc-right-side button {
      padding: 4px 10px;
      margin-left: 10px; }

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 #unicorn-404 {
  margin-top: 0px;
  margin-bottom: 30px; }

.error-404 .text-404, .error-404 .link-404 {
  font-size: 1.4em;
  line-height: 1.4em; }

.error-404 .link-404 {
  margin-bottom: 100px; }

@media screen and (max-width: 480px) {
  .error-404 .text-404, .error-404 .link-404 {
    font-size: 1.2em; } }

/*--------------------------------------------------------------
# Cookie bar
--------------------------------------------------------------*/
#cookie-law-info-again {
  right: 0px !important;
  background-color: rgba(255, 255, 255, 0.93) !important;
  border: 1px solid #dddddd;
  line-height: 1.3em;
  border-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0; }
  @media screen and (max-width: 480px) {
    #cookie-law-info-again {
      width: 100%;
      border-left: 0px;
      border-right: 0px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }

#cookie-law-info-bar {
  left: 0;
  padding: 2px 12px;
  background-color: rgba(255, 255, 255, 0.93) !important;
  line-height: 1.3em;
  font-size: 0.8em;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 11px; }
  #cookie-law-info-bar .cli-plugin-main-link {
    cursor: pointer;
    margin: 0 1px;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px dashed #a0a0a0;
    font-weight: normal; }
    #cookie-law-info-bar .cli-plugin-main-link:hover {
      border-color: #737373; }
  #cookie-law-info-bar .cookie_action_close_header_reject {
    cursor: pointer;
    margin: 0 1px;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px dashed #a0a0a0; }
    #cookie-law-info-bar .cookie_action_close_header_reject:hover {
      border-color: #737373; }
  #cookie-law-info-bar .cli-plugin-main-button {
    cursor: pointer;
    padding: 8px 8px;
    margin-top: 2px;
    margin-left: 6px;
    background-color: #a1917b !important;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    #cookie-law-info-bar .cli-plugin-main-button:hover {
      background-color: #ab9c87 !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#menu1 {
  position: absolute;
  top: -50px;
  width: 100%; }
  header#menu1 nav {
    padding-left: 0;
    padding-right: 0; }

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  outline: medium none;
  text-decoration: none; }

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none; }

#page-sub-header {
  padding: 1.875rem 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  color: #cdbfe3;
  padding: 4rem 0.938rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important; }

#page-sub-header h1 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.625rem; }

#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4; }

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1; }
  #page-sub-header {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
    text-align: left;
    font-size: 1.5rem; } }

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem; } }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
#menu1 nav {
	padding-left: 0;
	padding-right: 0;
}

#menu1 .navbar-nav > li > a {
	color: #8e869d;
	padding: 0.5rem;
}

#menu1 .navbar-nav > li > a:hover {
	color: #292b2c;
}

.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}
*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem; }

.dropdown-menu {
  min-width: 12.500rem; }

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0; }

.dropdown-menu .dropdown-item {
  white-space: normal; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; } }

@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem; } }

@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0; }
  .dropdown-menu li a {
    padding: 0; }
  #menu1 .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem; }
  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navigation.post-navigation {
  padding-top: 1.875rem; }

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none; }

.post-navigation .nav-next a::after {
  content: " \2192"; }

.post-navigation .nav-previous a::before {
  content: "\2190 "; }

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  border-radius: 3px;
  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: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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; }

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem; }

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0; }

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0; }

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0; }

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

.widget_search .search-form input[type="submit"] {
  display: none; }

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  /*
	padding-bottom: 3.75rem;
	padding-top: 4.125rem;
	*/ }

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem; }

.sticky .entry-title {
  position: relative; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.0em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0; }

.post.hentry {
  margin-bottom: 4rem; }

.posted-on, .byline, .comments-link {
  color: #9a9a9a; }

.entry-title > a {
  color: inherit; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-body .pull-left {
  padding-right: 0.625rem; }

.comment-list .comment {
  display: block; }

.comment-list {
  padding-left: 0; }

.comments-title {
  font-size: 1.125rem; }

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0; }

.comment-list .pingback:first-child {
  border: medium none; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center; }

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-item .gallery-columns-2 {
  max-width: 50%; }

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%; }

.gallery-item .gallery-columns-4 {
  max-width: 25%; }

.gallery-item .gallery-columns-5 {
  max-width: 20%; }

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%; }

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%; }

.gallery-item .gallery-columns-8 {
  max-width: 12.5%; }

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center; }

.copyright a, footer#colophon a {
  color: inherit; }

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem; } }

/* 'Pangolin', 'Patrick Hand' */
/*
@media only screen and (max-width: $breakpoint-notebook) {
  html {
    font-size: 95%;
  }
}

@media only screen and (max-width: $breakpoint-netbook) {
  html {
    font-size: 93%;
  }
}

@media only screen and (max-width: $breakpoint-mobile-big) {
  html {
    font-size: 90%;
  }
}

@media only screen and (max-width: $breakpoint-mobile-mid) {
  html {
    font-size: 88%;
  }
}

@media only screen and (max-width: $breakpoint-mobile-sml) {
  html {
    font-size: 86%;
  }
}
*/
