body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0082c8;
}

.no-pad {
    padding: 0px;
}

a,
a:active,
a:focus {
    outline: 0;
}

.digit {
    font-family: 'Open Sans', sans-serif;
}

#top-hder {
    padding: 17px 0px 7px;
    border-top: 4px solid #1bc8e6;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;

}

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

.navbar-brand {
    position: relative;
    z-index: 2;
}

.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    padding: 4px 20px;
    margin: 10px auto;
}

.navbar .navbar-collapse {
    position: relative;
}

.navbar .navbar-collapse .navbar-right > li:last-child {
    padding-left: 22px;
}

.navbar .nav-collapse {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 120px;
    padding-left: 80px;
    width: 100%;
}

.navbar.navbar-default .nav-collapse {
    background-color: #f8f8f8;
}

.navbar.navbar-inverse .nav-collapse {
    background-color: #222;
}

.navbar .nav-collapse .navbar-form {
    border-width: 0;
    box-shadow: none;
}

.nav-collapse > li {
    float: right;
}

.btn.btn-circle {
    border-radius: 50px;
}

.btn.btn-outline {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .nav-collapse {
        margin: 7.5px auto;
        padding: 0;
    }
    .navbar .nav-collapse .navbar-form {
        margin: 0;
    }
    .nav-collapse > li {
        float: none;
    }
}

.navbar-default .navbar-collapse,
.navbar-center .navbar-form {
    border-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.nav-txts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    border: 2px solid #ffffff;
    margin: 2px 2px;
}

.cart-bag .fa {
    font-size: 19px;
    color: #1bc8e6;
    float: right;
}

.nav > li > a {
    padding: 6px 29px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1bc8e6;
    background-color: transparent;
    border: 2px solid #1bc8e6;
}

.navbar-default .navbar-nav > li > a :hover {
    color: #1bc8e6;
    background-color: transparent;
    /*border: 2px solid #1bc8e6;*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #1bc8e6;
    background-color: transparent;
    border: 2px solid #1bc8e6;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-toggle {
    border: 1px solid #000000;
}




.logo-wrper {
    background-color: rgba(255, 255, 255, 0.74);
    position: absolute;
    z-index: 99;
}

.logo-wrper img {
    padding: 26% 5%;
}

#abot-txts {
    padding: 33px 0px 0px;
    background: url(../images/sky-bg01.png) center repeat;
    background-size: cover;
}

.abot-hdd1 {
    text-transform: uppercase;
    /* color: #004380;*/
    margin: 0px auto;
    font-size: 31px;
}

.abot-hdd2 {
    text-transform: uppercase;
    color: #1bc8e6;
    font-weight: 800;
    margin: 0px auto;
    font-size: 31px;
}

.ordering {
    margin: 17px auto;
    border-radius: 0px;
    padding: 14px 20px;
    background: none;
    border-top: 3px solid #1bc8e6;
    border-bottom: 3px solid #1bc8e6;
    border-right: none;
    border-left: none;
    color: #1bc8e6;
    font-size: 21px;
    font-weight: 500;
}

.ordering:hover {
    margin: 17px auto;
    border-radius: 0px;
    padding: 14px 20px;
    background: none;
    border-top: 3px solid #004380;
    border-bottom: 3px solid #004380;
    border-right: none;
    border-left: none;
    color: #004380;
    font-size: 21px;
    font-weight: 500;
}

#abot-txts p {
    text-align: justify;
    line-height: 23px;
}

#whitsundys {
    padding: 0px 0px 30px;
    background: url(../images/sky-bg02.png) center repeat;
    background-size: cover;
}

.whitsundys-hdd {
    text-align: center;
    color: #1bc8e6;
    font-size: 35px;
    font-weight: bold;
}


/*---------------*/

/***** Bubba *****/

/*---------------*/

figure.effect-bubba {
    background: #4fe1fa;
}

figure.effect-bubba img {
    /*opacity: 0.7;*/
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    /*opacity: 0.4;*/
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

#nn-bubba figure.effect-bubba h2 {
    padding-top: 8%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    /*transform: translate3d(0,-40px,0);*/
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#nn-bubba figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -15px, 0);
}

.effect-bubba h2 {
    font-size: 20px;
    font-weight: bold !important;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0em 0 0em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*margin: 7px 1%;*/
    /*	min-width: 320px;
    max-width: 480px;*/
    width: 100%;
    /*background: #000000;*/
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    /*opacity: 0.8;*/
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.hovr-hdd {
    font-size: 35px;
    font-weight: bold !important;
}

.hovr-hdd2 {
    font-size: 30px;
    font-weight: bold !important;
}

#packg-wrpers {
    padding: 30px 0px;
    /*    background: url(../images/bg03.jpg) repeat;*/
    background: url(../images/sky-bg01.png) repeat;
}

.packg-itms {
    background: #efeeee;
    float: left;
    border-bottom: 4px solid #1bc8e6;
    margin: 16px auto;
    /* min-height: 314px;*/
}

.packg-txts {
    padding: 15px;
}

.packg-txts h3 {
    font-weight: 600;
    margin: 0px auto;
    font-size: 17px;

}

.packg-txts p {
    padding: 5px 0px;
    margin: 0px auto;
}

.packg-txts a {
    color: #1bc8e6;
    font-weight: 600;
}

#testimonials {
    padding: 0px 0px;
    background: url(../images/testimonial-bg.jpg) center fixed repeat;
    background-size: cover;
}

.testimonial_subtitle {
    color: #0aaa7a;
    font-size: 12px;
}

.testimonial_btn {
    background-color: #373d4b !important;
    color: #ffffff !important;
    border: 1px solid #373d4b;
    border-radius: 0px;
}

.seprator {
    height: 1px;
    width: 120px;
    background-color: #1bc8e6;
    margin: 7px 0 10px 0;
}

.testimon-bg {
    background-color: rgba(255, 255, 255, 0.84);
    padding: 36px;
}

.testimon-bg h3 {
    margin: 0px auto;
    font-size: 34px;
    color: #1bc8e6;
}

.testimon-bg h4 {
    color: #1bc8e6;
}

#footer {
    background: #314f6c;
    padding: 26px 0px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

.footr-menus {
    padding: 0px;
}

.footr-menus li:before {
    content: '\f101';
    font-family: fontAwesome;
    padding-right: 7px;
    line-height: 26px;
}

.footr-menus li {
    list-style: none;
    color: #ffffff;
}

.footr-menus li a {
    color: #ffffff;
}

.social-icos li {
    list-style: none;
    display: inline-block;
    margin: 25px 1px;
}

.fb-icon {
    border: 1px solid #ffffff;
    padding: 6px 13px;
    border-radius: 51%;
}

