/*
Theme Name:   Technoromanticism
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Technoromanticism Theme
Author:       Francois Labastie
Author URI:   http://labastie.org
*/
/* _core.scss */
/* Transition prefixes */
/* line 5, sass/core/_core.scss */
/* line 6, sass/base/_core.scss */
:root {
  font-size: 16px;
}

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("fonts/GothamRounded-Book/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("fonts/GothamRounded-Book/GothamRounded-Book.otf") format("opentype"), url("fonts/GothamRounded-Book/GothamRounded-Book.woff") format("woff"), url("fonts/GothamRounded-Book/GothamRounded-Book.ttf") format("truetype"), url("fonts/GothamRounded-Book/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans.woff") format("woff"), url("fonts/OpenSans/OpenSans.ttf") format("truetype"), url("fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen-Regular';
  src: url("fonts/Oxygen-Regular/Oxygen-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Oxygen-Regular/Oxygen-Regular.woff") format("woff"), url("fonts/Oxygen-Regular/Oxygen-Regular.ttf") format("truetype"), url("fonts/Oxygen-Regular/Oxygen-Regular.svg#Oxygen-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen-Light';
  src: url("fonts/Oxygen-Light/Oxygen-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Oxygen-Light/Oxygen-Light.woff") format("woff"), url("fonts/Oxygen-Light/Oxygen-Light.ttf") format("truetype"), url("fonts/Oxygen-Light/Oxygen-Light.svg#Oxygen-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oxygen-Bold';
  src: url("fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("fonts/Oxygen-Bold/Oxygen-Bold.svg#Oxygen-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Antic-Regular';
  src: url("fonts/Antic-Regular/Antic-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Antic-Regular/Antic-Regular.woff") format("woff"), url("fonts/Antic-Regular/Antic-Regular.ttf") format("truetype"), url("fonts/Antic-Regular/Antic-Regular.svg#Antic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LucidaSansUnicode';
  src: url("fonts/LucidaSansUnicode/LucidaSansUnicode.eot?#iefix") format("embedded-opentype"), url("fonts/LucidaSansUnicode/LucidaSansUnicode.woff") format("woff"), url("fonts/LucidaSansUnicode/LucidaSansUnicode.ttf") format("truetype"), url("fonts/LucidaSansUnicode/LucidaSansUnicode.svg#LucidaSansUnicode") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url("fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url("fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Light/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* _variables.scss */
/* _mixins.scss */
/* _header.scss */
/* line 3, sass/layout/_header.scss */
#masthead {
  padding: 25px 4% 10px 4%;
}
/* line 6, sass/layout/_header.scss */
#masthead .site-header-main .site-branding {
  padding-top: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 13, sass/layout/_header.scss */
#masthead .site-header-main .site-branding .site-title {
  margin-bottom: 0;
}
/* line 15, sass/layout/_header.scss */
#masthead .site-header-main .site-branding .site-title a {
  color: #757575;
  text-transform: uppercase;
  font-family: "Oxygen-Light";
  font-size: 1.75rem;
  text-decoration: none;
}
/* line 23, sass/layout/_header.scss */
#masthead .site-header-main .site-branding .site-description {
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #757575;
  margin-top: 10px;
}
@media (max-width: 400px) {
  /* line 32, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding .site-title a {
    font-size: 1.5rem;
  }
  /* line 35, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding .site-description {
    letter-spacing: 1px;
  }
}
@media (max-width: 320px) {
  /* line 40, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding .site-title a {
    font-size: 1.375rem;
  }
  /* line 43, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding .site-description {
    max-width: 250px;
  }
}
/* line 49, sass/layout/_header.scss */
#masthead .site-header-main #second-menu {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 54, sass/layout/_header.scss */
#masthead .site-header-main #second-menu #lang-menu {
  position: absolute;
  right: 0;
  top: -60px;
}
/* line 58, sass/layout/_header.scss */
#masthead .site-header-main #second-menu #lang-menu a {
  text-decoration: none;
  font-family: "Oxygen-Regular";
  font-size: 1rem;
  color: #757575;
}
/* line 63, sass/layout/_header.scss */
#masthead .site-header-main #second-menu #lang-menu a:hover {
  opacity: 0.8;
}
/* line 70, sass/layout/_header.scss */
#masthead .site-header-main #menu-toggle {
  display: none;
}
/* line 74, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 79, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu .main-navigation {
  text-align: right;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 84, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu .main-navigation #menu-menuprincipal {
  list-style-type: none;
}
/* line 86, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu .main-navigation #menu-menuprincipal li {
  display: inline;
}
/* line 88, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu .main-navigation #menu-menuprincipal li a {
  text-decoration: none;
  padding: 10px;
}
/* line 93, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu .main-navigation #menu-menuprincipal li:last-child a {
  padding-right: 0;
}
/* line 100, sass/layout/_header.scss */
#masthead .site-header-main #site-header-menu.header-site-page {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
}
/* line 106, sass/layout/_header.scss */
#masthead .site-header-main #lang_menu_mobile {
  position: absolute;
  top: 10px;
  display: none;
}
/* line 109, sass/layout/_header.scss */
#masthead .site-header-main #lang_menu_mobile a {
  text-decoration: none;
  font-family: "Oxygen-Regular";
  font-size: 1rem;
  color: #757575;
}
/* line 114, sass/layout/_header.scss */
#masthead .site-header-main #lang_menu_mobile a:hover {
  opacity: 0.8;
}
/* line 118, sass/layout/_header.scss */
#masthead .site-header-main #lang_menu_mobile span {
  display: inline-block;
  text-align: center;
  width: 15px;
}
@media (max-width: 750px) {
  /* line 106, sass/layout/_header.scss */
  #masthead .site-header-main #lang_menu_mobile {
    display: block;
  }
}
/* line 129, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle {
  display: block;
  height: 45px;
  width: 45px;
  padding: 0;
  position: relative;
}
/* line 135, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle span {
  display: block;
  float: left;
  clear: both;
  height: 3px;
  width: 34px;
  border-radius: 40px;
  background-color: #666666;
  position: absolute;
  left: 5px;
  top: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
/* line 148, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
/* line 152, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle span:nth-child(2) {
  margin-top: 21px;
}
/* line 155, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle span:nth-child(3) {
  margin-top: 32px;
}
@media (min-width: 1046px) {
  /* line 129, sass/layout/_header.scss */
  #masthead .site-header-main button.menu-toggle {
    display: none;
  }
}
@media (max-width: 450px) {
  /* line 164, sass/layout/_header.scss */
  #masthead .site-header-main button.menu-toggle {
    right: 0;
    top: 10px;
  }
}
/* line 170, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle.menu-open span:nth-child(1) {
  -ms-transform: rotate(45deg) translateY(8px) translateX(10px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(10px);
  transform: rotate(45deg) translateY(8px) translateX(8px);
}
/* line 175, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle.menu-open span:nth-child(2) {
  display: none;
}
/* line 178, sass/layout/_header.scss */
#masthead .site-header-main button.menu-toggle.menu-open span:nth-child(3) {
  -ms-transform: rotate(-45deg) translateY(-8px) translateX(10px);
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(10px);
  transform: rotate(-45deg) translateY(-8px) translateX(8px);
}
@media (max-width: 910px) {
  /* line 187, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  /* line 3, sass/layout/_header.scss */
  #masthead {
    padding-top: 15px;
  }
  /* line 195, sass/layout/_header.scss */
  #masthead .site-header-main .site-branding {
    margin-top: 0;
  }
  /* line 198, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu {
    height: 0;
    -webkit-transition: height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
    overflow: hidden;
  }
  /* line 206, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu #site-navigation .menu-main ul {
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 210, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu #site-navigation .menu-main ul li {
    display: block;
    margin-bottom: 15px;
  }
  /* line 213, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu #site-navigation .menu-main ul li:last-child a {
    padding-right: 10px;
  }
  /* line 221, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu.menu-mobile {
    height: 230px;
    -webkit-transition: height, 0.5s linear;
    -moz-transition: height, 0.5s linear;
    -ms-transition: height, 0.5s linear;
    -o-transition: height, 0.5s linear;
    transition: height, 0.5s linear;
  }
  /* line 228, sass/layout/_header.scss */
  #masthead .site-header-main #site-header-menu.menu-mobile #site-navigation .menu-main ul li {
    display: block;
  }
  /* line 233, sass/layout/_header.scss */
  #masthead .site-header-main #menu-toggle {
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    outline: none;
    right: 5%;
    top: 25px;
  }
  /* line 242, sass/layout/_header.scss */
  #masthead #second-menu {
    display: none;
  }
}

