@font-face {
  font-family: 'anglecia_pro_dspitalic';
  src: url("../fonts/angleciaprodisplay-italic-webfont.woff2") format("woff2"), url("../fonts/angleciaprodisplay-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'anglecia_pro_dspregular';
  src: url("../fonts/angleciaprodisplay-regular-webfont.woff2") format("woff2"), url("../fonts/angleciaprodisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* END reset css */
html, body {
  background-color: #FFF;
  font-family: "anglecia_pro_dspregular", Georgia, serif;
  color: #221F1F;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  visibility: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }
  img.responsive-full {
    max-width: none;
    width: 100%;
    height: auto; }

::selection {
  background: #A5957F;
  color: #FFF;
  /* Safari */ }

::-moz-selection {
  background: #A5957F;
  color: #FFF;
  /* Firefox */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "anglecia_pro_dspregular", Georgia, serif; }

p {
  font-family: "anglecia_pro_dspregular", Georgia, serif;
  color: #221F1F;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px; }

a {
  color: #221F1F;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease; }
  a:hover, a:focus {
    color: #978C87; }

.left {
  float: left; }

.right {
  float: right; }

.no-padding {
  padding: 0; }

.hidden-xs {
  display: none; }

@media (min-width: 768px) {
  .hidden-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none; } }
#pageWrapper {
  min-width: 320px;
  position: relative; }

#headerWrapper {
  padding: 20px;
  padding-bottom: 0;
  max-width: 920px;
  margin: 0 auto; }
  #headerWrapper #header {
    position: relative;
    background-color: #F0F1F1;
    padding: 20px;
    text-align: center; }
    #headerWrapper #header h1 {
      width: 240px;
      height: 40px;
      margin: 0 auto;
      margin-bottom: 20px;
      background: url("../img/layout/logo.png") top left no-repeat transparent;
      background-size: contain; }
      #headerWrapper #header h1 a, #headerWrapper #header h1 a:visited {
        line-height: 500px;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%; }
    #headerWrapper #header .langNav {
      margin-bottom: 20px; }
      #headerWrapper #header .langNav ul {
        text-align: center; }
        #headerWrapper #header .langNav ul li {
          display: inline-block;
          width: 43px;
          height: 43px;
          margin: 0 5px;
          line-height: 43px;
          text-transform: lowercase;
          background-color: #F0F1F1; }
          #headerWrapper #header .langNav ul li a, #headerWrapper #header .langNav ul li a:visited {
            display: block;
            width: 100%;
            height: 100%;
            color: #000; }
            #headerWrapper #header .langNav ul li a:hover, #headerWrapper #header .langNav ul li a:visited:hover {
              background-color: #968B86;
              color: #FFF; }
          #headerWrapper #header .langNav ul li.active {
            background-color: #968B86;
            color: #FFF; }
            #headerWrapper #header .langNav ul li.active a, #headerWrapper #header .langNav ul li.active a:visited {
              color: #FFF; }
    #headerWrapper #header p.contacts {
      text-align: center;
      font-size: 19px;
      line-height: 26px;
      margin-bottom: 0; }
      #headerWrapper #header p.contacts span.sep {
        display: block; }
  @media (min-width: 768px) {
    #headerWrapper {
      padding: 38px;
      padding-top: 65px;
      padding-bottom: 0; }
      #headerWrapper #header {
        padding-top: 40px;
        padding-bottom: 40px; }
        #headerWrapper #header h1 {
          width: 336px;
          height: 56px;
          margin-bottom: 35px; }
        #headerWrapper #header .langNav {
          position: absolute;
          right: -26px;
          top: 32px;
          margin-bottom: 0; }
          #headerWrapper #header .langNav ul li {
            display: block;
            margin: 0;
            margin-bottom: 15px; }
        #headerWrapper #header p.contacts span.sep {
          display: inline-block;
          margin: 0 24px;
          width: 23px;
          height: 24px;
          background: url("../img/layout/sep.png") top left no-repeat transparent;
          vertical-align: middle; } }