.inste-icon {
    border: 1px solid #ffffff;
    padding: 6px 10px;
    border-radius: 50%;
}

.g-pls {
    border: 1px solid #ffffff;
    padding: 6px 7px;
    border-radius: 50%;
}

#footer-copy-rgt {
    padding: 10px 0px;
    font-size: 13px;
}

#footer-copy-rgt a {
    color: #000000;
}

.cart-icon-top li {
    list-style: none;
    padding: 8px 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.detils .fa {
    padding: 3px 7px;
    font-size: 19px;
}

#specils-drp-dwn .dropdown-menu {
    min-width: 182px;
    padding: 7px 0px;
    font-size: 14px;
    border-radius: 0px;
}

#specils-drp-dwn .dropdown-menu > li > a {
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
}

#specils-drp-dwn .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1bc8e6;
}

#specils-drp-dwn .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

#specils-drp-dwn .navbar-nav > li > .dropdown-menu {
    margin-top: 19px;
}


/*--------------*/

#footer a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#footer .widget a {
    color: #fff;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #1bc8e6, #1bc8e6 50%, #fff 50%);
    background-image: linear-gradient(to right, #1bc8e6, #1bc8e6 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    font-weight: 500;
}

#footer .widget a:hover {
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}








/*=========================
Icons
================= */

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}



.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoInstagram:hover {
    background-color: #3F729B;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoYelp:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    font-size: 17px;
}

.social-circle li i {
    margin: 0;
    line-height: 41px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.socil-icons a {
    border: 2px solid #ffffff;
}

.socil-icons {
    padding: 26px 0px;
}

#inner-banner {
    padding: 0px 0px;
    background: url(../images/contact-slider.jpg) center no-repeat;
    background-size: cover !important;
}

#inner-banner03 {
    padding: 0px 0px;
    background: url(../images/inner04.jpg) center no-repeat;
    background-size: cover;
}

.inner-logo {
    background-color: rgba(255, 255, 255, 0.74);
    padding: 54px 15px;
}

.inner-pge-hdd h1 {
    background: #1bc8e6;
    color: #ffffff;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 43px;
    padding: 1px 10px;

    float: right;
    margin-bottom: 10px;
}

.inner-pge-hdd h4 {
    background: #1bc8e6;
    color: #ffffff;
    margin: 0px auto;
    font-weight: 500;
    padding: 3px 10px;
    float: right;
    font-size: 16px;
}

.inner-pge-hdd {
    padding: 16% 0px 0px;
}

#slogan01 {
    padding: 0px;
}

.slogan-txt {
    background: #1bc8e6;
    color: #ffffff;
}

.slogan-txt h1 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    padding: 15px 0px;
    margin: 0px auto;
}

#abot-cntnt {
    padding: 30px 0px;
}

#abot-cntn figure.effect-layla img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.abot-txt {
    padding: 10px;
    float: left;
    width: 100%;
}

.abt-txt02 {
    background: #f4f4f4;
    float: left;
    width: 100%;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(171, 171, 171, 1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(171, 171, 171, 1);
    box-shadow: 3px 2px 5px 0px rgba(171, 171, 171, 1);
    margin-bottom: 30px;
}

.abt-txt02 h3 {
    /*font-weight:800;
    font-size: 30px;
    color:#1bc8e6;
    padding-bottom:7px;*/
    font-size: 22px;
}

.abt-txt02 p {
    font-size: 15px;
}

#bare-bot {
    padding: 30px 0px;
}

/*---------------*/

/***** Layla *****/

/*---------------*/

figure.effect-layla {
    /*background: #18a367;*/
}

figure.effect-layla img {
    /*height: 390px;*/
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 14%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);

}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    /*opacity: 0.7;*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


.palm-resrt {
    font-size: 16px !important;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #fff;
    font-weight: bold;
}

.palm-resrt1 {
    font-size: 13px !important;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #fff;
    font-weight: bold;
}



#bare-bot .grid {
    position: relative;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */

#bare-bot .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0%;

    width: 100%;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

#bare-bot figure.effect-bubba,
#pckg-smll-boxs figure.effect-bubba,
#packg-wrpers figure.effect-bubba {
    background-color: transparent;
}

#bare-bot figure.effect-bubba img,
#pckg-smll-boxs figure.effect-bubba img,
#packg-wrpers figure.effect-bubba img {
    opacity: 1;
}

#bare-bot .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    /*opacity: 0.8;*/
}

#bare-bot .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#bare-bot .grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

#bare-bot .grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

#bare-bot .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

#bare-bot .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.72);
}

#bare-bot .grid figure h2 span {
    font-weight: 800;
}

#bare-bot .grid figure h2,
.grid figure p {
    margin: 0;
}

#bare-bot .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    color: #fff;
    font-weight: bold;
}

#abot-cntnt figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, 0px, 0);
}

#gallry {
    padding: 30px 0px;
}

#gallry .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0%;
    /*min-width: 320px;
    max-width: 480px;*/
    max-height: 250px;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    padding: 0px;
}


#gallry figure.effect-layla img {
    height: 282px;
}

.categ-txts h4 {
    margin: 0px auto;
    float: left;
    width: 100%;
}

.categ-txts h4 a {
    color: #000000;
}

.pad-tp-bt {
    margin: 1px auto;
}

.categ-txts p {
    margin: 0px auto;
    color: #999999;
    float: left;
    width: 100%;
}

#galry-detils {
    padding: 30px 0px;
}

#galry-detils img {
    padding: 5px 0px;
}


/*---------------*/

/***** Sarah *****/

/*---------------*/

figure.effect-sarah {
    background: none;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#reqrments {
    padding: 30px 0px;
    background: url(../images/bg01.jpg) center repeat fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.73);
    /*text-align:center;*/
}

#reqrments h2 {
    color: #ffffff;
    text-transform: capitalize;
    /*font-weight:bold;*/
    text-align: left;
}

#reqrments p {
    color: #fff;
    text-align: left;
}

.requrmnts {
    padding: 10px 15px;
    width: 38%;
    margin: 15px auto;
}

.requrmnts2 {
    width: 75%;
    padding: 10px 15px;
    margin: 15px auto;
    border: 1px solid #1bc8e6;
}

@media (max-width:550px) {
    .requrmnts2 {
        width: 100%;
    }
}

.req-bttns {
    border-radius: 0px;
    padding: 10px 40px;
    margin: 0px auto;
    border: 1px solid #1bc8e6;
    margin-top: -2px;
    background: #1bc8e6;
}

.sp-require {
    width: 68%;
    height: 42px;
    border: 1px solid #1bc8e6;
    padding: 10px;
}

.any-special .req-bttns {
    margin: 0px;
    float: right;
}

