/* Setup */
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Book.otf") format("opentype"), url("../fonts/gotham/Gotham-Book.woff") format("woff"), url("../fonts/gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/Gotham-Medium.otf") format("opentype"), url("../fonts/gotham/Gotham-Medium.woff") format("woff"), url("../fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Europa-Light';
  src: url("../fonts/europa/Europa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/europa/Europa-Light.otf") format("opentype"), url("../fonts/europa/Europa-Light.woff") format("woff"), url("../fonts/europa/Europa-Light.ttf") format("truetype"), url("../fonts/europa/Europa-Light.svg#Europa-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Europa-Regular';
  src: url("../fonts/europa/Europa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/europa/Europa-Regular.otf") format("opentype"), url("../fonts/europa/Europa-Regular.woff") format("woff"), url("../fonts/europa/Europa-Regular.ttf") format("truetype"), url("../fonts/europa/Europa-Regular.svg#Europa-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Europa-Bold';
  src: url("../fonts/europa/Europa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/europa/Europa-Bold.otf") format("opentype"), url("../fonts/europa/Europa-Bold.woff") format("woff"), url("../fonts/europa/Europa-Bold.ttf") format("truetype"), url("../fonts/europa/Europa-Bold.svg#Europa-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@include breakpointDown(breakpointname) {}*/
/*@include breakpointUp(breakpointname) {}*/
/* line 15, ../sass/base/_globals.scss */
.link-style {
  color: #000;
  font-family: "Europa-Regular";
  font-size: 10.5px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
/* line 24, ../sass/base/_globals.scss */
.link-style:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 34, ../sass/base/_globals.scss */
.link-style:before {
  content: "";
  width: 0;
  height: 1px;
  background: #b12c28;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 44, ../sass/base/_globals.scss */
.link-style:hover {
  color: #b12c28;
}
/* line 46, ../sass/base/_globals.scss */
.link-style:hover:before {
  width: 100%;
}
/* line 49, ../sass/base/_globals.scss */
.link-style:hover:after {
  transform: translateX(50px);
  width: 50%;
  opacity: 0;
}

/* line 68, ../sass/base/_globals.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 73, ../sass/base/_globals.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 76, ../sass/base/_globals.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 83, ../sass/base/_globals.scss */
._keyfocus:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}

/* line 90, ../sass/base/_globals.scss */
::-moz-selection,
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* line 97, ../sass/base/_globals.scss */
textarea:focus,
input:focus,
* {
  outline: none;
}

/* line 103, ../sass/base/_globals.scss */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 14px "Gotham-Book", Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

/* line 114, ../sass/base/_globals.scss */
a {
  color: #000;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* line 124, ../sass/base/_globals.scss */
a:hover, a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

/* Ul Li & Ol Li CSS */
/* line 134, ../sass/base/_globals.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 141, ../sass/base/_globals.scss */
ul li,
ol li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  list-style: none;
}

/* Heading CSS */
/* line 152, ../sass/base/_globals.scss */
b,
strong {
  font-weight: 500;
}

/* line 157, ../sass/base/_globals.scss */
.fl,
.pull-left {
  float: left;
}

/* line 162, ../sass/base/_globals.scss */
.fr,
.pull-right {
  float: right;
}

/* line 167, ../sass/base/_globals.scss */
.clear {
  clear: both !important;
}

/* line 172, ../sass/base/_globals.scss */
.clearfix:before {
  content: "";
  display: table;
}
/* line 177, ../sass/base/_globals.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 184, ../sass/base/_globals.scss */
p {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: "Europa-Regular";
}
/* line 191, ../sass/base/_globals.scss */
p strong {
  font-family: "Europa-Bold";
}

/* line 195, ../sass/base/_globals.scss */
.bg_none {
  background: none !important;
}

/* line 199, ../sass/base/_globals.scss */
img {
  max-width: 100%;
  border: none;
  outline: none;
  vertical-align: middle;
}

/* line 206, ../sass/base/_globals.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
  color: #333;
  margin-bottom: 15px;
  margin: 0;
}

/* Paragraph CSS */
/* line 222, ../sass/base/_globals.scss */
.column.main p {
  margin: 0 0 1.5em;
}

/* line 228, ../sass/base/_globals.scss */
hr {
  border: none;
  margin: 20px 0;
  background: #000;
  height: 1px;
}

/* line 235, ../sass/base/_globals.scss */
blockquote:after,
li:after {
  content: "";
  display: block;
  clear: both;
}

/* line 242, ../sass/base/_globals.scss */
blockquote {
  border-left: 4px solid #000;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

/*table structure*/
/* line 250, ../sass/base/_globals.scss */
table,
.entry-content table {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

/* line 257, ../sass/base/_globals.scss */
table th,
table td {
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 15px;
  color: #000;
  padding: 10px 20px;
}

/* line 271, ../sass/base/_globals.scss */
.entry-content th,
.entry-content table th,
.entry-content td,
.entry-content table td {
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 15px;
  color: #000;
  padding: 10px 20px;
}

/* line 286, ../sass/base/_globals.scss */
table th {
  color: #000;
  font-weight: 700;
}

/* line 291, ../sass/base/_globals.scss */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  height: 26px;
  padding: 0 8px;
  font-style: normal;
}

/* line 323, ../sass/base/_globals.scss */
input[type="button"], input[type="submit"] {
  cursor: pointer;
  width: auto;
  height: auto;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
/* line 333, ../sass/base/_globals.scss */
input[type="checkbox"], input[type="radio"] {
  border: none;
  width: auto;
  height: auto;
}

/* line 342, ../sass/base/_globals.scss */
textarea {
  height: 100px;
  padding: 0;
}

/*placeholder css*/
/* line 349, ../sass/base/_globals.scss */
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
  opacity: 1 !important;
}

/* line 359, ../sass/base/_globals.scss */
.container:after {
  clear: both;
  content: "";
  display: block;
}

/* line 367, ../sass/base/_globals.scss */
header:after,
section:after,
footer:after,
nav:after,
.title:after,
.pagetitle:after {
  clear: both;
  content: "";
  display: block;
}

/* line 378, ../sass/base/_globals.scss */
.set_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 384, ../sass/base/_globals.scss */
.section_pd {
  padding: 100px 0;
  width: 100%;
  float: left;
}

/*---------------Commen CSS END here---------------*/
/* line 391, ../sass/base/_globals.scss */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

/* line 399, ../sass/base/_globals.scss */
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 406, ../sass/base/_globals.scss */
.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 416, ../sass/base/_globals.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 421, ../sass/base/_globals.scss */
.slick-list:focus {
  outline: 0;
}
/* line 425, ../sass/base/_globals.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 433, ../sass/base/_globals.scss */
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 440, ../sass/base/_globals.scss */
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 446, ../sass/base/_globals.scss */
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
/* line 452, ../sass/base/_globals.scss */
.slick-track:after {
  clear: both;
}

/* line 458, ../sass/base/_globals.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 465, ../sass/base/_globals.scss */
[dir=rtl] .slick-slide {
  float: right;
}

/* line 470, ../sass/base/_globals.scss */
.slick-slide img {
  display: block;
}
/* line 474, ../sass/base/_globals.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 478, ../sass/base/_globals.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 484, ../sass/base/_globals.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 488, ../sass/base/_globals.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 494, ../sass/base/_globals.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 498, ../sass/base/_globals.scss */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  text-align: center;
}
/* line 508, ../sass/base/_globals.scss */
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
/* line 512, ../sass/base/_globals.scss */
.slick-dots li button {
  background: url(../images/bitcoin_bullet.png) no-repeat center;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  overflow: hidden;
  width: 26px;
  padding: 0 !important;
}
/* line 524, ../sass/base/_globals.scss */
.slick-dots li.slick-active button {
  background: url(../images/bitcoin_bullet_active.png) no-repeat center;
}

/* line 532, ../sass/base/_globals.scss */
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 27px;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: url(../images/arrows.png) no-repeat center center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

/* line 551, ../sass/base/_globals.scss */
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: transparent !important;
  border: none !important;
  background-image: url(../images/arrows.png) !important;
}

/* line 561, ../sass/base/_globals.scss */
.slick-prev {
  left: 10%;
  background-position: 0 0 !important;
}
/* line 565, ../sass/base/_globals.scss */
.slick-prev:hover {
  background-position: 0 -27px !important;
}

/* line 571, ../sass/base/_globals.scss */
.slick-next {
  right: 10%;
  background-position: -17px -1px !important;
}
/* line 575, ../sass/base/_globals.scss */
.slick-next:hover {
  background-position: -16px -27px !important;
}

/* line 618, ../sass/base/_globals.scss */
.margin60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 618, ../sass/base/_globals.scss */
  .margin60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* line 621, ../sass/base/_globals.scss */
.margin-left100 {
  margin-left: 100px;
}
@media (max-width: 1023px) {
  /* line 621, ../sass/base/_globals.scss */
  .margin-left100 {
    margin-left: 50px;
  }
}

/* line 627, ../sass/base/_globals.scss */
.padding-left30 {
  padding-left: 30px;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}
/* line 639, ../sass/base/_globals.scss */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 650, ../sass/base/_globals.scss */
.page-loader img {
  max-width: 50px;
  -webkit-animation: circle 3s infinite linear;
  -moz-animation: circle 3s infinite linear;
  -ms-animation: circle 3s infinite linear;
  -o-animation: circle 3s infinite linear;
  animation: circle 3s infinite linear;
}

/* HTML5 display-role reset for older browsers */
/* line 656, ../sass/base/_globals.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 660, ../sass/base/_globals.scss */
ol, ul {
  list-style: none;
}

/* line 663, ../sass/base/_globals.scss */
blockquote, q {
  quotes: none;
}

/* line 666, ../sass/base/_globals.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 671, ../sass/base/_globals.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
/* line 3, ../sass/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/components/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/components/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Layout */
/* line 1, ../sass/layout/_header.scss */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 13px 30px 10px 16px;
}
@media (max-width: 767px) {
  /* line 1, ../sass/layout/_header.scss */
  .header-fixed {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
  }
}
/* line 13, ../sass/layout/_header.scss */
.header-fixed .logo {
  width: 120px;
}
@media (max-width: 767px) {
  /* line 13, ../sass/layout/_header.scss */
  .header-fixed .logo {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: fixed;
    top: 50px;
  }
}
/* line 20, ../sass/layout/_header.scss */
.header-fixed .logo img {
  max-height: 123px;
  width: 100%;
}
/* line 25, ../sass/layout/_header.scss */
.header-fixed .header-right {
  margin-left: auto;
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 25, ../sass/layout/_header.scss */
  .header-fixed .header-right {
    position: fixed;
    bottom: 38px;
    padding: 0;
    margin: 0;
  }
}

/* line 37, ../sass/layout/_header.scss */
.white-logo {
  display: none;
}

@media (min-width: 768px) {
  /* line 42, ../sass/layout/_header.scss */
  .home-screen .header-fixed .header-right {
    padding-top: 16px;
  }
}

/* line 50, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 30px 10px 30px;
}
@media (max-width: 767px) {
  /* line 50, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed {
    height: 72px;
    padding: 0 15px;
    border-bottom: 1px #ededed solid;
    background: #fff;
  }
}
/* line 59, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .logo {
  max-width: 40px;
  top: -2px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 59, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .logo {
    margin-right: auto;
    top: 0;
  }
}
/* line 68, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .page-title {
  display: none;
  color: #333;
  font-family: "Europa-Regular";
  font-size: 11.5px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 68, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .page-title {
    margin: 0 auto;
    display: block;
  }
}
/* line 81, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .navigation {
  margin-left: auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 81, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .navigation {
    position: fixed;
    top: 72px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    z-index: 99;
    display: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  /* line 96, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .navigation .links {
    width: 100%;
    float: left;
    height: calc(100vh - 72px);
  }
}
/* line 103, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .navigation li {
  float: left;
}
@media (max-width: 767px) {
  /* line 103, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .navigation li {
    width: 100%;
  }
}
/* line 108, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .navigation li a {
  color: #333;
  font-family: "Europa-Regular";
  font-size: 11.5px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 118, ../sass/layout/_header.scss */
.default-inner-pages .header-fixed .navigation li a.active, .default-inner-pages .header-fixed .navigation li a:hover {
  font-family: "Europa-Bold";
}
@media (max-width: 767px) {
  /* line 108, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .navigation li a {
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 127, ../sass/layout/_header.scss */
  .default-inner-pages .header-fixed .header-right {
    display: none;
  }
}

/* line 135, ../sass/layout/_header.scss */
.hamburger-menu-wrapper {
  display: none;
}
@media (max-width: 767px) {
  /* line 135, ../sass/layout/_header.scss */
  .hamburger-menu-wrapper {
    display: inline-block;
    width: 40px;
    margin-left: auto;
  }
}
/* line 142, ../sass/layout/_header.scss */
.hamburger-menu-wrapper.bounce-effect {
  animation: bounce 0.3s ease 1;
}

/* line 146, ../sass/layout/_header.scss */
.hamburger-menu {
  border: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
}
/* line 161, ../sass/layout/_header.scss */
.hamburger-menu:focus {
  outline: none;
}
/* line 164, ../sass/layout/_header.scss */
.hamburger-menu span {
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #000;
}
/* line 172, ../sass/layout/_header.scss */
.hamburger-menu span:before, .hamburger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
}
/* line 181, ../sass/layout/_header.scss */
.hamburger-menu span:before {
  top: -7px;
}
/* line 184, ../sass/layout/_header.scss */
.hamburger-menu span:after {
  bottom: -7px;
}
/* line 187, ../sass/layout/_header.scss */
.hamburger-menu span:before, .hamburger-menu span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
/* line 191, ../sass/layout/_header.scss */
.hamburger-menu span:before {
  transition-property: top, transform;
}
/* line 194, ../sass/layout/_header.scss */
.hamburger-menu span::after {
  transition-property: bottom, transform;
}
/* line 198, ../sass/layout/_header.scss */
.hamburger-menu.active span {
  background: none;
}
/* line 200, ../sass/layout/_header.scss */
.hamburger-menu.active span:before {
  top: -4px;
  transform: rotate(225deg);
}
/* line 204, ../sass/layout/_header.scss */
.hamburger-menu.active span:after {
  bottom: 4px;
  transform: rotate(135deg);
}
/* line 208, ../sass/layout/_header.scss */
.hamburger-menu.active span:before, .hamburger-menu.active span:after {
  transition-delay: 0s, 0.3s;
}

@keyframes bounce {
  0% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(15deg);
  }
  90% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* line 1, ../sass/layout/_footer.scss */
.mainfooter {
  position: fixed;
  bottom: 0;
  left: 40px;
  right: 40px;
  background: #fff;
  border-top: 1px #ededed solid;
  padding: 22px 0;
}
@media (max-width: 767px) {
  /* line 1, ../sass/layout/_footer.scss */
  .mainfooter {
    display: block;
    position: static;
    width: 100%;
    text-align: center;
    padding: 60px 30px;
    border: none;
  }
}
/* line 17, ../sass/layout/_footer.scss */
.mainfooter .footer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 17, ../sass/layout/_footer.scss */
  .mainfooter .footer-container {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 17, ../sass/layout/_footer.scss */
  .mainfooter .footer-container {
    visibility: visible;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
    opacity: 0;
    transition-delay: 1s;
  }
}
/* line 32, ../sass/layout/_footer.scss */
.mainfooter .copyright-content {
  color: #000;
  font-family: "Europa-Regular";
  font-size: 11px;
  letter-spacing: 0.92px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  /* line 32, ../sass/layout/_footer.scss */
  .mainfooter .copyright-content {
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  /* line 32, ../sass/layout/_footer.scss */
  .mainfooter .copyright-content {
    line-height: 26px;
  }
}
/* line 45, ../sass/layout/_footer.scss */
.mainfooter .copyright-content a {
  color: #000;
  font-family: "Europa-Regular";
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 45, ../sass/layout/_footer.scss */
  .mainfooter .copyright-content a {
    display: block;
  }
}
/* line 52, ../sass/layout/_footer.scss */
.mainfooter .copyright-content a:after, .mainfooter .copyright-content a:before {
  content: "|";
  margin: 0 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 52, ../sass/layout/_footer.scss */
  .mainfooter .copyright-content a:after, .mainfooter .copyright-content a:before {
    display: none;
  }
}
/* line 61, ../sass/layout/_footer.scss */
.mainfooter .copyright-content strong {
  font-family: "Europa-Bold";
  margin-right: 12px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 61, ../sass/layout/_footer.scss */
  .mainfooter .copyright-content strong {
    display: block;
    margin: 0;
  }
}
/* line 71, ../sass/layout/_footer.scss */
.mainfooter .social-icons {
  margin-left: auto;
}
@media (max-width: 1400px) {
  /* line 71, ../sass/layout/_footer.scss */
  .mainfooter .social-icons {
    min-width: 60px;
  }
}
@media (max-width: 767px) {
  /* line 71, ../sass/layout/_footer.scss */
  .mainfooter .social-icons {
    margin: 20px 0 0;
  }
}

/* line 82, ../sass/layout/_footer.scss */
.social-icons li {
  float: left;
  margin-left: 20px;
}
@media (max-width: 767px) {
  /* line 82, ../sass/layout/_footer.scss */
  .social-icons li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }
}
/* line 91, ../sass/layout/_footer.scss */
.social-icons li:hover i {
  color: #333;
}

@media (min-width: 768px) {
  /* line 98, ../sass/layout/_footer.scss */
  .loadanimation .footer-container {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  }
}

/* Pages */
/* line 2, ../sass/pages/_homepage.scss */
.mainmenu li {
  padding: 10px 0 2px 0;
  overflow: hidden;
}
/* line 3, ../sass/pages/_homepage.scss */
.mainmenu li:first-child {
  display: none;
}
/* line 10, ../sass/pages/_homepage.scss */
.mainmenu li:hover a, .mainmenu li.active a {
  color: #fff;
}
/* line 14, ../sass/pages/_homepage.scss */
.mainmenu li a {
  color: #000;
  font-size: 20px;
  letter-spacing: 3.79px;
  line-height: normal;
  text-align: center;
  font-family: "Gotham-Medium";
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  transform: translateY(300px);
  float: none;
}
@media (max-width: 767px) {
  /* line 14, ../sass/pages/_homepage.scss */
  .mainmenu li a {
    float: none;
    opacity: 0.5;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3.03pt;
  }
}
@media (max-width: 767px) {
  /* line 35, ../sass/pages/_homepage.scss */
  .mainmenu li a.active {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  /* line 43, ../sass/pages/_homepage.scss */
  .logo {
    transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
    transform: translateY(100px);
    opacity: 0;
  }
}

/* line 50, ../sass/pages/_homepage.scss */
.header-right {
  transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  transform: translateY(100px);
  opacity: 0;
}

/* line 55, ../sass/pages/_homepage.scss */
.navigation {
  transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  transform: translateY(100px);
  opacity: 0;
}

@media (min-width: 768px) {
  /* line 61, ../sass/pages/_homepage.scss */
  .loadanimation .logo {
    transform: translateX(0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
}
/* line 68, ../sass/pages/_homepage.scss */
.loadanimation .header-right {
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
/* line 73, ../sass/pages/_homepage.scss */
.loadanimation .navigation {
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
/* line 80, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 86, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(1) a {
  transition-delay: 0s;
}
/* line 92, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(2) a {
  transition-delay: 0.2s;
}
/* line 98, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(3) a {
  transition-delay: 0.4s;
}
/* line 104, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(4) a {
  transition-delay: 0.6s;
}
/* line 109, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(5) a {
  transition-delay: 0.8s;
}
/* line 114, ../sass/pages/_homepage.scss */
.loadanimation .mainmenu li:nth-child(6) a {
  transition-delay: 1s;
}

/* line 122, ../sass/pages/_homepage.scss */
.home-image {
  font-size: 0;
}
@media (max-width: 767px) {
  /* line 122, ../sass/pages/_homepage.scss */
  .home-image {
    display: block;
    position: static;
    width: 100%;
  }
}

/* line 130, ../sass/pages/_homepage.scss */
.slide-img {
  font-size: 0;
  display: block;
  position: static;
  width: 100%;
}

/* line 136, ../sass/pages/_homepage.scss */
.main-menu-wrapper {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 136, ../sass/pages/_homepage.scss */
  .main-menu-wrapper {
    width: 100%;
    max-width: 250px;
  }
}

/* line 148, ../sass/pages/_homepage.scss */
.slider-menus .home-image {
  display: none;
}
/* line 152, ../sass/pages/_homepage.scss */
.slider-menus .black-logo {
  display: none;
}
/* line 156, ../sass/pages/_homepage.scss */
.slider-menus .white-logo {
  display: block;
}
/* line 161, ../sass/pages/_homepage.scss */
.slider-menus .mainmenu li a {
  opacity: 0.49;
  color: #fff;
}
/* line 166, ../sass/pages/_homepage.scss */
.slider-menus .mainmenu li.active a {
  opacity: 1;
}
/* line 172, ../sass/pages/_homepage.scss */
.slider-menus .scroll-down-arrow {
  display: none;
}

/* line 176, ../sass/pages/_homepage.scss */
.scroll-down-arrow {
  display:none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -111px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  /* line 176, ../sass/pages/_homepage.scss */
  .scroll-down-arrow {
    position: relative;
    left: 0;
    transform: none;
    top: 10px;
    display: block;
  }
}

/* line 190, ../sass/pages/_homepage.scss */
.mouse {
  width: 22px;
  height: 34px;
  position: relative;
  display: inline-block;
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
/* line 199, ../sass/pages/_homepage.scss */
.mouse:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/* line 208, ../sass/pages/_homepage.scss */
.mouse:before {
  width: 18px;
  height: 30px;
  background-color: #fff;
  border-radius: 100px;
}
/* line 214, ../sass/pages/_homepage.scss */
.mouse:after {
  content: '';
  position: absolute;
  top: 6px;
  background-color: #000;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 1;
  animation-name: scroll;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.15, 0.3, 0.6, 0.9);
  animation-iteration-count: infinite;
}

/* line 232, ../sass/pages/_homepage.scss */
.text {
  margin: 10px 0 0;
  padding: 3px 0;
  color: #000;
  font-size: 13.66px;
  letter-spacing: 4.5px;
  line-height: 27px;
  font-family: "Europa-Regular";
}
@media (max-width: 767px) {
  /* line 232, ../sass/pages/_homepage.scss */
  .text {
    margin: 10px 0 0 4px;
  }
}

/* Animations */
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%,
	100% {
    background-color: #ffffff;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  /* line 351, ../sass/pages/_homepage.scss */
  .mainmenu {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
  }
}
/* line 359, ../sass/pages/_homepage.scss */
.mainmenu li {
  overflow: hidden;
}
/* line 361, ../sass/pages/_homepage.scss */
.mainmenu li a {
  -webkit-transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  -moz-transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  -ms-transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  -o-transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  transition: all 0.7s cubic-bezier(0.78, 0, 0.81, 0);
  transform: translateY(300px);
}

/* line 369, ../sass/pages/_homepage.scss */
.mobile-touch-slider .slick-track, .mobile-touch-slider .slick-list {
  height: 100%;
}
@media (max-width: 767px) {
  /* line 373, ../sass/pages/_homepage.scss */
  .mobile-touch-slider.slick-vertical {
    height: 100vh;
  }
  /* line 375, ../sass/pages/_homepage.scss */
  .mobile-touch-slider.slick-vertical .slick-slide, .mobile-touch-slider.slick-vertical .slick-list, .mobile-touch-slider.slick-vertical .slick-track {
    height: 100% !important;
    border: none;
  }
}
@media (max-width: 767px) {
  /* line 381, ../sass/pages/_homepage.scss */
  .mobile-touch-slider .slide-img {
    position: relative;
  }
}
/* line 385, ../sass/pages/_homepage.scss */
.mobile-touch-slider .slide-img .resturant-address {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: none;
  padding: 0 10px 6px;
}
@media (max-width: 767px) {
  /* line 385, ../sass/pages/_homepage.scss */
  .mobile-touch-slider .slide-img .resturant-address {
    display: block;
  }
}
/* line 398, ../sass/pages/_homepage.scss */
.mobile-touch-slider .slide-img .resturant-address h3 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-family: "Europa-Regular";
  padding-bottom: 2px;
}
/* line 406, ../sass/pages/_homepage.scss */
.mobile-touch-slider .slide-img .resturant-address p, .mobile-touch-slider .slide-img .resturant-address a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5pt;
  font-family: "Europa-Regular";
}

@media (max-width: 767px) {
  /* line 417, ../sass/pages/_homepage.scss */
  .header-fixed .header-right {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translateY(0);
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 427, ../sass/pages/_homepage.scss */
  .firstslide .header-fixed .header-right {
    transform: translateY(1000px);
    display: none;
  }
}
/* line 434, ../sass/pages/_homepage.scss */
.firstslide .scroll-down-arrow {
  top: -100px;
  opacity: 0;
  visibility: hidden;
  display: block;
}
/* line 440, ../sass/pages/_homepage.scss */
.firstslide .mainmenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  display: block;
}
/* line 446, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li a {
  transform: translateY(0);
  transition: all 0.02s ease !important;
  opacity: 0.5;
  color: #fff;
}
/* line 451, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li a.active, .firstslide .mainmenu li a:hover {
  opacity: 1;
}
/* line 456, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(1) a {
  transition-delay: 0s;
}
/* line 462, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(2) a {
  transition-delay: 0.2s;
}
/* line 468, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(3) a {
  transition-delay: 0.4s;
}
/* line 474, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(4) a {
  transition-delay: 0.6s;
}
/* line 479, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(5) a {
  transition-delay: 0.8s;
}
/* line 484, ../sass/pages/_homepage.scss */
.firstslide .mainmenu li:nth-child(6) a {
  transition-delay: 1s;
}
/* line 490, ../sass/pages/_homepage.scss */
.firstslide .black-logo {
  display: none;
}
/* line 493, ../sass/pages/_homepage.scss */
.firstslide .white-logo {
  display: block;
}

/* line 1, ../sass/pages/_inner-pages.scss */
.slider-item {
  height: 100vh;
  padding: 80px 0 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1, ../sass/pages/_inner-pages.scss */
  .slider-item {
    height: auto;
    border: none;
    display: block;
    padding: 0;
  }
}
/* line 13, ../sass/pages/_inner-pages.scss */
.slider-item .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_inner-pages.scss */
  .slider-item .slick-track {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_inner-pages.scss */
  .slider-item .slick-track .slick-slide {
    height: auto;
    border: none;
  }
}
/* line 26, ../sass/pages/_inner-pages.scss */
.slider-item .slick-arrow {
  top: 80px;
  bottom: 80px;
  height: initial;
  width: 50%;
}
/* line 31, ../sass/pages/_inner-pages.scss */
.slider-item .slick-arrow.slick-disabled {
  display: none !important;
}
/* line 34, ../sass/pages/_inner-pages.scss */
.slider-item .slick-arrow.slick-prev {
  left: 0;
  cursor: url(../img/arrow-left.svg), e-resize;
}
/* line 38, ../sass/pages/_inner-pages.scss */
.slider-item .slick-arrow.slick-next {
  right: 0;
  cursor: url(../img/arrow-right.svg), e-resize;
}
/* line 43, ../sass/pages/_inner-pages.scss */
.slider-item .slick-dots {
  display: none !important;
}
/* line 46, ../sass/pages/_inner-pages.scss */
.slider-item .slick-list {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 51, ../sass/pages/_inner-pages.scss */
  .slider-item .slick-slide > div > div {
    visibility: visible;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
    opacity: 0;
    transition-delay: 1s;
  }
}
@media (min-width: 768px) {
  /* line 63, ../sass/pages/_inner-pages.scss */
  .slider-item .slick-slide.slick-active > div > div {
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  }
}

/* line 78, ../sass/pages/_inner-pages.scss */
.aboutcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 78, ../sass/pages/_inner-pages.scss */
  .aboutcontent {
    display: block;
    padding: 40px 0 40px;
    margin: 72px 0 0;
  }
}
/* line 87, ../sass/pages/_inner-pages.scss */
.aboutcontent .aboutcontent-title {
  width: 32%;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 87, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-title {
    width: 100%;
  }
}
/* line 93, ../sass/pages/_inner-pages.scss */
.aboutcontent .aboutcontent-title h2 {
  color: #000;
  font-size: 28.5px;
  font-family: "Gotham-Book";
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 93, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 93, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-title h2 {
    margin-bottom: 44px;
  }
}
/* line 99, ../sass/pages/_inner-pages.scss */
.aboutcontent .aboutcontent-title h2 span {
  display: block;
  clear: both;
  color: #aaa;
  padding: 4px 0 0 112px;
}
@media (max-width: 1023px) {
  /* line 99, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-title h2 span {
    padding: 2px 0 0 62px;
  }
}
/* line 110, ../sass/pages/_inner-pages.scss */
.aboutcontent .aboutcontent-description {
  width: 25%;
}
@media (max-width: 767px) {
  /* line 110, ../sass/pages/_inner-pages.scss */
  .aboutcontent .aboutcontent-description {
    width: 100%;
    padding: 0 30px;
  }
}
/* line 117, ../sass/pages/_inner-pages.scss */
.aboutcontent .about-img {
  width: 38%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 117, ../sass/pages/_inner-pages.scss */
  .aboutcontent .about-img {
    width: 100%;
    margin-top: 70px;
  }
}
/* line 125, ../sass/pages/_inner-pages.scss */
.aboutcontent .about-img img {
  max-width: 100%;
  max-height: 600px;
  min-height: 503px;
  display: inline-block;
}
@media (max-width: 1400px) {
  /* line 125, ../sass/pages/_inner-pages.scss */
  .aboutcontent .about-img img {
    max-height: 480px;
    min-height: 323px;
  }
}
@media (max-width: 767px) {
  /* line 125, ../sass/pages/_inner-pages.scss */
  .aboutcontent .about-img img {
   /*
   max-height: 627px;
   min-height: 627px;
   */
   height:auto;
    width: 120%;
  }
}

/* line 143, ../sass/pages/_inner-pages.scss */
.menu-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 143, ../sass/pages/_inner-pages.scss */
  .menu-section {
    display: block;
    padding: 0;
  }
}
/* line 151, ../sass/pages/_inner-pages.scss */
.menu-section .menu-img {
  width: calc(50% - 46px);
  text-align: left;
}
@media (max-width: 767px) {
  /* line 151, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-img {
    width: 100%;
  }
}
/* line 157, ../sass/pages/_inner-pages.scss */
.menu-section .menu-img img {
  max-height: 600px;
  min-height: 503px;
  display: inline-block;
}
@media (max-width: 1400px) {
  /* line 157, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-img img {
    max-height: 480px;
    min-height: 323px;
  }
}
@media (max-width: 767px) {
  /* line 157, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-img img {
    max-height: 409px;
    min-height: 409px;
    object-fit: cover;
    width: 100%;
  }
}
/* line 173, ../sass/pages/_inner-pages.scss */
.menu-section .menu-content {
  padding: 0 30px 0 153px;
}
@media (max-width: 767px) {
  /* line 173, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-content {
    width: 100%;
    padding: 80px 30px 95px;
    text-align: center;
  }
}
/* line 180, ../sass/pages/_inner-pages.scss */
.menu-section .menu-content h2 {
  color: #000;
  font-size: 28.5px;
  font-family: "Gotham-Book";
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  /* line 180, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 180, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-content h2 {
    font-size: 24px;
  }
}
/* line 184, ../sass/pages/_inner-pages.scss */
.menu-section .menu-content p {
  max-width: 250px;
  padding-bottom: 18px;
  color: #333;
}
@media (max-width: 767px) {
  /* line 184, ../sass/pages/_inner-pages.scss */
  .menu-section .menu-content p {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 194, ../sass/pages/_inner-pages.scss */
  .insta-section {
    padding: 35px 0 0;
  }
}
/* line 198, ../sass/pages/_inner-pages.scss */
.insta-section h2 {
  color: #000;
  font-size: 28.5px;
  font-family: "Gotham-Book";
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  /* line 198, ../sass/pages/_inner-pages.scss */
  .insta-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 198, ../sass/pages/_inner-pages.scss */
  .insta-section h2 {
    font-size: 24px;
  }
}
/* line 202, ../sass/pages/_inner-pages.scss */
.insta-section .insta-title {
  text-align: center;
  padding-bottom: 60px;
}
/* line 206, ../sass/pages/_inner-pages.scss */
.insta-section .insta-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 210, ../sass/pages/_inner-pages.scss */
.insta-section .insta-images > * {
  margin: 0 2px;
}
@media (max-width: 767px) {
  /* line 213, ../sass/pages/_inner-pages.scss */
  .insta-section .insta-images > div:nth-child(n+4) {
    display: none;
  }
}

/* line 220, ../sass/pages/_inner-pages.scss */
.contact-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 220, ../sass/pages/_inner-pages.scss */
  .contact-section {
    display: block;
  }
}
/* line 226, ../sass/pages/_inner-pages.scss */
.contact-section .contact-details {
  padding: 0 0 0 178px;
}
@media (max-width: 1400px) {
  /* line 226, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-details {
    padding: 0 0 0 78px;
  }
}
@media (max-width: 767px) {
  /* line 226, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-details {
    width: 100%;
    padding: 50px 0 0;
    text-align: center;
  }
}
/* line 236, ../sass/pages/_inner-pages.scss */
.contact-section .contact-details h2 {
  color: #000;
  font-size: 28.5px;
  font-family: "Gotham-Book";
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 22px;
}
@media (max-width: 1023px) {
  /* line 236, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-details h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 236, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-details h2 {
    font-size: 24px;
  }
}
/* line 240, ../sass/pages/_inner-pages.scss */
.contact-section .contact-details p {
  max-width: 228px;
  color: #333;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  /* line 240, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-details p {
    margin: 0 auto;
  }
}
/* line 247, ../sass/pages/_inner-pages.scss */
.contact-section .contact-details p a {
  font-family: "Europa-Bold";
}
/* line 249, ../sass/pages/_inner-pages.scss */
.contact-section .contact-details p a:hover {
  color: #b12c28;
}
/* line 255, ../sass/pages/_inner-pages.scss */
.contact-section .contact-map {
  margin-left: auto;
}
@media (max-width: 767px) {
  /* line 255, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-map {
    width: 100%;
    text-align: center;
  }
}
/* line 261, ../sass/pages/_inner-pages.scss */
.contact-section .contact-map img {
  max-height: calc(100vh - 160px);
  min-height: 503px;
}
@media (max-width: 767px) {
  /* line 261, ../sass/pages/_inner-pages.scss */
  .contact-section .contact-map img {
    max-height: inherit;
    min-height: inherit;
    display: inline-block;
    max-width: 100%;
  }
}
