*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255.255.255, 0.0);
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
/*  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

body {
  margin: 0; 
  padding: 0;
}

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,figure,form,fieldset,input,legend,abbr,button {
  margin: 0;
  padding: 0
}

address,caption,th,figcaption {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal
}

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

fieldset,img {
  border: 0
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

ul, ol {
  list-style-type: none;
}

ul ul,ul ol,ol ul,ol ol {
  margin-top: 0;
  margin-bottom: 0
}

nav ul,nav ol {
  list-style: none;
  margin: 0
}

textarea {
  overflow: auto;
}

button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit
}

a::-moz-focus-inner,input::-moz-focus-inner,textarea::-moz-focus-inner,select::-moz-focus-inner,button::-moz-focus-inner,[tabindex]::-moz-focus-inner {
  border: 0;
  padding: 0
}

body {
  color: #444;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, Tahoma, sans-serif;
  position: relative;
}

a {
  color: #444;
  text-decoration: none;
  transition: all 0.25s;
}

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

b, strong {
  font-weight: 500;
}

p {
  color: #555;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-rendering: optimizeSpeed;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display';
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 5.0rem;
  line-height: 5.6rem;
  font-weight: 700;
}

h2 {
  font-size: 4.0rem;
  line-height: 4.6rem;
  font-weight: 700;
}

h3 {
  font-size: 2.4rem;
  line-height: 3.0rem;
  font-weight: 400;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container .row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  margin-left: 10;
  margin-right: 10;
}

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

.clearfix:after {
  clear: both;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.column .column {
  padding-left: 10;
  padding-right: 10;
}

.large-offset-0 {
    margin-left: 0
}

.large-push-0 {
    left: auto;
    right: auto
}

.large-pull-0 {
    right: auto;
    left: auto
}

.large-1 {
    width: 8.33333%
}

.large-offset-1 {
    margin-left: 8.33333%
}

.large-push-1 {
    left: 8.33333%;
    right: auto
}

.large-pull-1 {
    right: 8.33333%;
    left: auto
}

.large-2 {
    width: 16.66667%
}

.large-offset-2 {
    margin-left: 16.66667%
}

.large-push-2 {
    left: 16.66667%;
    right: auto
}

.large-pull-2 {
    right: 16.66667%;
    left: auto
}

.large-3 {
    width: 25%
}

.large-offset-3 {
    margin-left: 25%
}

.large-push-3 {
    left: 25%;
    right: auto
}

.large-pull-3 {
    right: 25%;
    left: auto
}

.large-4 {
    width: 33.33333%
}

.large-offset-4 {
    margin-left: 33.33333%
}

.large-push-4 {
    left: 33.33333%;
    right: auto
}

.large-pull-4 {
    right: 33.33333%;
    left: auto
}

.large-5 {
    width: 41.66667%
}

.large-offset-5 {
    margin-left: 41.66667%
}

.large-push-5 {
    left: 41.66667%;
    right: auto
}

.large-pull-5 {
    right: 41.66667%;
    left: auto
}

.large-6 {
    width: 50%
}

.large-offset-6 {
    margin-left: 50%
}

.large-push-6 {
    left: 50%;
    right: auto
}

.large-pull-6 {
    right: 50%;
    left: auto
}

.large-7 {
    width: 58.33333%
}

.large-offset-7 {
    margin-left: 58.33333%
}

.large-push-7 {
    left: 58.33333%;
    right: auto
}

.large-pull-7 {
    right: 58.33333%;
    left: auto
}

.large-8 {
    width: 66.66667%
}

.large-offset-8 {
    margin-left: 66.66667%
}

.large-push-8 {
    left: 66.66667%;
    right: auto
}

.large-pull-8 {
    right: 66.66667%;
    left: auto
}

.large-9 {
    width: 75%
}

.large-offset-9 {
    margin-left: 75%
}

.large-push-9 {
    left: 75%;
    right: auto
}

.large-pull-9 {
    right: 75%;
    left: auto
}

.large-10 {
    width: 83.33333%
}

.large-offset-10 {
    margin-left: 83.33333%
}

.large-push-10 {
    left: 83.33333%;
    right: auto
}

.large-pull-10 {
    right: 83.33333%;
    left: auto
}

.large-11 {
    width: 91.66667%
}

.large-offset-11 {
    margin-left: 91.66667%
}

.large-push-11 {
    left: 91.66667%;
    right: auto
}

.large-pull-11 {
    right: 91.66667%;
    left: auto
}

.large-12 {
    width: 100%
}

.large-offset-12 {
    margin-left: 100%
}

.large-push-12 {
    left: 100%;
    right: auto
}

.large-pull-12 {
    right: 100%;
    left: auto
}

.hidden-large {
  display: none !important;
}

@media only screen and (min-width: 1442px) {
    .xlarge-offset-0 {
        margin-left:0
    }

    .xlarge-push-0 {
        left: auto;
        right: auto
    }

    .xlarge-pull-0 {
        right: auto;
        left: auto
    }

    .xlarge-1 {
        width: 8.33333%
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .xlarge-push-1 {
        left: 8.33333%;
        right: auto
    }

    .xlarge-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .xlarge-2 {
        width: 16.66667%
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .xlarge-push-2 {
        left: 16.66667%;
        right: auto
    }

    .xlarge-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .xlarge-3 {
        width: 25%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-push-3 {
        left: 25%;
        right: auto
    }

    .xlarge-pull-3 {
        right: 25%;
        left: auto
    }

    .xlarge-4 {
        width: 33.33333%
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .xlarge-push-4 {
        left: 33.33333%;
        right: auto
    }

    .xlarge-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .xlarge-5 {
        width: 41.66667%
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .xlarge-push-5 {
        left: 41.66667%;
        right: auto
    }

    .xlarge-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .xlarge-6 {
        width: 50%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-push-6 {
        left: 50%;
        right: auto
    }

    .xlarge-pull-6 {
        right: 50%;
        left: auto
    }

    .xlarge-7 {
        width: 58.33333%
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .xlarge-push-7 {
        left: 58.33333%;
        right: auto
    }

    .xlarge-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .xlarge-8 {
        width: 66.66667%
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .xlarge-push-8 {
        left: 66.66667%;
        right: auto
    }

    .xlarge-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .xlarge-9 {
        width: 75%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-push-9 {
        left: 75%;
        right: auto
    }

    .xlarge-pull-9 {
        right: 75%;
        left: auto
    }

    .xlarge-10 {
        width: 83.33333%
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .xlarge-push-10 {
        left: 83.33333%;
        right: auto
    }

    .xlarge-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .xlarge-11 {
        width: 91.66667%
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .xlarge-push-11 {
        left: 91.66667%;
        right: auto
    }

    .xlarge-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .xlarge-12 {
        width: 100%
    }

    .xlarge-offset-12 {
        margin-left: 100%
    }

    .xlarge-push-12 {
        left: 100%;
        right: auto
    }

    .xlarge-pull-12 {
        right: 100%;
        left: auto
    }
}

@media only screen and (max-width: 1024px) {
    .xmedium-offset-0 {
        margin-left:0
    }

    .xmedium-push-0 {
        left: auto;
        right: auto
    }

    .xmedium-pull-0 {
        right: auto;
        left: auto
    }

    .xmedium-1 {
        width: 8.33333%
    }

    .xmedium-offset-1 {
        margin-left: 8.33333%
    }

    .xmedium-push-1 {
        left: 8.33333%;
        right: auto
    }

    .xmedium-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .xmedium-2 {
        width: 16.66667%
    }

    .xmedium-offset-2 {
        margin-left: 16.66667%
    }

    .xmedium-push-2 {
        left: 16.66667%;
        right: auto
    }

    .xmedium-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .xmedium-3 {
        width: 25%
    }

    .xmedium-offset-3 {
        margin-left: 25%
    }

    .xmedium-push-3 {
        left: 25%;
        right: auto
    }

    .xmedium-pull-3 {
        right: 25%;
        left: auto
    }

    .xmedium-4 {
        width: 33.33333%
    }

    .xmedium-offset-4 {
        margin-left: 33.33333%
    }

    .xmedium-push-4 {
        left: 33.33333%;
        right: auto
    }

    .xmedium-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .xmedium-5 {
        width: 41.66667%
    }

    .xmedium-offset-5 {
        margin-left: 41.66667%
    }

    .xmedium-push-5 {
        left: 41.66667%;
        right: auto
    }

    .xmedium-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .xmedium-6 {
        width: 50%
    }

    .xmedium-offset-6 {
        margin-left: 50%
    }

    .xmedium-push-6 {
        left: 50%;
        right: auto
    }

    .xmedium-pull-6 {
        right: 50%;
        left: auto
    }

    .xmedium-7 {
        width: 58.33333%
    }

    .xmedium-offset-7 {
        margin-left: 58.33333%
    }

    .xmedium-push-7 {
        left: 58.33333%;
        right: auto
    }

    .xmedium-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .xmedium-8 {
        width: 66.66667%
    }

    .xmedium-offset-8 {
        margin-left: 66.66667%
    }

    .xmedium-push-8 {
        left: 66.66667%;
        right: auto
    }

    .xmedium-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .xmedium-9 {
        width: 75%
    }

    .xmedium-offset-9 {
        margin-left: 75%
    }

    .xmedium-push-9 {
        left: 75%;
        right: auto
    }

    .xmedium-pull-9 {
        right: 75%;
        left: auto
    }

    .xmedium-10 {
        width: 83.33333%
    }

    .xmedium-offset-10 {
        margin-left: 83.33333%
    }

    .xmedium-push-10 {
        left: 83.33333%;
        right: auto
    }

    .xmedium-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .xmedium-11 {
        width: 91.66667%
    }

    .xmedium-offset-11 {
        margin-left: 91.66667%
    }

    .xmedium-push-11 {
        left: 91.66667%;
        right: auto
    }

    .xmedium-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .xmedium-12 {
        width: 100%
    }

    .xmedium-offset-12 {
        margin-left: 100%
    }

    .xmedium-push-12 {
        left: 100%;
        right: auto
    }

    .xmedium-pull-12 {
        right: 100%;
        left: auto
    }


    .hidden-xmedium {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .medium-offset-0 {
        margin-left:0
    }

    .medium-push-0 {
        left: auto;
        right: auto
    }

    .medium-pull-0 {
        right: auto;
        left: auto
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%;
        right: auto
    }

    .medium-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%;
        right: auto
    }

    .medium-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .medium-3 {
        width: 25%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-push-3 {
        left: 25%;
        right: auto
    }

    .medium-pull-3 {
        right: 25%;
        left: auto
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%;
        right: auto
    }

    .medium-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%;
        right: auto
    }

    .medium-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .medium-6 {
        width: 50%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-push-6 {
        left: 50%;
        right: auto
    }

    .medium-pull-6 {
        right: 50%;
        left: auto
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%;
        right: auto
    }

    .medium-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%;
        right: auto
    }

    .medium-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .medium-9 {
        width: 75%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-push-9 {
        left: 75%;
        right: auto
    }

    .medium-pull-9 {
        right: 75%;
        left: auto
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%;
        right: auto
    }

    .medium-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%;
        right: auto
    }

    .medium-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-12 {
        margin-left: 100%
    }

    .medium-push-12 {
        left: 100%;
        right: auto
    }

    .medium-pull-12 {
        right: 100%;
        left: auto
    }

    .hidden-xmedium {
        display: inherit !important;
    }

    .hidden-medium {
        display: none !important;
    }

    .show-medium {
      display: block !important;
    }
}

@media only screen and (max-width: 735px) {

    .small-offset-0 {
        margin-left:0
    }

    .small-push-0 {
        left: auto;
        right: auto
    }

    .small-pull-0 {
        right: auto;
        left: auto
    }

    .small-1 {
        width: 8.33333%
    }

    .small-offset-1 {
        margin-left: 8.33333%
    }

    .small-push-1 {
        left: 8.33333%;
        right: auto
    }

    .small-pull-1 {
        right: 8.33333%;
        left: auto
    }

    .small-2 {
        width: 16.66667%
    }

    .small-offset-2 {
        margin-left: 16.66667%
    }

    .small-push-2 {
        left: 16.66667%;
        right: auto
    }

    .small-pull-2 {
        right: 16.66667%;
        left: auto
    }

    .small-3 {
        width: 25%
    }

    .small-offset-3 {
        margin-left: 25%
    }

    .small-push-3 {
        left: 25%;
        right: auto
    }

    .small-pull-3 {
        right: 25%;
        left: auto
    }

    .small-4 {
        width: 33.33333%
    }

    .small-offset-4 {
        margin-left: 33.33333%
    }

    .small-push-4 {
        left: 33.33333%;
        right: auto
    }

    .small-pull-4 {
        right: 33.33333%;
        left: auto
    }

    .small-5 {
        width: 41.66667%
    }

    .small-offset-5 {
        margin-left: 41.66667%
    }

    .small-push-5 {
        left: 41.66667%;
        right: auto
    }

    .small-pull-5 {
        right: 41.66667%;
        left: auto
    }

    .small-6 {
        width: 50%
    }

    .small-offset-6 {
        margin-left: 50%
    }

    .small-push-6 {
        left: 50%;
        right: auto
    }

    .small-pull-6 {
        right: 50%;
        left: auto
    }

    .small-7 {
        width: 58.33333%
    }

    .small-offset-7 {
        margin-left: 58.33333%
    }

    .small-push-7 {
        left: 58.33333%;
        right: auto
    }

    .small-pull-7 {
        right: 58.33333%;
        left: auto
    }

    .small-8 {
        width: 66.66667%
    }

    .small-offset-8 {
        margin-left: 66.66667%
    }

    .small-push-8 {
        left: 66.66667%;
        right: auto
    }

    .small-pull-8 {
        right: 66.66667%;
        left: auto
    }

    .small-9 {
        width: 75%
    }

    .small-offset-9 {
        margin-left: 75%
    }

    .small-push-9 {
        left: 75%;
        right: auto
    }

    .small-pull-9 {
        right: 75%;
        left: auto
    }

    .small-10 {
        width: 83.33333%
    }

    .small-offset-10 {
        margin-left: 83.33333%
    }

    .small-push-10 {
        left: 83.33333%;
        right: auto
    }

    .small-pull-10 {
        right: 83.33333%;
        left: auto
    }

    .small-11 {
        width: 91.66667%
    }

    .small-offset-11 {
        margin-left: 91.66667%
    }

    .small-push-11 {
        left: 91.66667%;
        right: auto
    }

    .small-pull-11 {
        right: 91.66667%;
        left: auto
    }

    .small-12 {
        width: 100%
    }

    .small-offset-12 {
        margin-left: 100%
    }

    .small-push-12 {
        left: 100%;
        right: auto
    }

    .small-pull-12 {
        right: 100%;
        left: auto
    }
}

.imagereplace {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}


header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
    header {
        height: 80px;
    }
}

header .container,
footer .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  header .container,
  footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}


.logo {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}


@media screen and (min-width: 769px) {
  .logo {
    top: 20px;
    left: 40px;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.navigation {
  position: absolute;
  z-index: 11;
  top: 80px;
  left: 0;
  width: 160px;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);

  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
          transition: transform 0.3s;

  -webkit-transition: opacity 0s 0.4s;
     -moz-transition: opacity 0s 0.4s;
          transition: opacity 0s 0.4s;
}

@media only screen and (min-width: 1024px) {
  .navigation {
    width: auto;
    right: 0;
    top: 0;
    left: initial;
    margin: 18px 40px 0 0;
  }
}

/*
.navigation ul {
  word-spacing: -.25em;
*/