.contentWrapper .content {
  max-width: 996px;
  margin: 0 auto;
  position: relative; }
  .contentWrapper .content p {
    margin: 30px 0;
    font-size: 24px;
    line-height: 45px;
    font-family: "anglecia_pro_dspitalic", Georgia, serif;
    text-align: center; }
    .contentWrapper .content p.photo-author {
      display: none;
      font-size: 14px;
      line-height: 40px;
      font-family: "anglecia_pro_dspregular", Georgia, serif;
      margin: 0;
      padding-left: 20px; }
  @media (min-width: 768px) {
    .contentWrapper .content {
      padding-bottom: 40px; }
      .contentWrapper .content p {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 330px;
        margin: 0;
        left: auto;
        right: 0;
        text-align: left; }
        .contentWrapper .content p.photo-author {
          display: block;
          bottom: 0;
          position: absolute;
          top: auto;
          left: 0;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); } }
  @media (min-width: 1200px) {
    .contentWrapper .content p.photo-author {
      padding-left: 0; } }
  .contentWrapper .content .extras {
    position: absolute;
    top: 35px;
    right: 27px; }
    .contentWrapper .content .extras .social-icons {
      text-align: right; }
      .contentWrapper .content .extras .social-icons a, .contentWrapper .content .extras .social-icons a:visited {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
      .contentWrapper .content .extras .social-icons a.facebook, .contentWrapper .content .extras .social-icons a.facebook:visited {
        width: 10px;
        height: 20px;
        background: url("../img/layout/facebook-icon.svg") top left no-repeat transparent; }
        .contentWrapper .content .extras .social-icons a.facebook:hover, .contentWrapper .content .extras .social-icons a.facebook:visited:hover {
          background-image: url("../img/layout/facebook-icon-hover.svg"); }
      .contentWrapper .content .extras .social-icons a.linkedin, .contentWrapper .content .extras .social-icons a.linkedin:visited {
        width: 21px;
        height: 19px;
        background: url("../img/layout/linkedin-icon.svg") top left no-repeat transparent; }
        .contentWrapper .content .extras .social-icons a.linkedin:hover, .contentWrapper .content .extras .social-icons a.linkedin:visited:hover {
          background-image: url("../img/layout/linkedin-icon-hover.svg"); }
      .contentWrapper .content .extras .social-icons a.instagram, .contentWrapper .content .extras .social-icons a.instagram:visited {
        width: 21px;
        height: 20px;
        background: url("../img/layout/instagram-icon.svg") top left no-repeat transparent; }
        .contentWrapper .content .extras .social-icons a.instagram:hover, .contentWrapper .content .extras .social-icons a.instagram:visited:hover {
          background-image: url("../img/layout/instagram-icon-hover.svg"); }

#footerWrapper {
  padding-bottom: 50px; }
  #footerWrapper #footer {
    position: relative; }
    #footerWrapper #footer .subscribeNewsletterWrapper {
      width: 80%;
      margin: 0 auto;
      max-width: 325px; }
      #footerWrapper #footer .subscribeNewsletterWrapper .formField {
        margin-bottom: 20px; }
        #footerWrapper #footer .subscribeNewsletterWrapper .formField input {
          outline: none;
          border: 0;
          border-bottom: 1px solid #221F1F;
          font-family: "anglecia_pro_dspitalic", Georgia, serif;
          font-size: 16px;
          line-height: 34px;
          text-align: center;
          width: 100%; }
        #footerWrapper #footer .subscribeNewsletterWrapper .formField input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #978c87; }
        #footerWrapper #footer .subscribeNewsletterWrapper .formField input::-moz-placeholder {
          /* Firefox 19+ */
          color: #978c87; }
        #footerWrapper #footer .subscribeNewsletterWrapper .formField input:-ms-input-placeholder {
          /* IE 10+ */
          color: #978c87; }
        #footerWrapper #footer .subscribeNewsletterWrapper .formField input:-moz-placeholder {
          /* Firefox 18- */
          color: #978c87; }
      #footerWrapper #footer .subscribeNewsletterWrapper a, #footerWrapper #footer .subscribeNewsletterWrapper a:visited {
        display: block;
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #FFF;
        font-size: 16px;
        font-family: "anglecia_pro_dspitalic", Georgia, serif;
        background-color: #221F1F; }
        #footerWrapper #footer .subscribeNewsletterWrapper a:hover, #footerWrapper #footer .subscribeNewsletterWrapper a:visited:hover {
          background-color: #FFF;
          color: #221F1F; }
    @media (min-width: 768px) {
      #footerWrapper #footer {
        height: 80px; }
        #footerWrapper #footer .subscribeNewsletterWrapper {
          width: 100%;
          max-width: 617px;
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -308px;
          width: 617px; }
          #footerWrapper #footer .subscribeNewsletterWrapper .formField {
            float: left;
            width: 292px; }
            #footerWrapper #footer .subscribeNewsletterWrapper .formField input {
              line-height: 52px;
              text-align: left; }
          #footerWrapper #footer .subscribeNewsletterWrapper a, #footerWrapper #footer .subscribeNewsletterWrapper a:visited {
            margin-top: 30px;
            float: left;
            width: 325px; } }
    @media (min-width: 992px) {
      #footerWrapper #footer .subscribeNewsletterWrapper {
        margin-left: -205px; } }

@media (min-width: 768px) {
  .layer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 56%;
    background-color: #968B86; } }
/* BEGIN fancyMessage */
.fancyMessage {
  padding-top: 0;
  position: relative;
  background-color: transparent;
  min-width: 320px; }

.fancybox-inner {
  background-color: transparent !important; }

.fancyMessage .fancyContent {
  padding-right: 42px;
  overflow: hidden; }

.fancyMessage .fancyContent .content {
  background-color: #000;
  padding: 30px 20px; }

.fancyMessage .fancyContent p {
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin: 0;
  font-family: "anglecia_pro_dspitalic", Georgia, serif; }

.fancyMessage .fancyContent h3 {
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px; }

.fancyMessage a.fancyClose,
.fancyMessage a.fancyClose:visited {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 500px;
  overflow: hidden;
  background: url("../img/layout/fancy-close.jpg") top left no-repeat transparent; }

.fancyMessage a.fancyClose:hover {
  background: url("../img/layout/fancy-close-on.jpg") top left no-repeat transparent; }

.fancybox-opened .fancybox-skin {
  border-radius: 0px !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 0 !important; }

.fancybox-skin {
  border-radius: 0px !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 0 !important; }

/* END fancyMessage */
/* Large desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */

/*# sourceMappingURL=global.css.map */
