@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700|Caveat+Brush");
/* border-radius */
/* Placeholder */
/* Box Sizing */
/* box-shadow */
/* breakpoints */
/* Retina */
/* transition */
/* ===== transformation ===== */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* ===== transformation Ends ===== */
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Needlework Good";
  src: url("../fonts/Needlework_Good.eot?") format("eot"), url("../fonts/Needlework_Good.woff") format("woff"), url("../fonts/Needlework_Good.ttf") format("truetype"), url("../fonts/Needlework_Good.svg#NeedleworkGood") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sketch Toska";
  src: url("../fonts/Sketch_Toska.eot?") format("eot"), url("../fonts/Sketch_Toska.woff") format("woff"), url("../fonts/Sketch_Toska.ttf") format("truetype"), url("../fonts/Sketch_Toska.svg#SketchToska") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat Brush';
  src: url("../fonts/CaveatBrush-Regular.eot");
  src: url("../fonts/CaveatBrush-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CaveatBrush-Regular.woff") format("woff"), url("../fonts/CaveatBrush-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
font-family: 'Caveat Brush', cursive;
font-family: 'Cabin Sketch', cursive;
*/
/* Fonts*/
/* color */
/* Width */
/* line 1, ../scss/base/_base.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 5, ../scss/base/_base.scss */
body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/body_bg-opt.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: 100% auto;*/
  background-size: cover;
  font-family: "Caveat Brush", cursive;
  margin: 0;
  /*min-width: 768px;*/
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

/* line 19, ../scss/base/_base.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: 0px;
  outline-offset: -2px;
}

/* line 23, ../scss/base/_base.scss */
a {
  outline: none;
  border: 0px;
}
/* line 26, ../scss/base/_base.scss */
a:hover, a:active, a:focus {
  outline: none;
}

/* line 30, ../scss/base/_base.scss */
ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 35, ../scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}

/* line 39, ../scss/base/_base.scss */
h1 {
  font-size: 27px;
  font-weight: 400;
  font-family: inherit;
}

/* line 45, ../scss/base/_base.scss */
h2 {
  color: #169bbf;
  font-size: 20px;
  font-weight: 400;
  font-family: inherit;
}

/* line 51, ../scss/base/_base.scss */
h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
}

/* line 56, ../scss/base/_base.scss */
img {
  max-width: 100%;
}

/* line 59, ../scss/base/_base.scss */
.no-Padd {
  padding: 0 !important;
}

/* line 62, ../scss/base/_base.scss */
.no-Marg {
  margin: 0 !important;
}

/* line 65, ../scss/base/_base.scss */
hr {
  /*background: $lines-color;*/
  border: medium none;
  display: block;
  float: left;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 75, ../scss/base/_base.scss */
.modal-backdrop.in {
  opacity: 0.95;
}

/* line 78, ../scss/base/_base.scss */
.modal-backdrop {
  background-color: #f4f4f4;
}

/* Sticky footer styles
-------------------------------------------------- */
/* html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
 */
/* Sticky footer styles Ends
-------------------------------------------------- */
/* line 21, ../scss/layouts/_header.scss */
body {
  padding-left: 173px;
  /* 1600 px*/
  /*@include breakpoint(x2large) {
  	padding-left: 120px;
  }*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 21, ../scss/layouts/_header.scss */
  body {
    padding-left: 120px;
  }
}
@media (max-width: 1199px) {
  /* line 21, ../scss/layouts/_header.scss */
  body {
    padding-left: 100px;
  }
}

/* line 34, ../scss/layouts/_header.scss */
header.main-navigation {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  height: 100vh;
  /*height: 100%;*/
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 173px;
  z-index: 10000;
  /* 1600 px*/
    /*@include breakpoint(x2large) {
    	width: 120px;
	}*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 34, ../scss/layouts/_header.scss */
  header.main-navigation {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  /* line 34, ../scss/layouts/_header.scss */
  header.main-navigation {
    width: 100px;
  }
}
/* line 58, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default {
  background-color: #121212;
  border: medium none;
  border-radius: 0;
  float: left;
  height: 100%;
  margin: 0;
  width: 100%;
}
/* line 66, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .container-fluid {
  float: left;
  padding: 0;
  width: 100%;
}
/* line 70, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .container-fluid .navbar-header {
  width: 100%;
}
/* line 73, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .container-fluid .navbar-brand {
  font-size: 34px;
  height: auto;
  line-height: 30px;
  margin: 0;
  padding: 47px 28px;
  text-align: center;
  width: 100%;
  /* 1600 px*/
   /* @include breakpoint(x2large) {
		padding: 30px 20px;
	}*/
  /* 1199 px*/
}
/* line 81, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .container-fluid .navbar-brand > img {
  display: inline-block;
  float: none;
  width: auto;
}
@media (max-width: 1600px) {
  /* line 73, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  /* line 73, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand {
    padding: 22px 20px;
  }
}
/* line 98, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  /* 1400 px*/
}
/* line 102, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  /* line 98, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li {
    margin-bottom: 15px;
  }
}
/* line 108, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a {
  color: #ffffff;
  float: left;
  position: relative;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 100%;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 108, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a {
    padding: 10px 0px;
  }
}
/* line 119, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .txt {
  float: left;
  font-size: 28px;
  line-height: 24px;
  width: 100%;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 119, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .txt {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 119, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .txt {
    font-size: 16px;
  }
}
/* line 131, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  float: none;
  margin-bottom: 15px;
  vertical-align: top;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 131, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon {
    margin-bottom: 5px;
  }
}
/* line 143, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-wel {
  background-image: url("../images/icon-nav01.png");
  /*@include image-2x("../images/icon-nav01.png", 42px, 48px);*/
  height: 23px;
  width: 42px;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 143, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-wel {
    height: 17px;
    width: 31px;
  }
}
@media (max-width: 1199px) {
  /* line 143, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-wel {
    height: 14px;
    width: 26px;
  }
}
/* line 157, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-abt {
  background-image: url("../images/icon-nav02.png");
  /*@include image-2x("../images/icon-nav02.png", 43px, 112px);*/
  height: 55px;
  width: 43px;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 157, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-abt {
    height: 36px;
    width: 28px;
  }
}
@media (max-width: 1199px) {
  /* line 157, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-abt {
    height: 32px;
    width: 25px;
  }
}
/* line 171, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
  background-image: url("../images/icon-nav03.png");
  /*@include image-2x("../images/icon-nav03.png", 82px, 66px);*/
  height: 32px;
  width: 82px;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 171, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
    height: 23px;
    width: 59px;
  }
}
@media (max-width: 1199px) {
  /* line 171, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
    height: 18px;
    width: 46px;
  }
}
/* line 185, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-soc {
  background-image: url("../images/icon-nav04.png");
  /*@include image-2x("../images/icon-nav04.png", 53px, 110px);*/
  height: 54px;
  width: 53px;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 185, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-soc {
    height: 37px;
    width: 36px;
  }
}
@media (max-width: 1199px) {
  /* line 185, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-soc {
    height: 29px;
    width: 28px;
  }
}
/* line 199, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-cont {
  background-image: url("../images/icon-nav05.png");
  /*@include image-2x("../images/icon-nav05.png", 22px, 108px);*/
  height: 53px;
  width: 22px;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 199, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-cont {
    height: 29px;
    width: 12px;
  }
}
/* line 209, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-ordr {
  background-image: url("../images/icon-order-btn.png");
  /*@include image-2x("../images/icon-order-btn.png", 35px, 46px);*/
  height: 22px;
  width: 35px;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 209, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-ordr {
    height: 20px;
    margin-top: -10px;
    width: 32px;
  }
}
/* line 220, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-print {
  background-image: url("../images/icon-print.png");
  background-position: 5px 0;
  /*@include image-2x("../images/icon-order-btn.png", 35px, 46px);*/
  background-size: auto;
  height: 25px;
  width: 35px;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 220, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-print {
    height: 25px;
    margin-top: -10px;
    width: 32px;
  }
}
/* line 235, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-nav-active.png");
  /*@include image-2x("../images/icon-nav03.png", 82px, 66px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 100%;
  position: absolute;
  right: -25px;
  top: 0;
  width: 7px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
/* line 252, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a:hover {
  color: #169BBF;
}
/* line 254, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a:hover .icon {
  background-position: center bottom;
}
/* line 257, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a:hover:after {
  right: -15px;
}
/* line 261, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li a:focus {
  color: #ffffff;
}
/* line 266, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/* line 268, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li.active a .icon {
  background-position: center bottom;
}
/* line 271, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .navbar-nav > li.active a:after {
  right: -15px;
}
/* line 277, ../scss/layouts/_header.scss */
header.main-navigation nav.navbar-default .nav-bowl {
  background: #121212 none repeat scroll 0 0;
  bottom: 0;
  display: inline-block;
  left: 0;
  padding: 0 35px 5px;
  position: absolute;
  z-index: 10;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 277, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .nav-bowl {
    padding: 0 20px 5px;
  }
}

/* Blow Tabs Responsive
--------------------------------------- */
@media (max-width: 991px) {
  /* line 296, ../scss/layouts/_header.scss */
  body {
    padding-left: 0;
  }

  /* line 299, ../scss/layouts/_header.scss */
  header.main-navigation {
    float: left;
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  /* line 308, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-header {
    width: auto;
  }
  /* line 311, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand {
    margin-left: 15px;
    padding: 7px 0;
  }
  /* line 314, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand > img {
    height: 60px;
  }
  /* line 319, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav {
    float: right;
    padding-top: 10px;
  }
  /* line 323, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li {
    float: left;
    margin: 0;
    padding-left: 35px;
    width: auto;
  }
  /* line 328, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a {
    overflow: hidden;
    padding: 35px 0 5px;
  }
  /* line 332, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a:after {
    background-image: none;
    bottom: -7px;
    color: #e1854e;
    content: "---------";
    font-family: "Needlework Good";
    font-size: 11px;
    height: auto;
    left: 0;
    letter-spacing: 2px;
    line-height: 4px;
    right: auto;
    top: auto;
    width: auto;
  }
  /* line 348, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a:hover:after, header.main-navigation nav.navbar-default .navbar-nav > li a:focus:after, header.main-navigation nav.navbar-default .navbar-nav > li a:active:after {
    bottom: 0;
    right: auto;
  }
  /* line 354, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0) !important;
  }
  /* line 361, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-wel {
    height: 17px;
    top: 18px;
    width: 30px;
  }
  /* line 366, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-abt {
    top: 3px;
  }
  /* line 369, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
    top: 16px;
  }
  /* line 372, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
    top: 16px;
  }
  /* line 375, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-soc {
    height: 31px;
    top: 7px;
    width: 30px;
  }
  /* line 380, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-cont {
    top: 6px;
  }
  /* line 386, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li:nth-child(3) a {
    padding: 35px 10px 5px;
  }
  /* line 392, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.active a:after {
    bottom: 0;
    right: auto;
  }
  /* line 399, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .nav-bowl {
    display: none;
  }
}
/* 991 px*/
@media (max-width: 767px) {
  /* line 407, ../scss/layouts/_header.scss */
  header.main-navigation {
    overflow: visible;
  }
  /* line 410, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-header {
    padding: 0 15px;
    width: 100% !important;
  }
  /* line 415, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand {
    display: none;
    width: auto;
  }
  /* line 418, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand.resp {
    display: block !important;
    margin-left: 15px;
    width: 167px;
  }
  /* line 423, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .container-fluid .navbar-brand > img {
    height: auto;
  }
  /* line 428, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-toggle {
    background: #169bbf none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    margin: 7px -15px 7px 0;
    padding: 12px 10px;
  }
  /* line 434, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  /* line 437, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-toggle:hover, header.main-navigation nav.navbar-default .navbar-toggle:focus, header.main-navigation nav.navbar-default .navbar-toggle:active {
    background-color: #e1854e;
  }
  /* line 441, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-collapse.collapse, header.main-navigation nav.navbar-default .navbar-collapse.collapsing {
    background: #121212 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin: 0;
    max-width: 240px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  /* line 452, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav {
    float: left;
    margin: 0;
    padding: 5px 0;
  }
  /* line 456, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* line 462, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.order-link {
    display: inline-block !important;
  }
  /* line 464, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.order-link a {
    background-color: #169bbf;
    margin-bottom: -5px;
    color: #fff;
  }
  /* line 468, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.order-link a:hover {
    color: #ffffff;
    background-color: #e1854e;
  }
  /* line 471, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.order-link a:hover .icon {
    background-position: center top;
  }
  /* line 477, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.comingSoon {
    display: inline-block !important;
  }
  /* line 479, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.comingSoon a {
    background: #393939;
    margin-bottom: -5px;
    color: #929292;
  }
  /* line 483, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.comingSoon a:hover {
    /*color: rgb(146, 146, 146);
     background-color: $secondary-color; */
  }
  /* line 486, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.comingSoon a:hover .icon {
    background-position: center top;
  }
  /* line 492, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.print-link {
    display: inline-block !important;
  }
  /* line 494, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.print-link a {
    background-color: #e1854e;
    margin-bottom: -5px;
  }
  /* line 497, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.print-link a:hover {
    color: #ffffff;
    background-color: #169bbf;
  }
  /* line 500, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.print-link a:hover .icon {
    background-position: center top;
  }
  /* line 507, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li:nth-child(3) a, header.main-navigation nav.navbar-default .navbar-nav > li a {
    padding: 15px 75px 15px 10px;
  }
  /* line 511, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a {
    text-align: right;
  }
  /* line 514, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a:after {
    display: none;
  }
  /* line 517, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .txt {
    font-size: 20px;
  }
  /* line 520, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon {
    left: auto;
    right: 15px;
    top: 50% !important;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0) !important;
  }
  /* line 526, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-wel {
    height: 17px;
    margin-top: -9px;
    width: 30px;
  }
  /* line 531, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-abt {
    height: 36px;
    margin-top: -18px;
    width: 28px;
  }
  /* line 536, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-menu {
    margin-top: -9px;
    							    /*height: 18px;
        							width: 46px;*/
  }
  /* line 541, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-soc {
    height: 37px;
    margin-top: -19px;
    width: 36px;
  }
  /* line 546, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li a .icon.icon-cont {
    height: 34px;
    margin-top: -17px;
    width: 14px;
  }
  /* line 553, ../scss/layouts/_header.scss */
  header.main-navigation nav.navbar-default .navbar-nav > li.active a {
    background: #ffffff none repeat scroll 0 0;
    color: #e1854e;
  }
}
/* 767 px*/
/* line 1, ../scss/modules/_style.scss */
.order-btn {
  display: block;
  position: absolute;
  left: 12%;
  top: 48px;
  z-index: 10000;
  /* 991 px*/
  /* 767 px*/
}
/* line 8, ../scss/modules/_style.scss */
.order-btn .btn.btn-order {
  background: #169bbf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 20px;
  line-height: 0.8;
  padding: 13px 18px 13px 60px;
  position: relative;
  text-transform: capitalize;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
/* line 21, ../scss/modules/_style.scss */
.order-btn .btn.btn-order:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-order-btn.png");
  /*@include image-2x("../images/icon-order-btn.png", 35px, 22px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 22px;
  left: 16px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 35px;
  /* 1400 px*/
}
/* line 40, ../scss/modules/_style.scss */
.order-btn .btn.btn-order:hover, .order-btn .btn.btn-order:focus, .order-btn .btn.btn-order:active {
  background-color: #e1854e;
}
@media (max-width: 991px) {
  /* line 1, ../scss/modules/_style.scss */
  .order-btn {
    top: 110px;
    left: 2.7%;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/_style.scss */
  .order-btn {
    display: none;
  }
}
/* line 52, ../scss/modules/_style.scss */
.order-btn .comingTxt {
  color: white;
  float: left;
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
}

/* line 62, ../scss/modules/_style.scss */
.coming-btn {
  display: block;
  position: absolute;
  left: 12%;
  top: 48px;
  z-index: 10000;
  /* 991 px*/
  /* 767 px*/
}
/* line 69, ../scss/modules/_style.scss */
.coming-btn .btn.btn-coming {
  background: #393939 none repeat scroll 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #929292;
  float: left;
  font-size: 20px;
  line-height: 0.8;
  padding: 13px 18px 13px 60px;
  position: relative;
  text-transform: capitalize;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  /* &:hover, &:focus, &:active {
  	background-color: $secondary-color;
  } */
}
/* line 82, ../scss/modules/_style.scss */
.coming-btn .btn.btn-coming:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-order-btn.png");
  /*@include image-2x("../images/icon-order-btn.png", 35px, 22px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 22px;
  left: 16px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 35px;
  /* 1400 px*/
}
@media (max-width: 991px) {
  /* line 62, ../scss/modules/_style.scss */
  .coming-btn {
    top: 110px;
    left: 2.7%;
  }
}
@media (max-width: 767px) {
  /* line 62, ../scss/modules/_style.scss */
  .coming-btn {
    display: none;
  }
}
/* line 113, ../scss/modules/_style.scss */
.coming-btn .comingTxt {
  color: white;
  float: left;
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
}