.navigation ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
.navigation ul li {
    display: block;
  }
}

.navigation ul li a {
  color: #656565;
  display: block;
  font-size: 1.6rem;
  line-height: 4.0rem;
  font-weight: 400;
  word-spacing: normal;
  padding: 0 20px 0 0;
}


@media screen and (max-width: 768px) {
  .navigation ul li a {
    padding: 0 0px 0 25px;
  }
}


.navigation ul li a:hover {
  color: #8d8c8c;
}

.navigation ul li a.current {
  color: #8d8c8c;
}

.navigation ul li:last-child a {
    color: #555;
    display: block;
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 10px 40px;
    font-weight: 400;
    word-spacing: normal;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #FFDF93;
    margin: 0 0px 0 20px;
}

.navigation ul li:last-child a:hover {
  background: #ffd879;
  border: 2px solid #ffd879;
}

.global-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}


.global-container .local-container {
  z-index: 2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.585, 0.035, 0.285, 1.355) 0s;
     -moz-transition: transform 0.3s cubic-bezier(0.585, 0.035, 0.285, 1.355) 0s;
       -o-transition: transform 0.3s cubic-bezier(0.585, 0.035, 0.285, 1.355) 0s;
          transition: transform 0.3s cubic-bezier(0.585, 0.035, 0.285, 1.355) 0s;
}