#pckg-smll-boxs {
    padding: 30px 0px;
}

#specific-menu {
    padding: 0px 0px 18px;
}

.comn-padd {
    padding: 10px;
    border: 1px solid #dddddd;
}

.comn-padd-hdd {
    padding: 15px;
    background: #1bc8e6;
    font-weight: bold;
    border: 1px solid #61e2f8;
    color: #ffffff;
}

.price {
    padding: 0px;
    margin: 11px auto 0px;
    background: #1bc8e6;
    float: left;
    width: 100%;
}

.price h4 {
    padding: 12px 0px;
    color: #ffffff;
}

.price h2 {
    margin: 13px auto;
    font-weight: bold;
    color: #ffffff;
}

#upgrde {
    padding: 30px 0px;
}

/*---------------------------------*/

.pkg-box figure.effect-layla h2 {

    transform: none;
    padding-top: 5%;
    text-shadow: 2px 2px #3e2222;
}

.padBlock {
    padding: 40px 0px;
}

.pkg-main-txt {
    background: #f2f2f2;
}

.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    text-align: center;
    position: relative;
    clear: both;
}

.divider.divider-small {
    margin: 22px auto;
    background: transparent;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.divider.divider-primary.divider-small hr {
    background: #1bc8e6;
    position: absolute;
}

.divider.divider-small hr {
    width: 50px;
    height: 3px;
}

.mt-2 {
    margin-top: .3rem !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.sliding-scale {
    background: #fff;
}

.specialh3 {
    text-align: center;
    color: #1bc8e6;
    margin: 20px 0px;
}

.b-boat figure.effect-layla figcaption::before {
    top: 30px;
    right: 25px;
    bottom: 30px;
    left: 25px;
}

.b-boat figure.effect-layla figcaption::after {
    top: 20px;
    right: 34px;
    bottom: 20px;
    left: 34px;
}

.b-boat .grid figure h2 {
    font-size: 27px;
}

.b-boat .grid figure p {
    letter-spacing: .3px !important;
}

.bgGrey {
    background: #f2f2f2;
}

#smll-ids figure.effect-layla h2 {
    padding-top: 2%;
    text-shadow: 2px 2px 1px #545151;
}

/*------ ready to eat--------*/

.eat-meal ul li::before {
    content: "\f0a9";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    color: #1bc8e6;
}

.eat-meal ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;

}

.eat-meal ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

#meals-selection.padBlock {
    padding-top: 70px;
}

#meals-selection figure.effect-layla img,
figure.effect-layla h2 {
    text-shadow: 1px 1px 1px #575757;
}

.order-btn {
    padding: 10px 20px;
    background: #0c579c;
    border-radius: 2px;
    color: #fff;
}


/* button effect */

.c-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth {
    width: 225px;
}

.c-btn.fullwidth-liquid {
    width: 225px;
    color: #fff;
    background: #0c579c;
    border: none;
}

.c-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-btn.fullwidth-liquid::before {
    background: #fff;
}

.c-btn:hover::before,
a:hover .c-btn::before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    border: 1px solid #1bc8e6;
}

.c-btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.c-btn:hover,
a:hover .c-btn {
    color: #fff;
}

.c-btn.fullwidth-liquid:hover {
    color: #1bc8e6;
}

.margin20 {
    margin: 20px 0 0 0;
    line-height: 22px;
}

@media (min-width:768px) and (max-width:990px) {
    .inner-pge-hdd h1 {
        font-size: 33px;
    }
}

.small-font {
    font-size: 12px;
}

.pricing {
    font-family: 'Open Sans', sans-serif;
}

.price h2,
.price h5 {
    display: inline-block;
    color: #fff;
}

.dot-hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #1bc8e6;
}

.order-items input {
    line-height: 25px;
    width: 100%;
    border: 1px solid #a9a9a9;
}

.order-submit .c-btn {
    margin: 10px 3px;
    letter-spacing: 0.07em;
}

.order-submit .c-btn.fullwidth-liquid {
    width: auto;
}

#order-itemz {
    background: #f9f9f9;
}

/*-------------- Diet/allergies ------------------*/

#diet-options {
    background: #f9f9f9;
    margin: 15px 0px;
}

.div-center {
    margin: 0px auto;
    float: none;
}

.cater-diet h3 {
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.other-btn h4 {
    text-align: left;
}

.other-btn p {
    text-align: left;
    padding: 15px;
    line-height: 23px;
}

.other-btn .close {
    color: #f00;
    opacity: 1;
    font-size: 30px;
}

#diet-select-option {
    background: #f9f9f9;
}

.btn-age.btn span.glyphicon {
    opacity: 1;
}

.btn-age.btn.active span.glyphicon {
    opacity: 0;
}

.btn-age {
    margin-right: 10px;
    display: inline;
    border-radius: 0px;
    margin-top: 5px;
}

#beverages-txt .well-sm {
    padding: 15px;
    border-radius: 0px;
}

#beverages-txt .well-sm p {
    display: inline;
    font-size: 13px;

}

.box-size {
    padding: 30px;
    margin: 0px;
}

/*---------------*/

/** Custom Select **/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    /*width: 130px;*/
    padding: 0 60px 0 22px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    background: #0c579c;
    border-radius: 0px;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 99999;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    background: #fff;
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 15px;
    /*font-weight: 600;*/
    color: #564c4c`;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    text-align: left;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
    color: #1bc8e6;
}

/*---------------*/

.specials-box .dot-hr {
    border-top: 1px dashed #ddd;
    margin-top: 10px;
}

.order-style.order-items input {
    padding: 2px 5px 0px 0px !important;
    text-align: right !important;
    border-radius: 4px;
    border: 1px solid #0987a5;
}

.specials-box {
    border: 1px solid #ddd;
    padding: 25px 30px 7px;
}

.pricing h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0987a5;
}

.icon-cart-box .c-btn {
    letter-spacing: normal;
}

.icon-cart-box .c-btn.fullwidth-liquid {
    width: 185px;
}

.icon-cart-box i.fa.fa-shopping-cart {
    margin: 0px 10px 0px 0px;
    /*display: block;*/
    font-size: 22px;
    float: left;
}

@media (min-width:768px) and (max-width:1020px) {
    .specials-box {
        margin: 25px 0px 0px;
    }
    .sm-style {
        padding: 0px;
    }
    .sm-style .box-size {
        padding: 10px 30px;
    }
    .sm-style .price h4 {
        padding: 0px;
    }
}

.icon-cart-box .c-btn {
    padding: 15px;
}

.icon-cart-box .c-btn span {
    text-align: left;
}

@media (min-width:1020px) and (max-width:1200px) {
    .full-pack h4 {
        font-size: 16px;
    }
}

/*-------------------*/

