/* Mai-Kai Rum No. 1 */

/*	
	font-family: 'SignPainterHS_SB', Cursive, Georgia;
	font-family: 'FuturaPT_Book', sans-serif;
	font-family: 'FuturaPT_Demi', sans-serif;
	font-family: 'FuturaPT_Medium', sans-serif;
	font-family: 'FuturaPT_Bold', sans-serif;
	font-family: 'FuturaPT_Heavy', sans-serif;
*/

@import url('../css/font-awesome.css');
@import url('../css/animate.css');
@import url('../css/owl.css');

@font-face {
  font-family: 'SignPainterHS_SB';
  src: url('../fonts/SignPainter-HouseScript.eot');
  src: url('../fonts/SignPainter-HouseScript.eot?#iefix') format('embedded-opentype'), url('../fonts/SignPainter-HouseScript.woff') format('woff'), url('../fonts/SignPainter-HouseScript.woff2') format('woff2'), url('../fonts/SignPainter-HouseScript.ttf') format('truetype'), url('../fonts/SignPainter-HouseScript.svg#SignPainterHS_SB') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT_Book';
  src: url('../fonts/FuturaPT-Book.eot');
  src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.woff2') format('woff2'), url('../fonts/FuturaPT-Book.ttf') format('truetype'), url('../fonts/FuturaPT-Book.svg#FuturaPT_Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT_Demi';
  src: url('../fonts/FuturaPT-Demi.eot');
  src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.woff2') format('woff2'), url('../fonts/FuturaPT-Demi.ttf') format('truetype'), url('../fonts/FuturaPT-Demi.svg#FuturaPT_Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT_Medium';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/FuturaPT-Medium.ttf') format('truetype'), url('../fonts/FuturaPT-Medium.svg#FuturaPT_Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT_Bold';
  src: url('../fonts/FuturaPT-Bold.eot');
  src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.woff2') format('woff2'), url('../fonts/FuturaPT-Bold.ttf') format('truetype'), url('../fonts/FuturaPT-Bold.svg#FuturaPT_Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT_Heavy';
  src: url('../fonts/FuturaPT-Heavy.eot');
  src: url('../fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Heavy.woff') format('woff'), url('../fonts/FuturaPT-Heavy.woff2') format('woff2'), url('../fonts/FuturaPT-Heavy.ttf') format('truetype'), url('../fonts/FuturaPT-Heavy.svg#FuturaPT_Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: 'FuturaPT_Medium', sans-serif;
  font-size: 18px;
  color: #004456;
  line-height: 1.5em;
  font-weight: 500;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #c2df2e;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'FuturaPT_Heavy', Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
  background: none;
  line-height: 1.2em;
}

strong {
  font-family: 'FuturaPT_Heavy', Arial, sans-serif;
  font-weight: 400;
}

input,
button,
select,
textarea {
  font-family: 'FuturaPT_Medium', Arial, sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  margin-bottom: 20px;
}

.text {
  position: relative;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1510px;
  padding: 0px 20px;
  margin: 0 auto;
}

.medium-container {
  position: static;
  max-width: 1080px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #006073;
  font-weight: 400;
  font-size: 28px;
  padding: 0 50px 0 50px;
  line-height: 40px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-family: 'FuturaPT_Heavy', sans-serif;
  letter-spacing: 0.02em;
  border-radius: 0 0 20px 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one span {
  position: relative;
  display: block;
  padding: 16px 15px 16px 15px;
  background: #c2df2d;
  transition: all 300ms linear;
  z-index: 1;
}

.btn-style-one:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 11px;
  width: 50px;
  height: 50px;
  background: #c2df2d;
  transform: rotate(45deg);
  transition: all 300ms linear;
}

.btn-style-one:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 11px;
  width: 50px;
  height: 50px;
  background: #c2df2d;
  transform: rotate(45deg);
  transition: all 300ms linear;
}

.btn-style-one:hover span,
.btn-style-one:hover:before,
.btn-style-one:hover:after {
  background: #ffffff;
  letter-spacing: 0.04em;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #006073;
  font-weight: 400;
  font-size: 28px;
  padding: 0 50px 0 50px;
  line-height: 40px;
  text-align: center;
  background: none;
  text-transform: uppercase;
  font-family: 'FuturaPT_Heavy', sans-serif;
  letter-spacing: 0.02em;
  border-radius: 0 0 20px 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-two span {
  position: relative;
  display: block;
  padding: 16px 15px 16px 15px;
  background: #ffffff;
  transition: all 300ms linear;
  z-index: 1;
}

.btn-style-two:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 11px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 300ms linear;
}

.btn-style-two:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 11px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 300ms linear;
}