.overflow-hidden {
  overflow: hidden;
  height: 100%;
}


@media screen and (max-width: 767px) {


  .global-container.nav-is-open .local-container {
  -webkit-transform: translateX(140px);
     -moz-transform: translateX(140px);
      -ms-transform: translateX(140px);
       -o-transform: translateX(140px);
          transform: translateX(140px);
}


}

.button {
  color: #444;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 15px 35px;
  font-weight: 400;
  word-spacing: normal;
  background: #ffd369;
  border-radius: 5px;
  border: 2px solid #ffd369;
}

.button:hover {
  background: transparent;
}

/*#FBDCA7*/

.button-show {
  color: #444;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 17px 40px;
  font-weight: 400;
  word-spacing: normal;
  background: transparent;
  border-radius: 5px;
  border: 2px solid #F2CB6E;
}


footer {
  position: initial;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: auto;
}

footer {
  color: #909090;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 0 0 20px 0;
}

footer .copyright,
footer .credits {
  text-align: center;
}

@media screen and (min-width: 768px) {

  footer {
    position: absolute;
    height: 40px;
  }

  footer {
    font-size: 1.3rem;
    line-height: 4.0rem;
  }

  footer .copyright{
    text-align: left;
  }

  footer .credits {
    text-align: right;
  }

}