/* line 248, sass/layout/_header.scss */
#menu-menuprincipal {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 251, sass/layout/_header.scss */
#menu-menuprincipal li {
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
  font-size: 1.125rem;
}
/* line 255, sass/layout/_header.scss */
#menu-menuprincipal li a {
  color: #757575;
}

/* _footer.scss */
/* line 3, sass/layout/_footer.scss */
.site-footer {
  padding: 50px 0;
  margin: 50px 4%;
  border-top: 1px solid #b7b7b7;
  clear: both;
  display: block;
}
/* line 10, sass/layout/_footer.scss */
.site-footer .footer-wrapper {
  max-width: 1000px;
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 16, sass/layout/_footer.scss */
.site-footer .footer-wrapper .site-info {
  font-family: "Oxygen-Regular";
  font-size: 0.9375rem;
  color: #757575;
  text-align: right;
  display: inline-block;
  float: right;
  padding-top: 5px;
}
@media (max-width: 640px) {
  /* line 16, sass/layout/_footer.scss */
  .site-footer .footer-wrapper .site-info {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    text-align: center;
  }
}
/* line 34, sass/layout/_footer.scss */
.site-footer .footer-wrapper .social-menu ul {
  list-style-type: none;
  padding-left: 0;
  /*max-width: 300px;*/
  float: left;
  margin: 0;
}
/* line 40, sass/layout/_footer.scss */
.site-footer .footer-wrapper .social-menu ul li {
  display: inline;
  margin-right: 10px;
}
/* line 44, sass/layout/_footer.scss */
.site-footer .footer-wrapper .social-menu ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  /* line 34, sass/layout/_footer.scss */
  .site-footer .footer-wrapper .social-menu ul {
    max-width: 255px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  /* line 55, sass/layout/_footer.scss */
  .site-footer .footer-wrapper .social-menu ul li {
    margin-bottom: 5px;
    display: inline-block;
  }
}

/* homepage.scss */
/* line 5, sass/layout/_homepage.scss */
/* line 5, sass/layout/_homepage.scss */
.site {
  margin: 0;
}

/* line 7, sass/layout/_homepage.scss */
/* line 9, sass/layout/_homepage.scss */
.site .site-main {
  margin-bottom: 25px;
}
@media (max-width: 1075px) {
  /* line 9, sass/layout/_homepage.scss */
  .site .site-main {
    margin-right: 4%;
    margin-left: 4%;
  }
}

/* line 12, sass/layout/_homepage.scss */
/* line 18, sass/layout/_homepage.scss */
.infos_slide {
  text-align: right;
  margin-right: 4%;
  margin-top: -35px;
}

/* line 16, sass/layout/_homepage.scss */
/* line 24, sass/layout/_homepage.scss */
.infos_slide p {
  font-family: Verdana;
  font-size: 0.75rem;
  display: inline;
  padding: 5px;
  color: #fa3a36;
  opacity: 1;
}
/* line 31, sass/layout/_homepage.scss */
.infos_slide p:hover {
  opacity: 0.6;
}

/* line 30, sass/layout/_homepage.scss */
/* line 37, sass/layout/_homepage.scss */
.flexslider {
  border-top: 1px solid #bdb8b8;
  border-bottom: 1px solid #bdb8b8;
}
/* line 40, sass/layout/_homepage.scss */
.flexslider .flex-viewport {
  height: 425px;
}
/* line 43, sass/layout/_homepage.scss */
.flexslider ul.slides .image-slide {
  height: 425px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1030px) {
  /* line 50, sass/layout/_homepage.scss */
  .flexslider .flex-viewport {
    height: 300px;
  }
  /* line 53, sass/layout/_homepage.scss */
  .flexslider ul.slides .image-slide {
    height: 300px;
  }
}
@media (max-width: 640px) {
  /* line 37, sass/layout/_homepage.scss */
  .flexslider {
    margin-bottom: 40px !important;
  }
  /* line 59, sass/layout/_homepage.scss */
  .flexslider .flex-viewport {
    height: 220px;
  }
  /* line 62, sass/layout/_homepage.scss */
  .flexslider ul.slides .image-slide {
    height: 220px;
  }
}
@media (max-width: 500px) {
  /* line 67, sass/layout/_homepage.scss */
  .flexslider .flex-viewport {
    height: 200px;
  }
  /* line 70, sass/layout/_homepage.scss */
  .flexslider ul.slides .image-slide {
    height: 200px;
  }
}

/* line 77, sass/layout/_homepage.scss */
.flex-control-nav {
  display: none;
}

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 25, sass/slider/_flexslider.scss */
/* line 26, sass/base/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 29, sass/slider/_flexslider.scss */
/* line 32, sass/base/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 37, sass/slider/_flexslider.scss */
/* line 42, sass/base/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 43, sass/slider/_flexslider.scss */
/* line 50, sass/base/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 47, sass/slider/_flexslider.scss */
/* line 56, sass/base/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 51, sass/slider/_flexslider.scss */
/* line 62, sass/base/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 55, sass/slider/_flexslider.scss */
/* line 68, sass/base/_flexslider.scss */
.flexslider .slides:after {
  content: "//////";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 64, sass/slider/_flexslider.scss */
/* line 78, sass/base/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 67, sass/slider/_flexslider.scss */
/* line 83, sass/base/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 70, sass/slider/_flexslider.scss */
/* line 88, sass/base/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 76, sass/slider/_flexslider.scss */
/* line 96, sass/base/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 90, sass/slider/_flexslider.scss */
/* line 112, sass/base/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 93, sass/slider/_flexslider.scss */
/* line 117, sass/base/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 97, sass/slider/_flexslider.scss */
/* line 123, sass/base/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 105, sass/slider/_flexslider.scss */
/* line 133, sass/base/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 108, sass/slider/_flexslider.scss */
/* line 138, sass/base/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 111, sass/slider/_flexslider.scss */
/* line 143, sass/base/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 114, sass/slider/_flexslider.scss */
/* line 148, sass/base/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
  color: #000000;
}

/* line 136, sass/slider/_flexslider.scss */
/* line 171, sass/base/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 38px;
  display: inline-block;
  /*content: '\f001';*/
  height: 30px;
  width: 30px;
  position: relative;
  top: 12px;
  left: -5px;
  color: #000000 !important;
  content: "";
  border-top: 3px solid #bdb8b8;
  border-left: 3px solid #bdb8b8;
  transform: rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 15px;
  /*color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
}

/* line 159, sass/slider/_flexslider.scss */
/* line 193, sass/base/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\274c';
  content: "";
  color: #000000 !important;
  content: "";
  border-top: 3px solid #bdb8b8;
  border-left: none;
  border-right: 3px solid #bdb8b8;
  transform: rotate(45deg);
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 15px;
}

/* line 172, sass/slider/_flexslider.scss */
/* line 208, sass/base/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px;
}

/* line 175, sass/slider/_flexslider.scss */
/* line 213, sass/base/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

/* line 179, sass/slider/_flexslider.scss */
/* line 219, sass/base/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 183, sass/slider/_flexslider.scss */
/* line 225, sass/base/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 186, sass/slider/_flexslider.scss */
/* line 230, sass/base/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 190, sass/slider/_flexslider.scss */
/* line 236, sass/base/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 193, sass/slider/_flexslider.scss */
/* line 241, sass/base/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 199, sass/slider/_flexslider.scss */
/* line 249, sass/base/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

/* line 212, sass/slider/_flexslider.scss */
/* line 264, sass/base/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

/* line 218, sass/slider/_flexslider.scss */
/* line 272, sass/base/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1;
}

/* line 221, sass/slider/_flexslider.scss */
/* line 277, sass/base/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* line 224, sass/slider/_flexslider.scss */
/* line 282, sass/base/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}

/* line 230, sass/slider/_flexslider.scss */
/* line 290, sass/base/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 236, sass/slider/_flexslider.scss */
/* line 298, sass/base/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 252, sass/slider/_flexslider.scss */
/* line 316, sass/base/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 256, sass/slider/_flexslider.scss */
/* line 322, sass/base/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 261, sass/slider/_flexslider.scss */
/* line 329, sass/base/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 266, sass/slider/_flexslider.scss */
/* line 336, sass/base/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 271, sass/slider/_flexslider.scss */
/* line 343, sass/base/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 284, sass/slider/_flexslider.scss */
/* line 358, sass/base/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 287, sass/slider/_flexslider.scss */
/* line 363, sass/base/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  /* line 295, sass/slider/_flexslider.scss */
  /* line 373, sass/base/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  /* line 299, sass/slider/_flexslider.scss */
  /* line 379, sass/base/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* _slider-plugin.scss */
/* line 5, sass/base/_slider-plugin.scss */
.flexslider.gallery-flexslider ul.flex-direction-nav li.flex-nav-next a, .flexslider.gallery-flexslider ul.flex-direction-nav li.flex-nav-prev a {
  height: 100px;
  font-size: 1px;
}
/* line 8, sass/base/_slider-plugin.scss */
.flexslider.gallery-flexslider ul.flex-direction-nav li.flex-nav-next a:before, .flexslider.gallery-flexslider ul.flex-direction-nav li.flex-nav-prev a:before {
  content: '';
}

/* line 15, sass/base/_slider-plugin.scss */
.flex-caption .gallery-excerpt {
  font-family: "Antic-Regular";
  font-size: 1rem;
}

/* _oeuvres.scss */
/* line 5, sass/layout/_oeuvres.scss */
/* line 4, sass/layout/_oeuvres.scss */
.oeuvres-galerie {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 0px;
}
/* line 8, sass/layout/_oeuvres.scss */
.oeuvres-galerie .technoromanticism-content {
  margin-top: 30px;
  text-align: center;
}
/* line 11, sass/layout/_oeuvres.scss */
.oeuvres-galerie .technoromanticism-content .technoromanticism-wrapper {
  max-width: 1020px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
}
/* line 17, sass/layout/_oeuvres.scss */
.oeuvres-galerie .technoromanticism-content .technoromanticism-wrapper p {
  text-align: justify;
}
@media (max-width: 1025px) {
  /* line 11, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-content .technoromanticism-wrapper {
    max-width: 770px;
  }
}
@media (max-width: 765px) {
  /* line 11, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-content .technoromanticism-wrapper {
    max-width: 520px;
  }
}
@media (max-width: 645px) {
  /* line 11, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-content .technoromanticism-wrapper {
    max-width: 495px;
  }
}
@media (max-width: 1030px) {
  /* line 32, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-wrapper {
    max-width: 765px;
  }
}
@media (max-width: 640px) {
  /* line 37, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-wrapper {
    max-width: 275px;
  }
}
@media (max-width: 500px) {
  /* line 42, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-wrapper {
    max-width: 330px !important;
  }
}
@media (max-width: 340px) {
  /* line 47, sass/layout/_oeuvres.scss */
  .oeuvres-galerie .technoromanticism-wrapper {
    max-width: 300px !important;
  }
}

/* line 54, sass/layout/_oeuvres.scss */
.site-content .oeuvre-box {
  max-width: 235px;
  min-height: 240px;
  padding: 0;
  margin: 0 10px 0 10px;
  display: inline-block;
  float: left;
}
/* line 61, sass/layout/_oeuvres.scss */
.site-content .oeuvre-box h2 {
  font-family: "Oxygen-Light";
  font-size: 1.125rem;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  color: #848484;
}
/* line 68, sass/layout/_oeuvres.scss */
.site-content .oeuvre-box h2 a {
  text-decoration: none;
  color: #848484;
}
/* line 73, sass/layout/_oeuvres.scss */
.site-content .oeuvre-box .oeuvre-box-date p {
  font-family: "Oxygen-Light";
  font-size: 1.125rem;
  color: #848484;
  text-align: center;
  margin-top: 0;
}
/* line 80, sass/layout/_oeuvres.scss */
.site-content .oeuvre-box .oeuvre-box-resume {
  font-family: "LucidaSansUnicode";
  font-size: 1.25rem;
  color: #666666;
}
@media (max-width: 645px) {
  /* line 54, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box {
    max-width: 155px;
    margin-right: 10px !important;
  }
  /* line 88, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box h2 {
    font-size: 0.875rem;
  }
  /* line 91, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box .oeuvre-box-date p {
    font-size: 0.875rem;
  }
}
@media (max-width: 340px) {
  /* line 54, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box {
    max-width: 140px;
    margin-right: 10px !important;
  }
  /* line 98, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box h2 {
    font-size: 0.875rem;
  }
  /* line 101, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box .oeuvre-box-date p {
    font-size: 0.875rem;
  }
}
/* line 106, sass/layout/_oeuvres.scss */
.site-content .oeuvre-thumbnail {
  position: relative;
  width: 235px;
  height: 235px;
  border: 1px solid #CCCCCC;
}
/* line 111, sass/layout/_oeuvres.scss */
.site-content .oeuvre-thumbnail img {
  width: 235px;
  height: 235px;
}
/* line 115, sass/layout/_oeuvres.scss */
.site-content .oeuvre-thumbnail .resume {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 25px 10px 15px;
  height: 225px;
  width: 215px;
  background-color: #FFFFFF;
  opacity: 0;
}
/* line 124, sass/layout/_oeuvres.scss */
.site-content .oeuvre-thumbnail .resume p {
  font-family: "Oxygen-Light";
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #666666;
  text-align: left;
}
@media (max-width: 645px) {
  /* line 106, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail {
    width: 155px;
    height: 155px;
  }
  /* line 135, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail img {
    width: 155px;
    height: 155px;
  }
  /* line 139, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail .resume {
    padding: 0 5px 5px 5px;
    height: 150px;
    width: 145px;
    overflow: hidden;
  }
  /* line 144, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail .resume p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 340px) {
  /* line 106, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail {
    width: 140px;
    height: 140px;
  }
  /* line 154, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail img {
    width: 140px;
    height: 140px;
  }
  /* line 158, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail .resume {
    padding: 0 5px 5px 5px;
    height: 140px;
    width: 140px;
    overflow: hidden;
  }
  /* line 163, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-thumbnail .resume p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 640px) {
  /* line 174, sass/layout/_oeuvres.scss */
  .site-content .oeuvre-box {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 119, sass/layout/_oeuvres.scss */
/* line 181, sass/layout/_oeuvres.scss */
.post-oeuvre {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1050px) {
  /* line 181, sass/layout/_oeuvres.scss */
  .post-oeuvre {
    margin-left: 4%;
    margin-right: 4%;
  }
}

/* line 123, sass/layout/_oeuvres.scss */
/* line 192, sass/layout/_oeuvres.scss */
.post-oeuvre h2 {
  text-transform: uppercase;
  font-family: "Oxygen-Regular";
}

/* line 127, sass/layout/_oeuvres.scss */
/* line 197, sass/layout/_oeuvres.scss */
.post-oeuvre .oeuvre-thumbnail {
  max-width: 200px;
  float: left;
}

/* line 130, sass/layout/_oeuvres.scss */
/* line 202, sass/layout/_oeuvres.scss */
.post-oeuvre .oeuvre-thumbnail:hover {
  opacity: 1;
}

/* line 134, sass/layout/_oeuvres.scss */
/* line 206, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-box {
  display: inline-block;
  position: relative;
}

/* line 211, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-box .post-oeuvre-resume {
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
}
/* line 214, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-box .post-oeuvre-resume h2 {
  font-family: "Oxygen-Light";
  font-size: 1.375rem;
  line-height: 2rem;
  margin-bottom: 10px;
}
/* line 220, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-box .post-oeuvre-resume p {
  font-family: "GothamRounded-Book";
  max-width: 840px;
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 8px 0;
}
/* line 227, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-box .post-oeuvre-resume .date-oeuvre {
  font-size: 0.9375rem;
  color: #848484;
}

/* line 149, sass/layout/_oeuvres.scss */
/* line 234, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-content blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
}
/* line 22, sass/base/_mixins.scss */
.post-oeuvre .post-oeuvre-content blockquote p {
  font-family: "Oxygen-Light";
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: italic;
  color: #686868;
}
/* line 237, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-content p {
  font-family: "GothamRounded-Book";
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  max-width: 1000px;
}
/* line 238, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-content p a {
  color: #fa3a36;
  text-decoration: none;
  box-shadow: none;
}
/* line 35, sass/base/_mixins.scss */
.post-oeuvre .post-oeuvre-content p a:hover {
  opacity: 0.8;
}
/* line 242, sass/layout/_oeuvres.scss */
.post-oeuvre .post-oeuvre-content p img {
  max-width: 100%;
  height: auto;
}

/* _page-w-menu.scss */
/* line 3, sass/layout/_page-w-menu.scss */
.content-w-menu {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, sass/layout/_page-w-menu.scss */
.content-w-menu .site-main {
  width: 70%;
  float: left;
  display: inline-block;
}

/* line 15, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side {
  width: 25%;
  float: right;
  display: inline-block;
  border-left: 1px solid #b7b7b7;
}
/* line 21, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side ul {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 15px;
}
/* line 25, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side ul li {
  margin-bottom: 8px;
}
/* line 27, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side ul li a {
  font-family: "Oxygen-Regular";
  font-size: 1rem;
  text-transform: uppercase;
  color: #fa3a36;
}
/* line 32, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side ul li a:hover {
  opacity: 0.8;
}
/* line 40, sass/layout/_page-w-menu.scss */
.content-w-menu .menu-side #menu-cv_menu li a {
  text-transform: lowercase;
}

/* line 46, sass/layout/_page-w-menu.scss */
.content-w-menu .content-bottom-widgets {
  display: inline-block;
}

/* _page-others.scss */
/* line 3, sass/layout/_page-others.scss */
.content-w-menu {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 9, sass/layout/_page-others.scss */
.content-w-menu .site-main {
  width: 70%;
  float: left;
  display: inline-block;
}

/* line 15, sass/layout/_page-others.scss */
.menu-side {
  width: 100%;
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #d0d0d0;
}
/* line 23, sass/layout/_page-others.scss */
.menu-side ul {
  list-style-type: none;
  margin: 20px 0;
  padding-left: 15px;
}
/* line 27, sass/layout/_page-others.scss */
.menu-side ul li {
  margin-bottom: 8px;
}
/* line 29, sass/layout/_page-others.scss */
.menu-side ul li a {
  font-family: "Oxygen-Regular";
  font-size: 1rem;
  text-transform: uppercase;
  color: #fa3a36;
}
/* line 34, sass/layout/_page-others.scss */
.menu-side ul li a:hover {
  opacity: 0.8;
}
/* line 42, sass/layout/_page-others.scss */
.menu-side #menu-cv_menu li a {
  text-transform: lowercase;
}
@media (max-width: 1030px) {
  /* line 15, sass/layout/_page-others.scss */
  .menu-side {
    margin-left: 4%;
    margin-right: 4%;
  }
}

/* line 53, sass/layout/_page-others.scss */
.content-w-menu .content-bottom-widgets {
  display: inline-block;
}

/* _contact.scss */
/* line 3, sass/layout/_contact.scss */
.contact-row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 7, sass/layout/_contact.scss */
.contact-row .contact-col-form {
  width: 50%;
  float: left;
}
/* line 11, sass/layout/_contact.scss */
.contact-row .contact-col-form form p {
  margin-bottom: 20px;
}
/* line 13, sass/layout/_contact.scss */
.contact-row .contact-col-form form p label {
  font-family: "Antic-Regular";
  font-size: 1rem;
}
/* line 18, sass/layout/_contact.scss */
.contact-row .contact-col-form form p .wpcf7-form-control-wrap input, .contact-row .contact-col-form form p .wpcf7-form-control-wrap textarea {
  border-radius: 0;
  border: none;
  padding: 5px 20px;
  font-family: "OpenSans";
  font-size: 1rem;
  background-color: #e1e1e1;
  width: 100%;
}
/* line 28, sass/layout/_contact.scss */
.contact-row .contact-col-form form p .wpcf7-submit {
  background-color: #666666;
  padding: 10px 20px;
  border: none;
  color: #FFFFFF;
  font-family: "Antic-Regular";
  font-size: 1rem;
}
/* line 35, sass/layout/_contact.scss */
.contact-row .contact-col-form form p .wpcf7-submit:hover {
  background-color: #007ACC;
  cursor: pointer;
}
/* line 44, sass/layout/_contact.scss */
.contact-row #address {
  width: 50%;
  float: right;
}
/* line 48, sass/layout/_contact.scss */
.contact-row #address .contact-col-address-wrapper {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Antic-Regular";
  font-size: 1.125rem;
  line-height: 1.75rem;
}
/* line 56, sass/layout/_contact.scss */
.contact-row #address .contact-col-address-wrapper blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid #b7b7b7;
}
/* line 60, sass/layout/_contact.scss */
.contact-row #address .contact-col-address-wrapper blockquote p {
  font-family: "Oxygen-Light";
  font-size: 1rem;
  line-height: 1.3125rem;
  font-style: italic;
  color: #686868;
}

@media (max-width: 925px) {
  /* line 74, sass/layout/_contact.scss */
  #main .entry-content {
    margin-left: 0 !important;
  }

  /* line 79, sass/layout/_contact.scss */
  .contact-row .contact-col-form {
    width: 100%;
    float: none;
  }
  /* line 82, sass/layout/_contact.scss */
  .contact-row .contact-col-form .entry-content {
    margin-left: 0;
  }
  /* line 86, sass/layout/_contact.scss */
  .contact-row .contact-col-form form .wpcf7-form-control-wrap input, .contact-row .contact-col-form form .wpcf7-form-control-wrap textarea {
    width: 90% !important;
  }
  /* line 91, sass/layout/_contact.scss */
  .contact-row #address {
    float: none;
    width: 100%;
  }
  /* line 94, sass/layout/_contact.scss */
  .contact-row #address .contact-col-address-wrapper {
    max-width: none;
  }
}
/* line 3, sass/base/_base.scss */
body {
  background-color: #FFFFFF;
  margin: 0;
}
/* line 6, sass/base/_base.scss */
body:before {
  display: none;
}
/* line 9, sass/base/_base.scss */
body .site-inner {
  margin: 0;
  max-width: none;
  width: 100%;
}
/* line 13, sass/base/_base.scss */
body .site-inner .site-content {
  padding: 0;
}
/* line 15, sass/base/_base.scss */
body .site-inner .site-content a {
  text-decoration: none;
}