.padBlock70 {
    padding: 70px 0px;
}

#beverages-list {
    background: #f3f3f3;
}

.navbar-side-collapse {
    padding: 0px;
}

.navbar-side-collapse .side-nav li {
    width: 100%;
    border-bottom: 1px solid #eaeceb;
    list-style: none;
}

.side-nav a,
.side-nav i {
    display: inline-block !important;
}

.side-nav > li > a {
    padding: 6px 10px;
    color: #3c3737;
    font-weight: 500;
}

.side-nav > li > a:hover {
    color: #0987a5;
}

.collapse.in li a:hover {
    color: #0987a5;
}

.sidebar-panel {
    background: #f9fbfa;
    border: 1px solid #1bc8e6;
    padding: 65px 15px;
}

.sidebar-panel .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.sidebar-panel .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 17px;
}

.side-nav ul.collapse.in {
    padding-left: 20px;
    border-top: 1px solid #eaeceb;
    transition: padding ease-in-out .3s;
}

.side-nav ul.collapse.in a i {
    padding-right: 10px;
}

.side-nav ul.collapse.in li {
    padding: 6px 0px;
}

.side-nav ul.collapse.in li:last-child {
    border: 0px;
}

.mar60 {
    margin-top: 60px;
}

.mar85 {
    margin-top: 85px;
}

textarea#request {
    width: 100%;
    border: 1px solid #ddd;
}

.list-box {
    background: #fff;
    padding: 30px 15px 50px;
    margin-bottom: 20px;
}

.list-box .box-img {
    float: left;
    margin: 5px 50px 5px 10px;
}

.box-text {
    padding: 10px 0px 10px;
}

.box-text p {
    letter-spacing: .6px;
    margin-bottom: 2px;
}

.box-text p.brand {
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.box-text p.variety {
    font-weight: 700;
    color: #0987a5;
    font-size: 16px;
}

.box-text p.location {
    color: #0987a5;
}

.box-text p.rate {
    margin-top: 20px;
}

.box-text p.rate span {
    padding: 7px 52px;
    /*background: #ddd;*/
    margin: 10px 0px !important;
    border-radius: 4px;
    color: #0987a5;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #0987a5;
}

.box-text .quantity {
    margin-top: 16px;
}

.box-text .input-group {
    width: 20%;
    float: left;
}

.box-text .input-group .form-control {
    border-radius: 4px;
    border: 1px solid #0987a5;
    text-align: center;
}

.btn-add-cart {
    border: 1px solid #0987a5;
    margin: 0px 7px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 12px;
    font-weight: 500;
    color: #0987a5;
}

@keyframes sheen {
    0% {
        transform: skewY(-45deg) translateX(0);
    }

    100% {
        transform: skewY(-45deg) translateX(13.5em);
    }
}

.wrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button {
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
}

.button:hover {
    background-color: #0987a5;
    color: #fff;
    /*border-bottom: 4px solid #1977b5;*/
}

.button:hover:before {
    transform: skewX(-45deg) translateX(15.5em);
    transition: all 0.5s ease-in-out;
}

.price-btn {
    background: transparent;
    transition: all 0.7s ease-out;
    background: linear-gradient(270deg, rgb(36, 151, 255), rgb(27, 200, 230), rgba(233, 234, 236, 1), rgba(233, 234, 236, 1));
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.price-btn:hover {
    color: #fff !important;
    border: 1px solid rgba(223, 190, 106, 0);
    background-position: 99% 50%;
}

.price-btn:hover .box-text p.rate span {
    background: linear-gradient(270deg, rgb(36, 151, 255), rgb(27, 200, 230), rgba(233, 234, 236, 1), rgba(233, 234, 236, 1));
}

.navbar-side-collapse {
    padding: 0;
    display: block;
}

/*----------------------------------------*/

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 999;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 650px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container p {
    padding: 3em 1em 1em;
    font-size: 15px !important;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}

.special-input {
    width: 50%;
    border: 1px solid #ddd;
    height: 30px;
}

.form-inline {
    padding-bottom: 35px;
}

.form-inline .btn-info {
    border: 0px;
}

/*--------------*/

.data-table thead th {
    background-color: #004380;
    color: #fff;
}

.data-table th {
    line-height: 20px;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.data-table tbody th,
.data-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 10px 6px;
}

#shopping-cart-table .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 16px;

}

#shopping-cart-table {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 25px;
}

#shopping-cart-table.data-table .price {
    font-weight: bold;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}

#shopping-cart-table input.qty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #eee;
    font-size: 15px;
    font-weight: normal;
    margin: 0 !important;
    outline: medium none;
    padding: 8px 10px;
    width: 60px;
    text-align: right;
}

#shopping-cart-table a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 2px #eee solid;
}

#shopping-cart-table a.remove-item:hover {
    background-color: #e56664;
    border: 2px #eee solid;
    color: #fff;
}

#shopping-cart-table a.remove-item:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 16px;
}

#shopping-cart-table tfoot tr td.last {
    border-top: none;
}

button.button.btn-update:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

button.button#empty_cart_button:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

button.button.btn-continue:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

#shopping-cart-table a.remove-item span {
    display: none;
}

#shopping-cart-table .button:before,
.cart-outer .cart-btns .button:before {
    position: unset;
    transform: none;
    width: auto;
    display: inline;
    background-color: transparent;
}

.data-table thead tr,
.data-table tfoot tr {
    background-color: #f5f5f5;
}

.data-table thead td,
.data-table tfoot th,
.data-table tfoot td,
.cart .totals table th,
.cart .totals table td {
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Roboto', sans-serif;
}

.data-table td {
    line-height: 20px;
    padding: 10px;
}

button.button {
    display: inline-block;
    border: 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    color: #333;
    font-weight: normal;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: 2px solid #eee;
}

.cart-table .btn-update,
.cart-table #empty_cart_button {
    float: right;
    margin-left: 8px;
}

td.image {
    text-align: center;
}

.cart-collaterals h3 {
    font-size: 12px;
    background-color: #f5f5f5;
    color: #333;
    margin-bottom: 14px;
    border-bottom: 1px #ddd solid;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: auto;
}

.totals {
    margin-top: 25px;
    border: 1px #ddd solid;
    min-height: 250px;
}

.totals .inner {
    padding: 15px;
    background-color: #fff;
    margin-top: 0px;
}

#shopping-cart-totals-table {
    float: right;
    width: 100%;
    padding-bottom: 8px;
}