.btn-style-two:hover span,
.btn-style-two:hover:before,
.btn-style-two:hover:after {
  background: #c2df2d;
  letter-spacing: 0.04em;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #0f1f37;
  font-weight: 500;
  font-family: 'FuturaPT_Medium', sans-serif;
  font-size: 16px;
  padding: 6px 32px 6px 32px;
  line-height: 30px;
  text-align: center;
  background: none;
  text-transform: capitalize;
  border: 2px solid #c2df2e;
  letter-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-three span {
  position: relative;
  display: block;
  z-index: 1;
}

.btn-style-three:hover {
  color: #ffffff;
  border-color: #c2df2e;
  background: #c2df2e;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #122e3a;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #2d2e36 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  display: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #982f30;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #982f30;
  color: #ffffff;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #010101;
  font-family: 'FuturaPT_Medium', Arial, sans-serif;
  border-top: none;
}

table tr td {
  border: none;
  border-bottom: 1px solid #010101;
  border-right: 1px solid #010101;
  padding: 10px 15px;
  line-height: 1.5em;
  text-align: center;
  font-size: 18px;
}

table tr td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

table tr:hover {
  background-color: #dddddd;
}

table th {
  border: none;
  border-right: 1px solid #010101;
  padding: 12px 15px;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  background-color: #ed7d31;
  color: #ffffff;
}

table th:last-child {
  border-right: none;
}

table tr td.scope,
table tr th.scope {
  width: 33.333%;
}

ul {
  margin: 0px 0px 20px 30px;
}

ul li {
  list-style-type: disc;
}

ol {
  margin: 0px 0px 20px 30px;
}

ol li {
  list-style-type: decimal;
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

form {
  position: relative;
}

form .form-group {
  position: relative;
  margin-bottom: 22px;
}

form .row .form-group {
  margin-bottom: 30px;
}

form .form-group .field-label {
  position: relative;
  display: block;
  font-family: 'FuturaPT_Medium', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 20px;
  margin-top: 10px;
}

form .form-group .field-inner {
  position: relative;
  display: block;
}

form .form-group .alt-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  height: 30px;
  width: 20px;
  color: #122e3a;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
}

form input[type='text'],
form input[type='password'],
form input[type='tel'],
form input[type='email'],
form input[type='url'],
form input[type='search'],
form input[type='file'],
form textarea,
form select {
  position: relative;
  display: block;
  width: 100%;
  color: #292929;
  line-height: 30px;
  padding: 10px 20px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  font-family: 'FuturaPT_Medium', sans-serif;
  margin: 0px;
  border-radius: 7px;
  border: 1px solid #6ba0cc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

form input[type='file'] {
  cursor: pointer;
  height: 52px;
}

form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select.styled {
  background-image: none;
}

form select option {
  text-indent: 20px;
  cursor: pointer;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='email']:focus,
form input[type='search']:focus,
form input[type='file']:focus,
form select:focus,
form textarea:focus {
  border-color: #c2df2e;
  background-color: transparent;
}

form textarea {
  height: 155px;
  resize: none;
}

form button,
form input[type='submit'],
form .theme-btn {
  position: relative;
  display: inline-block;
  margin: 0;
}

form button:hover,
form input[type='submit']:hover,
form .theme-btn:hover {
}

form .radio-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 280px;
  margin-right: 10px;
}

form .radio-block input {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0;
  cursor: pointer;
}

form .radio-block label {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}

form .check-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

form .check-block input {
  position: absolute;
  left: 0;
  top: 6px;
  padding: 0;
  cursor: pointer;
}

form .check-block label {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #5b5b5b;
  text-transform: capitalize;
  cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: none;
  transition: all 300ms linear;
  z-index: 999;
}

.inner-header {
  margin-top: -320px;
}

.main-header .header-bg {
  position: relative;
  text-align: center;
  //height: 600px;
}

.main-header .header-bg .bg-inner {
  position: absolute;
  left: 50%;
  margin-left: -950px;
  width: 1900px;
  text-align: center;
  top: 0;
  height: 100%;
}

.main-header .header-bg .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.main-header .header-bg .bg-image {
  position: relative;
  width: 100%;
  top: -80px;
  text-align: center;
}

.main-header .header-bg .bg-image img {
  height: 700px;
  display: inline-block;
}

.main-header ul,
.main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .nav-toggler {
  position: absolute;
  float: right;
  right: -75px;
  top: 90px;
  display: none;
  z-index: 15;
}

.main-header .nav-toggler button .txt {
  line-height: 20px;
  padding: 10px 20px 10px 10px;
  font-size: 18px;
}

.main-header .nav-toggler button:before {
  height: 29px;
  width: 29px;
  left: 34px;
  top: 6px;
}

.main-header .nav-toggler button:after {
  height: 29px;
  width: 29px;
  right: 34px;
  top: 6px;
}

.main-header .header-upper {
  position: absolute;
  left: 0;
  top: 228px;
  width: 100%;
  padding: 0 0px;
  background: none;
}

.inner-header .header-upper {
  top: 270px;
}

.main-header .main-box {
  position: relative;
  padding: 0 0;
}

.main-header .main-box .logo-box {
  position: absolute;
  float: left;
  padding: 0 0;
  padding-top: 32px;
  left: 50%;
  width: 500px;
  text-align: center;
  margin-left: -225px;
  z-index: 12;
}

.inner-header .main-box .logo-box {
  padding-top: 78px;
}

.main-header .main-box .logo-box .up-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  color: #c2df2e;
  letter-spacing: 0.07em;
}

.inner-header .main-box .logo-box .up-txt {
  position: absolute;
  width: 60px !important;
  font-size: 14px !important;
  left: 18px !important;
  line-height: 16px;
  top: 90px !important;
  letter-spacing: 0.2em;
}

.main-header .main-box .logo-box .dn-txt {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
  font-size: 36px;
  text-transform: capitalize;
  color: #c2df2e;
  line-height: 1.3em;
  letter-spacing: 0.07em;
}

.inner-header .main-box .logo-box .dn-txt {
  width: 70px !important;
  font-size: 20px !important;
  right: 22px !important;
  left: auto;
  top: 90px !important;
  letter-spacing: 0.15em;
}

.main-header .main-box .logo-box .logo {
  position: relative;
  display: block;
  padding-right: 3%;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  left: 0;
  top: 0;
  max-width: none;
  height: 158px;
  transition: all 300ms linear;
}

.inner-header .main-box .logo-box .logo img {
  height: 116px;
}

.main-header .nav-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.main-header .nav-outer {
  position: relative;
}

.main-header .main-menu {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'FuturaPT_Bold', sans-serif;
  padding-top: 90px;
}