footer .credits a {
  color: #909090;
}

footer .credits a:hover {
  color: #808080;
}


input[type=text], 
input[type=password], 
input[type=email],
input[type=tel],
textarea {
  font-size: 16px;
  line-height: 40px;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  color: #333;
  display: block;
  padding: 0 15px;
  margin: 0 0 15px 0;
  border: 1px solid #dbe0e3;
  background: #fff;
  -webkit-transition: border 0.3s, background 0.3s;
       -o-transition: border 0.3s, background 0.3s;
          transition: border 0.3s, background 0.3s;
  display: block;
}


.navigation-button {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 20px;
  height: 28px;
  width: 28px;
}

.navigation-button span, 
.navigation-button span::after, 
.navigation-button span::before {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #656565;
}

.navigation-button span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
     -moz-transition: background-color 0.2s;
          transition: background-color 0.2s;
}
.navigation-button span::after, 
.navigation-button span::before {
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: transform 0.2s;
     -moz-transition: transform 0.2s;
          transition: transform 0.2s;
}

.navigation-button span::before {
  -webkit-transform: translateY(-7px);
     -moz-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
       -o-transform: translateY(-7px);
          transform: translateY(-7px);
}

.navigation-button span::after {
  -webkit-transform: translateY(7px);
     -moz-transform: translateY(7px);
      -ms-transform: translateY(7px);
       -o-transform: translateY(7px);
          transform: translateY(7px);
}