.checkout {
    color: #666666;
    padding-top: 5px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fullwidth-liquid.checkout {
    background: #e56664;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    border: none;
    width: 100%;
}

#shopping-cart-totals-table .price {
    font-size: 14px;
    color: #333;
    background: transparent;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.cart-collaterals .table > thead > tr > th,
.cart-collaterals .table > tbody > tr > th,
.cart-collaterals .table > tfoot > tr > th,
.cart-collaterals .table > thead > tr > td,
.cart-collaterals .table > tbody > tr > td,
.cart-collaterals .table > tfoot > tr > td {
    border: none;
}


/*--------------*/

.shopping-cart .cart-ship-info label {
    font-size: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #2d3a4b;
    text-transform:capitalize;
}

.shopping-cart .cart-ship-info input {
    border: 1px solid #2d3a4b;
    width: 60px;
    height: 44px;
    float: left;
    width: 100%;
    font-size: 11px;
    padding: 0 10px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: normal;
    text-align: left;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cart-ship-info li {
    list-style: none;
}

.shopping-cart .cart-ship-info h6 {
    margin-bottom: 60px;
    margin-top: 0px;
    color: #2d3a4b;
    font-size: 20px;
    letter-spacing: 3px;
}

.shopping-cart .cart-ship-info h6:before {
    width: 60px;
    height: 2px;
    background: #1bc8e6;
    border: none;
    content: '';
    display: inline-block;
    position: absolute;
    margin-top: 30px;
}

.shopping-cart .cart-ship-info select {
    border: 1px solid #2d3a4b;
    width: 60px;
    height: 44px;
    float: left;
    width: 100%;
    font-size: 11px;
    padding: 0 10px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px;
}

.shopping-cart .cart-ship-info label.sp-select {
    margin-bottom: 2px;
}

.shopping-cart .cart-ship-info select option,
.shopping-cart .cart-ship-info select {
    font-size: 15px;
}


.ui-draggable,
.ui-droppable {
    background-position: top;
}

.shopping-cart .cart-ship-info input.check {
    height: 16px;
    width: auto;
    margin: 3px 10px;
}

#checkout form ul {
    padding: 0px;
}



/*-------- videos -------*/

.videos {
    margin: 25px 0px;
}

.video-single {
    min-height: 250px;
}

.video-img img {
    border-radius: 5px;
    margin-bottom: 8px;
}

.video-single:hover .video-img img {
    opacity: .9;
}

.video-head p {
    font-weight: 600;
    color: #004380;
}

.video-description p {
    line-height: 24px;
}





@media (max-width:760px) {
    #checkout .text-right {
        text-align: center;
    }
    .video-img img {
        margin: 5px auto;
    }
    .video-head p {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1025px) {
    #footer .col-lg-2,
    #footer .col-lg-3 {
        padding: 0px;
    }
    #footer .socil-icons ul.social-network li {
        margin: 0 2px;
    }
}

@media (max-width:999px) {
    .cart-outer {
        padding: 0px;
    }
}

@media (min-width:560px) {
    .cart-btns {
        background: #f5f5f5;
        padding: 10px;
    }
    .right-btns {
        float: right;
    }
}

@media (max-width:559px) {
    .button.button {
        /*        margin: 5px 5px 0px 0px;*/
        margin: 1px 5px 0px 4px;
        border: 1px solid #1bc8e6;
        background: #1bc8e6;
        color: #fff;
    }
    .data-table th {
        line-height: 13px;
        padding: 10px 5px;
        font-size: 10px;
        text-transform: none;
    }
    .data-table tbody th,
    .data-table tbody td {
        padding: 10px 0px 6px 5px;
    }
    #shopping-cart-table .product-name {
        font-size: 14px;
    }
    .quantity a.btn-add-cart {
        float: none !important;
        margin: 0px 0px 0px 2px;
    }
}

/*------ upgrade --------------*/

.upgrade-blocks {
    margin: 35px 0px;
}

.upgrade-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f6f3f3;
    padding-bottom: 20px;
    border: 1px solid #ececec;
    border-bottom: 2px solid #09AFDF;
    margin-bottom: 20px;
}

.upgrade_warp {
    position: relative;
}

.upgrade_warp a {
    bottom: 20%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
    margin-bottom: -10px;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    letter-spacing: 5px;
    font-size: 12px;
    padding: 15px;
}

.upgrade_warp:hover a {
    opacity: 1;
    letter-spacing: .5px;
    color: #fff;
}

.upgrade_warp:after {
    background: transparent none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 100%;
    z-index: 1;
}

.upgrade_warp:hover::after {
    background-color: rgba(51, 51, 51, 0.9);
}

.upgrade-box .number {
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 25px;
    vertical-align: top;
    float: left;
    height: 50px;
    width: 85px;
    margin-right: 20px;
    line-height: 30px;
    color: #fff;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    background: #1bc8e6;
    padding-top: 3px;
    font-weight: 600;
}

.upgrade-box img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.upgrade-box .icon {
    position: relative;
    float: left;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    text-align: center;
    font-size: 17px;
    line-height: 50px;
    font-weight: normal;
}

.upgrade-box .icon:before {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.upgrade-box h4 {
    text-align: left;
    /*margin-bottom: 7px;*/
}

.upgrade-box .subtext {
    text-align: left;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6;
}

.upgrade-box p {
    text-align: left;
    padding-top: 20px;
}

#upgrades a {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.subtext hr {
    margin: 5px 0px;
}

.subtext span {
    color: #004380;
    text-transform: uppercase;
    font-weight: 600;
}

.number span {
    display: block;
    font-size: 10px;
    position: relative;
    top: -10px;
}

.subtext form {
    margin-top: 5px;
}

.subtext .input-group {
    width: 30%;
    float: left;
}

.subtext .quantity {
    margin-top: 10px;
}

.subtext .input-group .form-control {
    border-radius: 5px;
    text-align: center;
}

.quantity a.btn-add-cart {
    float: right;
}

/*--------------*/

.box-four .upgrade-box .number,
.box-single .upgrade-box .number {
    width: 75px;
    margin-right: 10px;
}

.box-four .upgrade-box .number {
    background: #014380;
}

.box-four .upgrade-box h4 {
    margin-bottom: 20px;
}

.box-four .upgrade_warp a {
    bottom: 12%;
}

.box-four .upgrade_warp:hover a {
    letter-spacing: 0px;
}

.box-four .upgrade-box {
    min-height: 430px;
    margin-bottom: 25px;
}

.box-four .upgrade-box h4 {
    padding-right: 10px;
}

/*----------------------------*/

.upgrade-blocks .col-xs-12 {
    padding: 0px 8px;
}

.box-single .upgrade-box .number {
    height: 60px;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 7px;
}

.box-single .number span {
    font-size: 11px;
}

.box-single h5 {
    font-family: 'Open Sans', sans-serif;
}

.box-single .upgrade_warp a {
    top: 0;
    line-height: 15px;
    padding: 10px;
}

.box-single .subtext .quantity {
    margin-top: 15px;
}