.main-header .main-menu .navigation {
  position: relative;
  z-index: 1;
}

.main-header .main-menu .navigation-left {
  position: relative;
  float: left;
  padding-right: 280px;
}

.main-header .main-menu .navigation-right {
  position: relative;
  display: flex;
  justify-content: end;
  float: right;
  width: 50%;
  padding-left: 330px;
}

.main-header .main-menu .navigation > li {
  position: relative;
  display: block;
  float: left;
  padding: 0 0;
  margin-right: 32px;
}

.main-header .main-menu .navigation > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background/nav-1.png) right top no-repeat;
}

.main-header .main-menu .navigation-left > li:nth-child(2):after {
  background: url(../images/background/nav-2.png) right top no-repeat;
}

.main-header .main-menu .navigation-right > li:nth-child(1):after {
  background: url(../images/background/nav-3.png) right 2px no-repeat;
}

.main-header .main-menu .navigation-right > li:nth-child(2):after {
  background: url(../images/background/nav-4.png) right top no-repeat;
}

.main-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 28px;
  color: #004456;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 10;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a,
.main-header .main-menu .navigation > li.current-menu-item > a {
  text-decoration: none;
  color: #3b96a1;
  opacity: 1;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar {
  overflow: hidden;
}

.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: #004456;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
  opacity: 0.95;
  visibility: visible;
}

.hidden-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
  list-style-type: none;
  margin: 0px;
}

.hidden-bar.visible-sidebar {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .hidden-bar-closer {
  right: 0;
}

.hidden-bar .hidden-bar-closer {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 35px;
  right: 20px;
  background: #c2df2e;
  color: #004456;
  padding: 0;
  border-radius: 0px;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
  background: #222222;
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  margin: 0 0;
  width: 100%;
  text-align: center;
  color: #004456;
  font-size: 16px;
  padding: 5px 5px;
  line-height: 26px;
}

.hidden-bar .info {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
}

.hidden-bar .info .sep {
  position: relative;
  display: inline-block;
  top: -3px;
}

.hidden-bar .info ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.hidden-bar .info ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.hidden-bar .info ul li .icon {
  position: relative;
  display: block;
  font-size: 20px;
}

.hidden-bar .info ul li .icon img {
  display: block;
  max-height: 22px;
}

.hidden-bar .info ul li a:hover {
  color: #ffffff;
}

.hidden-bar-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.hidden-bar .logo {
  padding: 25px 0px 20px 20px;
  text-align: left;
}

.hidden-bar .logo img {
  display: inline-block;
  height: 60px;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-family: 'FuturaPT_Bold', sans-serif;
  padding-top: 30px;
  text-align: center;
}

.hidden-bar .side-menu ul li {
  position: relative;
  margin-bottom: 10px;
}

.hidden-bar .side-menu ul li.hidden {
  display: none;
}

.hidden-bar .side-menu ul li a {
  position: relative;
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 5px 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li.current > a {
  text-decoration: underline;
  color: #c2df2e;
}

/*** 

====================================================================
	Home Section One
====================================================================

***/

.h-section-one {
  position: relative;
  background: #010101;
  padding-top: 245px;
  padding-bottom: 270px;
  margin-top: -170px;
  overflow: hidden;
  z-index: 1;
}

.h-section-one .image-top-left {
  position: absolute;
  left: -130px;
  top: 60px;
  z-index: 5;
}

.h-section-one .image-top-right {
  position: absolute;
  right: -150px;
  top: 130px;
  z-index: 5;
}

.h-section-one .bottom-bg-layer {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 160px;
  background: url(../images/background/bottom-chain-1.png) center bottom repeat-x;
}

.h-section-one .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.h-section-one .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  //background: #006073;
  //background: -webkit-linear-gradient(bottom,rgba(0,96,115,1),rgba(0,96,115,0.70),rgba(0,96,115,0.3),rgba(0,96,115,0));
  //background: -ms-linear-gradient(bottom,rgba(0,96,115,1),rgba(0,96,115,0.70),rgba(0,96,115,0.3),rgba(0,96,115,0));
  //background: -moz-linear-gradient(bottom,rgba(0,96,115,1),rgba(0,96,115,0.70),rgba(0,96,115,0.3),rgba(0,96,115,0));
  opacity: 1;
  z-index: 1;
}

.h-section-one.same-bg .image-layer:before {
  display: none;
}

.h-section-one .image-layer .image-bottle {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  height: 90%;
}

.h-section-one .image-layer .image-bottle img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 50%;
  transform: translate(45%, 20%);
}

.h-section-one .heading-box {
  position: relative;
  padding: 125px 0 0;
  min-height: 460px;
  z-index: 2;
}

.h-section-one .heading-box .bg-heading {
  position: absolute;
  left: 50%;
  margin-left: -346px;
  width: 693px;
  top: 0;
  height: 100%;
  background: url(../images/background/h1-box-bg.png) center top no-repeat;
}

.h-section-one .heading-box .bg-heading .left-chain {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1818px;
  width: 1500px;
  height: 100%;
  background: url(../images/background/chain-pattern-1.png) center center repeat-x;
}

.h-section-one .heading-box .bg-heading .right-chain {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
  margin-right: -1818px;
  width: 1500px;
  height: 100%;
  background: url(../images/background/chain-pattern-1.png) center center repeat-x;
}