/* line 122, ../scss/modules/_style.scss */
.print-btn {
  display: block;
  position: absolute;
  right: 2.5%;
  top: 48px;
  z-index: 10000;
  /* 991 px*/
  /* 767 px*/
}
/* line 130, ../scss/modules/_style.scss */
.print-btn .btn.btn-order {
  background: #e1854e none repeat scroll 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  float: left;
  font-size: 20px;
  line-height: 0.8;
  padding: 13px 18px 13px 50px;
  position: relative;
  text-transform: capitalize;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
/* line 143, ../scss/modules/_style.scss */
.print-btn .btn.btn-order:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-print.png");
  /* @include image-2x("../images/icon-print@2x.png", 23px, 25px); */
  background-position: 0 0;
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
  display: block;
  content: '';
  height: 25px;
  left: 16px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 35px;
  /* 1400 px*/
}
/* line 162, ../scss/modules/_style.scss */
.print-btn .btn.btn-order:hover, .print-btn .btn.btn-order:focus, .print-btn .btn.btn-order:active {
  background-color: #169bbf;
}
@media (max-width: 991px) {
  /* line 122, ../scss/modules/_style.scss */
  .print-btn {
    top: 110px;
  }
}
@media (max-width: 767px) {
  /* line 122, ../scss/modules/_style.scss */
  .print-btn {
    display: none;
  }
}

/* line 176, ../scss/modules/_style.scss */
.container {
  width: 1138px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
  /* 767 px*/
}
@media (max-width: 1600px) {
  /* line 176, ../scss/modules/_style.scss */
  .container {
    width: 949px;
  }
}
@media (max-width: 1400px) {
  /* line 176, ../scss/modules/_style.scss */
  .container {
    width: 807px;
  }
  /* line 183, ../scss/modules/_style.scss */
  .container.contactContainer {
    width: 914px;
  }
}
@media (max-width: 1199px) {
  /* line 176, ../scss/modules/_style.scss */
  .container {
    width: 85%;
  }
}
@media (max-width: 767px) {
  /* line 191, ../scss/modules/_style.scss */
  .container.contactContainer {
    width: 100%;
  }
}