.navigation-button.to-change span {
  background-color: transparent;
}

.navigation-button.to-change span::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation-button.to-change span::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}



@media screen and (max-width: 1023px) {

.navigation ul li a{
  opacity: 0;
  -webkit-transform: translateX(-25px);
     -moz-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
       -o-transform: translateX(-25px);
          transform: translateX(-25px);
}

.navigation.is-open ul {
  visibility: visible;
}

.navigation.is-open ul li a {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: NavAnimBottom 0.15s backwards;
     -moz-animation: NavAnimBottom 0.15s backwards;
          animation: NavAnimBottom 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
     -moz-transition: -moz-transform 0.2s;
          transition: transform 0.2s;
}


.navigation.is-open ul li:first-of-type a {
  -webkit-animation-delay: 0.05s;
     -moz-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.navigation.is-open ul li:nth-of-type(2) a {
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.navigation.is-open ul li:nth-of-type(3) a {
  -webkit-animation-delay: 0.15s;
     -moz-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.navigation.is-open ul li:nth-of-type(4) a {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.navigation.is-open ul li:nth-of-type(5) a {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
          animation-delay: 0.25s;
}





@-webkit-keyframes NavAnimBottom {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes NavAnimBottom {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes NavAnimBottom {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
       -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
         -o-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

}

.call-button {
  position: absolute;
  top: 0;
  right: 5px;
}

.call-button {
  background: url("../../morda/img/call.svg") no-repeat center center;
  width: 60px;
  height: 100%;     
}

@media screen and (max-width: 767px) {

  .button-block {
    text-align: center;
  }

}


@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G25UltraLight.eot');
    src: url('../../morda/fonts/PaneuropeanW1G25UltraLight.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G25UltraLight.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G25UltraLight.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G25UltraLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G35Thin.eot');
    src: url('../../morda/fonts/PaneuropeanW1G35Thin.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G35Thin.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G35Thin.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G35Thin.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G45Light.eot');
    src: url('../../morda/fonts/PaneuropeanW1G45Light.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G45Light.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G45Light.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G45Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G55Roman.eot');
    src: url('../../morda/fonts/PaneuropeanW1G55Roman.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G55Roman.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G55Roman.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G55Roman.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G65Medium.eot');
    src: url('../../morda/fonts/PaneuropeanW1G65Medium.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G65Medium.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G65Medium.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G65Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../morda/fonts/PaneuropeanW1G95Black.eot');
    src: url('../../morda/fonts/PaneuropeanW1G95Black.eot?#iefix') format('embedded-opentype'),
         url('../../morda/fonts/PaneuropeanW1G95Black.woff2') format('woff2'),
         url('../../morda/fonts/PaneuropeanW1G95Black.woff') format('woff'),
         url('../../morda/fonts/PaneuropeanW1G95Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../morda/fonts/playfair-400-normal.woff2') format('woff2'), 
          url('../../morda/fonts/playfair-400-normal.woff') format('woff'), 
          url('../../morda/fonts/playfair-400-normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../morda/fonts/playfair-700-normal.woff2') format('woff2'), 
         url('../../morda/fonts/playfair-700-normal.woff') format('woff'), 
         url('../../morda/fonts/playfair-700-normal.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}