.h-section-one .heading-box .head-text {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.text h1 {
  text-align: center !important;
  font-size: 102px !important;
}
.heads-text h2 {
  color: #004456 !important;
  text-align: center;
}

.h-section-one .heading-box {
  margin-top: 450px;
}

@media (min-width: 992px) {
  .h-section-one .heading-box {
    margin-top: 550px;
  }
}

.h-section-one .heading-box h2 {
  text-transform: uppercase;
  font-family: 'FuturaPT_Medium', sans-serif;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.h-section-one .heading-box h2 strong {
  text-transform: none;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  line-height: 1.25em;
  letter-spacing: 0em;
}

.h-section-one .lower-content {
  position: relative;
  margin-top: 100px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}

.h-section-one .lower-content .text-content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.h-section-one .lower-content strong {
  position: relative;
  display: block;
  font-size: 56px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 20px;
}

.h-section-one .lower-content .big-text {
  position: relative;
  display: block;
  letter-spacing: 0.01em;
  font-size: 64px;
  line-height: 1.15em;
  margin-bottom: 10px;
}

.h-section-one .lower-content .med-text {
  position: relative;
  font-size: 36px;
  line-height: 1.6em;
}

.h-section-one .lower-content .link-box {
  position: relative;
  padding-top: 45px;
}

.h-section-one .bottom-left {
  position: absolute;
  left: -15px;
  bottom: -110px;
}

.h-section-one .bottom-right {
  position: absolute;
  right: -180px;
  bottom: -10px;
}

/*** 

====================================================================
	Home Section Two
====================================================================

***/

.h-section-two {
  position: relative;
  padding-top: 130px;
  padding-bottom: 210px;
  background-size: cover;
  margin-top: 0;
  z-index: 1;
}

.h-section-two .bg-layer {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  bottom: 0;
  background: url(../images/background/pattern-1.png) center top no-repeat;
  background-size: cover;
}

.h-section-two .top-bamboo {
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
  height: 32px;
  background: url(../images/background/bamboo-1.png) center top repeat-x;
  z-index: 2;
}

.h-section-two.same-bg .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.h-section-two .content-box {
  position: relative;
  z-index: 2;
}

.h-section-two .content-box .image {
  position: absolute;
}

.h-section-two .image-1 {
  position: absolute;
  left: -100px;
  top: -45px;
  z-index: 1;
}

.h-section-two .image-2 {
  position: absolute;
  left: -110px;
  bottom: -90px;
}

.h-section-two .image-3 {
  position: absolute;
  right: -25px;
  top: -45px;
}

.h-section-two .image-4 {
  position: absolute;
  right: -120px;
  bottom: -170px;
  z-index: 1;
}

.h-section-two .text-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.h-section-two .text-box h2 {
  font-size: 72px;
  line-height: 0.95em;
  color: #004456;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 10px;
}

.h-section-two.same-bg .text-box h2 {
  color: #fff;
}

.h-section-two .text-box .text {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.6em;
}

.h-section-two.same-bg .text-box .text {
  color: #fff;
}

.h-section-two .link-box {
  position: relative;
  text-align: center;
  padding-top: 30px;
  z-index: 5;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #ffffff;
  z-index: 5;
}

.main-footer .footer-upper {
  position: relative;
  width: 100%;
  background: #0d4b58;
  color: #ffffff;
  text-align: center;
  min-height: 410px;
  z-index: 1;
}

.main-footer .footer-upper .image-left {
  position: absolute;
  left: -120px;
  top: -90px;
  z-index: 1;
}

.main-footer .footer-upper .image-right {
  position: absolute;
  right: -180px;
  top: -50px;
  z-index: 1;
}

.main-footer .bg-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: -110px;
  width: 100%;
  background: url(../images/background/footer-bg.png) center top repeat-x;
}

.main-footer .footer-upper .cont-box {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

.main-footer .footer-upper .logo {
  position: relative;
  margin-bottom: 10px;
}

.main-footer .footer-upper .logo img {
  height: 190px;
}

.main-footer .footer-upper .big-text {
  font-size: 36px;
  line-height: 1em;
  letter-spacing: 5px;
  font-family: 'FuturaPT_Medium', sans-serif;
  margin-bottom: 30px;
}

.main-footer .footer-upper .med-text {
  font-size: 24px;
  line-height: 1.6em;
  text-transform: uppercase;
}

.main-footer .mid-bar {
  position: relative;
  background: #bde1e0;
  z-index: 10;
}

.main-footer .mid-bar .inner {
  position: relative;
  padding: 20px 0;
}

.main-footer .mid-bar .social {
  position: relative;
  float: left;
  padding: 4px 10px 4px 0;
  z-index: 10;
}

.main-footer .social ul {
  margin: 0 0;
}

.main-footer .social li {
  position: relative;
  float: left;
  color: #006073;
  font-family: 'FuturaPT_Heavy', sans-serif;
  margin-right: 25px;
  list-style: none;
}

.main-footer .social li a {
  position: relative;
  display: block;
  color: #006073;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 40px;
}

.main-footer .social li .fab {
  font-size: 32px;
  line-height: 40px;
}

.main-footer .signup {
  position: relative;
  float: left;
  margin-left: 20px;
  z-index: 10;
}

.main-footer .signup .signup-title {
  position: relative;
  float: left;
  text-transform: uppercase;
  color: #006073;
  font-size: 24px;
  font-family: 'FuturaPT_Heavy', sans-serif;
  letter-spacing: 0.01em;
  line-height: 40px;
  padding: 4px 20px 4px 0;
}

.main-footer .signup form {
  position: relative;
  float: left;
  width: 770px;
  max-width: 100%;
  padding-right: 170px;
}

.main-footer .signup form .row {
  margin: 0 -5px;
}

.main-footer .signup form .row .form-group {
  padding: 0 5px;
  margin-bottom: 0;
}

.main-footer .signup form input,
.main-footer .signup form select {
  color: #006073;
  font-size: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  height: 48px;
  line-height: 24px;
  padding: 10px 15px;
  border: 2px solid #006073;
  background: none;
  border-radius: 0;
}

.main-footer .signup form input::placeholder,
.main-footer .signup form textarea::placeholder {
  color: #3b96a1;
}

.main-footer .signup form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  background: #c2df2e;
  line-height: 30px;
  padding: 9px 10px;
  text-transform: uppercase;
  color: #006073;
  font-size: 24px;
  font-family: 'FuturaPT_Heavy', sans-serif;
  text-align: center;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 0 0;
  letter-spacing: 0.01em;
  background: #3b96a1;
  color: #ffffff;
  z-index: 5;
}

.main-footer .footer-bottom .inner {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #9a9b9f;
}

.main-footer .copyright {
  position: relative;
  float: left;
  line-height: 40px;
  text-transform: uppercase;
  color: #004456;
  font-size: 20px;
}

.main-footer .copyright a {
  position: relative;
  color: #004456;
}

.main-footer .copyright a:hover {
  text-decoration: underline;
}

.main-footer .links {
  position: relative;
  float: left;
  margin-left: 100px;
}

.main-footer .links ul {
  margin: 0 0;
}

.main-footer .links li {
  position: relative;
  float: left;
  line-height: 40px;
  text-transform: uppercase;
  color: #006073;
  font-size: 20px;
  list-style: none;
  margin-right: 36px;
}

.main-footer .links li:after {
  content: '|';
  position: absolute;
  top: -2px;
  right: -36px;
  width: 36px;
  text-align: center;
}

.main-footer .links li:last-child:after {
  display: none;
}

.main-footer .links li:last-child {
  margin-right: 0;
}

.main-footer .links li a {
  color: #ffffff;
  color: #004456;
}

.main-footer .links li a:hover {
  text-decoration: underline;
}

.main-footer .designer {
  position: relative;
  float: right;
  line-height: 40px;
  text-transform: uppercase;
  color: #004456;
  font-family: 'FuturaPT_Heavy', sans-serif;
  font-size: 20px;
}

.main-footer .copyright.fm {
  display: none;
}

.main-footer .designer a {
  position: relative;
  color: #004456;
}

.main-footer .designer a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
	Cocktail Section One
====================================================================

***/

.ct-section-one {
  position: relative;
  background: #bde1e0;
  padding-top: 310px;
  padding-bottom: 270px;
  /* margin-top: -170px; */
  z-index: 3;
}

.ct-section-one .bottom-bg-layer {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 160px;
  background: url(../images/background/bottom-chain-1.png) center bottom repeat-x;
}

.ct-section-one .bottom-bamboo {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 32px;
  background: url(../images/background/bamboo-2.png) center bottom repeat-x;
  z-index: 1;
}

.ct-section-one .heading-box {
  position: relative;
  padding: 35px 0 0;
  min-height: 125px;
  z-index: 2;
}

.ct-section-one .heading-box .bg-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ct-section-one .heading-box .bg-heading .left-chain {
  position: absolute;
  right: 50%;
  margin-right: 390px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-left.png) right center no-repeat;
}