/* line 22, sass/base/_base.scss */
#main {
  /*margin-bottom: 80px;*/
}
/* line 24, sass/base/_base.scss */
#main a {
  color: #fa3a36;
  text-decoration: none;
  box-shadow: none;
}
/* line 35, sass/base/_mixins.scss */
#main a:hover {
  opacity: 0.8;
}
/* line 27, sass/base/_base.scss */
#main .entry-content, #main .entry-header, #main .post-navigation {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 31, sass/base/_base.scss */
#main .entry-content .attachment-post-thumbnail, #main .entry-header .attachment-post-thumbnail, #main .post-navigation .attachment-post-thumbnail {
  /*display: none;*/
}
/* line 35, sass/base/_base.scss */
#main .error-404, #main .not-found {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 40, sass/base/_base.scss */
#main .error-404 .page-header h1, #main .not-found .page-header h1 {
  font-family: antic;
}
/* line 44, sass/base/_base.scss */
#main .error-404 .image404 img, #main .not-found .image404 img {
  max-width: 100%;
  height: auto;
}
/* line 50, sass/base/_base.scss */
#main .post-navigation .nav-links {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 220px;
}
/* line 56, sass/base/_base.scss */
#main .post-navigation .nav-links .nav-previous, #main .post-navigation .nav-links .nav-next {
  display: inline;
  font-family: "OpenSans";
  font-size: 1rem;
  text-transform: capitalize;
}
/* line 62, sass/base/_base.scss */
#main .post-navigation .nav-links .nav-previous {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #666666;
}
/* line 67, sass/base/_base.scss */
#main .post-navigation .nav-links .nav-next {
  display: inline;
}
@media (max-width: 1075px) {
  /* line 49, sass/base/_base.scss */
  #main .post-navigation {
    /*			margin-right: 4%;
    			margin-left: 4%;*/
  }
}
/* line 77, sass/base/_base.scss */
#main .entry-content p {
  /*			font-family: $gotham;
  			font-size: 1.125rem;
  			line-height: 1.875rem;
  			text-align: justify;
  			color: $grey_dark;*/
  font-family: "GothamRounded-Book";
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
}
@media (max-width: 640px) {
  /* line 77, sass/base/_base.scss */
  #main .entry-content p {
    line-height: 1.75rem;
  }
}
/* line 88, sass/base/_base.scss */
#main .entry-content h2 {
  font-family: "GothamRounded-Book";
  font-size: 1.125rem;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 96, sass/base/_base.scss */