/* line 197, ../scss/modules/_style.scss */
.banner-sec {
  /*height: 100vh;*/
  padding-bottom: 45px;
  overflow: hidden;
}
/* line 201, ../scss/modules/_style.scss */
.banner-sec > .row {
  height: 100%;
  position: relative;
}
/* line 205, ../scss/modules/_style.scss */
.banner-sec .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  margin-bottom: 20px;
  /*padding-top: 98px;*/
  padding-top: 3%;
  text-align: center;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 205, ../scss/modules/_style.scss */
  .banner-sec .title {
    margin-bottom: 10px;
  }
}
/* line 220, ../scss/modules/_style.scss */
.banner-sec .title .sep-lin {
  clear: both;
  display: inline-block;
  float: none;
  margin: 3px 0;
  position: relative;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 220, ../scss/modules/_style.scss */
  .banner-sec .title .sep-lin {
    width: 22%;
  }
}
/* line 230, ../scss/modules/_style.scss */
.banner-sec .title h1 {
  float: left;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
}
/* line 236, ../scss/modules/_style.scss */
.banner-sec .title h1 b {
  text-transform: uppercase;
}
/* line 239, ../scss/modules/_style.scss */
.banner-sec .title h1 span {
  color: #e1854e;
  display: inline-block;
  float: none;
  width: auto;
}
@media (max-width: 1600px) {
  /* line 230, ../scss/modules/_style.scss */
  .banner-sec .title h1 {
    font-size: 53px;
  }
}
@media (max-width: 1400px) {
  /* line 230, ../scss/modules/_style.scss */
  .banner-sec .title h1 {
    font-size: 43px;
  }
}
/* line 253, ../scss/modules/_style.scss */
.banner-sec .images-sec {
  display: block;
  float: left;
  margin: 10px 0;
  position: relative;
  text-align: center;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
}
/* line 261, ../scss/modules/_style.scss */
.banner-sec .images-sec span {
  display: inline-block;
  position: absolute;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* line 266, ../scss/modules/_style.scss */
.banner-sec .images-sec .img-center {
    	/*left: 50%;
	    top: 0;
	    transform: translateX(-50%);
	    width: 28.5%;
    	@include transform(translate(-50%, 0));*/
  display: inline-block;
  float: none;
  margin-bottom: -20px;
  position: relative;
  width: 24.5%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 266, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-center {
    width: 33%;
  }
}
/* line 282, ../scss/modules/_style.scss */
.banner-sec .images-sec .atchd-images {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) !important;
}
/* line 290, ../scss/modules/_style.scss */
.banner-sec .images-sec .img-top-left {
  left: -55px;
  top: 15px;
  width: 20%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 290, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-top-left {
    left: -5px;
    width: 22%;
  }
}
/* line 299, ../scss/modules/_style.scss */
.banner-sec .images-sec .img-bottom-left {
  bottom: 40px;
  left: -72px;
  width: 24%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 299, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-bottom-left {
    left: -25px;
    width: 25%;
  }
}
/* line 308, ../scss/modules/_style.scss */
.banner-sec .images-sec .img-top-right {
  right: -58px;
  top: -25px;
  width: 20%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 308, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-top-right {
    right: 0;
    width: 18%;
  }
}
/* line 317, ../scss/modules/_style.scss */
.banner-sec .images-sec .img-bottom-right {
  bottom: 24px;
  right: 41px;
  width: 6.9%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 317, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-bottom-right {
    bottom: -15px;
    width: 6.4%;
  }
}
/* line 327, ../scss/modules/_style.scss */
.banner-sec .address {
  	/*bottom: 10px;
      clear: both;
      float: left;
      left: 0;
      margin-top: 28px;
      position: absolute;
      width: 100%;*/
  clear: both;
  float: left;
  margin-top: 42px;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 327, ../scss/modules/_style.scss */
  .banner-sec .address {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  /* line 327, ../scss/modules/_style.scss */
  .banner-sec .address {
    margin-top: 30px;
  }
}
/* line 348, ../scss/modules/_style.scss */
.banner-sec .address h2 {
  color: #e1854e;
  float: left;
  font-family: "Needlework Good";
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  width: 100%;
    /*@include breakpoint(xxxlarge) {
    	font-size: 27px;				
	}*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 348, ../scss/modules/_style.scss */
  .banner-sec .address h2 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  /* line 348, ../scss/modules/_style.scss */
  .banner-sec .address h2 {
    font-size: 28px;
  }
}
/* line 366, ../scss/modules/_style.scss */
.banner-sec .address h2 .white_txt {
  color: #fff;
}
/* line 370, ../scss/modules/_style.scss */
.banner-sec .address p {
  color: #169bbf;
  float: left;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 370, ../scss/modules/_style.scss */
  .banner-sec .address p {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  /* line 370, ../scss/modules/_style.scss */
  .banner-sec .address p {
    font-size: 22px;
    line-height: 1.1;
  }
}

/* line 389, ../scss/modules/_style.scss */
.whatispok-sec {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
/* line 397, ../scss/modules/_style.scss */
.whatispok-sec > .row {
  position: relative;
}
/* line 401, ../scss/modules/_style.scss */
.whatispok-sec .div-img01 {
  left: 92px;
  position: absolute;
  top: -35px;
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 401, ../scss/modules/_style.scss */
  .whatispok-sec .div-img01 {
    left: 7%;
  }
}
@media (max-width: 1199px) {
  /* line 401, ../scss/modules/_style.scss */
  .whatispok-sec .div-img01 {
    left: 10px;
  }
}
/* line 411, ../scss/modules/_style.scss */
.whatispok-sec .div-img01 > img {
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 411, ../scss/modules/_style.scss */
  .whatispok-sec .div-img01 > img {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  /* line 411, ../scss/modules/_style.scss */
  .whatispok-sec .div-img01 > img {
    width: 60%;
  }
}
/* line 420, ../scss/modules/_style.scss */
.whatispok-sec .div-img02 {
  right: 110px;
  position: absolute;
  top: 20px;
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 420, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  /* line 420, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 {
    right: -5%;
    top: 2%;
  }
}
/* line 431, ../scss/modules/_style.scss */
.whatispok-sec .div-img02 > img {
  /* 1400 px*/
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 431, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 > img {
    width: 87%;
  }
}
@media (max-width: 1400px) {
  /* line 431, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 > img {
    width: 65%;
  }
}
/* line 440, ../scss/modules/_style.scss */
.whatispok-sec .div-img03 {
  bottom: -38px;
  left: 44px;
  position: absolute;
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 440, ../scss/modules/_style.scss */
  .whatispok-sec .div-img03 {
    left: 2%;
  }
}
@media (max-width: 1199px) {
  /* line 440, ../scss/modules/_style.scss */
  .whatispok-sec .div-img03 {
    left: 10px;
  }
}
/* line 450, ../scss/modules/_style.scss */
.whatispok-sec .div-img03 > img {
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 450, ../scss/modules/_style.scss */
  .whatispok-sec .div-img03 > img {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  /* line 450, ../scss/modules/_style.scss */
  .whatispok-sec .div-img03 > img {
    width: 70%;
  }
}
/* line 460, ../scss/modules/_style.scss */
.whatispok-sec .title {
  float: left;
  font-size: 60px;
  font-family: "Needlework Good";
  margin-top: 43px;
  width: 100%;
  /* 1400 px*/
  /* 1199 px*/
}
/* line 466, ../scss/modules/_style.scss */
.whatispok-sec .title span {
  color: #169bbf;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  /* line 460, ../scss/modules/_style.scss */
  .whatispok-sec .title {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  /* line 460, ../scss/modules/_style.scss */
  .whatispok-sec .title {
    font-size: 43px;
    margin-top: 20px;
  }
}
/* line 478, ../scss/modules/_style.scss */
.whatispok-sec p {
  color: #d8d6d6;
  float: left;
  font-size: 22px;
  line-height: 1.3;
  margin: 12px 0 0;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
  /* 1024 px*/
}
@media (max-width: 1600px) {
  /* line 478, ../scss/modules/_style.scss */
  .whatispok-sec p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  /* line 478, ../scss/modules/_style.scss */
  .whatispok-sec p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  /* line 478, ../scss/modules/_style.scss */
  .whatispok-sec p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  /* line 478, ../scss/modules/_style.scss */
  .whatispok-sec p {
    font-size: 17px;
  }
}
/* line 498, ../scss/modules/_style.scss */
.whatispok-sec .right-sec {
  position: relative;
}
/* line 500, ../scss/modules/_style.scss */
.whatispok-sec .right-sec:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-right.png");
  /*@include image-2x("../images/icon-arrow-right.png", 95px, 41px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 41px;
  left: 50px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 95px;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 500, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec:after {
    background-repeat: no-repeat;
    margin-top: -22px;
    width: 62px;
  }
}
@media (max-width: 1400px) {
  /* line 500, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec:after {
    height: 28px;
    left: 25px;
    width: 65px;
  }
}
/* line 528, ../scss/modules/_style.scss */
.whatispok-sec .right-sec h2 {
  color: rgba(255, 255, 255, 0.8);
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 38px;
  line-height: 0.8;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 528, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 {
    font-size: 32px;
  }
}
/* line 538, ../scss/modules/_style.scss */
.whatispok-sec .right-sec h2 span, .whatispok-sec .right-sec h2 b {
  float: left;
  font-size: 79px;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 538, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 span, .whatispok-sec .right-sec h2 b {
    font-size: 65px;
  }
}
/* line 546, ../scss/modules/_style.scss */
.whatispok-sec .right-sec h2 b {
  text-transform: uppercase;
}
/* line 550, ../scss/modules/_style.scss */
.whatispok-sec .right-sec .underline {
  display: inline-block;
  float: none;
  margin: 5px 0 0 20px;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 550, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec .underline {
    width: 255px;
  }
}
/* line 559, ../scss/modules/_style.scss */
.whatispok-sec .right-sec .img-wrap {
  clear: both;
  display: inline-block;
  float: none;
  margin-top: -10px;
  max-width: 100%;
  position: relative;
  width: auto;
}

/* line 571, ../scss/modules/_style.scss */
.menu-sec {
  padding-bottom: 100px;
  padding-top: 113px;
  overflow: hidden;
}
/* line 575, ../scss/modules/_style.scss */
.menu-sec > .row {
  position: relative;
}
/* line 578, ../scss/modules/_style.scss */
.menu-sec .div-img01 {
  left: 100px;
  margin-top: -132px;
  position: absolute;
  top: 50%;
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 578, ../scss/modules/_style.scss */
  .menu-sec .div-img01 {
    left: 5%;
  }
}
@media (max-width: 1199px) {
  /* line 578, ../scss/modules/_style.scss */
  .menu-sec .div-img01 {
    left: 2%;
    margin-top: -110px;
  }
}
/* line 590, ../scss/modules/_style.scss */
.menu-sec .div-img01 > img {
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 590, ../scss/modules/_style.scss */
  .menu-sec .div-img01 > img {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  /* line 590, ../scss/modules/_style.scss */
  .menu-sec .div-img01 > img {
    width: 65%;
  }
}
/* line 599, ../scss/modules/_style.scss */
.menu-sec .div-img02 {
  position: absolute;
  right: 10px;
  top: -51px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 599, ../scss/modules/_style.scss */
  .menu-sec .div-img02 {
    right: 0;
    top: -100px;
  }
}
@media (max-width: 1400px) {
  /* line 599, ../scss/modules/_style.scss */
  .menu-sec .div-img02 {
    right: -70px;
    top: -51px;
  }
}
@media (max-width: 1199px) {
  /* line 599, ../scss/modules/_style.scss */
  .menu-sec .div-img02 {
    right: -11%;
    top: -90px;
  }
}
/* line 615, ../scss/modules/_style.scss */
.menu-sec .div-img02 > img {
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 615, ../scss/modules/_style.scss */
  .menu-sec .div-img02 > img {
    width: 75%;
  }
}
@media (max-width: 1400px) {
  /* line 615, ../scss/modules/_style.scss */
  .menu-sec .div-img02 > img {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  /* line 615, ../scss/modules/_style.scss */
  .menu-sec .div-img02 > img {
    width: 60%;
  }
}
/* line 627, ../scss/modules/_style.scss */
.menu-sec .div-img03 {
  bottom: -110px;
  left: 0;
  position: absolute;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 627, ../scss/modules/_style.scss */
  .menu-sec .div-img03 {
    bottom: -95px;
  }
}
/* line 634, ../scss/modules/_style.scss */
.menu-sec .div-img03 > img {
  /* 1600 px*/
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 634, ../scss/modules/_style.scss */
  .menu-sec .div-img03 > img {
    width: 75%;
  }
}
@media (max-width: 1600px) {
  /* line 634, ../scss/modules/_style.scss */
  .menu-sec .div-img03 > img {
    width: 60%;
  }
}
/* line 644, ../scss/modules/_style.scss */
.menu-sec .left-sec h2 {
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 96px;
  font-weight: bold;
  line-height: 0.9;
  text-transform: uppercase;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 644, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    font-size: 78px;
  }
}
@media (max-width: 1400px) {
  /* line 644, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    font-size: 67px;
  }
}
/* line 660, ../scss/modules/_style.scss */
.menu-sec .left-sec h2 .white_txt {
  color: #fff;
}
/* line 664, ../scss/modules/_style.scss */
.menu-sec .left-sec .underlin {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-family: "Sketch Toska";
  font-size: 48px;
  letter-spacing: 10px;
  line-height: 1;
  margin-top: -30px;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 664, ../scss/modules/_style.scss */
  .menu-sec .left-sec .underlin {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  /* line 664, ../scss/modules/_style.scss */
  .menu-sec .left-sec .underlin {
    font-size: 33px;
    letter-spacing: 6px;
  }
}
/* line 685, ../scss/modules/_style.scss */
.menu-sec .right-sec h3 {
  background-color: #169bbf;
  -webkit-box-shadow: 6px 8px 18px 0 rgba(13, 14, 14, 0.42);
  box-shadow: 6px 8px 18px 0 rgba(13, 14, 14, 0.42);
  color: #ffffff;
  display: inline-block;
  float: none;
  font-family: "Needlework Good";
  font-size: 51px;
  font-weight: 400;
  line-height: 1;
  margin-right: 49px;
  max-width: 100%;
  padding: 38px 20px;
  position: relative;
  width: auto;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 685, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3 {
    font-size: 42px;
    padding: 35px 15px;
  }
}
@media (max-width: 1400px) {
  /* line 685, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3 {
    font-size: 35px;
    padding: 30px 16px;
    text-align: left;
  }
}
/* line 711, ../scss/modules/_style.scss */
.menu-sec .right-sec h3:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-right.png");
  /*@include image-2x("../images/icon-arrow-right.png", 95px, 41px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 28px;
  left: -125px;
  position: absolute;
  top: 68px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 63px;
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1600px) {
  /* line 711, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3:after {
    left: -80px;
  }
}
@media (max-width: 1400px) {
  /* line 711, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3:after {
    height: 20px;
    left: -70px;
    width: 47px;
  }
}
/* line 737, ../scss/modules/_style.scss */
.menu-sec .tbl-div {
  border-collapse: collapse;
  clear: both;
  display: block;
  float: left;
  height: 100%;
  margin-top: 115px;
  position: relative;
  width: 100%;
  /* 1400 px*/
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1400px) {
  /* line 737, ../scss/modules/_style.scss */
  .menu-sec .tbl-div {
    margin-top: 75px;
  }
}
/* line 751, ../scss/modules/_style.scss */
.menu-sec .tbl-div .tbl-cell {
  border-collapse: collapse;
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
/* line 757, ../scss/modules/_style.scss */
.menu-sec .tbl-div .tbl-cell img {
  width: auto;
  max-width: 100%;
}
/* line 763, ../scss/modules/_style.scss */
.menu-sec .tbl-div .photos {
  margin-right: 30px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 763, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .photos {
    width: 90% !important;
  }
}
@media (max-width: 1400px) {
  /* line 763, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .photos {
    margin: 0 0 0 -30px;
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  /* line 763, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .photos {
    min-width: 150px;
  }
}
/* line 777, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div {
  background: #121212;
  color: #ffffff;
  display: inline-block;
  float: left;
  max-width: 670px;
  padding: 40px 35px;
  width: 100%;
}
/* line 786, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div h2.title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 68px;
  font-weight: 400;
  line-height: 53px;
  margin-bottom: 50px;
  width: 100%;
}
/* line 797, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div {
  clear: both;
  float: left;
  width: 100%;
}
/* line 802, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item {
  border-collapse: collapse;
  clear: both;
  display: table;
  float: left;
  margin-bottom: 45px;
  width: 100%;
}
/* line 810, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item:last-child {
  margin-bottom: 0;
}
/* line 814, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item .img-wrap {
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 18px 0 rgba(13, 14, 14, 0.27);
  box-shadow: 0 0 18px 0 rgba(13, 14, 14, 0.27);
  display: inline-block;
  height: 99px;
  margin-right: 20px;
  width: 99px;
}
/* line 827, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item h2 {
  clear: both;
  float: left;
  font-size: 32px;
  position: relative;
  width: 100%;
}
/* line 834, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item span {
  color: #ffffff;
  clear: both;
  float: left;
  font-size: 22px;
  position: relative;
  width: 100%;
}
/* line 842, ../scss/modules/_style.scss */
.menu-sec .tbl-div .fav-div .menu_div .item .price {
  color: #e1854e;
  display: inline-block;
  font-family: "Needlework Good";
  font-size: 40px;
  text-align: right;
}
@media (max-width: 1600px) {
  /* line 853, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div {
    /*padding: 40px 35px;*/
  }
  /* line 855, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div h2.title {
    font-size: 58px;
    margin-bottom: 40px;
  }
  /* line 860, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item {
    margin-bottom: 35px;
  }
  /* line 863, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .img-wrap {
    height: 85px;
    width: 85px;
  }
  /* line 867, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item h2 {
    font-size: 28px;
  }
  /* line 870, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item span {
    font-size: 19px;
    line-height: 1.3;
    padding-right: 15px;
  }
  /* line 875, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .price {
    font-size: 36px;
  }
}
@media (max-width: 1400px) {
  /* line 883, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div {
    /*padding: 40px 35px;*/
  }
  /* line 885, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div h2.title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  /* line 890, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item {
    margin-bottom: 25px;
  }
  /* line 893, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .img-wrap {
    border-width: 4px;
    height: 72px;
    width: 72px;
  }
  /* line 898, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item h2 {
    font-size: 23px;
  }
  /* line 901, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item span {
    font-size: 16px;
  }
  /* line 904, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .price {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  /* line 915, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div {
    padding: 35px 25px;
  }
  /* line 918, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div h2.title {
    font-size: 42px;
    line-height: 33px;
  }
  /* line 924, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .price {
    font-size: 24px;
  }
}

/* line 935, ../scss/modules/_style.scss */
.video-sec {
  /*overflow: hidden;*/
  padding-top: 15px;
}
/* line 938, ../scss/modules/_style.scss */
.video-sec > .row {
  position: relative;
}
/* line 942, ../scss/modules/_style.scss */
.video-sec .div-img01 {
  bottom: 0;
  left: -10px;
  position: absolute;
  /* 1600 px*/
}
/* line 948, ../scss/modules/_style.scss */
.video-sec .div-img01 > img {
  /* 1600 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 948, ../scss/modules/_style.scss */
  .video-sec .div-img01 > img {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  /* line 948, ../scss/modules/_style.scss */
  .video-sec .div-img01 > img {
    width: 55%;
  }
}
/* line 959, ../scss/modules/_style.scss */
.video-sec .div-img02 {
  position: absolute;
  right: 0;
  top: calc(83% + 115px);
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 959, ../scss/modules/_style.scss */
  .video-sec .div-img02 {
    top: calc(82% + 115px);
  }
}
/* line 968, ../scss/modules/_style.scss */
.video-sec .div-img02 > img {
  /* 1600 px*/
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 968, ../scss/modules/_style.scss */
  .video-sec .div-img02 > img {
    float: right;
    width: 80%;
  }
}
/* line 978, ../scss/modules/_style.scss */
.video-sec .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Needlework Good";
  font-size: 74px;
  line-height: 0.9;
  position: relative;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
/* line 988, ../scss/modules/_style.scss */
.video-sec .title:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-downcurv.png");
  /*@include image-2x("../images/icon-arrow-downcurv.png", 83px, 59px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  bottom: 100%;
  content: "";
  display: block;
  height: 59px;
  position: absolute;
  right: -13px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 83px;
}
@media (max-width: 1600px) {
  /* line 978, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 61px;
  }
  /* line 1007, ../scss/modules/_style.scss */
  .video-sec .title:after {
    height: 49px;
    width: 70px;
  }
}
@media (max-width: 1400px) {
  /* line 978, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 52px;
  }
  /* line 1014, ../scss/modules/_style.scss */
  .video-sec .title:after {
    height: 42px;
    width: 60px;
  }
}
@media (max-width: 1199px) {
  /* line 978, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 48px;
  }
}
/* line 1023, ../scss/modules/_style.scss */
.video-sec .title2 {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 87px;
  line-height: 0.8;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
/* line 1034, ../scss/modules/_style.scss */
.video-sec .title2 span {
  display: inline-block;
  color: #169bbf;
}
@media (max-width: 1600px) {
  /* line 1023, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 76px;
  }
}
@media (max-width: 1400px) {
  /* line 1023, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  /* line 1023, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 55px;
  }
}
/* line 1049, ../scss/modules/_style.scss */
.video-sec .underlin {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/header-line-sml.png");
  /*@include image-2x("../images/header-line-sml@2x.png", 470px, 36px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 36px;
  margin-top: 18px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 470px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 1049, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 31px;
    width: 420px;
  }
}
@media (max-width: 1400px) {
  /* line 1049, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 28px;
    width: 365px;
  }
}
@media (max-width: 1199px) {
  /* line 1049, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 23px;
    width: 308px;
  }
}
/* line 1074, ../scss/modules/_style.scss */
.video-sec .video-container {
  background-color: #d7d7d7;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #ffffff;
  display: inline-block;
  float: left;
  /*height: 681px*/
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* 1199 px*/
}
@media (max-width: 1199px) {
  /* line 1074, ../scss/modules/_style.scss */
  .video-sec .video-container {
    float: none;
    width: 90%;
  }
}
/* line 1095, ../scss/modules/_style.scss */
.video-sec .video-container figure {
  display: block;
  float: left;
  width: 100%;
}
/* line 1099, ../scss/modules/_style.scss */
.video-sec .video-container figure iframe {
  float: left;
}
/* line 1104, ../scss/modules/_style.scss */
.video-sec .video-container video {
  float: left;
  height: auto;
  width: 100%;
}
/* line 1109, ../scss/modules/_style.scss */
.video-sec .video-container .brand-watermark {
  background-color: rgba(0, 0, 0, 0);
  /*@include image-2x("../images/video-watermark@2x.png", 136px, 116px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 116px;
  left: 3%;
  position: absolute;
  top: 7%;
  /*width: 136px;*/
  width: 12%;
  z-index: 10;
}
/* line 1124, ../scss/modules/_style.scss */
.video-sec .video-container .overlay {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/video-dummy-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 1138, ../scss/modules/_style.scss */
.video-sec .video-container .overlay .btn-play {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-play.png");
  /*@include image-2x("../images/icon-play@2x.png", 106px, 106px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 106px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -150px;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) !important;
  width: 106px;
}
/* line 1155, ../scss/modules/_style.scss */
.video-sec .video-container .overlay .btn-play:hover, .video-sec .video-container .overlay .btn-play:focus, .video-sec .video-container .overlay .btn-play:active {
  background-image: url("../images/icon-play-hover.png");
  /*@include image-2x("../images/icon-play-hover@2x.png", 106px, 106px);*/
  box-shadow: none;
}

/* line 1165, ../scss/modules/_style.scss */
.footer1-sec {
  padding-top: 135px;
}
/* line 1167, ../scss/modules/_style.scss */
.footer1-sec > .row {
  position: relative;
}
/* line 1171, ../scss/modules/_style.scss */
.footer1-sec .title {
  clear: both;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 108px;
  line-height: 0.7;
  margin-top: -24px;
  max-width: 100%;
  position: relative;
  width: auto;
  /* 1600 px*/
  /* 1400 px*/
  /* 1400 px*/
}
/* line 1184, ../scss/modules/_style.scss */
.footer1-sec .title span {
  font-size: 68px;
}
/* line 1188, ../scss/modules/_style.scss */
.footer1-sec .title:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-right.png");
  /*@include image-2x("../images/icon-arrow-right@2x.png", 95px, 41px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  bottom: 100%;
  content: "";
  display: block;
  height: 45px;
  position: absolute;
  right: -115px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 102px;
}
@media (max-width: 1600px) {
  /* line 1171, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 90px;
  }
  /* line 1210, ../scss/modules/_style.scss */
  .footer1-sec .title:after {
    height: 37px;
    width: 86px;
  }
}
@media (max-width: 1400px) {
  /* line 1171, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 76px;
  }
  /* line 1217, ../scss/modules/_style.scss */
  .footer1-sec .title span {
    font-size: 47px;
  }
  /* line 1220, ../scss/modules/_style.scss */
  .footer1-sec .title:after {
    height: 29px;
    right: -95px;
    width: 70px;
  }
}
@media (max-width: 1400px) {
  /* line 1171, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 68px;
  }
  /* line 1228, ../scss/modules/_style.scss */
  .footer1-sec .title span {
    font-size: 42px;
  }
  /* line 1231, ../scss/modules/_style.scss */
  .footer1-sec .title:after {
    height: 26px;
    right: -85px;
    width: 60px;
  }
}
/* line 1238, ../scss/modules/_style.scss */
.footer1-sec .title2 {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 92px;
  line-height: 0.8;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
/* line 1249, ../scss/modules/_style.scss */
.footer1-sec .title2 span {
  display: inline-block;
  color: #169bbf;
}
@media (max-width: 1600px) {
  /* line 1238, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 82px;
  }
}
@media (max-width: 1400px) {
  /* line 1238, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 69px;
  }
}
@media (max-width: 1199px) {
  /* line 1238, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 64px;
  }
}
/* line 1264, ../scss/modules/_style.scss */
.footer1-sec .underlin {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/header-line2.png");
  /*@include image-2x("../images/header-line2@2x.png", 464px, 23px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 23px;
  margin-top: 18px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 464px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 1264, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 19px;
    width: 400px;
  }
}
@media (max-width: 1400px) {
  /* line 1264, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 16px;
    width: 335px;
  }
}
@media (max-width: 1199px) {
  /* line 1264, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 15px;
    width: 315px;
  }
}
/* line 1290, ../scss/modules/_style.scss */
.footer1-sec .img-wrap {
  display: inline-block;
  float: none;
  margin-top: 30px;
  width: 100%;
}

/* line 1298, ../scss/modules/_style.scss */
.footer {
  overflow: hidden;
}

/* line 1302, ../scss/modules/_style.scss */
.footer_upper {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 5px;
  clear: both;
  display: table;
  float: left;
  margin-bottom: 40px;
  margin-top: 45px;
  padding: 25px 15px;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
/* line 1313, ../scss/modules/_style.scss */
.footer_upper .tbl-cell {
  display: table-cell;
  vertical-align: top;
}
/* line 1318, ../scss/modules/_style.scss */
.footer_upper > .tbl-cell:last-child {
  width: 245px;
}
/* line 1322, ../scss/modules/_style.scss */
.footer_upper h3 {
  color: #7cc14e;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 9px;
  width: 100%;
}
/* line 1331, ../scss/modules/_style.scss */
.footer_upper form {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 1336, ../scss/modules/_style.scss */
.footer_upper form .tbl-cell {
  height: 100%;
}
/* line 1340, ../scss/modules/_style.scss */
.footer_upper form .tbl-cell:last-child .inpt-wrap {
  padding-right: 0;
}
/* line 1345, ../scss/modules/_style.scss */
.footer_upper form .inpt-wrap {
  display: inline-block;
  float: left;
  height: 100%;
  padding-right: 6px;
}
/* line 1350, ../scss/modules/_style.scss */
.footer_upper form .inpt-wrap input {
  background: #2d2d2d none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  font-size: 20px;
  float: left;
  height: 41px;
  max-width: 223px;
  padding: 3px 15px;
}
/* line 1361, ../scss/modules/_style.scss */
.footer_upper form .inpt-wrap input:focus {
  background-color: #000000;
  /*color: $primary-color;*/
  color: #ffffff;
  outline: none;
}
/* line 13, ../scss/base/_mixins.scss */
.footer_upper form .inpt-wrap input::-webkit-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 14, ../scss/base/_mixins.scss */
.footer_upper form .inpt-wrap input:-moz-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 15, ../scss/base/_mixins.scss */
.footer_upper form .inpt-wrap input::-moz-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 16, ../scss/base/_mixins.scss */
.footer_upper form .inpt-wrap input:-ms-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1372, ../scss/modules/_style.scss */
.footer_upper form .btn.send-btn {
  background: #169bbf none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 41px;
  line-height: 1.3;
  margin-left: 6px;
  padding: 4px 12px;
}
/* line 1384, ../scss/modules/_style.scss */
.footer_upper form .btn.send-btn:hover, .footer_upper form .btn.send-btn:focus, .footer_upper form .btn.send-btn:active {
  background-color: #e1854e;
}
/* line 1389, ../scss/modules/_style.scss */
.footer_upper .footer-nav {
  float: left;
  padding: 0;
  /*padding-left: 14px;*/
  width: 50%;
}
/* line 1395, ../scss/modules/_style.scss */
.footer_upper .footer-nav:last-child {
  /*padding-left: 20px;*/
  white-space: nowrap;
}
/* line 1400, ../scss/modules/_style.scss */
.footer_upper .footer-nav li {
  color: #6699ff;
  float: left;
  line-height: 1.3;
  	/*list-style-position: outside;
      list-style-type: disc;*/
  list-style: none;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
/* line 1411, ../scss/modules/_style.scss */
.footer_upper .footer-nav li:last-child {
  margin-bottom: 0;
}
/* line 1414, ../scss/modules/_style.scss */
.footer_upper .footer-nav li a {
  float: left;
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  line-height: 1;
  width: 100%;
}
/* line 1420, ../scss/modules/_style.scss */
.footer_upper .footer-nav li a:hover, .footer_upper .footer-nav li a:focus, .footer_upper .footer-nav li a:active {
  color: #169bbf;
}
/* line 1425, ../scss/modules/_style.scss */
.footer_upper .footer-nav li:after {
  background: #6699ff none repeat scroll 0 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  width: 5px;
}
@media (max-width: 1600px) {
  /* line 1441, ../scss/modules/_style.scss */
  .footer_upper > .tbl-cell:last-child {
    width: 245px;
  }
  /* line 1446, ../scss/modules/_style.scss */
  .footer_upper form .inpt-wrap input {
    font-size: 18px;
    height: 36px;
    max-width: 165px;
  }
  /* line 1452, ../scss/modules/_style.scss */
  .footer_upper form .btn.send-btn {
    font-size: 18px;
    height: 36px;
  }
  /* line 1458, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li {
    margin-bottom: 5px;
  }
  /* line 1460, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li a {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  /* line 1467, ../scss/modules/_style.scss */
  .footer_upper > .tbl-cell:last-child {
    padding-left: 3%;
    width: 180px;
  }
  /* line 1472, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li {
    margin-bottom: 5px;
  }
  /* line 1474, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  /* line 1481, ../scss/modules/_style.scss */
  .footer_upper > .tbl-cell:last-child {
    width: 210px;
  }
  /* line 1486, ../scss/modules/_style.scss */
  .footer_upper form .inpt-wrap input {
    max-width: 150px;
  }
}

/* line 1494, ../scss/modules/_style.scss */
.footer_bottom {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
/* line 1499, ../scss/modules/_style.scss */
.footer_bottom .social-links {
  display: inline-block;
  float: none;
  position: relative;
  width: auto;
}
/* line 1504, ../scss/modules/_style.scss */
.footer_bottom .social-links li {
  float: left;
  width: auto;
}
/* line 1508, ../scss/modules/_style.scss */
.footer_bottom .social-links li a {
  float: left;
  padding: 0 8px;
}
/* line 1512, ../scss/modules/_style.scss */
.footer_bottom .social-links li a .icon {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-social.png");
  /*@include image-2x("../images/icon-social@2x.png", 154px, 64px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  display: inline-block;
  max-width: 30px;
  overflow: hidden;
  text-indent: 130px;
}
/* line 1524, ../scss/modules/_style.scss */
.footer_bottom .social-links li a .icon.fb {
  height: 29px;
  width: 17px;
}
/* line 1528, ../scss/modules/_style.scss */
.footer_bottom .social-links li a .icon.tw {
  background-position: -35px 0;
  height: 27px;
  width: 30px;
}
/* line 1533, ../scss/modules/_style.scss */
.footer_bottom .social-links li a .icon.insta {
  background-position: -79px 0;
  height: 31px;
  width: 29px;
}
/* line 1538, ../scss/modules/_style.scss */
.footer_bottom .social-links li a .icon.snapchat {
  background-position: -124px 0;
  height: 29px;
  width: 30px;
}
/* line 1548, ../scss/modules/_style.scss */
.footer_bottom .social-links li a:hover .icon.fb {
  background-position: 0 -33px;
}
/* line 1551, ../scss/modules/_style.scss */
.footer_bottom .social-links li a:hover .icon.tw {
  background-position: -35px -33px;
}
/* line 1554, ../scss/modules/_style.scss */
.footer_bottom .social-links li a:hover .icon.insta {
  background-position: -79px -33px;
}
/* line 1557, ../scss/modules/_style.scss */
.footer_bottom .social-links li a:hover .icon.snapchat {
  background-position: -124px -33px;
}
/* line 1565, ../scss/modules/_style.scss */
.footer_bottom .copy {
  color: rgba(255, 255, 255, 0.5);
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 32px;
  width: 100%;
}

/* instagram Post feeds */
/* line 1578, ../scss/modules/_style.scss */
#Instafeed {
  list-style: none;
}

/* line 1581, ../scss/modules/_style.scss */
#Instafeed li {
  float: left;
  height: 200px;
  margin: 0;
  padding: 4px;
  width: 25%;
  /* 1024 px*/
}
@media (max-width: 1920px) {
  /* line 1581, ../scss/modules/_style.scss */
  #Instafeed li {
    height: 268px;
  }
}
@media (max-width: 1600px) {
  /* line 1581, ../scss/modules/_style.scss */
  #Instafeed li {
    height: 235px;
  }
}
@media (max-width: 1368px) {
  /* line 1581, ../scss/modules/_style.scss */
  #Instafeed li {
    height: 200px;
  }
}
@media (max-width: 1024px) {
  /* line 1581, ../scss/modules/_style.scss */
  #Instafeed li {
    height: auto;
  }
}

/* line 1600, ../scss/modules/_style.scss */
#Instafeed li img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

/* instagram Post feeds end */
/* Responsive Style
-------------------------------------------------- */
@media (max-width: 1024px) {
  /* line 1615, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 br {
    display: none;
  }
}
/* 1024 px*/
@media (max-width: 991px) {
  /* line 1626, ../scss/modules/_style.scss */
  .banner-sec .address h2 {
    font-size: 24px;
  }
  /* line 1629, ../scss/modules/_style.scss */
  .banner-sec .address p {
    font-size: 18px;
  }

  /* line 1635, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 {
    right: -7%;
  }
  /* line 1637, ../scss/modules/_style.scss */
  .whatispok-sec .div-img02 > img {
    width: 55%;
  }
  /* line 1642, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec:after {
    height: 24px;
    left: 10px;
    width: 55px;
  }
  /* line 1647, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 {
    font-size: 28px;
  }
  /* line 1649, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 b, .whatispok-sec .right-sec h2 span {
    font-size: 56px;
  }
  /* line 1653, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec .underline {
    width: 235px;
  }

  /* line 1659, ../scss/modules/_style.scss */
  .menu-sec .div-img02 {
    right: -14%;
  }
  /* line 1661, ../scss/modules/_style.scss */
  .menu-sec .div-img02 > img {
    width: 50%;
  }
  /* line 1666, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    font-size: 54px;
    line-height: 0.9;
  }
  /* line 1669, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 br {
    display: none;
  }
  /* line 1673, ../scss/modules/_style.scss */
  .menu-sec .left-sec .underlin {
    font-size: 26px;
    margin-top: -19px;
  }
  /* line 1679, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3 {
    font-size: 28px;
    padding: 25px 15px;
  }
  /* line 1682, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3:after {
    left: -65px;
  }

  /* line 1689, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 58px;
  }
  /* line 1691, ../scss/modules/_style.scss */
  .footer1-sec .title span {
    font-size: 38px;
  }
  /* line 1695, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 57px;
  }
  /* line 1698, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 14px;
    margin-top: 10px;
    width: 280px;
  }

  /* line 1704, ../scss/modules/_style.scss */
  .footer_upper {
    display: block;
  }
  /* line 1706, ../scss/modules/_style.scss */
  .footer_upper > .tbl-cell {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  /* line 1713, ../scss/modules/_style.scss */
  .footer_upper > .tbl-cell:last-child {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  /* line 1719, ../scss/modules/_style.scss */
  .footer_upper form {
    display: inline-block;
    float: none;
    width: auto;
  }
  /* line 1724, ../scss/modules/_style.scss */
  .footer_upper .footer-nav {
    display: inline-block;
    float: none;
    /*padding-left: 14px;*/
    margin-bottom: -5px;
    width: auto;
  }
  /* line 1731, ../scss/modules/_style.scss */
  .footer_upper .footer-nav:last-child {
    padding-left: 14px;
    margin-left: 10px;
  }
  /* line 1736, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li {
    float: left;
    margin-bottom: 0;
    margin-right: 35px;
    width: auto;
  }
  /* line 1742, ../scss/modules/_style.scss */
  .footer_upper .footer-nav li:last-child {
    margin-right: 0;
  }
}
/* 991 px*/
@media (max-width: 767px) {
  /*.banner-sec, .whatispok-sec, .menu-sec, .video-sec, .footer1-sec {
  	overflow: hidden;
  }*/
  /* line 1757, ../scss/modules/_style.scss */
  .banner-sec .address .container > div {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 1760, ../scss/modules/_style.scss */
  .banner-sec .address .container > div:last-child {
    margin-bottom: 0;
  }
  /* line 1765, ../scss/modules/_style.scss */
  .banner-sec .address h2 {
    font-size: 30px;
  }
  /* line 1768, ../scss/modules/_style.scss */
  .banner-sec .address p {
    font-size: 22px;
  }

  /* line 1774, ../scss/modules/_style.scss */
  .whatispok-sec p {
    font-size: 22px;
  }
  /* line 1777, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec {
    margin-top: 95px;
  }
  /* line 1779, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec:after {
    left: 45%;
    top: -35px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg) !important;
  }
  /* line 1784, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 {
    font-size: 38px;
  }
  /* line 1786, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 b, .whatispok-sec .right-sec h2 span {
    font-size: 79px;
  }

  /* line 1795, ../scss/modules/_style.scss */
  .menu-sec .container .row > div {
    text-align: center;
  }
  /* line 1798, ../scss/modules/_style.scss */
  .menu-sec .container .row > div:last-child {
    padding-top: 40px;
  }
  /* line 1800, ../scss/modules/_style.scss */
  .menu-sec .container .row > div:last-child.tbl-div {
    padding: 0;
  }
  /* line 1808, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    clear: both;
    display: inline-block;
    float: none;
    font-size: 67px;
    text-align: right;
    width: auto;
  }
  /* line 1819, ../scss/modules/_style.scss */
  .menu-sec .left-sec .underlin {
    font-size: 33px;
  }
  /* line 1823, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3 {
    font-size: 42px;
    padding: 35px 15px;
  }
  /* line 1830, ../scss/modules/_style.scss */
  .menu-sec .tbl-div {
    margin-top: 40px;
  }
  /* line 1832, ../scss/modules/_style.scss */
  .menu-sec .tbl-div > .tbl-cell {
    display: block;
    float: left;
    width: 100%;
  }
  /* line 1836, ../scss/modules/_style.scss */
  .menu-sec .tbl-div > .tbl-cell img {
    max-width: 330px;
  }
  /* line 1840, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div {
    text-align: left;
  }

  /* line 1851, ../scss/modules/_style.scss */
  .video-sec .container .row:first-child > div:last-child {
    margin-top: 40px;
    text-align: center;
  }
  /* line 1859, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 61px;
  }
  /* line 1862, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 76px;
  }
  /* line 1865, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 23px;
    width: 420px;
  }

  /* line 1876, ../scss/modules/_style.scss */
  .footer1-sec .container .row:first-child > div:last-child {
    margin-top: 20px;
    text-align: center;
  }
  /* line 1884, ../scss/modules/_style.scss */
  .footer1-sec .title {
    float: left;
    font-size: 76px;
    margin-bottom: 95px;
    text-align: center;
    width: 100%;
  }
  /* line 1890, ../scss/modules/_style.scss */
  .footer1-sec .title:after {
    height: 26px;
    left: 50%;
    margin-top: 55px;
    right: auto;
    top: 100%;
    -moz-transform: rotate(90deg) translate(-50%, 0);
    -o-transform: rotate(90deg) translate(-50%, 0);
    -ms-transform: rotate(90deg) translate(-50%, 0);
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0) !important;
    width: 60px;
  }
  /* line 1900, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 82px;
  }
  /* line 1903, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 19px;
    width: 400px;
  }
}
@media (max-width: 767px) and (max-width: 691px) {
  /* line 1808, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 691px) {
  /* line 1823, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3 {
    margin-right: 0;
  }
}
/* 767 px*/
@media (max-width: 667px) {
  /* line 1913, ../scss/modules/_style.scss */
  .banner-sec .title h1 {
    font-size: 29px;
  }
  /* line 1916, ../scss/modules/_style.scss */
  .banner-sec .title .sep-lin {
    width: 250px;
  }

  /* line 1922, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 52px;
  }
  /* line 1925, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 64px;
  }
  /* line 1928, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 28px;
    width: 365px;
  }
  /* line 1932, ../scss/modules/_style.scss */
  .video-sec .video-container {
    border: 5px solid #ffffff;
    width: 100%;
  }
  /* line 1935, ../scss/modules/_style.scss */
  .video-sec .video-container .brand-watermark {
    width: 12%;
  }

  /* line 1941, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 68px;
  }
  /* line 1944, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 69px;
  }
  /* line 1947, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 16px;
    width: 335px;
  }

  /* line 1953, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  /* line 1957, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell .inpt-wrap {
    display: inline-block;
    float: left;
    padding: 0 0 10px;
    width: 100%;
  }
  /* line 1962, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell .inpt-wrap input {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  /* line 1968, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell:last-child {
    padding-top: 20px;
  }
  /* line 1970, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell:last-child .footer-nav {
    margin: 0 0 7px 0;
  }
  /* line 1972, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell:last-child .footer-nav:last-child {
    margin-bottom: 0;
  }
  /* line 1976, ../scss/modules/_style.scss */
  .footer_upper .tbl-cell:last-child .inpt-wrap {
    padding: 0;
  }
  /* line 1982, ../scss/modules/_style.scss */
  .footer_upper form .btn.send-btn {
    display: inline-block;
    float: none;
    margin: 0;
  }
}
/* 667 px*/
@media (max-width: 480px) {
  /* line 1993, ../scss/modules/_style.scss */
  body {
    overflow-x: hidden;
  }

  /* line 1998, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-top-left, .banner-sec .images-sec .img-top-right, .banner-sec .images-sec .img-bottom-left, .banner-sec .images-sec .img-bottom-right {
    display: none;
  }
  /* line 2001, ../scss/modules/_style.scss */
  .banner-sec .images-sec .img-center {
    width: 70%;
  }
  /* line 2006, ../scss/modules/_style.scss */
  .banner-sec .address h2 {
    font-size: 28px;
  }
  /* line 2009, ../scss/modules/_style.scss */
  .banner-sec .address p {
    font-size: 16px;
  }

  /* line 2015, ../scss/modules/_style.scss */
  .whatispok-sec .div-img03, .whatispok-sec .div-img02, .whatispok-sec .div-img01 {
    display: none;
  }

  /* line 2021, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 {
    font-size: 28px;
  }
  /* line 2023, ../scss/modules/_style.scss */
  .whatispok-sec .right-sec h2 b, .whatispok-sec .right-sec h2 span {
    font-size: 56px;
  }

  /* line 2030, ../scss/modules/_style.scss */
  .menu-sec .div-img01, .menu-sec .div-img02, .menu-sec .div-img03 {
    display: none;
  }
  /* line 2034, ../scss/modules/_style.scss */
  .menu-sec .left-sec h2 {
    font-size: 46px;
  }
  /* line 2037, ../scss/modules/_style.scss */
  .menu-sec .left-sec .underlin {
    font-size: 22px;
  }
  /* line 2043, ../scss/modules/_style.scss */
  .menu-sec .right-sec h3:after {
    display: none;
  }
  /* line 2050, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div h2.title {
    font-size: 38px;
  }
  /* line 2054, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item {
    display: block;
  }
  /* line 2056, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .tbl-cell {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
  }
  /* line 2062, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .img-wrap {
    float: none;
    margin: 0;
  }
  /* line 2066, ../scss/modules/_style.scss */
  .menu-sec .tbl-div .fav-div .menu_div .item .price {
    font-size: 28px;
    padding: 10px 0 0;
    text-align: center;
  }

  /* line 2077, ../scss/modules/_style.scss */
  .video-sec .div-img02, .video-sec .div-img01 {
    display: none;
  }
  /* line 2080, ../scss/modules/_style.scss */
  .video-sec .title {
    font-size: 36px;
  }
  /* line 2083, ../scss/modules/_style.scss */
  .video-sec .title2 {
    font-size: 44px;
  }
  /* line 2086, ../scss/modules/_style.scss */
  .video-sec .underlin {
    height: 18px;
    width: 245px;
  }

  /* line 2091, ../scss/modules/_style.scss */
  .footer1-sec {
    overflow: hidden;
  }
  /* line 2093, ../scss/modules/_style.scss */
  .footer1-sec .title {
    font-size: 56px;
  }
  /* line 2095, ../scss/modules/_style.scss */
  .footer1-sec .title span {
    font-size: 36px;
  }
  /* line 2099, ../scss/modules/_style.scss */
  .footer1-sec .title2 {
    font-size: 52px;
  }
  /* line 2102, ../scss/modules/_style.scss */
  .footer1-sec .underlin {
    height: 12px;
    width: 255px;
  }
  /* line 2106, ../scss/modules/_style.scss */
  .footer1-sec .img-wrap {
    position: relative;
    height: 125px;
  }
  /* line 2109, ../scss/modules/_style.scss */
  .footer1-sec .img-wrap img {
    height: 100%;
    left: 50%;
    max-width: initial;
    position: absolute;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0) !important;
    width: auto;
  }
}
/* 480 px*/
/* Responsive Style Ends
-------------------------------------------------- */
/* line 2, ../scss/modules/_inner-pages.scss */
.menu-page {
  padding-bottom: 45px;
  overflow: hidden;
}
/* line 6, ../scss/modules/_inner-pages.scss */
.menu-page .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  margin-bottom: 116px;
  padding-top: 8.2%;
  text-align: center;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 6, ../scss/modules/_inner-pages.scss */
  .menu-page .title {
    /*margin-bottom: 10px;*/
  }
}
/* line 20, ../scss/modules/_inner-pages.scss */
.menu-page .title .title_border {
  clear: both;
  display: inline-block;
  float: none;
  margin: 15px 0 0;
  position: relative;
  /* 1600 px*/
}
@media (max-width: 1600px) {
  /* line 20, ../scss/modules/_inner-pages.scss */
  .menu-page .title .title_border {
    width: auto;
  }
}
/* line 30, ../scss/modules/_inner-pages.scss */
.menu-page .title h1 {
  float: left;
  font-size: 66px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
}
/* line 38, ../scss/modules/_inner-pages.scss */
.menu-page .title h1 span {
  color: #e1854e;
  display: inline-block;
  float: none;
  width: auto;
}
@media (max-width: 1600px) {
  /* line 30, ../scss/modules/_inner-pages.scss */
  .menu-page .title h1 {
    font-size: 53px;
  }
}
@media (max-width: 1400px) {
  /* line 30, ../scss/modules/_inner-pages.scss */
  .menu-page .title h1 {
    font-size: 48px;
  }
}
/* line 53, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row {
  color: #ffffff;
  margin-bottom: 144px;
}
/* line 57, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row:last-child {
  margin-bottom: 0;
}
/* line 60, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title {
  color: #ffffff;
  font-family: "Cabin Sketch", cursive;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
/* line 67, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title .title_border {
  font-family: "Sketch Toska";
}
/* line 70, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title h1 {
  float: left;
  font-size: 95px;
  font-weight: 600;
  line-height: 82px;
  text-transform: uppercase;
  width: 100%;
}
/* line 77, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title h1 .blu_txt {
  color: #169bbf;
}
/* line 80, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title h1 .sm-font {
  font-size: 49px;
}
/* line 84, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title .title_border {
  float: left;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 75px;
  margin-top: -48px;
  text-transform: uppercase;
  width: 100%;
}
/* line 94, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title .title_border span {
  bottom: -33px;
  display: inline-block;
  float: none;
  margin-right: 5px;
  position: relative;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) !important;
}
/* line 103, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title h2 {
  color: #ffffff;
  float: left;
  font-family: "Needlework Good";
  font-size: 60px;
  font-weight: 400;
  line-height: 54px;
  /*margin-top: 130px;*/
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
/* line 114, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-title h2 .blu_txt {
  color: #169bbf;
}
/* line 119, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list {
  margin-top: 70px;
}
/* line 121, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul {
  clear: both;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
/* line 128, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul li {
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 25%;
}
.menu-page .menu_row.simple-drinks-sec .menu-rate-list ul li {
    width: 33.33333%;
}
.menu-page .menu_row.speclMilkTea-sec .menu-rate-list .row ul{
    margin-bottom: 45px;
}
.menu-page .menu_row.speclMilkTea-sec .menu-rate-list .row ul:last-child{
    margin-bottom: 0;
    text-align: center;
}
.menu-page .menu_row.speclMilkTea-sec .menu-rate-list .row ul:last-child li{
    display: inline-block;
    float: none;
}
.menu-page .menu_row.syrups-sec .menu-rate-list .row ul{
    margin-bottom: 45px;
}
.menu-page .menu_row.syrups-sec .menu-rate-list .row ul:last-child{
    margin-bottom: 0;
}
.menu-page .menu_row.syrups-sec .menu-rate-list .row ul:last-child li p span{
    color: #ffffff;
    text-align: center;
}
/* line 135, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul li .price {
  color: #e1854e;
  float: left;
  font-family: "Needlework Good";
  font-size: 40px;
  line-height: 33px;
  margin-bottom: 10px;
  width: 100%;
}
/* line 144, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul li p {
  clear: both;
  float: left;
  font-family: "Caveat Brush", cursive;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}
/* line 154, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul li p span {
  clear: both;
  color: #169bbf;
  float: left;
  line-height: 0.9;
  margin-top: -2px;
  width: 100%;
}
/* line 163, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul li.empty-box {
  display: inline-block;
  min-height: 10px;
}
/* line 170, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul.list-aftr li {
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 25%;
}
/* line 177, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul.list-aftr li:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-li-sep.png");
  /*@include image-2x("../images/icon-li-sep@2x.png", 9px, 115px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 115px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%) !important;
  width: 9px;
  /* 1400 px*/
}
/* line 197, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list ul.list-aftr li:last-child:after {
  display: none;
}
/* line 206, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list.points-list ul li {
  position: relative;
}
/* line 208, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list.points-list ul li p {
  display: inline-block;
  float: none;
  font-size: 32px;
  line-height: 1;
  padding-left: 15px;
  position: relative;
  text-align: left;
  width: auto;
}
/* line 218, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-rate-list.points-list ul li p:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-right-sml.png");
  /*@include image-2x("../images/icon-arrow-right-sml@2x.png", 32px, 14px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 14px;
  left: -25px;
  position: absolute;
  top: 12px;
  width: 32px;
  /* 1400 px*/
}
/* line 241, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list {
  margin-top: 70px;
}
/* line 244, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list ul {
  clear: both;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  /*&.half-list {
  	padding-left: 25%;
  	padding-right: 25%;
  }*/
}
/* line 256, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list ul li {
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
  width: 25%;
}
/* line 263, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list ul li .img-wrap {
  float: none;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
/* line 269, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list ul li p {
  clear: both;
  float: left;
  font-family: "Caveat Brush", cursive;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}
/* line 279, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row .menu-list ul li p span {
  clear: both;
  color: #169bbf;
  float: left;
  line-height: 0.9;
  margin-top: -2px;
  width: 100%;
}
/* line 295, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.protein-sec .menu-list.protein-list ul {
  margin-bottom: 45px;
}
/* line 297, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.protein-sec .menu-list.protein-list ul:last-child {
  margin-bottom: 0;
}
/* line 301, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.protein-sec .menu-list.protein-list ul li .img-wrap {
  min-height: 105px;
  position: relative;
  width: 100%;
}
/* line 306, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.protein-sec .menu-list.protein-list ul li .img-wrap img {
  bottom: 0;
  left: 50%;
  max-height: 100%;
  position: absolute;
  /*top: 50%;*/
  -moz-transform: translate(-63%, 0);
  -o-transform: translate(-63%, 0);
  -ms-transform: translate(-63%, 0);
  -webkit-transform: translate(-63%, 0);
  transform: translate(-63%, 0) !important;
}
/* line 315, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.protein-sec .menu-list.protein-list ul li.empty-box {
  display: inline-block;
  min-height: 10px;
}

.menu-page .menu_row.mixins-sec .menu-list.mixins-list ul {
  margin-bottom: 45px;
}

.menu-page .menu_row.mixins-sec .menu-list.mixins-list ul:last-child {
  margin-bottom: 0;
}
/* line 331, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li .img-wrap {
  min-height: 105px;
  position: relative;
  width: 100%;
}
/* line 336, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li .img-wrap img {
  bottom: 0;
  left: 50%;
  max-height: 100%;
  position: absolute;
  /*top: 50%;*/
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) !important;
}
.menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li.empty-box {
  display: inline-block;
  min-height: 10px;
}
/* line 354, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sauces-sec .menu-list.sauces-list ul {
  margin-bottom: 45px;
}
/* line 356, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sauces-sec .menu-list.sauces-list ul:last-child {
  margin-bottom: 0;
}
/* line 358, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sauces-sec .menu-list.sauces-list ul:last-child li {
  width: 33.33%;
}
/* line 363, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sauces-sec .menu-list.sauces-list ul li .img-wrap {
  min-height: 160px;
  position: relative;
  width: 100%;
}
/* line 368, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sauces-sec .menu-list.sauces-list ul li .img-wrap img {
  bottom: 0;
  left: 50%;
  max-height: 100%;
  position: absolute;
  /*top: 50%;*/
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) !important;
}
/* line 383, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.73);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.73);
  padding: 115px 0 90px 0;
}
/* line 390, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .menu-list.toping-list ul {
  margin-bottom: 45px;
}
/* line 392, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .menu-list.toping-list ul:last-child {
  margin-bottom: 0;
}
/* line 394, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .menu-list.toping-list ul:last-child li {
  width: 25%;
}
/* line 400, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .menu-list.toping-list ul li .img-wrap {
  min-height: 110px;
  position: relative;
  width: 100%;
}
/* line 405, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .menu-list.toping-list ul li .img-wrap img {
  bottom: 0;
  left: 50%;
  max-height: 100%;
  position: absolute;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) !important;
}
/* line 420, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .xtra-toping .menu-title h1 {
  float: left;
  font-family: "Needlework Good";
  font-size: 60px;
  font-weight: 400;
  line-height: 54px;
  margin-top: 130px;
}
/* line 429, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.topings-sec .xtra-toping .menu-list {
  margin-top: 38px;
}
/* line 440, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sides-sec .menu-list.sides-list ul li .img-wrap {
  min-height: 161px;
  position: relative;
  width: 100%;
}
/* line 445, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sides-sec .menu-list.sides-list ul li .img-wrap img {
  bottom: 0;
  left: 50%;
  max-height: 100%;
  position: absolute;
  /*top: 50%;*/
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) !important;
}
/* line 454, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.sides-sec .menu-list.sides-list ul li.empty-box {
  display: inline-block;
  min-height: 10px;
}
/* line 467, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.milkTea-sec .menu-rate-list ul li {
  width: 20%;
}
/* line 477, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.flavTea-sec .menu-rate-list ul li {
  width: 33.333%;
}
/* line 487, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.addOnes-sec .menu-rate-list ul li {
  width: 20%;
}
/* line 497, ../scss/modules/_inner-pages.scss */
.menu-page .menu_row.syrups-sec .menu-rate-list ul li {
  width: 25%;
}

/* ============================ Menu Page Style Ends Here ============================ */
/* line 507, ../scss/modules/_inner-pages.scss */
.about-page {
  /*padding-bottom: 45px;*/
  overflow: hidden;
}
/* line 511, ../scss/modules/_inner-pages.scss */
.about-page .container {
  /* 667 px*/
}
@media (max-width: 667px) {
  /* line 511, ../scss/modules/_inner-pages.scss */
  .about-page .container {
    width: 95%;
  }
}
/* line 517, ../scss/modules/_inner-pages.scss */
.about-page .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  margin-bottom: 79px;
  padding-top: 8.2%;
  text-align: center;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 517, ../scss/modules/_inner-pages.scss */
  .about-page .title {
    margin-bottom: 50px;
  }
}
/* line 531, ../scss/modules/_inner-pages.scss */
.about-page .title h1 {
  float: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
  width: 100%;
  /* 1600 px*/
  /* 1400 px*/
  /* 667 px*/
}
/* line 539, ../scss/modules/_inner-pages.scss */
.about-page .title h1 span {
  color: #e1854e;
  display: inline-block;
  float: none;
  width: auto;
}
@media (max-width: 1400px) {
  /* line 531, ../scss/modules/_inner-pages.scss */
  .about-page .title h1 {
    font-size: 55px;
  }
}
@media (max-width: 667px) {
  /* line 531, ../scss/modules/_inner-pages.scss */
  .about-page .title h1 {
    font-size: 40px;
  }
}
/* line 555, ../scss/modules/_inner-pages.scss */
.about-page .title .title_border {
  float: left;
  font-family: "Sketch Toska";
  height: 25px;
  margin-top: 24px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
  /* 667 px*/
}
/* line 563, ../scss/modules/_inner-pages.scss */
.about-page .title .title_border .border_wrap {
  display: inline-block;
  float: none;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1.3;
  margin-top: -45px;
  padding-left: 65px;
  vertical-align: top;
}
/* line 574, ../scss/modules/_inner-pages.scss */
.about-page .title .title_border span {
  bottom: -33px;
  display: inline-block;
  float: none;
  margin-right: 5px;
  position: relative;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) !important;
}
@media (max-width: 1400px) {
  /* line 583, ../scss/modules/_inner-pages.scss */
  .about-page .title .title_border .border_wrap {
    font-size: 39px;
    letter-spacing: 7px;
    margin-top: -45px;
  }
  /* line 588, ../scss/modules/_inner-pages.scss */
  .about-page .title .title_border span {
    bottom: -27px;
  }
}
@media (max-width: 667px) {
  /* line 555, ../scss/modules/_inner-pages.scss */
  .about-page .title .title_border {
    height: auto;
  }
  /* line 594, ../scss/modules/_inner-pages.scss */
  .about-page .title .title_border .border_wrap {
    font-size: 27px;
    letter-spacing: 5px;
    margin-top: -35px;
    padding-left: 30px;
  }
  /* line 600, ../scss/modules/_inner-pages.scss */
  .about-page .title .title_border span {
    bottom: -17px;
  }
}
/* line 606, ../scss/modules/_inner-pages.scss */
.about-page .page_row {
  margin-bottom: 99px;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 606, ../scss/modules/_inner-pages.scss */
  .about-page .page_row {
    margin-bottom: 50px;
  }
}
/* line 613, ../scss/modules/_inner-pages.scss */
.about-page .page_row:last-child {
  margin-bottom: 0;
}
/* line 618, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec .img-wrap {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  max-width: 50%;
  padding-right: 30px;
  /* @include breakpoint(xxxlarge) {
  				   	margin-bottom: 50px;				
  				}
  @include breakpoint(x2large) {
  				   	margin-bottom: 10px;				
  				}*/
  /* 767 px*/
}
@media (max-width: 767px) {
  /* line 618, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .img-wrap {
    padding-right: 0;
  }
}
/* line 634, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec p {
  color: #d8d6d6;
  display: block;
  float: right;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 634, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec p {
    font-size: 20px;
  }
}
/* line 645, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec p.aboutPara {
  width: 50%;
  /* 767 px*/
}
@media (max-width: 767px) {
  /* line 645, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec p.aboutPara {
    width: 100%;
  }
}
/* line 653, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec .sec-title {
  display: block;
  float: left;
  margin-bottom: 5px;
  max-width: 100%;
}
/* line 659, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec .sec-title h2 {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.8;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
  /* 1199 px*/
}
/* line 671, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec .sec-title h2 span {
  display: inline-block;
  color: #169bbf;
}
@media (max-width: 1400px) {
  /* line 659, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  /* line 659, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title h2 {
    font-size: 45px;
  }
}
/* line 684, ../scss/modules/_inner-pages.scss */
.about-page .page_row .text-sec .sec-title .underlin {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/header-line-sml.png");
  /*@include image-2x("../images/header-line-sml@2x.png", 470px, 36px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 36px;
  margin-top: 18px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 470px;
  /* 1600 px*/
  /* 1400 px*/
  /* 1199 px*/
}
@media (max-width: 1600px) {
  /* line 684, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title .underlin {
    height: 31px;
    width: 420px;
  }
}
@media (max-width: 1400px) {
  /* line 684, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title .underlin {
    height: 24px;
    width: 318px;
  }
}
@media (max-width: 1199px) {
  /* line 684, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title .underlin {
    height: 20px;
    width: 260px;
  }
}
/* line 711, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec {
  text-align: center;
}
/* line 713, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec figure {
  display: block;
  float: left;
  width: 100%;
}
/* line 717, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec figure iframe {
  float: left;
}
/* line 721, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec .video-container {
  background-color: #d7d7d7;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #ffffff;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* 1199 px*/
  /* 667 px*/
}
@media (max-width: 1199px) {
  /* line 721, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.video-sec .video-container {
    float: none;
    width: 90%;
  }
}
@media (max-width: 667px) {
  /* line 721, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.video-sec .video-container {
    border: 5px solid #ffffff;
    width: 100%;
  }
}
/* line 745, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec .video-container video {
  float: left;
  height: auto;
  width: 100%;
}
/* line 751, ../scss/modules/_inner-pages.scss */
.about-page .page_row.video-sec .video-container .brand-watermark {
  background-color: rgba(0, 0, 0, 0);
  /*@include image-2x("../images/video-watermark@2x.png", 136px, 116px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 116px;
  left: 3%;
  position: absolute;
  top: 7%;
  /*width: 136px;*/
  width: 12%;
  z-index: 10;
}
/* line 769, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .text-sec p {
  color: #ffffff;
}
/* line 773, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .underline {
  display: inline-block;
  float: none;
  margin: 5px 0 0 20px;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 773, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .underline {
    width: 255px;
  }
}
/* line 784, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-right.png");
  /*@include image-2x("../images/icon-arrow-right.png", 95px, 41px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 41px;
  left: 50px;
  margin-top: -20px;
  position: absolute;
  top: 33%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%) !important;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 95px;
  /* 1400 px*/
  /* 480 px*/
}
@media (max-width: 1400px) {
  /* line 784, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec:after {
    height: 28px;
    left: 25px;
    width: 65px;
  }
}
@media (max-width: 480px) {
  /* line 784, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec:after {
    left: 0;
    margin-top: 45px;
  }
}
/* line 812, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec h2 {
  color: rgba(255, 255, 255, 0.8);
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 38px;
  line-height: 0.8;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 812, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec h2 {
    font-size: 32px;
  }
}
/* line 822, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec h2 span, .about-page .page_row.ourHaus-sec .right-sec h2 b {
  float: left;
  font-size: 79px;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 822, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec h2 span, .about-page .page_row.ourHaus-sec .right-sec h2 b {
    font-size: 65px;
  }
}
/* line 830, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec h2 b {
  text-transform: uppercase;
}
/* line 835, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec .img-wrap {
  clear: both;
  display: inline-block;
  float: left;
  margin-top: 20px;
  max-width: 100%;
  position: relative;
  width: 100%;
}
/* line 843, ../scss/modules/_inner-pages.scss */
.about-page .page_row.ourHaus-sec .right-sec .img-wrap img {
  float: right;
  margin-right: -5px;
}

/* ============================ About Page Style Ends Here ============================ */
/* line 856, ../scss/modules/_inner-pages.scss */
.contact-page .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  margin-bottom: 79px;
  padding-top: 8.2%;
  text-align: center;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 856, ../scss/modules/_inner-pages.scss */
  .contact-page .title {
    margin-bottom: 50px;
  }
}
/* line 869, ../scss/modules/_inner-pages.scss */
.contact-page .title h1 {
  float: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.7;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
}
/* line 877, ../scss/modules/_inner-pages.scss */
.contact-page .title h1 span {
  float: none;
  display: inline-block;
  position: relative;
  width: auto;
}
/* line 882, ../scss/modules/_inner-pages.scss */
.contact-page .title h1 span:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-arrow-down-curverd.png");
  /*@include image-2x("../images/icon-arrow-down-curverd@2x.png", 75px, 63px);*/
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 100% auto;
  bottom: 100%;
  content: "";
  display: block;
  height: 63px;
  position: absolute;
  right: -107px;
  top: 11px;
  -moz-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 75px;
}
@media (max-width: 1400px) {
  /* line 869, ../scss/modules/_inner-pages.scss */
  .contact-page .title h1 {
    font-size: 58px;
  }
  /* line 904, ../scss/modules/_inner-pages.scss */
  .contact-page .title h1 span:after {
    height: 53px;
    right: -80px;
    width: 63px;
  }
}
/* line 912, ../scss/modules/_inner-pages.scss */
.contact-page .title .title_border {
  float: left;
  font-family: "Sketch Toska";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 75px;
  margin-top: -33px;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
}
/* line 922, ../scss/modules/_inner-pages.scss */
.contact-page .title .title_border span {
  bottom: -33px;
  display: inline-block;
  float: none;
  margin-right: 5px;
  position: relative;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) !important;
}
@media (max-width: 1400px) {
  /* line 912, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border {
    font-size: 39px;
    line-height: 59px;
  }
  /* line 933, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border span {
    bottom: -27px;
  }
}
/* line 938, ../scss/modules/_inner-pages.scss */
.contact-page .title h2 {
  float: left;
  font-family: "Needlework Good";
  font-size: 60px;
  font-weight: 400;
  line-height: 0.7;
  margin-top: 22px;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
}
/* line 947, ../scss/modules/_inner-pages.scss */
.contact-page .title h2 span {
  color: #e1854e;
}
@media (max-width: 1400px) {
  /* line 938, ../scss/modules/_inner-pages.scss */
  .contact-page .title h2 {
    font-size: 48px;
  }
}
/* line 955, ../scss/modules/_inner-pages.scss */
.contact-page .page_row {
  margin-bottom: 99px;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 955, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row {
    margin-bottom: 50px;
  }
}
/* line 960, ../scss/modules/_inner-pages.scss */
.contact-page .page_row:last-child {
  margin-bottom: 0;
}
/* line 964, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .tbl-div {
  display: table;
  float: left;
  height: 100%;
  width: 100%;
  /* 991 px*/
}
@media (max-width: 991px) {
  /* line 964, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .tbl-div {
    margin: 0 auto;
  }
}
/* line 972, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .tbl-div .tbl-cell {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
}
/* line 980, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form {
  background-color: rgba(0, 0, 0, 0.6);
  clear: both;
  float: left;
  padding: 30px 20px;
  width: 100%;
}
/* line 987, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group:last-child {
  margin-bottom: 0;
}
/* line 990, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group .tbl-cell {
  width: 50%;
}
/* line 993, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group input, .contact-page .page_row .contact-form .form-group textarea {
  background: #2d2d2d none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #ffffff;
  font-size: 20px;
  float: left;
  height: 53px;
  max-width: 100%;
  padding: 3px 15px;
  width: 100%;
}
/* line 1005, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group input:focus, .contact-page .page_row .contact-form .form-group textarea:focus {
  background-color: #000000;
  color: #ffffff;
  outline: none;
}
/* line 13, ../scss/base/_mixins.scss */
.contact-page .page_row .contact-form .form-group input::-webkit-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 14, ../scss/base/_mixins.scss */
.contact-page .page_row .contact-form .form-group input:-moz-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 15, ../scss/base/_mixins.scss */
.contact-page .page_row .contact-form .form-group input::-moz-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 16, ../scss/base/_mixins.scss */
.contact-page .page_row .contact-form .form-group input:-ms-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1014, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group textarea {
  height: 180px;
}
/* line 1017, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group textarea::-moz-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1020, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1023, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1026, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group textarea::placeholder {
  color: rgba(255, 219, 219, 0.4);
}
/* line 1029, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group .captcha-wrap {
  display: inline-block;
  float: left;
  width: 100%;
}
/* line 1033, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group .captcha-wrap img {
  float: left;
}
/* line 1037, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group .btn.send-btn {
  background: #169bbf none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  float: right;
  font-size: 20px;
  line-height: 1.3;
  margin-left: 6px;
  padding: 7px 20px;
}
/* line 1048, ../scss/modules/_inner-pages.scss */
.contact-page .page_row .contact-form .form-group .btn.send-btn:hover, .contact-page .page_row .contact-form .form-group .btn.send-btn:focus, .contact-page .page_row .contact-form .form-group .btn.send-btn:active {
  background-color: #e1854e;
}
/* line 1054, ../scss/modules/_inner-pages.scss */
.contact-page .page_row figure {
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0;
  width: 100%;
}
/* line 1061, ../scss/modules/_inner-pages.scss */
.contact-page .page_row figure iframe {
  float: left;
  height: 100%;
  width: 100%;
}
/* line 1067, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec {
  text-align: center;
}
/* line 1070, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec .container > .row {
  margin-bottom: 25px;
  padding-bottom: 14px;
  padding-top: 14px;
}
.contact-page .page_row.address-sec .add-block {
  float: none;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px;
}
/* line 1076, ../scss/modules/_inner-pages.scss */
/* .contact-page .page_row.address-sec .add-block {
  display: table-cell;
  float: none;
  vertical-align: middle;
  /* 767 px*/
  /* 1600 px}*/

@media (max-width: 767px) {
  /* line 1076, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block {
    float: left;
    width: 100%;
    text-align: center;
  }
}
/* line 1085, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec .add-block:after {
  background:unset !important;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icon-li-sep.png");
  /*@include image-2x("../images/icon-li-sep@2x.png", 9px, 115px);*/
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  content: '';
  height: 115px;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%) !important;
  width: 9px;
}
/* line 1103, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec .add-block:first-child:after {
  display: none;
}
@media (max-width: 1600px) {
  /* line 1109, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block:after {
    background-size: auto 100%;
    height: 100%;
  }
  /* line 1114, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block:nth-child(2):after {
    left: -10px;
  }
}
/* line 1121, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec h2 {
  color: #e1854e;     margin-bottom: 20px;
  float: left;
  font-family: "Cabin Sketch", cursive;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
/* line 1130, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec p, .contact-page .page_row.address-sec a {
  color: #ffffff;
  clear: both;
  float: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  width: 100%;
}
/* line 1141, ../scss/modules/_inner-pages.scss */
.contact-page .page_row.address-sec a:hover, .contact-page .page_row.address-sec a:focus, .contact-page .page_row.address-sec a:active {
  color: #169bbf;
}

/* ============================ contact Page Style Ends Here ============================ */
/* line 1151, ../scss/modules/_inner-pages.scss */
.socialize-page .title {
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Cabin Sketch", cursive;
  margin-bottom: 30px;
  padding-top: 8.2%;
  text-align: center;
  width: 100%;
  /* 1400 px*/
}
/* line 1163, ../scss/modules/_inner-pages.scss */
.socialize-page .title h1 {
  float: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.7;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
}
@media (max-width: 1400px) {
  /* line 1163, ../scss/modules/_inner-pages.scss */
  .socialize-page .title h1 {
    font-size: 58px;
  }
}
/* line 1175, ../scss/modules/_inner-pages.scss */
.socialize-page .title .title_border {
  float: left;
  font-family: "Sketch Toska";
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 75px;
  margin-top: -33px;
  text-transform: uppercase;
  width: 100%;
  /* 1400 px*/
}
/* line 1185, ../scss/modules/_inner-pages.scss */
.socialize-page .title .title_border span {
  bottom: -33px;
  display: inline-block;
  float: none;
  margin-right: 5px;
  position: relative;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) !important;
}
@media (max-width: 1400px) {
  /* line 1175, ../scss/modules/_inner-pages.scss */
  .socialize-page .title .title_border {
    font-size: 39px;
    line-height: 59px;
  }
  /* line 1196, ../scss/modules/_inner-pages.scss */
  .socialize-page .title .title_border span {
    bottom: -27px;
  }
}
/* line 1202, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row {
  margin-bottom: 60px;
}
/* line 1204, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row:last-child {
  margin-bottom: 0;
}
/* line 1208, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row p {
  color: #d8d6d6;
  float: left;
  font-size: 22px;
  width: 100%;
}
/* line 1215, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .container {
  /* 480 px*/
}
@media (max-width: 480px) {
  /* line 1215, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .container {
    width: 95%;
  }
}
/* line 1220, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
/* line 1225, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li {
  float: none;
  display: inline-block;
  padding: 0 10px;
  /* 480 px*/
}
@media (max-width: 480px) {
  /* line 1225, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li {
    float: left;
    padding: 0 2px;
    width: 33.333%;
  }
}
/* line 1236, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn {
  background: #747474 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  float: left;
  font-size: 20px;
  height: 41px;
  line-height: 1.3;
  padding: 7px 17px;
  position: relative;
  /* 667 px*/
  /* 480 px*/
}
/* line 1249, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/icons-socialize.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: '';
  display: inline-block;
  left: 13px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%) !important;
}
/* line 1263, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.fb-btn {
  padding-left: 39px;
}
/* line 1265, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.fb-btn:after {
  height: 26px;
  width: 16px;
}
/* line 1270, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.tw-btn {
  padding-left: 45px;
}
/* line 1272, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.tw-btn:after {
  background-position: -21px 0;
  height: 23px;
  width: 25px;
}
/* line 1278, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.insta-btn {
  padding-left: 47px;
}
/* line 1280, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.insta-btn:after {
  background-position: -50px 0;
  height: 24px;
  width: 24px;
}
/* line 1287, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn:hover, .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn:active {
  background-color: #169bbf;
}
@media (max-width: 667px) {
  /* line 1236, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn {
    font-size: 18px;
    padding: 7px 14px;
  }
}
@media (max-width: 480px) {
  /* line 1236, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn {
    font-size: 16px;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
  }
  /* line 1299, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn:after {
    left: 7px;
  }
  /* line 1302, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.fb-btn {
    padding-left: 30px;
  }
  /* line 1305, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.tw-btn {
    padding-left: 40px;
  }
  /* line 1307, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.tw-btn:after {
    left: 12px;
  }
  /* line 1311, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns li .btn.insta-btn {
    padding-left: 35px;
  }
}
/* line 1318, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .sclFeed-btns li.active .btn {
  background-color: #169bbf;
}
/* line 1324, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .social-content-sec {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px;
  padding-bottom: 0px;
}
/* line 1328, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .social-content-sec .img-wrap {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}
/* line 1335, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .load-btn {
  float: left;
  margin-top: 25px;
  text-align: center;
  width: 100%;
}
/* line 1340, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .load-btn .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #747474;
  border-radius: 0;
  -webkit-box-shadow: 6px 8px 18px 0px rgba(13, 14, 14, 0.35);
  box-shadow: 6px 8px 18px 0px rgba(13, 14, 14, 0.35);
  color: #ffffff;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: 41px;
  line-height: 20px;
  padding: 7px 17px;
  position: relative;
}
/* line 1353, ../scss/modules/_inner-pages.scss */
.socialize-page .page_row.socilFeed-sec .load-btn .btn:hover, .socialize-page .page_row.socilFeed-sec .load-btn .btn:focus, .socialize-page .page_row.socilFeed-sec .load-btn .btn:active {
  background: #e1854e;
  border: 2px solid #e1854e;
}

/* line 1362, ../scss/modules/_inner-pages.scss */
.B-instaText {
  color: #e1854e;
  font-family: "Needlework Good";
  font-size: 31px;
  padding-left: 15px;
}

/* line 1369, ../scss/modules/_inner-pages.scss */
.instaIcon img {
  margin-top: -16px;
}

/* line 1373, ../scss/modules/_inner-pages.scss */
.sucessMsg {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* line 1381, ../scss/modules/_inner-pages.scss */
.captcha-wrap .g-recaptcha div {
  margin: 0 auto;
}

/* line 1386, ../scss/modules/_inner-pages.scss */
.sendBtnSec {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 414px) {
  /* line 1386, ../scss/modules/_inner-pages.scss */
  .sendBtnSec {
    text-align: left;
    margin-top: 0px;
  }
}
/* line 1395, ../scss/modules/_inner-pages.scss */
.sendBtnSec .btn {
  float: none !important;
}
@media (max-width: 414px) {
  /* line 1395, ../scss/modules/_inner-pages.scss */
  .sendBtnSec .btn {
    margin-left: 0px;
  }
}

/* line 1404, ../scss/modules/_inner-pages.scss */
.contact-page .form-sec .container {
  /* 480 px*/
}
@media (max-width: 480px) {
  /* line 1404, ../scss/modules/_inner-pages.scss */
  .contact-page .form-sec .container {
    width: 100%;
  }
}

/* line 1412, ../scss/modules/_inner-pages.scss */
.captcha-wrap .g-recaptcha {
  /* 480 px*/
}
@media (max-width: 480px) {
  /* line 1412, ../scss/modules/_inner-pages.scss */
  .captcha-wrap .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 414px) {
  /* line 1412, ../scss/modules/_inner-pages.scss */
  .captcha-wrap .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    float: left;
  }
}

/* ============================ socialize Page Style Ends Here ============================ */
/* ============================ Home page changes Style start Here ============================ */
/* line 1434, ../scss/modules/_inner-pages.scss */
.contactNo a {
  color: #169abb;
  text-decoration: none;
}

@media (max-width: 480px) {
  /* line 1443, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row.socilFeed-sec .sclFeed-btns.instagramTxt li {
    width: 100%;
  }
}

/* ============================ Home page changes Style Ends Here ============================ */
/* Responsive Style
-------------------------------------------------- */
@media (max-width: 1400px) {
  /* Responsive under 1400px */
  /* line 1464, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 {
    font-size: 80px;
    line-height: 68px;
  }
  /* line 1467, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 .sm-font {
    font-size: 41px;
  }
  /* line 1471, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h2 {
    font-size: 55px;
  }
  /* line 1475, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list {
    margin-top: 50px;
  }
  /* line 1479, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul li p {
    font-size: 24px;
  }
  /* line 1487, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li p {
    font-size: 28px;
  }

  /* line 1499, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .contact-form {
    padding: 20px 15px;
  }
  /* line 1502, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .contact-form .form-group input {
    font-size: 18px;
    height: 45px;
  }
  /* line 1506, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .contact-form .form-group textarea {
    font-size: 18px;
    height: 150px;
  }
  /* line 1513, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec h2 {
    font-size: 27px;
  }
  /* line 1516, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec p, .contact-page .page_row.address-sec a {
    font-size: 18px;
  }
}
/* 1400 px*/
@media (max-width: 1199px) {
  /* Responsive under 1199px */
  /* line 1527, ../scss/modules/_inner-pages.scss */
  .contact-page .title h1 {
    font-size: 40px;
  }
  /* line 1530, ../scss/modules/_inner-pages.scss */
  .contact-page .title h1 span:after {
    height: 38px;
    right: -60px;
    top: 5px;
    width: 45px;
  }
  /* line 1538, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border {
    font-size: 26px;
    letter-spacing: 6px;
    line-height: 42px;
    margin-top: -23px;
  }
  /* line 1543, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border span {
    bottom: -21px;
    font-size: 30px;
  }
  /* line 1548, ../scss/modules/_inner-pages.scss */
  .contact-page .title h2 {
    font-size: 38px;
    margin-top: 15px;
  }
  /* line 1555, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec h2 {
    font-size: 24px;
  }
  /* line 1558, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec p, .contact-page .page_row.address-sec a {
    font-size: 16px;
  }
}
/* 1199 px*/
@media screen and (min-width: 992px) and (max-width: 1024px) {
  /* Responsive between 992px and 1024px */
  /* line 1570, ../scss/modules/_inner-pages.scss */
  .menu-page .title h1 {
    font-size: 40px;
  }
  /* line 1573, ../scss/modules/_inner-pages.scss */
  .menu-page .title .title_border {
    width: 46%;
  }
  /* line 1577, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row {
    margin-bottom: 110px;
  }
  /* line 1580, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 {
    font-size: 70px;
    line-height: 58px;
  }
  /* line 1583, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 .sm-font {
    font-size: 37px;
  }
  /* line 1587, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h2 {
    font-size: 55px;
  }
  /* line 1590, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title .title_border {
    font-size: 42px;
    line-height: 71px;
    margin-top: -45px;
  }
  /* line 1599, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul li .price {
    font-size: 35px;
    line-height: 28px;
  }
  /* line 1607, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list, .menu-page .menu_row.topings-sec .menu-list, .menu-page .menu_row.sides-sec .menu-list {
    margin-top: 40px;
  }
  /* line 1614, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .xtra-toping .menu-title h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 1024px) {
  /* Responsive under 1024px */
}
/* 1024 px*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Responsive between 768px and 991px */
  /* line 1632, ../scss/modules/_inner-pages.scss */
  .contact-page .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* Responsive under 991px */
  /* line 1644, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec h2 span, .about-page .page_row.ourHaus-sec .right-sec h2 b {
    font-size: 55px;
  }
}
/* 991 px*/
@media (max-width: 767px) {
  /* Responsive under 767px */
  /* line 1658, ../scss/modules/_inner-pages.scss */
  .menu-page .title {
    margin-bottom: 100px;
  }
  /* line 1660, ../scss/modules/_inner-pages.scss */
  .menu-page .title h1 {
    font-size: 41px;
  }
  /* line 1664, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row {
    margin-bottom: 110px;
  }
  /* line 1667, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 {
    font-size: 64px;
    line-height: 0.9;
  }
  /* line 1671, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h2 {
    font-size: 44px;
    line-height: 40px;
  }
  /* line 1675, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title .title_border {
    font-size: 37px;
    line-height: 69px;
  }
  /* line 1678, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title .title_border span {
    bottom: -26px;
    margin-right: 3px;
  }
  /* line 1687, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul li .price {
    font-size: 34px;
  }
  /* line 1690, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul li p {
    font-size: 20px;
  }
  /* line 1698, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li p {
    font-size: 23px;
  }
  /* line 1705, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-list {
    margin-top: 30px;
  }
  /* line 1709, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-list ul li p {
    font-size: 20px;
  }
  /* line 1716, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list, .menu-page .menu_row.topings-sec .menu-list, .menu-page .menu_row.sides-sec .menu-list {
    margin-top: 0;
  }
  /* line 1723, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .xtra-toping .menu-title h1 {
    font-size: 46px;
    line-height: 42px;
  }

  /* line 1735, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec {
    text-align: center;
  }
  /* line 1737, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .img-wrap {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    max-width: 100%;
  }
  /* line 1743, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec p {
    float: left;
    width: 100%;
  }
  /* line 1747, ../scss/modules/_inner-pages.scss */
  .about-page .page_row .text-sec .sec-title {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    width: auto;
  }
  /* line 1755, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec {
    text-align: center !important;
    padding-top: 40px;
  }
  /* line 1758, ../scss/modules/_inner-pages.scss */
  .about-page .page_row.ourHaus-sec .right-sec .img-wrap img {
    float: none;
    margin-right: 0;
  }

  /* line 1768, ../scss/modules/_inner-pages.scss */
  .contact-page .title h2 {
    font-size: 36px;
  }
  /* line 1773, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .tbl-div {
    display: block;
    float: none;
    width: auto;
  }
  /* line 1777, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .tbl-div .tbl-cell {
    display: inline-block;
    margin-bottom: 40px;
    float: left;
  }
  /* line 1782, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .tbl-div .tbl-cell:last-child {
    margin-bottom: 0;
  }
  /* line 1786, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row .tbl-div .tbl-cell figure iframe {
    height: 300px;
  }
  /* line 1793, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block {
    margin-bottom: 30px;
  }
  /* line 1795, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block:after {
    display: none;
  }
  /* line 1798, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec .add-block:last-child {
    margin-bottom: 0;
  }
  /* line 1802, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec h2 {
    font-size: 32px;
  }
  /* line 1805, ../scss/modules/_inner-pages.scss */
  .contact-page .page_row.address-sec p, .contact-page .page_row.address-sec a {
    font-size: 22px;
  }
}
/* 767 px*/
@media (max-width: 667px) {
  /* Responsive under 667px */
  /* line 1818, ../scss/modules/_inner-pages.scss */
  .menu-page .container {
    width: 95%;
  }
  /* line 1822, ../scss/modules/_inner-pages.scss */
  .menu-page .title .title_border {
    width: 75%;
  }
  /* line 1826, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row {
    /*margin-bottom: 60px;*/
  }
  /* line 1830, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 {
    font-size: 48px;
  }
  /* line 1832, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 .sm-font {
    font-size: 26px;
  }
  /* line 1836, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h2 {
    font-size: 33px;
    line-height: 30px;
  }
  /* line 1840, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title .title_border {
    font-size: 28px;
    line-height: 51px;
    margin-top: -30px;
  }
  /* line 1844, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title .title_border span {
    bottom: -25px;
    font-size: 36px;
    margin: 0 3px 0 0;
  }
  /* line 1853, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul.list-aftr li {
    margin-bottom: 65px;
    width: 50%;
  }
  /* line 1856, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul.list-aftr li:nth-child(2)::after {
    display: none;
  }
  /* line 1859, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul.list-aftr li:nth-child(3), .menu-page .menu_row .menu-rate-list ul.list-aftr li:last-child {
    margin-bottom: 0;
  }
  /* line 1867, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.base-sec .menu-list ul {
    text-align: center;
  }
  /* line 1869, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.base-sec .menu-list ul li {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    width: 32.9%;
  }
  /* line 1875, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.base-sec .menu-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1884, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list ul {
    text-align: center;
  }
  /* line 1886, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list ul li {
    margin-bottom: 20px;
    width: 33.33%;
  }
  /* line 1890, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1894, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list ul:last-child {
    margin-top: -178px;
  }
  /* line 1902, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.mixins-sec .menu-list.mixins-list ul {
    text-align: center;
  }
  /* line 1904, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    width: 32.9% !important;
  }
  /* line 1911, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li:nth-child(4), .menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1920, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .menu-list.toping-list ul {
    text-align: center;
  }
  /* line 1922, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .menu-list.toping-list ul li {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    width: 32.73% !important;
  }
  /* line 1928, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .menu-list.toping-list ul li:nth-child(4), .menu-page .menu_row.topings-sec .menu-list.toping-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 1935, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .menu-list.toping-list .xtra-toping .menu-title h1 {
    font-size: 40px;
    line-height: 35px;
    margin-top: 80px;
  }
  /* line 1947, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.sides-sec .menu-list.sides-list ul li {
    width: 50%;
  }
  /* line 1950, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.sides-sec .menu-list.sides-list ul li.empty-box {
    display: none;
  }
  /* line 1958, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.milkTea-sec .menu-rate-list ul li, .menu-page .menu_row.addOnes-sec .menu-rate-list ul li {
    min-height: 75px;
    width: 33.33%;
  }
}
/* 667 px*/
@media (max-width: 480px) {
  /* Responsive under 480px */
  /* line 1971, ../scss/modules/_inner-pages.scss */
  .menu-page .title h1 {
    font-size: 28px;
  }
  /* line 1974, ../scss/modules/_inner-pages.scss */
  .menu-page .title .title_border {
    margin: 5px 0 0;
    width: 60%;
  }
  /* line 1979, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row {
    margin-bottom: 80px;
  }
  /* line 1982, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title {
    /*h2 {
        font-size: 23px;
        line-height: 26px;
    }*/
  }
  /* line 1983, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 {
    font-size: 34px;
  }
  /* line 1985, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-title h1 .sm-font {
    font-size: 22px;
  }
  /* line 1997, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list ul li .price {
    font-size: 26px;
    line-height: 22px;
  }
  /* line 2005, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.base-sec .menu-list ul li {
    width: 49%;
  }
  /* line 2011, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list.protein-list ul li {
    width: 50%;
  }
  /* line 2013, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list.protein-list ul li.empty-box {
    display: none;
  }
  /* line 2017, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.protein-sec .menu-list.protein-list ul:last-child {
    margin-top: 0;
  }
  /* line 2023, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.mixins-sec .menu-list.mixins-list ul li {
    width: 49% !important;
  }
  /* line 2028, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.sauces-sec .menu-list.sauces-list ul {
    margin-bottom: 0;
  }
  /* line 2030, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.sauces-sec .menu-list.sauces-list ul li {
    margin-bottom: 40px;
    width: 50% !important;
  }
  /* line 2033, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.sauces-sec .menu-list.sauces-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 2041, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .menu-list.toping-list ul li {
    width: 48% !important;
  }
  /* line 2046, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row.topings-sec .xtra-toping .menu-title h1 {
    font-size: 33px;
    line-height: 37px;
    margin-top: 60px;
  }
  /* line 2056, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    width: 50% !important;
  }
  /* line 2062, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li:last-child {
    margin-bottom: 0;
  }
  /* line 2065, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li p {
    padding-left: 44px;
  }
  /* line 2067, ../scss/modules/_inner-pages.scss */
  .menu-page .menu_row .menu-rate-list.points-list ul li p:after {
    left: 0;
  }

  /* line 2078, ../scss/modules/_inner-pages.scss */
  .contact-page .title h1 {
    font-size: 32px;
  }
  /* line 2081, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 37px;
    margin-top: -20px;
  }
  /* line 2086, ../scss/modules/_inner-pages.scss */
  .contact-page .title .title_border span {
    bottom: -19px;
    font-size: 28px;
  }
  /* line 2091, ../scss/modules/_inner-pages.scss */
  .contact-page .title h2 {
    line-height: 1;
  }

  /* line 2098, ../scss/modules/_inner-pages.scss */
  .socialize-page .title h1 {
    font-size: 32px;
  }
  /* line 2101, ../scss/modules/_inner-pages.scss */
  .socialize-page .title .title_border {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 37px;
    margin-top: -20px;
  }
  /* line 2106, ../scss/modules/_inner-pages.scss */
  .socialize-page .title .title_border span {
    bottom: -19px;
    font-size: 28px;
  }
  /* line 2113, ../scss/modules/_inner-pages.scss */
  .socialize-page .page_row p {
    font-size: 16px;
  }
}
/* 480 px*/
/* Responsive Style Ends
-------------------------------------------------- */

.order-btn .dropdown-menu,
.print-btn .dropdown-menu{
  top:46px;

}