.ct-section-one .heading-box .bg-heading .right-chain {
  position: absolute;
  left: 50%;
  margin-left: 390px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-right.png) left center no-repeat;
}

.ct-section-one .heading-box .head-text {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.ct-section-one .heading-box h2 {
  text-transform: uppercase;
  font-family: 'FuturaPT_Medium', sans-serif;
  color: #006073;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.ct-section-one .heading-box h2 strong {
  text-transform: none;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  line-height: 1.25em;
  letter-spacing: 0em;
}

.ct-section-one .lower-content {
  position: relative;
  padding-top: 20px;
  color: #004456;
  text-align: center;
  z-index: 2;
}

.ct-section-one .lower-content .text-content {
  position: relative;
  max-width: 640px;
  font-size: 26px;
  color: #004456;
  line-height: 1.7em;
  margin: 0 auto;
}

.ct-section-one .lower-content .link-box {
  position: relative;
  padding-top: 45px;
}

/*** 

====================================================================
	Cocktail Section One
====================================================================

***/

.ct-section-two {
  position: relative;
  background: #3b96a1;
  padding-top: 75px;
  padding-bottom: 70px;
  z-index: 2;
}

.ct-section-two.alternate {
  padding-bottom: 150px;
  background: #006073;
  z-index: 1;
}

.ct-section-two .bottom-bamboo {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 32px;
  background: url(../images/background/bamboo-2.png) center bottom repeat-x;
  z-index: 1;
}

.ct-section-two .heading-box {
  position: relative;
  padding: 35px 0 0;
  min-height: 125px;
  margin-bottom: 50px;
  z-index: 2;
}

.ct-section-two .heading-box .bg-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ct-section-two .heading-box .bg-heading .left-chain {
  position: absolute;
  right: 50%;
  margin-right: 340px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-left.png) right center no-repeat;
}

.ct-section-two .heading-box .bg-heading .right-chain {
  position: absolute;
  left: 50%;
  margin-left: 340px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-right.png) left center no-repeat;
}

.ct-section-two .heading-box .head-text {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.ct-section-two .heading-box h2 {
  text-transform: uppercase;
  font-family: 'FuturaPT_Medium', sans-serif;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.ct-section-two .heading-box h2 strong {
  text-transform: none;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  line-height: 1.25em;
  letter-spacing: 0em;
}

.ct-section-two .row {
  margin: 0 -30px;
}

.ct-block {
  position: relative;
  margin-bottom: 30px;
}

.ct-section-two .row .ct-block {
  padding: 0 30px;
  margin-bottom: 60px;
}

.ct-block .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.ct-block .image {
  position: relative;
  display: block;
  background: #010101;
  overflow: hidden;
}

.ct-block .inner-box .image img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 500ms linear;
}

.ct-block .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.05);
}