#main .entry-content ul {
  list-style-type: none;
}
@media (max-width: 1030px) {
  /* line 76, sass/base/_base.scss */
  #main .entry-content {
    margin-left: 4%;
    margin-right: 4%;
  }
}
/* line 104, sass/base/_base.scss */
#main .entry-content blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid #d0d0d0;
}
/* line 22, sass/base/_mixins.scss */
#main .entry-content blockquote p {
  font-family: "Oxygen-Light";
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: italic;
  color: #686868;
}
/* line 109, sass/base/_base.scss */
#main .entry-header h1.entry-title {
  display: none;
}
/* line 112, sass/base/_base.scss */
#main .entry-header h1 {
  font-family: "Oxygen-Light";
  font-size: 1.5rem;
}
@media (max-width: 1075px) {
  /* line 108, sass/base/_base.scss */
  #main .entry-header {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media (max-width: 600px) {
  /* line 108, sass/base/_base.scss */
  #main .entry-header {
    text-align: center;
  }
}
/* line 126, sass/base/_base.scss */
#main .post-navigation .screen-reader-text {
  display: none;
}

/* line 132, sass/base/_base.scss */
#main-post-page {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* line 137, sass/base/_base.scss */
#main-post-page article .entry-header {
  width: 70%;
}
/* line 139, sass/base/_base.scss */
#main-post-page article .entry-header h1 {
  font-family: "Oxygen-Light";
  font-size: 1.5rem;
}
/* line 143, sass/base/_base.scss */
#main-post-page article .entry-header h2 {
  font-family: "Oxygen-Light";
  font-size: 1.5rem;
}
/* line 146, sass/base/_base.scss */
#main-post-page article .entry-header h2 a {
  color: grey_text;
}
/* line 152, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper {
  max-width: 1000px;
  height: 235px;
  position: relative;
  font-family: "GothamRounded-Book";
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  margin-bottom: 25px;
}
/* line 162, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/* line 168, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .image-atelier {
  display: block;
  width: 235px;
  height: 235px;
  float: left;
  margin-right: 20px;
  border: 1px solid #CCCCCC;
}
/* line 175, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .image-atelier:hover {
  opacity: 0.8;
}
/* line 179, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier {
  display: block;
  position: absolute;
  top: 50%;
  left: 250px;
  transform: translateY(-50%);
}
/* line 185, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier .entry-title {
  font-family: "Oxygen-Light";
  font-size: 1.25rem;
  margin-top: 0;
}
/* line 189, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier .entry-title a {
  color: #757575;
}
/* line 191, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier .entry-title a:hover {
  opacity: 0.8;
}
/* line 196, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier .read-more {
  display: inline;
  margin: 10px;
}
/* line 199, sass/base/_base.scss */
#main-post-page article .entry-content .atelier-article-wrapper .content-atelier .read-more a:hover {
  opacity: 0.8;
}
@media (max-width: 1075px) {
  /* line 152, sass/base/_base.scss */
  #main-post-page article .entry-content .atelier-article-wrapper {
    margin-right: 4%;
    margin-left: 4%;
  }
}
@media (max-width: 768px) {
  /* line 152, sass/base/_base.scss */
  #main-post-page article .entry-content .atelier-article-wrapper {
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 213, sass/base/_base.scss */
  #main-post-page article .entry-content .atelier-article-wrapper .image-atelier {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 220, sass/base/_base.scss */
  #main-post-page article .entry-content .atelier-article-wrapper .content-atelier {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 20px 0;
    text-align: center;
  }
  /* line 227, sass/base/_base.scss */
  #main-post-page article .entry-content .atelier-article-wrapper .content-atelier .entry-title {
    margin-bottom: 10px;
  }
}