.ready-meal .grid figure {
    margin: 10px 0px;
}

.ready-meal .grid figure img {
    opacity: .8;
}

/*--------------------*/

#specific-self-select .list-box .box-img {
    float: left;
    margin: 5px 30px 5px 30px;
}

#specific-self-select {
    background: #f3f3f3;
}

/*------ self select-------*/

#self-select-list {
    background: #f3f3f3;
}

.mct-btn .btn-info {
    width: 95%;
    margin: 0px 0px 15px;
}

#self-select-list .sidebar-panel {
    padding: 40px 15px;
}

#self-select-list .side-nav li a,
#self-select-list .side-nav li i {
    display: inline-block;
}

#self-select-list .side-nav li a {
    padding: 0px 6px 5px;
    line-height: 18px;
}

#self-select-list .panel-body,
#self-select-list .panel-heading {
    padding: 15px 5px;
}

#self-select-list .widget ul li::before {
    content: "\f101";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
}

#self-select-list .widget ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

#self-select-list .widget ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

#self-select-list .list-box .box-img img {
    width: 130px;
}

#self-select-list .list-box .box-img {
    margin: 5px 8px 5px 0px;
}

#self-select-list .list-box {
    padding: 20px 5px 20px;
}

#self-select-list .quantity a.btn-add-cart {
    float: none;
}

#self-select-list .box-text p.rate span {
    padding: 7px 70px;
    /* display: table;
    min-width: 208px;*/
}

#self-select-list .box-text p.weight {
    color: #0987a5;
}

#self-select-list .box-text p.brand {
    font-size: 16px;
}

#self-select-list .list-box .box-img img:hover {
    -webkit-filter: contrast(125%);
    filter: contrast(125%);
}

.padBlockTop {
    padding: 40px 0px 10px;
}

.special-request-btn {
    position: relative;
    bottom: 30px;
}

#special-request-form {
    /*background: url(../images/bg03.jpg) repeat;*/
}

/* =================================== FAQ =================================== */

.faq_wrapper {
    position: relative;
    background-color: #fff;
}

.faq_wrapper .items {}

.faq_wrapper .items > li > a {
    display: block;
    font-size: 20px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-left: 3px;
    border-left: 1px solid #a1a1a1;
    position: relative;
}

.faq_wrapper .items > li:last-child > a {
    padding-bottom: 0;
}

.faq_wrapper .items > li > a::before {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff inset;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 20px;
    position: absolute;
    left: -5px;
}

.itemHover {
    color: #fff;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}

.faq_wrapper .items > li > a:hover {
    color: #ff3332;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.faq_wrapper .items > li > a.expanded {
    color: #ff3332;
    padding-bottom: 0;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.faq_wrapper .items > li > a.expanded::before,
.faq_wrapper .items > li > a:hover::before {
    content: "";
    background: #ff3332;
    border-color: #ff3332;
}

.faq_wrapper .sub-items p {
    position: relative;
}

.faq_wrapper .sub-items {
    display: none;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-left: 3px;
    border-left: 1px solid #a1a1a1;
}

.faq_wrapper .items > li:last-child .sub-items {
    padding-bottom: 0;
}

.faq_wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.faq_wrapper .items > li > a,
.faq_wrapper .items > li > a:hover,
.faq_wrapper .items > li > a:active {
    text-decoration: none;
}

.padBlockLarge {
    padding: 65px 0px 85px;
}

.faq_wrapper table td {
    text-align: center;
    border: 1px solid #cccccc;
}

.faq-bottom-text p {
    color: #17baef;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

/* ===================================  =================================== */

#inner-banner.self-select-banner {
    background: url(../images/inner02.jpg) center no-repeat;
}

#inner-banner.diet-banner {
    background: url(../images/inner03.jpg) center no-repeat;
}

/*
#inner-banner.bareboat-banner {
background: url(../images/inner05.jpg) center no-repeat;
}
*/
#inner-banner.bareboat-banner {
    background: url(../images/platters_banner-new.jpg) center no-repeat;
}

#inner-banner.beverages-banner {
    background: url(../images/inner06.jpg) center no-repeat;
}

#inner-banner.cart-banner {
    background: url(../images/inner07.jpg) center no-repeat;
}

#inner-banner.packages-banner {
    background: url(../images/inner08.jpg) center no-repeat;
}

#inner-banner.diet-allergies-banner {
    background: url(../images/inner09.jpg) center no-repeat;
}

/*#inner-banner.faq-banner {
background: url(../images/inner10.jpg) center no-repeat;
}*/

#inner-banner.palm-bay-resort-banner {
    background: url(../images/inner11.jpg) center no-repeat;
}

/*
#inner-banner.gallery-banner {
background: url(../images/inner12.jpg) center no-repeat;
}
*/

#inner-banner.hamilton-island-banner {
    background: url(../images/inner13.jpg) center no-repeat;
}

#inner-banner.partial-packages-banner {
    background: url(../images/inner14.jpg) center no-repeat;
}

#inner-banner.ready-eat-meals-banner {
    background: url(../images/inner15.jpg) center no-repeat;
}

#inner-banner.upgrades-banner {
    background: url(../images/inner16.jpg) center no-repeat;
}

#inner-banner.videos-banner {
    background: url(../images/inner17.jpg) center no-repeat;
}

#inner-banner.kids-meals-banner {
    background: url(../images/inner09.jpg) center no-repeat;
}

/*================= edit =====================*/

.fix-design figure.effect-layla img {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, 0px, 0);
}

.fix-design .packg-txts h3 {
    font-size: 20px;
}

.box-bg-grey {
    background: #efeeee;
}

#custom-search-form {
    margin: 5px 0px 15px;
    padding: 0;
}

#custom-search-form .search-query {
    padding: 5px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #5bc0de;
    min-width: 250px;
}

#custom-search-form button {
    border: 0;
    background: none;
    padding: 2px 5px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;
}

.cater-diet .form-control {
    border: 1px solid #1bc8e6;
}

@media (min-width:1200px) {
    .holiday-meet ul {
        column-count: 2;
    }
}

.holiday-meet li:before {
    content: '\f101';
    font-family: fontAwesome;
    padding-right: 7px;
    line-height: 20px;
    color: #1bc8e6;
    left: 0;
    position: absolute;
}

.holiday-meet ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

.holiday-meet ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.box-grid-style {
    width: 20%;
}

@media (min-width:1024px) {
    .box-size {
        min-height: 310px;
        /*min-height: 362px;*/
    }
    .kids-meals-order .box-size {
        min-height: 280px;
    }
}

.package-order-form-btns {
    margin-left: 7px;
}

.package-order-form-btns .btn-add-cart {
    /*width: 170px;*/
}