.ct-block .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 17px 20px;
  background: rgba(0, 68, 86, 0.6);
  color: #ffffff;
}

.ct-block .cap-box h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
  font-family: 'FuturaPT_Medium', sans-serif;
}

.ct-block .cap-box h3 a {
  color: #ffffff;
}

/*** 

====================================================================
  Popup Style
====================================================================

***/

.cocktail-popup {
  z-index: 10000;
}
.cocktail-popup.modal .modal-dialog {
  max-width: 1310px;
}

.cocktail-popup.modal .modal-content {
  background: #bde1e0;
  color: #004456;
  border: none;
  border-radius: 0;
}

.cocktail-popup .top-bamboo {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) center top no-repeat;
  z-index: 1;
}

.cocktail-popup .bottom-bamboo {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) center top no-repeat;
  z-index: 1;
}

.cocktail-popup .modal-body {
  padding: 0 0;
  border: none;
}

.cocktail-popup .modal-header {
}

.cocktail-popup .close {
  position: absolute;
  right: 25px;
  top: 35px;
  font-size: 32px;
  color: #3e9aa7;
  opacity: 1;
  z-index: 10;
}

.cocktail-popup .pop-inner-box {
  position: relative;
  padding: 70px 60px 50px 60px;
}

.cocktail-popup h2 {
  color: #004456;
  font-family: 'FuturaPT_Medium', sans-serif;
  font-size: 60px;
  letter-spacing: 0.015em;
  margin-bottom: 7px;
}

.cocktail-popup .views {
  position: relative;
  font-size: 24px;
  color: #3b96a1;
  margin-bottom: 20px;
}

.cocktail-popup .image-col {
  position: relative;
  margin-bottom: 30px;
}

.cocktail-popup .image-col .inner {
  position: relative;
  display: block;
}

.cocktail-popup .image-col .image,
.cocktail-popup .image-col .image img {
  display: block;
  width: 100%;
}

.cocktail-popup .text-col {
  position: relative;
  margin-bottom: 10px;
}

.cocktail-popup .text-col .inner {
  position: relative;
  display: block;
  line-height: 1.5em;
  font-size: 24px;
}

.cocktail-popup .text-col h4 {
  margin-bottom: 14px;
  line-height: 1.3em;
}
.cocktail-popup .text-col h4:not(:first-child) {
  margin-top: 24px;
}

.cocktail-popup .text-col a {
  display: block;
  max-width: max-content;
  color: #004456;
}

.cocktail-popup .text-col :is(p, a, ul):not(:last-child) {
  margin-bottom: 10px;
}

.cocktail-popup .text-col ul {
  position: relative;
  margin-left: 0;
}

.cocktail-popup .text-col ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 7px;
}

.cocktail-popup .text-col ul li:last-child {
  margin-bottom: 0;
}

.add-cocktail-popup.modal .modal-dialog {
  max-width: 980px;
}

.add-cocktail-popup h3 {
  margin-bottom: 35px;
  padding-right: 20px;
}

.add-cocktail-popup form .row {
  margin: 0 -10px;
}

.add-cocktail-popup form .row .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}

.add-cocktail-popup form input,
.add-cocktail-popup form select,
.add-cocktail-popup form textarea {
  color: #006073;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  height: 48px;
  line-height: 24px;
  padding: 10px 15px;
  border: 2px solid #006073 !important;
  background-color: transparent;
  border-radius: 0;
}

.add-cocktail-popup form textarea {
  height: 150px;
}

.add-cocktail-popup form input::placeholder,
.add-cocktail-popup form textarea::placeholder {
  color: #3b96a1;
}

.add-cocktail-popup form button {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0;
  min-width: 160px;
  background: #c2df2e;
  line-height: 30px;
  padding: 9px 10px;
  text-transform: uppercase;
  color: #006073;
  font-size: 18px;
  font-family: 'FuturaPT_Heavy', sans-serif;
  text-align: center;
}

/*** 

====================================================================
	Rum Section One
====================================================================

***/

.rum-section-one {
  position: relative;
  background: #010101;
  padding-top: 320px;
  padding-bottom: 270px;
  /* margin-top: -200px; */
  overflow: hidden;
  z-index: 1;
}

.rum-section-one .bottom-bg-layer {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 160px;
  background: url(../images/background/bottom-chain-1.png) center bottom repeat-x;
  z-index: 3;
}

.rum-section-one .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.rum-section-one .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #004456;
  opacity: 0.8;
}

.rum-section-one .text-content {
  position: relative;
  color: #ffffff;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}

.rum-section-one .text-content h2 {
  position: relative;
  display: block;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 10px;
}

.rum-section-one .text-content .text {
  position: relative;
  display: block;
  letter-spacing: 0.02em;
  font-size: 36px;
  line-height: 1.8em;
}

.rum-section-one .text-content .text p {
  margin-bottom: 15px;
}

.rum-section-one .link-box {
  position: relative;
  text-align: center;
  padding-top: 30px;
  z-index: 10;
}

/*** 

====================================================================
	Rum Section Two
====================================================================

***/

.rum-section-two {
  position: relative;
  background: #006073;
  color: #ffffff;
  z-index: 1;
}

.rum-section-two .top-bamboo {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 32px;
  background: url(../images/background/bamboo-1.png) center top repeat-x;
  z-index: 1;
}

.rum-section-two .content-box {
  position: relative;
  width: 100%;
  padding: 110px 0 120px;
  padding-left: 50%;
  min-height: 720px;
  overflow: hidden;
}

.rum-section-two .content-box .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  text-align: center;
}

