@font-face {
    font-family: "TekoLight";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Teko-Light.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Teko-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TekoSemiBold";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Teko-SemiBold.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Teko-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TekoRegular";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Teko-Regular.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Teko-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TekoMedium";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Teko-Medium.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Teko-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TekoBold";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Teko-Bold.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Teko-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NanumGothicRegular";
    src: url("https://media.bahamabreeze.com/fonts/responsive/NanumGothic.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/NanumGothic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NanumGothicBold";
    src: url("https://media.bahamabreeze.com/fonts/responsive/NanumGothicBold.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/NanumGothicBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NanumGothicExtraBold";
    src: url("https://media.bahamabreeze.com/fonts/responsive/NanumGothicExtraBold.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/NanumGothicExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Now-Bold";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Now-Bold.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Now-Bold.otf") format("otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Now-Medium";
    src: url("https://media.bahamabreeze.com/fonts/responsive/Now-Medium.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/Now-Medium.otf") format("otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "WickedGrit";
    src: url("https://media.bahamabreeze.com/fonts/responsive/WickedGrit.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/WickedGrit.ttf") format("ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BrandonGrotesqueCond-Black";
    src: url("https://media.bahamabreeze.com/fonts/responsive/BrandonGrotesqueCond-Black.woff2") format("woff2"), url("https://media.bahamabreeze.com/fonts/responsive/BrandonGrotesqueCond-Black.otf") format("otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* element.scss */

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
a {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

button:focus,
a:focus {
    outline: none !important;
}

input,
select {
    box-shadow: none;
}

input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

html {
    font-size: 12px;
}

body {
    font-family: "TekoRegular";
    font-size: 1.6rem;
    line-height: initial;
    color: #00a9a1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    height: 100%;
    background-color: #ffffff;
    background-image: url("https://media.bahamabreeze.com/images/site/responsive/body-bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    width: 100%;
}

a {
    color: #00a9a1;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 1.6rem;
}

.cm-line-break {
    display: block !important;
}

.global-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.global-alert .alert-wrap {
    height: auto;
    min-height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 3rem;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url("https://media.bahamabreeze.com/images/site/responsive/alert-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "NanumGothicBold";
}

.global-alert .alert-wrap .alert-msg {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 0.9rem;
}

.global-alert .alert-wrap .alert-msg a {
    color: #ffffff;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

.global-alert .alert-wrap .alert-msg a:hover {
    color: #fd9317;
}

.global-alert .alert-wrap .link {
    display: inline-block;
    margin-left: auto;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 0.9rem;
}

.set-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.set-bg .fetch-img-src {
    display: none;
}

.js-dropdown-box {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.js-dropdown-box.open {
    visibility: visible;
    opacity: 1;
}

.js-droplink:before {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.js-droplink.open:before {
    transform: rotate(180deg);
}

.drawer-container {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .hide-me-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: 10px;
    }
    body {
        font-size: 1.4rem;
        overflow: initial;
    }
    body.scroll-lock {
        overflow-y: hidden !important;
    }
    p {
        font-size: 1.3rem;
        line-height: 2.2rem;
    }
    .hide-me-mobile {
        display: none !important;
    }
    .global-alert {
        top: 13rem;
        background-color: #fd9317;
        text-align: center;
        z-index: 4;
    }
    .global-alert .alert-wrap {
        height: auto;
        min-height: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 15px 0;
        color: #ffffff;
        text-transform: uppercase;
        background-image: none;
        background-size: auto;
    }
    .global-alert .alert-wrap .alert-msg {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1px;
        top: auto;
        font-family: "TekoRegular";
    }
    .global-alert .alert-wrap .alert-msg br {
        display: none;
    }
    .global-alert .alert-wrap .alert-msg a {
        color: #ffffff;
        text-decoration: underline;
        display: inline-block;
    }
    .global-alert .out-dine-act {
        text-align: center;
        padding: 0rem 15px 1rem;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2rem;
        text-transform: uppercase;
        display: block;
        letter-spacing: 1px;
        text-decoration: underline;
    }
    .container.mb-fluid {
        padding: 0;
    }
}

@media only screen and (max-width: 1170px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1171px) and (max-width: 1279px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1600px) {
    html {
        font-size: 14px;
    }
}

.btn {
    display: inline-block;
}

.btn.btn-default {
    padding: 0.7rem;
    background-color: #fd9317;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-family: "TekoMedium";
    width: 13.5rem;
}

.btn.btn-default span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    position: relative;
    vertical-align: middle;
    top: 2px;
}

.btn.btn-default span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #ffffff;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    right: -10px;
    top: 0.2rem;
    transition: all 0.3s ease-in-out;
}

.btn.btn-default:hover {
    background-color: #ffffff;
    color: #fd9317;
    border-color: #fd9317;
}

.btn.btn-default:hover span:before {
    right: -12px;
    border-left-color: #fd9317;
}

.btn.btn-outline {
    color: #096d68;
    font-size: 2.2rem;
    line-height: 1.6rem;
    border: 2px solid #096d68;
    text-transform: uppercase;
    text-align: center;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease-in-out;
}

.btn.btn-outline:hover {
    background-color: #096d68;
    color: #ffffff;
}

@media only screen and (max-width: 1023px) {
    .btn.btn-default {
        padding: 0.8rem;
        width: 15rem;
    }
    .btn.btn-default span {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .btn.btn-default span:before {
        top: 50%;
        transform: translateY(-70%);
    }
}

.bs-header {
    padding: 1rem 3rem 0.5rem;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.bs-header .hamburger-btn {
    display: none;
}

.bs-header .logo-wrap {
    width: 9rem;
}

.bs-header .logo-wrap .logo {
    display: block;
    line-height: 0;
}

.bs-header nav {
    margin-left: 3rem;
    margin-top: 3rem;
}

.bs-header .nav-list .nav-item {
    display: inline-block;
    margin: 0 1.5rem;
}

.bs-header .nav-list .nav-item:first-of-type {
    margin-left: 0;
}

.bs-header .nav-list .nav-item:last-of-type {
    margin-right: 0;
}

.bs-header .nav-list .nav-link {
    font-size: 1.5rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    color: #00a9a1;
    padding: 0;
    transition: color 0.3s ease-in-out;
    font-family: "WickedGrit";
    /*"NanumGothicBold";*/
}

.bs-header .nav-list .nav-link:hover {
    color: #096d68;
}

.bs-header .cart-location-wrapper {
    margin-left: auto;
    margin-right: 0;
    margin-top: 3rem;
}

.bs-header .cart-location-list {
    display: flex;
    align-items: center;
}

.bs-header .cart-location-list .cart-location-item {
    margin-right: 1.8rem;
    color: #00a9a1;
    line-height: 2rem;
}

.bs-header .cart-location-list .cart-location-item:last-of-type {
    margin-right: 0;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap {
    padding-right: 1rem;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .selected-location {
    display: none;
    margin-top: -1rem;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap .non-selected-location {
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "NanumGothicExtraBold";
    text-transform: uppercase;
    color: #00a9a1;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .non-selected-location {
    display: none;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location {
    text-align: right;
    display: block;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name,
.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-num {
    display: inline-block;
    font-family: "Now-Medium"; /*"NanumGothicExtraBold";*/
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #00a9a1;
    letter-spacing: 0.5px;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name {
    position: relative;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-name:before {
    content: "";
    border-top: 0.6rem solid #00a9a1;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    position: absolute;
    top: 0.4rem;
    right: -1.5rem;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-num {
    display: block;
    margin-top: -3px;
}

.bs-header .cart-location-list .cart-location-item .locate-me-wrap.selected .selected-location .location-link {
    font-family: "Now-Medium"; /*font-family: "NanumGothicExtraBold";*/
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #00a9a1;
    letter-spacing: 0.5px;
}

.bs-header .cart-location-list .cart-location-item .login-link {
    font-size: 1rem;
    line-height: 1.4rem;
	font-family: "Now-Medium";  /* font-family: "NanumGothicExtraBold";*/
    text-transform: uppercase;
    color: #00a9a1;
}

.bs-header .cart-location-list .cart-location-item .cart-link {
    display: inline-block;
    width: 2rem;
}

.bs-header .cart-link {
    display: inline-block;
    width: 2rem;
    max-height: 3.2rem;
    position: relative;
}

.bs-header .cart-link .cart-item-count {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #fd9317;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.2rem;
	font-family: "Now-Medium"; /*font-family: "NanumGothicRegular";*/
    position: absolute;
    bottom: -0.5rem;
    right: -0.2rem;
    display: none;
}

.bs-header .cart-link .cart-item-count .visually-hidden {
    display: none;
}

.bs-header .cart-link.cart-has-fooditem .cart-item-count {
    display: block;
}

.bs-header .cart-link .sr-only {
    display: none;
}

.bs-header #cart-empty-popup {
    background-color: #ffffff;
    border: 1px solid #00a9a1;
    padding: 1rem;
    top: 6rem !important;
    right: 0.3rem;
    max-width: 276px;
    left: auto;
    color: #096d68;
    position: absolute;
    z-index: 4;
}

.bs-header #cart-empty-popup .arrow {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 1px solid;
    border-top-color: #00a9a1;
    border-left-color: #00a9a1;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    transform: rotate(45deg);
    top: -7.6px;
    right: 3rem;
    background-color: #ffffff;
}

.bs-header #cart-empty-popup h2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 0.6rem;
    font-weight: bold;
    font-family: "NanumGothicRegular";
}

.bs-header #cart-empty-popup p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 0.6rem;
    font-family: "NanumGothicRegular";
}

.bs-header #cart-empty-popup a {
    display: inline-block;
    margin: 0.5rem auto;
    width: 16rem;
    display: block;
}

.bs-header #cart-empty-popup a input[type=button] {
    padding: 0.7rem;
    background-color: #fd9317;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-family: "TekoMedium";
    font-size: 1.4rem;
    line-height: 1.6rem;
    border: 1px solid #00a9a1;
    width: 100%;
    display: block;
}

.bs-header #cart-empty-popup a input[type=button]:hover {
    background-color: #ffffff;
    color: #fd9317;
}

.header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    z-index: 4;
    padding-top: 0.7rem;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid transparent;
}

.header-wrapper.scroll-sticky {
    background-color: #fdfdf9;
    border: 1px solid #e2e2e2;
}

.header-wrapper .location-dropdown {
    font-family: "NanumGothicRegular";
    max-height: 0;
    position: absolute;
    z-index: 5;
    width: 30rem;
    background-color: #ffffff;
    border: 1px solid #00a9a1;
    text-align: left;
    right: 11rem;
    top: 6rem;
    transition: all 0.3s ease-in-out;
}

.header-wrapper .location-dropdown .popup-header {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: #096d68;
    font-family: "NanumGothicBold";
}

.header-wrapper .location-dropdown .location-detail {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}

.header-wrapper .location-dropdown .location-detail .location-img {
    width: 48%;
    padding-right: 0.4rem;
}

.header-wrapper .location-dropdown .location-detail .location-img img {
    width: 100%;
}

.header-wrapper .location-dropdown .location-detail .location-cont {
    width: 52%;
    padding-left: 0.4rem;
}

.header-wrapper .location-dropdown .location-detail .location-cont .name a {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 0.5rem;
    color: #096d68;
    transition: color 0.3s ease-in-out;
    font-family: "NanumGothicBold";
}

.header-wrapper .location-dropdown .location-detail .location-cont .name a:hover {
    color: #00a9a1;
}

.header-wrapper .location-dropdown .location-detail .location-cont .location-address address {
    display: block;
}

.header-wrapper .location-dropdown .location-detail .location-cont .location-address address p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #096d68;
}

.header-wrapper .location-dropdown .location-timimg {
    width: 52%;
}

.header-wrapper .location-dropdown .location-timimg .time-item {
    display: flex;
    margin-bottom: 0.3rem;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .location-dropdown .location-timimg .time-item span {
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #096d68;
}

.header-wrapper .location-dropdown .location-timimg .time-item:last-of-type {
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-timimg .time-list {
    font-size: 1rem;
    line-height: 1.6rem;
    width: 100%;
    display: block;
    color: #096d68;
}

.header-wrapper .location-dropdown .location-timimg .time-list .times {
    float: right;
}

.header-wrapper .location-dropdown #popRestHrsLink {
    display: inline-block;
    color: #096d68;
    transition: color 0.3s ease-in-out;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "NanumGothicBold";
}

.header-wrapper .location-dropdown #popRestHrsLink:hover {
    color: #00a9a1;
}

.header-wrapper .location-dropdown .location-links .menu-item {
    display: block;
    margin-bottom: 0.3rem;
}

.header-wrapper .location-dropdown .location-links .menu-item .link {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #096d68;
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
    font-family: "NanumGothicBold";
}

.header-wrapper .location-dropdown .location-links .menu-item .link:hover {
    color: #00a9a1;
}

.header-wrapper .location-dropdown .location-links .menu-item:last-of-type {
    margin-bottom: 0;
}

.header-wrapper .location-dropdown .location-links a {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #096d68;
    transition: color 0.3s ease-in-out;
    font-family: "NanumGothicBold";
}

.header-wrapper .location-dropdown .location-links a:hover {
    color: #00a9a1;
}

.header-wrapper .location-dropdown .location-links ul {
    display: flex;
    justify-content: space-between;
}

.header-wrapper .location-dropdown .location-links ul li {
    width: 50%;
    text-align: center;
}

.header-wrapper .location-dropdown .location-links.mobile-links {
    display: none !important;
}

.header-wrapper .location-dropdown .act-wrap {
    padding: 1.2rem 0 0;
}

.header-wrapper .location-dropdown .act-wrap .btn {
    display: block;
    font-family: "TekoRegular";
    width: 100%;
}

.header-wrapper .location-dropdown.open {
    padding: 1.2rem 1rem;
    max-height: 60rem;
}

.header-wrapper .location-dropdown .select-location {
    display: none;
}

.modal#locEmail {
    width: 30rem;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    height: auto;
    background-color: #ffffff;
    font-family: "NanumGothicRegular";
}

.modal#locEmail .modalbox {
    padding: 1.5rem;
}

.modal#locEmail .modalbox .close {
    width: 1.5rem;
}

.modal#locEmail .modalbox .close img {
    width: 100%;
}

.modal#locEmail .modalbox h3 {
    text-align: center;
    color: #00a9a1;
    margin-bottom: 0.5rem;
}

.modal#locEmail .modalbox p {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.modal#locEmail .modalbox #error_message_email {
    color: #dc3545;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.modal#locEmail .modalbox .row {
    margin: 0;
}

.modal#locEmail .modalbox .row form {
    width: 100%;
}

.modal#locEmail .modalbox .row form textarea {
    border: 1px solid #333333;
    border-radius: 0;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    color: #096d68;
    font-family: "NanumGothicRegular";
    background: #ffffff;
    resize: none;
    display: block;
    width: 100%;
    height: 5rem;
}

.modal#locEmail .modalbox .row form .primary-btn {
    padding: 0.6rem 1rem;
    background-color: #00a9a1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6rem;
    transition: background-color 0.3s ease-in-out;
    font-family: "TekoRegular";
    width: 100%;
}

.modal#locEmail .modalbox .row form .primary-btn:hover {
    background-color: #50712c;
}

@media only screen and (max-width: 1023px) {
    .bs-header {
        padding: 5px 15px 5px;
        flex-wrap: wrap;
        height: auto;
        background: url("https://media.bahamabreeze.com/images/site/responsive/header-mob-bg.png") 0px 0px no-repeat;
        background-size: cover;
    }
    .bs-header .hamburger-btn {
        display: inline-block;
        margin-right: 1.5rem;
    }
    .bs-header .hamburger-btn .line {
        display: block;
        width: 25px;
        height: 4px;
        background-color: #00a9a1;
        position: relative;
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }
    .bs-header .hamburger-btn .line:last-of-type {
        margin-top: 10px;
    }
    .bs-header .hamburger-btn.open .line:first-of-type {
        transform: rotate(45deg);
        top: -5px;
    }
    .bs-header .hamburger-btn.open .line:last-of-type {
        transform: rotate(-45deg);
        top: -1px;
    }
    .bs-header .logo-wrap {
        width: 10rem;
    }
    .bs-header nav {
        margin-top: 0;
    }
    .bs-header .mod-icon-text {
        margin-left: auto;
        text-align: center;
        display: block;
    }
    .bs-header .mod-icon-text .icon {
        width: auto;
        height: 3.1rem;
        display: block;
        margin: 0 auto 0.3rem;
    }
    .bs-header .mod-icon-text .icon img {
        width: auto;
        height: 100%;
    }
    .bs-header .mod-icon-text .text {
        display: block;
        font-size: 1.5rem;
        letter-spacing: 1px;
        color: #00a9a1;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        top: 0.1rem;
    }
    .bs-header .cart-location-wrapper {
        margin-top: 0;
    }
    .bs-header .cart-location-list .cart-location-item {
        margin-right: 2rem;
    }
    .bs-header .cart-location-list .cart-location-item:last-of-type {
        margin-right: 0;
    }
    .bs-header .cart-link {
        display: inline-block;
        width: 2.4rem;
	max-height: initial;
        position: relative;
        padding-bottom: 1.8rem;
    }
    .bs-header .cart-link .cart-item-count {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 50%;
        background-color: #fd9317;
        border: 1px solid #00a9a1;
        color: #ffffff;
        text-align: center;
        line-height: 1.8rem;
        font-size: 1.5rem;
        font-family: "TekoRegular";
        position: absolute;
        bottom: 2rem;
        right: -0.5rem;
        display: none;
    }
    .bs-header .cart-link .cart-item-count .sr-only {
        display: none;
    }
    .bs-header .cart-link.cart-has-fooditem .cart-item-count {
        display: block;
    }
    .bs-header .cart-link .sr-only {
        display: block;
        width: auto;
        clip: initial;
        margin: 0;
        bottom: 0rem;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.5rem;
        letter-spacing: 1px;
        color: #00a9a1;
        font-weight: 600;
        text-transform: uppercase;
    }
    .bs-header .mob-menu-wrap {
        position: fixed;
        top: 8.1rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        padding: 1.5rem 15px;
        overflow-y: auto;
        margin: 0;
        z-index: 5;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    .bs-header .mob-menu-wrap .mob-nav-list .nav-item {
        margin-bottom: 1.5rem;
    }
    .bs-header .mob-menu-wrap .mob-nav-list .nav-link {
        font-size: 2.2rem;
        line-height: 2.6rem;
        color: #00a9a1;
        text-transform: uppercase;
        display: block;
    }
    .bs-header .mob-menu-wrap .mob-nav-list.primary-nav .nav-link {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
    .bs-header .mob-menu-wrap.active {
        transform: translateX(0%);
    }
    .header-wrapper {
        top: 0;
        padding-top: 0;
        z-index: 5;
        border: none;
    }
    .header-wrapper .location-wrap {
        width: 100%;
        min-height: 3rem;
        background-image: linear-gradient(to top, #02aaa2, #00a8ff);
        box-shadow: none;
    }
    .header-wrapper .location-wrap .mod-icon-text {
        padding: 0 15px;
        height: 5rem;
        width: 100%;
        display: flex;
        justify-content: initial;
        align-items: center;
        position: relative;
    }
    .header-wrapper .location-wrap .mod-icon-text .icon {
        width: 1.6rem;
        margin-right: 0.8rem;
        line-height: 0;
    }
    .header-wrapper .location-wrap .mod-icon-text .text {
        color: #ffffff;
        font-family: "NanumGothicBold";
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    .header-wrapper .location-wrap .mod-icon-text:before {
        content: "";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 8px solid #ffffff;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .header-wrapper .location-wrap .mod-icon-text.js-droplink.open:before {
        transform: rotate(180deg) translateY(50%);
    }
    .header-wrapper .location-dropdown {
        max-height: 0;
        z-index: 5;
        width: 100%;
        right: auto;
        top: 13rem;
        background-color: #ffffff;
        text-align: left;
        transition: all 0.3s ease-in-out;
        font-family: "NanumGothicRegular";
    }
    .header-wrapper .location-dropdown .location-selected {
        display: none;
    }
    .header-wrapper .location-dropdown .select-location {
        display: block;
    }
    .header-wrapper .location-dropdown .select-location .act-wrap {
        padding-top: 0;
    }
    .header-wrapper .location-dropdown.selected .location-selected {
        display: block;
    }
    .header-wrapper .location-dropdown.selected .select-location {
        display: none;
    }
    .header-wrapper .location-dropdown .popup-header {
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 1rem;
        font-size: 1.8rem;
        color: #096d68;
        font-family: "NanumGothicBold";
    }
    .header-wrapper .location-dropdown .location-detail {
        display: flex;
        margin-bottom: 1rem;
        justify-content: space-between;
    }
    .header-wrapper .location-dropdown .location-detail .location-img {
        display: none;
        width: 48%;
        padding-right: 0.8rem;
    }
    .header-wrapper .location-dropdown .location-detail .location-img img {
        width: 100%;
    }
    .header-wrapper .location-dropdown .location-detail .location-cont {
        padding-left: 0;
        width: 100%;
    }
    .header-wrapper .location-dropdown .location-detail .location-cont .name a {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 0.5rem;
        color: #096d68;
        transition: color 0.3s ease-in-out;
        font-family: "NanumGothicBold";
    }
    .header-wrapper .location-dropdown .location-detail .location-cont .name a:hover {
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-detail .location-cont .location-address address {
        display: block;
    }
    .header-wrapper .location-dropdown .location-detail .location-cont .location-address address p {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-timimg {
        display: none;
        width: 50%;
    }
    .header-wrapper .location-dropdown .location-timimg .time-item {
        display: flex;
        margin-bottom: 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrapper .location-dropdown .location-timimg .time-item span {
        font-size: 1.4rem;
        line-height: 1.8rem;
        text-transform: uppercase;
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-timimg .time-item:last-of-type {
        margin-bottom: 0;
    }
    .header-wrapper .location-dropdown .location-timimg .time-list {
        font-size: 1.4rem;
        line-height: 1.6rem;
        width: 100%;
        display: block;
    }
    .header-wrapper .location-dropdown .location-timimg .time-list .times {
        float: right;
    }
    .header-wrapper .location-dropdown #popRestHrsLink {
        display: none !important;
        color: #096d68;
        transition: color 0.3s ease-in-out;
        margin-bottom: 1rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
        font-family: "NanumGothicBold";
    }
    .header-wrapper .location-dropdown #popRestHrsLink:hover {
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-links {
        display: none;
    }
    .header-wrapper .location-dropdown .location-links .menu-item {
        display: block;
        margin-bottom: 0.3rem;
    }
    .header-wrapper .location-dropdown .location-links .menu-item .link {
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #096d68;
        text-transform: capitalize;
        transition: color 0.3s ease-in-out;
        font-family: "NanumGothicBold";
    }
    .header-wrapper .location-dropdown .location-links .menu-item .link:hover {
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-links .menu-item:last-of-type {
        margin-bottom: 0;
    }
    .header-wrapper .location-dropdown .location-links a {
        font-size: 1.4rem;
        line-height: 1.6rem;
        color: #096d68;
        transition: color 0.3s ease-in-out;
        font-family: "NanumGothicBold";
    }
    .header-wrapper .location-dropdown .location-links a:hover {
        color: #00a9a1;
    }
    .header-wrapper .location-dropdown .location-links ul {
        display: flex;
        justify-content: space-between;
    }
    .header-wrapper .location-dropdown .location-links ul li {
        width: 50%;
        text-align: center;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links {
        display: block !important;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links ul {
        justify-content: initial;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links ul li {
        width: auto;
        text-align: left;
        padding-right: 1rem;
        margin-right: 1rem;
        position: relative;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links ul li:before {
        content: "";
        position: absolute;
        width: 2px;
        background-color: #00a9a1;
        right: 0;
        top: 3px;
        bottom: 3px;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links ul li:last-of-type {
        padding-right: 0;
        margin-right: 0;
    }
    .header-wrapper .location-dropdown .location-links.mobile-links ul li:last-of-type:before {
        content: none;
    }
    .header-wrapper .location-dropdown .act-wrap {
        padding: 1.2rem 0 0;
    }
    .header-wrapper .location-dropdown .act-wrap .btn {
        display: block;
        font-family: "TekoMedium";
        margin-top: 0.6rem;
        width: 100%;
    }
    .header-wrapper .location-dropdown .act-wrap .btn:first-of-type {
        margin-top: 0;
    }
    .header-wrapper .location-dropdown.open {
        padding: 1.2rem 15px;
        max-height: 60rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-wrapper .location-dropdown .location-selected,
    .header-wrapper .location-dropdown .select-location {
        max-width: 60%;
        margin: 0 auto;
    }
}

.bs-banner {
    position: relative;
}

.bs-banner .carousel {
    height: 100%;
}

.bs-banner .carousel .carousel-inner {
    height: 100%;
}

.bs-banner .carousel .carousel-item {
    position: relative;
    height: 100%;
}

.bs-banner .carousel .carousel-control-next,
.bs-banner .carousel .carousel-control-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
    opacity: 0.8;
}

.bs-banner .carousel .carousel-control-next .carousel-control-next-icon,
.bs-banner .carousel .carousel-control-next .carousel-control-prev-icon,
.bs-banner .carousel .carousel-control-prev .carousel-control-next-icon,
.bs-banner .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 2.8rem;
    height: 2.8rem;
}

.bs-banner .carousel .carousel-control-next .carousel-control-prev-icon,
.bs-banner .carousel .carousel-control-prev .carousel-control-prev-icon {
    background: url("https://media.bahamabreeze.com/images/site/responsive/left-arrow.png") no-repeat center center;
    background-size: cover;
}

.bs-banner .carousel .carousel-control-next .carousel-control-next-icon,
.bs-banner .carousel .carousel-control-prev .carousel-control-next-icon {
    background: url("https://media.bahamabreeze.com/images/site/responsive/right-arrow.png") no-repeat center center;
    background-size: cover;
}

.bs-banner .carousel .carousel-control-prev {
    left: 4rem;
}

.bs-banner .carousel .carousel-control-next {
    right: 4rem;
}

.bs-banner .carousel .carousel-indicators {
    bottom: 5rem;
    z-index: 2;
}

.bs-banner .carousel .carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #fd9317;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    box-sizing: border-box;
    background-color: transparent;
}

.bs-banner .carousel .carousel-indicators li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd9317;
    top: 3.3px;
    left: 3.3px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.bs-banner .carousel .carousel-indicators li.active:before {
    opacity: 1;
}

.bs-banner .img-wrap {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.bs-banner .img-wrap .cont-wrap {
    width: 60%;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 0%;
}

.bs-banner .img-wrap .cont-wrap .title-img {
    width: 100%;
    margin-bottom: 1rem;
}

.bs-banner .img-wrap .cont-wrap .desc-wrap {
    text-align: center;
}

.bs-banner .img-wrap .cont-wrap .desc-wrap .banner-title {
    font-size: 3rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.bs-banner .img-wrap .cont-wrap .desc-wrap .act-wrap {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.bs-banner .img-wrap .cont-wrap .desc-wrap .act-wrap .btn {
    width: 12.5rem;
    margin: 0 0.5rem;
}

.bs-banner .img-wrap.typ-big {
    width: 95%;
}

.bs-banner .img-wrap .img-link {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .bs-banner .img-wrap .cont-wrap .desc-wrap .act-wrap {
        width: 95%;
    }
}

@media only screen and (max-width: 1023px) {
    .bs-banner {
        height: auto;
        padding: 2rem 0 0;
    }
    .bs-banner .img-wrap {
        width: 100%;
    }
    .bs-banner .img-wrap .cont-wrap {
        width: 100%;
        position: static;
        transform: none;
        margin-top: -11rem;
    }
    .bs-banner .img-wrap .cont-wrap .title-img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .bs-banner .img-wrap .cont-wrap .desc-wrap {
        text-align: center;
        max-width: 65%;
        margin: 0 auto;
    }
    .bs-banner .img-wrap .cont-wrap .desc-wrap .banner-title {
        margin-bottom: 0rem;
    }
    .bs-banner .img-wrap .cont-wrap .desc-wrap .act-wrap {
        justify-content: initial;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .bs-banner .img-wrap .cont-wrap .desc-wrap .act-wrap .btn {
        margin-top: 1.5rem;
        width: 15rem;
        margin-left: 0;
        margin-right: 0;
    }
    .bs-banner .img-wrap.typ-big {
        width: 100%;
    }
    .bs-banner .carousel .carousel-indicators {
        bottom: -5vw;
        display: flex;
    }
    .bs-banner .carousel .carousel-indicators li:before {
        top: 3px;
        left: 3px;
    }
    .bs-banner .carousel .carousel-control-next,
    .bs-banner .carousel .carousel-control-prev {
        display: none;
    }
}

.bs-section {
    padding: 2rem 0;
}

.bs-section .sec-head {
    text-align: center;
    margin-bottom: 2rem;
}

.bs-section .sec-head .sec-title {
    font-size: 3.8rem;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;
}

.bs-section .sec-head .subtitle {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-family: "NanumGothicBold";
    color: #333333;
}

.bs-section.typ-extras .container {
    width: 75%;
}

.bs-section.typ-extras .mod-img-desc .img-wrap {
    height: 11rem;
    width: auto;
    text-align: center;
}

.bs-section.typ-extras .mod-img-desc .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.bs-section.typ-extras .mod-img-desc .desc-wrap {
    margin-top: 1.2rem;
}

.bs-section.typ-extras .mod-img-desc .desc-wrap .desc-title {
    min-height: initial;
}

.bs-section.typ-extras .mod-img-desc .desc-wrap .desc {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    font-family: "NanumGothicBold";
    color: #58595b;
    width: 50%;
    margin: 1rem auto 0;
}

.bs-section.typ-extras .mod-img-desc.typ-long .img-wrap {
    height: 16rem;
    position: relative;
    top: -5rem;
}

.bs-section.typ-extras .mod-img-desc.typ-long .desc-wrap {
    margin-top: -3.8rem;
}

.bs-section.typ-giftcard {
    padding-top: 0;
}

.bs-section.typ-giftcard .mod-img-desc .img-wrap {
    width: auto;
    height: 22rem;
    text-align: center;
    margin-bottom: 2rem;
}

.bs-section.typ-giftcard .mod-img-desc .img-wrap img {
    width: auto;
    height: 100%;
}

.bs-section.typ-giftcard .mod-img-desc .desc-wrap .desc-title {
    text-transform: initial;
    font-size: 3rem;
    line-height: 3.4rem;
    min-height: initial;
}

.bs-section.typ-giftcard .mod-img-desc .desc-wrap .note {
    text-align: center;
    display: block;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #8c837a;
    font-family: "NanumGothicBold";
    margin-top: 1rem;
}

.bs-section.rem-top-space {
    padding-top: 0;
}

.bs-section.typ-prod {
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1023px) {
    .bs-section {
        padding: 3rem 0;
    }
    .bs-section .sec-head {
        margin-bottom: 2.5rem;
    }
    .bs-section .sec-head .sec-title {
        font-size: 3.2rem;
        line-height: 3rem;
        max-width: 80%;
        margin: 0 auto 0.8rem;
    }
    .bs-section .sec-head .subtitle {
        font-size: 1.5rem;
        line-height: 1.9rem;
        max-width: 80%;
        margin: 0 auto;
    }
    .bs-section.typ-prod .mb-space,
    .bs-section.typ-extras .mb-space,
    .bs-section.typ-giftcard .mb-space {
        margin-bottom: 3rem;
    }
    .bs-section.rem-top-space {
        padding-top: 0;
    }
    .bs-section.typ-extras .mod-img-desc .desc-wrap .desc {
        width: 100%;
        max-width: 18rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .bs-section.typ-extras .mod-img-desc.typ-long .img-wrap {
        height: 11rem;
        top: auto;
    }
    .bs-section.typ-extras .mod-img-desc.typ-long .desc-wrap {
        margin-top: 1.2rem;
    }
    .bs-section.typ-giftcard {
        padding-top: 3rem;
    }
    .bs-section.typ-giftcard .mod-img-desc .desc-wrap .note {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .bs-section.typ-prod {
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 768px) {
    .bs-section.typ-extras .container {
        width: 100%;
    }
}

@media only screen and (min-width: 1120px) and (max-width: 1199px) {
    .bs-section.typ-extras .container {
        width: 65%;
    }
}

@media only screen and (min-width: 1600px) {
    .bs-section.typ-extras .container {
        width: 55%;
    }
}

@media only screen and (min-width: 1920px) {
    .bs-section.typ-extras .container {
        width: 50%;
    }
}

.bs-footer .invalid-feedback {
    position: absolute;
    font-family: "NanumGothicRegular";
    color: #dc3545;
}

.bs-footer .eclub-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("https://media.bahamabreeze.com/images/site/responsive/eclub-bg.png") center center no-repeat;
    background-size: cover;
    height: 7.8rem;
}

.bs-footer .eclub-wrap .bs-form {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 5.2rem;
}

.bs-footer .eclub-wrap .bs-form .form {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 1rem;
    position: relative;
}

.bs-footer .eclub-wrap .bs-form .form .form-validation-failed {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -3.5rem;
    color: #dc3545;
}

.bs-footer .eclub-wrap .bs-form .form-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
}

.bs-footer .eclub-wrap .bs-form .form-title .eclub-img {
    display: inline-block;
    margin: 0 0.5rem;
    width: 6.5rem;
    height: 6.5rem;
    vertical-align: middle;
}

.bs-footer .eclub-wrap .bs-form .form-subtitle {
    width: 13rem;
    font-family: "TekoSemiBold";
    letter-spacing: 0.4px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.bs-footer .eclub-wrap .bs-form .form-group {
    margin: 0 2rem 0 1rem;
    width: 15rem;
}

.bs-footer .eclub-wrap .bs-form .form-group .form-control {
    width: 100%;
    height: auto;
    padding: 0.7rem 1rem;
    border-radius: 0;
    border: 1px solid #333333;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #585858;
    text-transform: initial;
    font-family: "NanumGothicRegular";
    background-color: #ffffff;
}

.bs-footer .eclub-wrap .bs-form .btn {
    width: 8rem;
    padding: 0.4rem 0.5rem 0.2rem;
    font-size: 1.2rem;
}

.bs-footer .eclub-wrap .bs-form .terms {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-family: "NanumGothicBold";
    font-size: 0.6rem;
    line-height: 1rem;
    color: #ffffff;
    text-transform: uppercase;
}

.bs-footer .eclub-wrap .bs-form #eclub-form-dynamic-title,
.bs-footer .eclub-wrap .bs-form #eclub-form-dynamic-copy {
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #ffffff;
}

.bs-footer .footer-nav {
    padding: 1.2rem 0;
    background: transparent;
}

.bs-footer .footer-nav .primary-nav,
.bs-footer .footer-nav .bottom-foot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-footer .footer-nav .primary-nav .nav-item,
.bs-footer .footer-nav .bottom-foot .nav-item {
    margin: 0 1rem;
}

.bs-footer .footer-nav .primary-nav .nav-item:first-of-type,
.bs-footer .footer-nav .bottom-foot .nav-item:first-of-type {
    margin-left: 0;
}

.bs-footer .footer-nav .primary-nav .nav-item:last-of-type,
.bs-footer .footer-nav .bottom-foot .nav-item:last-of-type {
    margin-right: 0;
}

.bs-footer .footer-nav .nav-link {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #096d68;
    text-transform: uppercase;
    font-family: "NanumGothicBold";
    padding: 0;
    transition: color 0.3s ease-in-out;
}

.bs-footer .footer-nav .nav-link:hover {
    color: #00a9a1;
}

.bs-footer .footer-nav .secondary-nav,
.bs-footer .footer-nav .extra-nav {
    display: flex;
    align-items: center;
    margin-top: 0.9rem;
}

.bs-footer .footer-nav .secondary-nav .nav-item,
.bs-footer .footer-nav .extra-nav .nav-item {
    padding: 0 0.6rem;
    border-right-width: 1px;
    margin: 0;
    border-right: 1px solid #096d68;
}

.bs-footer .footer-nav .secondary-nav .nav-item .nav-link,
.bs-footer .footer-nav .extra-nav .nav-item .nav-link {
    padding: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
    text-transform: initial;
    font-family: "NanumGothicRegular";
    color: #096d68;
}

.bs-footer .footer-nav .secondary-nav .nav-item:last-of-type,
.bs-footer .footer-nav .extra-nav .nav-item:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.bs-footer .footer-nav .secondary-nav .nav-item:first-of-type,
.bs-footer .footer-nav .extra-nav .nav-item:first-of-type {
    padding-left: 0;
}

.bs-footer .footer-nav .bottom-foot {
    flex-direction: column;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .social-title {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #096d68;
    text-transform: uppercase;
    font-family: "NanumGothicBold";
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.2rem;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item {
    margin-right: 1.2rem;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item:first-of-type {
    margin-left: 0;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item:last-of-type {
    margin-right: 0;
}

.bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item .social-link {
    width: 1.8rem;
    display: block;
    line-height: 0;
}

.bs-footer .footer-nav .bottom-foot .copy-extra-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
}

.bs-footer .footer-nav .bottom-foot .copy-extra-links .extra-nav {
    margin-top: 0;
}

.bs-footer .footer-nav .bottom-foot .copy-extra-links .extra-nav .nav-item .nav-link {
    border-right-color: #585858;
    color: #00a9a1;
}

.bs-footer .footer-nav .bottom-foot .copyright-text {
    font-size: 0.8rem;
    line-height: 0.7rem;
    color: #585858;
    font-family: "NanumGothicRegular";
}

.bs-footer .footer-nav .primary-nav {
    margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1023px) {
    .bs-footer .eclub-wrap {
        padding-top: 0;
        padding-bottom: 3rem;
        background-image: url("https://media.bahamabreeze.com/images/site/responsive/eclub-bg-sm.png");
        background-position: 0 0;
        height: auto;
        margin-bottom: 1.5rem;
    }
    .bs-footer .eclub-wrap .bs-form {
        padding: 0 15px;
        height: auto;
    }
    .bs-footer .eclub-wrap .bs-form .form {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 40rem;
        margin: 0 auto;
    }
    .bs-footer .eclub-wrap .bs-form .form .form-validation-failed {
        bottom: -2.5rem;
    }
    .bs-footer .eclub-wrap .bs-form .form-title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        width: auto;
        margin: 0;
        margin-right: auto;
    }
    .bs-footer .eclub-wrap .bs-form .form-title .eclub-img {
        width: 7rem;
        height: auto;
        margin: 0 0.8rem;
    }
    .bs-footer .eclub-wrap .bs-form .form-subtitle {
        min-width: calc(100% - 16rem);
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-left: auto;
    }
    .bs-footer .eclub-wrap .bs-form .form-group {
        margin: 0;
        width: 55%;
        margin-right: 1rem;
    }
    .bs-footer .eclub-wrap .bs-form .form-group .form-control {
        font-size: 1.3rem;
    }
    .bs-footer .eclub-wrap .bs-form .btn {
        width: 11rem;
        font-size: 1.4rem;
    }
    .bs-footer .eclub-wrap .bs-form .terms {
        display: none;
    }
    .bs-footer .footer-nav {
        padding: 1.5rem 15px;
    }
    .bs-footer .footer-nav .primary-nav .nav-item,
    .bs-footer .footer-nav .bottom-foot .nav-item {
        border-right: 1px solid #096d68;
    }
    .bs-footer .footer-nav .primary-nav .nav-item:last-of-type,
    .bs-footer .footer-nav .bottom-foot .nav-item:last-of-type {
        padding-right: 0.6rem;
    }
    .bs-footer .footer-nav .bottom-foot {
        flex-direction: column;
    }
    .bs-footer .footer-nav .secondary-nav {
        margin-right: 0;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 27rem;
        margin: 0 auto;
    }
    .bs-footer .footer-nav .secondary-nav .nav-item {
        padding: 0 0.6rem;
        margin-bottom: 1rem;
    }
    .bs-footer .footer-nav .secondary-nav .nav-item .nav-link {
        font-size: 1.2rem;
        line-height: 1rem;
    }
    .bs-footer .footer-nav .bottom-foot .copyright-text {
        font-size: 1rem;
        line-height: 1.4rem;
        display: block;
        padding-top: 1.5rem;
        text-align: center;
        text-transform: initial;
    }
    .bs-footer .footer-nav .bottom-foot .social-btn-wrap {
        padding-bottom: 2.5rem;
    }
    .bs-footer .footer-nav .bottom-foot .social-btn-wrap .social-title {
        display: none;
    }
    .bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list {
        margin-left: 0;
    }
    .bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item {
        margin-right: 2rem;
    }
    .bs-footer .footer-nav .bottom-foot .social-btn-wrap .btn-list .social-item .social-link {
        width: 3rem;
    }
    .bs-footer .footer-nav .bottom-foot .copy-extra-links {
        display: block;
        margin-top: 0;
    }
    .bs-footer .footer-nav .bottom-foot .copy-extra-links .extra-nav {
        display: none;
    }
    .bs-footer .footer-nav .primary-nav {
        margin-bottom: 1.2rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1170px) {
    .bs-footer .eclub-wrap {
        height: 10rem;
    }
    .bs-footer .eclub-wrap .bs-form {
        height: 6.5rem;
    }
}

@media only screen and (min-width: 1920px) {
    .bs-footer .eclub-wrap .bs-form {
        height: 6.2rem;
    }
}

.bs-form .form-control {
    border: 1px solid #333333;
    border-radius: 0;
    padding: 0.4rem 0.6rem;
    font-size: 1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    color: #096d68;
    height: auto;
    font-family: "NanumGothicRegular";
    background: #ffffff;
}

.bs-form .form-control.datepicker {
    background-image: url("https://media.bahamabreeze.com/images/site/responsive/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1rem 0.5rem;
    background-position: 98% 52%;
    padding-right: 1.6rem;
}

.bs-form select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-color: #ffffff;
    background-image: url("https://media.bahamabreeze.com/images/site/responsive/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1rem 0.5rem;
    background-position: 98% 52%;
    padding-right: 1.6rem;
}

.bs-menu-slider {
    margin-bottom: 2rem;
}

.bs-menu-slider .carousel-inner {
    width: 95%;
    margin: 0 auto;
}

.bs-menu-slider .carousel-indicators {
    bottom: -2rem;
    z-index: 2;
}

.bs-menu-slider .carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #fd9317;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    box-sizing: border-box;
    background-color: transparent;
}

.bs-menu-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fd9317;
    top: 3.3px;
    left: 3.3px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.bs-menu-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.bs-menu-slider .carousel-control-next,
.bs-menu-slider .carousel-control-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
}

.bs-menu-slider .carousel-control-next .carousel-control-next-icon,
.bs-menu-slider .carousel-control-next .carousel-control-prev-icon,
.bs-menu-slider .carousel-control-prev .carousel-control-next-icon,
.bs-menu-slider .carousel-control-prev .carousel-control-prev-icon {
    width: 2.8rem;
    height: 2.8rem;
}

.bs-menu-slider .carousel-control-next .carousel-control-prev-icon,
.bs-menu-slider .carousel-control-prev .carousel-control-prev-icon {
    background: url("https://media.bahamabreeze.com/images/site/responsive/left-arrow.png") no-repeat center center;
    background-size: cover;
}

.bs-menu-slider .carousel-control-next .carousel-control-next-icon,
.bs-menu-slider .carousel-control-prev .carousel-control-next-icon {
    background: url("https://media.bahamabreeze.com/images/site/responsive/right-arrow.png") no-repeat center center;
    background-size: cover;
}

.bs-menu-slider .carousel-control-prev {
    left: -2rem;
}

.bs-menu-slider .carousel-control-next {
    right: -2rem;
}

.bs-menu-slider .img-desc-wrap {
    position: relative;
}

.bs-menu-slider .img-wrap {
    min-height: 43rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-menu-slider .img-wrap .img-link {
    width: 100%;
    display: block;
}

.bs-menu-slider .desc-wrap {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    padding: 1rem 5rem;
}

.bs-menu-slider .desc-wrap .menu-title {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-transform: uppercase;
}

.bs-menu-slider .desc-wrap .menu-desc {
    font-family: "NanumGothicBold";
    color: #ffffff;
    width: 80%;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

@media only screen and (max-width: 1023px) {
    .bs-menu-slider {
        margin-bottom: 3rem;
    }
    .bs-menu-slider .carousel-inner {
        width: 100%;
    }
    .bs-menu-slider .carousel-indicators {
        display: flex;
        bottom: -2.5rem;
    }
    .bs-menu-slider .carousel-indicators li:before {
        top: 3px;
        left: 3px;
    }
    .bs-menu-slider .carousel-control-next,
    .bs-menu-slider .carousel-control-prev {
        display: none;
    }
    .bs-menu-slider .img-wrap {
        min-height: 20rem;
        width: 95%;
        margin: 0 auto;
    }
    .bs-menu-slider .desc-wrap {
        padding: 0.3rem 1.5rem;
    }
    .bs-menu-slider .desc-wrap .menu-title {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .bs-menu-slider .desc-wrap .menu-desc {
        width: 100%;
        max-width: 34rem;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
}

.bs-quick-links {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
}

.bs-quick-links .list {
    display: flex;
    align-items: center;
}

.bs-quick-links .link-item {
    border: 1px solid #ffffff;
    flex-grow: 1;
}

.bs-quick-links .link-item:first-of-type,
.bs-quick-links .link-item:last-of-type {
    border-left: none;
    border-right: none;
}

.bs-quick-links .quick-link {
    display: block;
    padding: 1.2rem;
    color: #e8e4de;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
    background-image: linear-gradient(to top, #02aaa2, #00a8ff);
    transition: all 0.3s ease-in-out;
    font-family: "TekoMedium";
    letter-spacing: 1.12px;
}

.bs-quick-links .quick-link:hover {
    background-color: #00a9a1;
    color: #ffffff;
}

.bs-quick-links.pos-fixed {
    position: fixed;
    bottom: 0;
}

.mod-img-desc .img-wrap {
    width: 90%;
    margin: 0 auto;
}

.mod-img-desc .desc-wrap .desc-title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    min-height: 5.2rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #00a9a1;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "TekoMedium";
    justify-content: center;
    flex-direction: column;
}

.mod-img-desc .desc-wrap .act-wrap {
    text-align: center;
}

.mod-img-desc .desc-wrap .act-wrap .btn {
    margin-top: 1rem;
}

.mod-img-desc.typ-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mod-img-desc.typ-col .img-wrap {
    width: 70%;
}

.mod-img-desc.typ-col .desc-wrap {
    text-align: center;
}

.mod-img-desc.typ-col .desc-wrap .title-img {
    width: 18rem;
    margin: 0 auto 1.2rem;
}

.mod-img-desc.typ-col .desc-wrap .desc-subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.mod-img-desc.typ-col.typ-reverse .img-wrap {
    order: 0;
}

.mod-img-desc.typ-col.typ-reverse .desc-wrap {
    order: 1;
}

.mod-img-desc.typ-col.typ-img .img-wrap {
    width: 100%;
}

.mod-img-desc.typ-col.typ-img .img-wrap .img-link {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .mod-img-desc .img-wrap {
        width: 70%;
        margin: 0 auto;
        max-width: 36rem;
    }
    .mod-img-desc .desc-wrap .desc-title {
        font-size: 2rem;
        line-height: 2.4rem;
        min-height: initial;
        flex-direction: row;
    }
    .mod-img-desc .desc-wrap .desc-title span {
        margin-right: 0.3rem;
    }
    .mod-img-desc .desc-wrap .desc-title span:last-of-type {
        margin-right: 0;
    }
    .mod-img-desc .desc-wrap .act-wrap .btn {
        display: block;
        margin: 1rem auto 0;
    }
    .mod-img-desc.typ-col {
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
    }
    .mod-img-desc.typ-col .desc-wrap {
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mod-img-desc.typ-col .desc-wrap .title-img {
        width: 50%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-img-desc.typ-col .desc-wrap .desc-subtitle {
        font-size: 2rem;
        line-height: 2rem;
    }
    .mod-img-desc.typ-col .img-wrap {
        width: 100%;
        margin-top: 2.5rem;
        max-width: initial;
    }
    .mod-img-desc.typ-col.typ-reverse .desc-wrap,
    .mod-img-desc.typ-col.typ-reverse .img-wrap {
        order: 0;
    }
    .mod-img-desc.typ-col.typ-img .img-wrap {
        max-width: initial;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1023px) {
    .mod-img-desc.typ-col {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mod-img-desc.typ-col .desc-wrap {
        display: block;
    }
    .mod-img-desc.typ-col .desc-wrap .title-img {
        margin-left: auto;
        margin-right: auto;
    }
    .mod-img-desc.typ-col .img-wrap {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .mod-img-desc.typ-col.typ-reverse .desc-wrap {
        order: 1;
    }
    .mod-img-desc.typ-col.typ-reverse .img-wrap {
        order: 0;
    }
}

.lyt-main {
    padding-top: 11rem;
}

@media only screen and (max-width: 1023px) {
    .lyt-main {
        padding-top: 21rem;
    }
}


/*# sourceMappingURL=main.css.map */
h2#eclub-form-dynamic-title {
    font-size: 1.6rem;
}
@media only screen and (max-width: 1023px){
h2#eclub-form-dynamic-title {
    font-size: 1.3rem;
    line-height: 2.2rem;
}
}