#order-itemz .box-size {
    float: none;
}

#special-request-box {
    /*text-align: center;*/
    padding: 30px 0px 60px;
    background: #f9f9f9;
}

#special-request-box .req-bttns {
    /*margin-top: -3px;*/
}

#special-request-box .requrmnts {
    margin: 15px auto;
    border: 1px solid #337ab7;
}

.button-grey-style .price-btn {
    padding: 8px 50px;
    border-radius: 4px;
    color: #0987a5;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #0987a5;
}

.button-grey-style .price-btn a {
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.button-grey-style .price-btn:hover a {
    color: #fff;
}

/*================*/

.i-agree .btn-default {
    color: #009ec3;
    background-color: #fff;
    border-color: #009ec3;
}

#i-agree {
    background: #f5f5f5;
    padding: 55px 0px;
}

.i-agree .btn:focus,
.i-agree .btn:active:focus,
.i-agree .btn.active:focus,
.i-agree .btn.focus,
.i-agree .btn:active.focus,
.i-agree .btn.active.focus {
    outline: 0px;
}

#diet-select-option .form-control {
    border-radius: 4px;
    border: 1px solid #0987a5;
}

#meals-selection .widget ul {
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}

#meals-selection .widget ul li::before {
    content: "\f101";
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    line-height: 30px;
}

#meals-selection .widget ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

#meals-selection .panel-heading {
    padding: 10px 15px 0px;
}

#meals-selection .list-box .box-img {
    margin: 0px 30px 0px 0px;
}

.long-box {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 4px;
    padding: 20px 0px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.long-box-data p.rate {
    margin-top: 25px;
}

.long-box-data p.rate span {
    padding: 5px 35px;
    border-radius: 4px;
    color: #0987a5;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #0987a5;
}

p.meal-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #2f484b;
}

p.meal-description {
    font-weight: 600;
    color: #0987a5;
}

.long-box-data .input-group .form-control {
    border-radius: 4px;
    border: 1px solid #0987a5;
    text-align: center;
}

.meals-quantity .btn-add-cart {
    margin: 10px 0px 0px;
    width: 100%;
}

.food-type {
    padding: 0px;
    text-align: center;
}

.food-type p {
    margin-top: 27px;
    letter-spacing: .5px;
}

.meals-search {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 12px 0px 0px;
    border: 1px solid #e6e6e6;
}

.specials-box .help-block {
    font-size: 13.5px;
}

#diet-select-option .form-horizontal .control-label {
    font-weight: 700;
    text-align: left;
}



.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.martop {
    margin-top: 5px;
}

#kids-meals-table .table > tbody > tr > td {
    padding: 10px;
}

/*---------------*/

.social-icon {
    margin: 55px auto 30px;
}

.social-icon ul {
    list-style: none;
    padding: 0px;
    display: block;
}

.social-icon ul li {
    display: inline;
    padding-right: 10px;
}

.social-icon ul li a {
    color: #555;
    border: 2px solid #555;
    padding: 8px 12px;
    line-height: 15px;
    font-size: 24px;
}

.social-icon ul li a:hover {
    color: #000;
    border: 2px solid #000;
}

.contact-details {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .2px;
}

.contact-notes i.fa {
    width: 20px;
}

.contact-forms .form-control {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.contact-forms textarea.form-control {
    height: 95px !important;
}

.contact-notes p {
    font-size: 15px;
}

.contact-details a {
    color: #333;
}

.btn-submit {
    padding: 9px 30px;
    margin: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    border-color: #333;
    color: #333;
}

.btn-submit:hover {
    border-color: #0987a5;
    color: #fff;
}

.social-icon ul li:first-child a {
    padding: 8px 19px;
}

.social-icon ul li:last-child a {
    padding: 8px 16px;
}

.thanks {
    text-align: center;
    padding: 30px;
    box-shadow: none !important;
}

.thanks .divider.divider-primary.divider-small hr {
    position: relative;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
.mct-btn .btn-info {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 10px 12px;

}
.categories ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 26px;
    width: 100%;
    z-index: 20;
    position: absolute;
    left: 0
}

.categories ul li ul li i.fa {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.categories ul li,
.categories ul li ul li {
    position: relative
}

.categories ul li .fa-angle-down,
.categories ul li .fa-angle-up {
    float: right;
    line-height: 50px;
    margin-right: 15px
}
.categories ul li a.main-a {
    display: block;
    background-color: #ff3c20;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    border-radius: 10px 10px 0 0
}

.categories ul li ul li {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left
}

.categories ul li ul li a:hover,
.categories ul li ul li.active a {
    border-left-color: #ff3c20
}
.categories > ul > li > ul > li > a > i:first-child {
    padding-right: 10px;
    position: absolute;
    left: 0
}

.categories ul li ul li a:hover {
    color: #ff3c20
}

@media (min-width:481px) and (max-width:767px) {

    .categories ul li ul li a {
        font-size: 13px
    }
    .categories ul li a.main-a {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .categories ul {
        width: 33%
    }
    .categories ul li ul,
    .manufacture .categories ul {
        width: 100%
    }
}

.manufacture a.main {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    display: block;
    background-color: #ff4001;
    height: 50px;
    line-height: 50px;
    padding-left: 10px
}

.manufacture.col-md-3 {
    padding-left: 0
}

.manufacture .categories ul {
    margin-bottom: 0;
    position: relative
}

.manufacture .categories ul li a.main-a {
    background-color: transparent;
    border: 1px solid #efeeee;
    color: #313131;
    /*border-top: none;*/
    font-size: 13px;
    font-weight: 400;
    padding-right: 15px;
    border-radius: 0;
    transition: all .4s
}

.manufacture .categories ul li a.main-a:hover,
.manufacture .categories ul li a.main-a:hover i {
    color: #ff4001;
}

.manufacture .categories ul li a.main-a i {
    float: right;
    line-height: 50px;
    color: #ea5046;
    margin-right: 0;
    font-size: 18px;
    transition: all .4s
}

.manufacture .categories ul li ul {
    position: relative;
    background-color: #e8f7fb;
    padding: 15px 0 15px 20px;
    margin-bottom: 0;
    box-shadow: none
}

.manufacture .categories ul li ul li {
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    line-height: 1.9;
    transition: all .4s
}

.manufacture .categories ul li ul li:hover {
    color: #ff4001
}

.manufacture .categories ul li ul li:after {

    content: "\f101";
    left: 0;
    position: absolute;
    font-family: FontAwesome;

}
.manufacture .categories ul li a.main-a:focus, .categories ul li ul li a:focus{
    text-decoration: none;
}
.categories ul li ul li a{
    color: #014380;
}

/*========= 4-9-18  ===*/

.sidebar-panel h4 {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 17px;
    padding: 5px 5px;
}
#beverages-list .sidebar-panel {
    padding: 55px 15px;
}
.zoomContainer{
    z-index:1000;
}


/*12-12-18*/


button.btn.btn-add-cart.button {
    padding: 7px 7px!important;
}

@media (min-width:768px) and (max-width:990px) {
    #beverages-list .sidebar-panel {
        padding: 55px 5px;
    }

    #beverages-list .manufacture .categories ul li a.main-a {
        padding-right: 5px;
    }

    .manufacture .categories ul li ul {
        padding-left: 10px;
    }

    .categories ul li a.main-a {
        line-height: normal;
        height: auto;
        text-indent: 0px;
    }

    #beverages-list .manufacture .categories ul li a.main-a {
        padding: 10px 5px;
    }

    .manufacture .categories ul li a.main-a i {
        line-height: normal;
    }

    .manufacture .categories ul li ul li {
        padding-left: 15px;
    }

    .mct-btn .btn-info {
        padding: 10px 6px;
    }
}