.rum-section-two .content-box .image-box .image {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -680px;
  width: 100%;
}

.rum-section-two .text-box {
  position: relative;
  color: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}

.rum-section-two .text-box h2 {
  position: relative;
  display: block;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 30px;
}

.rum-section-two .text-box .text {
  position: relative;
  display: block;
  letter-spacing: 0.03em;
  font-size: 26px;
  line-height: 1.85em;
}

.rum-section-two .text-box .text p {
  line-height: 1.85em;
  margin-bottom: 15px;
}

/*** 

====================================================================
	Cocktail Section One
====================================================================

***/

.rum-section-three {
  position: relative;
  background: #3b96a1;
  padding-top: 75px;
  padding-bottom: 120px;
  z-index: 2;
}

.rum-section-three .auto-container {
  max-width: 1340px;
}

.rum-section-three .top-bamboo {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 32px;
  background: url(../images/background/bamboo-2.png) center bottom repeat-x;
  z-index: 1;
}

.rum-section-three .heading-box {
  position: relative;
  padding: 35px 0 0;
  min-height: 125px;
  margin-bottom: 40px;
  z-index: 2;
}

.rum-section-three .heading-box .bg-heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rum-section-three .heading-box .bg-heading .left-chain {
  position: absolute;
  right: 50%;
  margin-right: 340px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-left.png) right center no-repeat;
}

.rum-section-three .heading-box .bg-heading .right-chain {
  position: absolute;
  left: 50%;
  margin-left: 340px;
  width: 1500px;
  top: 0;
  height: 100%;
  background: url(../images/background/title-bamboo-right.png) left center no-repeat;
}

.rum-section-three .heading-box .head-text {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.rum-section-three .heading-box h2 {
  position: relative;
  text-transform: uppercase;
  font-family: 'FuturaPT_Medium', sans-serif;
  color: #bde1e0;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.rum-section-three .heading-box h2 strong {
  text-transform: none;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  line-height: 1.25em;
  letter-spacing: 0em;
}

.rum-section-three .text-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 150px;
  z-index: 5;
}

.rum-section-three .text-content .text {
  position: relative;
  color: #ffffff;
  line-height: 1.8em;
  font-size: 36px;
}

.rum-section-three .rum-info {
  position: relative;
}

.rum-section-three .rum-info .row {
  margin: 0 -25px;
}

.rum-block {
  position: relative;
  margin-bottom: 130px;
}

.rum-section-three .rum-info .row .rum-block {
  padding: 0 25px;
}

.rum-block .inner-box {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 0px 60px 0px;
  background: #bde1e0;
  text-align: center;
}

.rum-block .left-image {
  position: absolute;
  top: -145px;
  left: -100px;
}

.rum-block .right-image {
  position: absolute;
  top: -150px;
  right: -120px;
}

.rum-block .inner-box .top-curve {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.rum-block .inner-box .top-curve:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  width: 60%;
  height: 50px;
  background: #bde1e0;
  transform: skewX(-42deg);
}

.rum-block .inner-box .top-curve:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  width: 60%;
  height: 50px;
  background: #bde1e0;
  transform: skewX(42deg);
}

.rum-block .inner-box .bottom-curve {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.rum-block .inner-box .bottom-curve:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 60%;
  height: 50px;
  background: #bde1e0;
  transform: skewX(42deg);
}

.rum-block .inner-box .bottom-curve:after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 60%;
  height: 50px;
  background: #bde1e0;
  transform: skewX(-42deg);
}

.rum-block .icon-box {
  position: relative;
  display: block;
  line-height: 140px;
  margin-bottom: 30px;
}

.rum-block .icon-box img {
  max-height: 140px;
}

.rum-block .text-box {
  position: relative;
  line-height: 1.65em;
  font-size: 26px;
}

.rum-block .text-box h4 {
  font-family: 'FuturaPT_Demi', sans-serif;
  line-height: 1.65em;
}

/*** 

====================================================================
	About Section One
====================================================================

***/

.about-box {
  position: relative;
  background: #f0f0f0;
  padding-top: 360px;
  padding-bottom: 150px;
  overflow: hidden;
  z-index: 1;
}

.about-box .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about-box .image-layer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f6f1e4;
  opacity: 0.8;
}

.about-box .heading-box {
  position: relative;
  padding: 150px 0 0;
  min-height: 470px;
  margin-bottom: 100px;
  z-index: 2;
}

.about-box .heading-box .bg-heading {
  position: absolute;
  left: 50%;
  margin-left: -346px;
  width: 693px;
  top: 0;
  height: 100%;
  background: url(../images/background/h1-box-about.png) center top no-repeat;
}

.about-box .heading-box .bg-heading .left-chain {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1818px;
  width: 1500px;
  height: 100%;
  background: url(../images/background/chain-pattern-1.png) center center repeat-x;
}

.about-box .heading-box .bg-heading .right-chain {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -1818px;
  width: 1500px;
  height: 100%;
  background: url(../images/background/chain-pattern-1.png) center center repeat-x;
}