/*---- 19-12-18 -------*/
.nav > li > a {
    padding: 6px 24px;
}

@media screen and (max-width: 768px) and (min-width: 650px){
    .navbar-default .navbar-nav > li > a{
        padding: 8px 4px !important;
    }
}
@media screen and (max-width: 1030px) and (min-width: 990px){
    .nav > li > a {
        padding: 12px 15px !important;
    }
}
@media screen and (max-width: 980px) and (min-width: 770px){
    .nav > li > a {
        padding: 12px 4px !important;
    }
}
/*--------  07-01-19 ---------*/
hr.heading_seperator{
    margin: 0px auto 8px;
}
.promotion-list {
    margin-top: 35px;
}
.promotion-box {
    background: #f2f2f2;
    padding: 20px;
    min-height: 225px;
    border: 1px solid #f2f2f2;
    border-bottom: 4px solid #1bc8e6;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1); 
}
.promotion-box:hover{
    border: 1px solid #1bc8e6;
    border-bottom: 4px solid #1bc8e6;
    box-shadow: 7px 7px 15px #dadada;
}
.promo-img img{
    display: inline-block;
    /* 10/05/2019 */
    /*width: 60px;*/
    object-fit: cover;
    height: 50px;
}
.promotion-box p {
    min-height: 80px;
}
@media (max-width: 760px){
    .promotion-box{
        min-height: unset;
    }
    .promotion-box p {
        min-height: 50px;
    }
    .inner-pge-hdd h1 {
        text-align: center;
        float: none;
        font-size: 33px;
    }
}
.inner-pge-hdd h1{
    padding: 10px;
}
.tab-button {
    margin: 15px 0px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #1bc8e6;
    padding-bottom: 8px;
}
.tab-button a:hover{
    cursor: pointer;
    color: #1bc8e6;
    background: #f2f2f2;
}
.tab-button a{
    color: #1bc8e6;
    padding: 13px 25px 9px 25px;
    letter-spacing: 1px;
    background: #f2f2f2;
    border-radius: 8px 0px 0px 0px;
}
.tab-button a.active{
    background: #1bc8e6;
    color: #fff;
    border-radius: 8px 0px 0px 0px;
}
.tab-button a:hover, .tab-button a:focus{
    text-decoration: none;
}
.recipes-img  {
    overflow: hidden;
    height: 225px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.recipes-img img {
    border-radius: 5px;
    height: 225px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 6px;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1); 

}
.recipes-box h4 a{
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    color: #178fce;
}
.recipes-box:hover a{
    color: #000;
}
.recipes-box {
    padding: 5px 10px;
    background: #e0fdff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.recipes-box:hover img{
    -webkit-filter: opacity(70%);filter: opacity(70%);
    -webkit-transform : rotate(3deg) scale(1.2); 
    -ms-transform     : rotate(3deg) scale(1.2); 
    transform         : rotate(3deg) scale(1.2);
}
.recipes-box a{
    letter-spacing: .3px;
}

#msg{
    color:#FFFFFF;
    height:40px; margin:15px; padding:10px;  border:1px dotted green; text-align:center;
    background: linear-gradient(-45deg, #F00F00, #F90F90, #039039, #090090);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
#msg a{ color:#FFF !important;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.checkout-ul li{
    clear:both;

}


.cart-ship-info label span{
    color:red;
    font-size:21px;
    display:block;
    float:left;
    width:10px;
    height:10px;
}
.box-grid-style .packg-txts p{
    min-height:75px;
}
.play-button-div {
    position: relative;
    display: inline-block;
}
.play-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


}
.play-button-div i{
    width: 100px;
    height: 100px;
    color: red;
    background-color:transparent;
    border-radius: 50px;
    border: 2px solid red;
    font-size:30px;
    padding-left:40px;
    padding-top:30px;
}

/*---------------*/
.p60{
    padding: 60px 0;
}
.pb60{
    padding-bottom: 60px;
}
ul.list-style{
    list-style: none;
}
.whitsunday-blue p a{
    color: #1bc8e6;
}
#stocktake-control{
    background: #ffffff;
}
#stocktake-control form.form-horizontal {
    padding: 35px 30px;
    background: #f7f7f7;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
}
.control-boxes .heading {
    padding: 10px 0;
    float: left;
    width: 100%;
    margin: 25px 0 5px;
    background: #1bc8e6;
}

.control-boxes p{
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.control-boxes p span {

    color: #fff;
    font-weight: bold;
}
.list-box-one {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 5px 0;
    margin-bottom: 5px;
}
.list-box-one .form-control{
    height: 28px;
    text-align: center;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
#stocktake-control .form-control{
    border-radius: 0;
}
@media (min-width:550px){
    .control-boxes p{
        line-height: 30px;
    }
}
@media (max-width:760px){
    #stocktake-control .div-center{
        padding: 0;
    }
    #stocktake-control form.form-horizontal{
        padding: 30px 15px;
    }
    .control-boxes p {
        line-height: 1.25;
    }
    .qty-box {
        padding: 0;
    }
}

.btn-send-list {
    min-width: 120px;
}
a.faxing{
    font-size: 20px;
}
.fax-pdf{
    text-align: center;
    margin-bottom: 35px;
}
.lists-details a{
    color: #ea5046;
    text-transform: uppercase;
    font-weight: bold;
}
.list-items a{
    line-height: 2;
    color: #178fce;
    font-weight: 600;
}
.list-items a, .list-items a:hover, .list-items a:focus{
    text-decoration: none;
    outline: none;
}
.variety-rate {
    text-align: right;
}
@media (max-width:990px){
    .control-boxes p span{
        font-size: 13px;
    }
}
.variety-block{
    background: #fdfdfd;
}