.about-box .heading-box .head-text {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.about-box .heading-box h2 {
  text-transform: uppercase;
  font-family: 'FuturaPT_Medium', sans-serif;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.about-box .heading-box h2 strong {
  text-transform: none;
  font-size: 72px;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  line-height: 1.25em;
  letter-spacing: 0em;
}

.about-box .top-images {
  position: absolute;
  left: 0;
  top: 175px;
  width: 100%;
}

.about-box .top-images .image {
  position: absolute;
}

.about-box .top-images .image-1 {
  position: absolute;
  left: 70px;
  top: 0;
}

.about-box .top-images .image-2 {
  position: absolute;
  left: 150px;
  top: 300px;
}

.about-box .top-images .image-3 {
  position: absolute;
  right: 70px;
  top: 0px;
}

.about-box .top-images .image-4 {
  position: absolute;
  right: 0px;
  top: 370px;
}

.about-box .upper-text {
  position: relative;
  text-align: center;
  margin: 0 auto 70px;
}

.about-box .upper-text .text {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 1.8em;
}

.about-box .upper-text .text p {
  margin-bottom: 15px;
}

.about-box .eo-team {
  position: relative;
  margin-bottom: 75px;
}

.about-box .eo-team .content-box {
  position: relative;
  margin-left: 650px;
}

.about-box .eo-team .image {
  position: absolute;
  width: 416px;
  max-width: 100%;
  top: -10px;
  right: 100%;
  margin-right: -15px;
}

.about-box .eo-team .content {
  position: relative;
  max-width: 700px;
  padding: 70px 60px 70px;
  background: #bde1e0;
  text-align: center;
}

.about-box .eo-team .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .eo-team .content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .eo-team .content h2 {
  color: #006073;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 0px;
}

.about-box .eo-team .content .text {
  font-size: 24px;
  color: #004456;
  line-height: 1.85em;
  margin-bottom: 20px;
}

.about-box .eo-team .content .link-box {
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 100%;
  z-index: 5;
}

.about-box .the-process {
  position: relative;
  margin-bottom: 90px;
}

.about-box .the-process .content-box {
  position: relative;
  margin-left: 50px;
}

.about-box .the-process .content {
  position: relative;
  max-width: 820px;
  padding: 60px 60px 60px;
  background: #3c96a1;
  color: #ffffff;
  text-align: center;
}

.about-box .the-process .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .the-process .content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .the-process .content h2 {
  color: #ffffff;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 0px;
}

.about-box .the-process .content .text {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.85em;
  margin-bottom: 20px;
}

.about-box .the-process .content .link-box {
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 100%;
  z-index: 5;
}

.about-box .heritage {
  position: relative;
  margin-bottom: 100px;
}

.about-box .heritage .content-box {
  position: relative;
  margin-left: 720px;
  z-index: 3;
}

.about-box .heritage .image {
  position: absolute;
  width: 416px;
  max-width: 100%;
  bottom: 100%;
  margin-bottom: -55px;
  right: 10px;
}

.about-box .heritage .content {
  position: relative;
  max-width: 720px;
  padding: 70px 60px 50px;
  background: #004456;
  color: #ffffff;
  text-align: center;
}

.about-box .heritage .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .heritage .content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .heritage .content h2 {
  color: #ffffff;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 0px;
}

.about-box .heritage .content .text {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.85em;
  margin-bottom: 20px;
}

.about-box .heritage .content .link-box {
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 100%;
  z-index: 5;
}

.about-box .secret-coktails {
  position: relative;
  margin-bottom: 50px;
}

.about-box .secret-coktails .content-box {
  position: relative;
  margin-left: 70px;
  margin-top: -490px;
  z-index: 2;
}

.about-box .secret-coktails .image {
  position: absolute;
  width: 345px;
  max-width: 100%;
  bottom: 100%;
  margin-bottom: -120px;
  left: -140px;
}

.about-box .secret-coktails .content {
  position: relative;
  max-width: 530px;
  padding: 60px 70px 50px;
  background: #ffffff;
  text-align: center;
}

.about-box .secret-coktails .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .secret-coktails .content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 26px;
  background: url(../images/background/popup-bamboo.png) left top no-repeat;
  z-index: 1;
}

.about-box .secret-coktails .content h2 {
  color: #006073;
  font-family: 'SignPainterHS_SB', Cursive, Georgia;
  margin-bottom: 0px;
}

.about-box .secret-coktails .content .text {
  font-size: 24px;
  color: #004456;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.about-box .secret-coktails .content .link-box {
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 100%;
  z-index: 5;
}

.modal.find-us .pop-inner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.find-us h2 {
  margin-bottom: 20px;
  text-align: center;
}
.modal.find-us p {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.modal.find-us a {
  margin-top: 15px;
}

#age {
  background-color: rgba(0, 0, 0, 0.7);
}
#age .modal-content,
#age .modal-content button {
  max-width: 600px;
  margin: 0 auto;
  background: transparent;
}

.add-cocktail-popup .gform_title {
  display: none;
}

.add-cocktail-popup .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.add-cocktail-popup .gfield_radio > div {
  display: flex;
  gap: 10px;
}

.add-cocktail-popup .gfield_radio input[type='radio'] {
  display: none !important;
}
.add-cocktail-popup .gfield_radio input + label {
  display: flex !important;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.add-cocktail-popup .gfield_radio input + label::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #006073;
  border-radius: 100px;
}
.add-cocktail-popup .gfield_radio input:checked + label::before {
  background-color: #006073;
  box-shadow: inset 0 0 0 2px #bde1e0;
}

.add-cocktail-popup .gfield_radio .gchoice_other_control {
  display: none !important;
  margin-top: 0 !important;
}
.add-cocktail-popup .gfield_radio input:checked ~ .gchoice_other_control {
  display: block !important;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
  background-repeat: no-repeat;
  min-width: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}

@media (min-width: 992px) {
  .modal.find-us p {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media (min-width: 1340px) {
  .ct-section-one {
    padding-top: 400px;
  }
}
