@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300i,400');
@import url('https://fonts.googleapis.com/css?family=Oranienbaum');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&amp;display=swap');

@font-face {
    font-family: 'Captain Howdy';
    src: url('../fonts/CaptainHowdy.eot');
    src: url('../fonts/CaptainHowdy.eot?#iefix') format('embedded-opentype'), url('../fonts/CaptainHowdy.woff2') format('woff2'), url('../fonts/CaptainHowdy.woff') format('woff'), url('../fonts/CaptainHowdy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font: 400 16px/28px 'Open Sans', sans-serif;
    background: #000;
}

body p {
    font: 400 16px/28px 'Open Sans', sans-serif;
    margin: 0px;
    color: #ccc;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul ul,
ol ol {
    padding-left: 30px;
}

.mt-5 {
    margin-top: 50px;
}

#wrapper {
    float: left;
    width: 100%;
}

#main {
    float: left;
    width: 100%;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}

#header {
    float: left;
    width: 100%;
    background: #000;
    border-bottom: 1px solid;
}

.navigation {
    float: left;
    width: 100%;
    position: relative;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: block;
    float: none;
}

#nav li {
    display: inline-block;
    float: none;
    position: relative;
    padding: 0 0 28px 0;
}

#nav li:first-child {
    background: none;
}

#nav li a {
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 27px;
    display: block;
    position: relative;
    z-index: 20;
}

#nav li a .fa {
    padding: 0 0 0 12px;
}

#nav li:hover>a {
    background: none;
}

#nav li ul li a:hover,
#nav li ul li:hover>a {
    text-decoration: none;
    color: #fff;
}

#nav li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 190px;
    background: #fff;
    padding: 0;
    border: 1px solid;
    display: none;
    list-style: none;
    z-index: 99999;
}

#nav li:hover>ul {
    display: block;
}

#nav li ul li>ul {
    position: absolute;
    left: 190px;
    top: 0;
    width: 190px;
    padding: 0;
}

#nav li ul li {
    float: none;
    width: auto;
    padding: 0;
    display: block;
    background: none;
    border-top: 1px solid;
}

#nav li ul li:first-child {
    border: 0;
}

#nav li.active ul li a {
    color: #444;
}

#nav li ul li a {
    background: none;
    font: 16px/16px 'Lato', sans-serif;
    text-align: left;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    color: #242c43;
    position: relative;
}

#nav li ul li a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#nav li ul li a:hover:before {
    width: 100%;
}

#nav li ul li a:hover {
    color: #fff;
}

.navigation .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navigation .navbar {
    border-radius: 0;
}

.navigation .navbar {
    border: 0;
    margin-bottom: 0;
    min-height: auto;
    position: relative;
    top: 20px;
}

strong.logo img {
    max-width: 100%;
}

.navigation .navbar-collapse {
    padding: 0;
}

.logo-col {
    float: left;
    width: 250px;
    margin: 0;
}

strong.logo {
    position: absolute;
    margin: 0 auto;
    width: 155px;
    left: -22px;
    right: 0;
    z-index: 9;
    top: 0;
}

strong.logo:before {
    content: "";
    width: 195px;
    height: 180px;
    background: #000;
    position: absolute;
    top: -31px;
    left: -21px;
    border-radius: 50%;
    z-index: -1;
}

.top-bar {
    float: left;
    width: 100%;
    padding: 15px 0 41px 0;
}

.top-bar strong.time {
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #ccc;
    float: left;
}

.top-bar strong.time .fa {
    padding: 0 8px 0 0;
    float: left;
}

.top-bar .top-social {
    float: right;
}

.top-bar .top-social strong.title {
    float: left;
    font: 400 14px/18px 'Open Sans', sans-serif;
    color: #ccc;
    padding: 0;
}

.top-bar .top-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

.top-bar .top-social ul li {
    float: left;
    padding: 0 0 0 20px;
}

.top-bar .top-social ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    color: #ccc;
}

.top-right-box {
    position: absolute;
    right: 0;
    top: 30px;
}

.top-right-box button {
    font-size: 14px;
}

.tl_search_holder {
    float: right;
}

.burger-nav {
    float: right;
    margin: 0 0 0 35px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(197, 160, 89, 0.95);
    z-index: 999;
}

#tl_overlay_boxed .overlay {
    background: rgba(197, 160, 89, 0.95);
}

#tl_overlay_repair .overlay {
    background: rgba(197, 160, 89, 0.95);
}

#tl_overlay_store .overlay {
    background: rgba(197, 160, 89, 0.95);
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}

.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.tl_search_holder #trigger-overlay {
    background-color: transparent;
    border: none;
}

#banner {
    float: left;
    width: 100%;
    position: relative;
}

.item img {
    height: calc(100vh - 115px);
}

#banner img {
    display: block;
    width: 100%;
}

#banner .caption {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
}

.mid-sec img {
    width: 100%;
}

#banner .caption .holder {
    width: 956px;
    margin: 0 auto;
}

#banner .caption .holder strong.title {
    font: 300 30px/30px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

#banner .caption .holder span {
    font: 400 48px 'Dancing Script', cursive;
    display: block;
    text-align: center;
    padding: 0 0 15px 0;
}

#banner .caption .holder h1 {
    font: 700 47px 'Montserrat', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    line-height: 78px;
    letter-spacing: 2px;
}

#banner .caption .holder h1 b {
    font-weight: 700;
    font-size: 130px;
    display: block;
    text-align: center;
    position: relative;
    z-index: -1;
}

#banner .caption .holder strong.title-2 {
    display: block;
    text-align: center;
    font: 400 30px/30px 'Dancing Script', cursive;
    color: #fff;
}

#banner .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 60px;
    right: 0;
    background: #000;
    border-radius: 0;
    padding: 0;
}

#banner .owl-next:hover:before,
#banner .owl-prev:hover:before {
    color: #000;
}

#banner .owl-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 60px;
    display: block;
    text-align: center;
}

#banner .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 60px;
    left: 0;
    background: #000;
    border-radius: 0;
    padding: 0;
}

#banner .owl-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 60px;
    display: block;
    text-align: center;
}

#banner .owl-dots {
    position: absolute;
    bottom: 75px;
    text-align: center;
    display: block;
    width: 100%;
}

#banner .owl-theme .owl-controls {
    margin: 0;
}

.welcome-section {
    float: left;
    width: 100%;
    padding: 70px 0 70px 0;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top/cover;
}

.welcome-section .text-col {
    width: 100%;
    text-align: center;
}

.welcome-section .text-col h2 {
    font: 400 48px;
    font-family: 'Captain Howdy';
    margin: 0 0 15px 0;
    letter-spacing: 4px;
}

.welcome-section .text-col h3 {
    font: 300 30px/30px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.welcome-section .thumb {
    float: left;
    width: 100%;
    margin: 0 0 0 90px;
}

.floating {
    float: left;
    animation-name: Floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes Floating {
    0% {
        transform: translate(0px, 0px);
    }

    65% {
        transform: translate(0px, 15px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.reality-row {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    position: relative;
}

.reality-row:before {
    content: '';
    position: absolute;
    left: 61px;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url(../images/logo.png) no-repeat center top;
    height: 30vh;
}

.reality-row h2 {
    font: 400 48px 'Dancing Script', cursive;
    margin: 0 0 15px 0;
    display: block;
    text-align: center;
    letter-spacing: 4px;
}

.reality-row .text-col {
    float: left;
    width: 400px;
    margin: 30px 100px 0 100px;
}

.reality-row .text-col strong.title {
    font: 400 20px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    padding: 0 0 10px 0;
}

.reality-row .text-col.text-right {
    float: right;
}

.reality-row .text-col.text-right strong.title,
.reality-row .text-col.text-right p {
    text-align: right;
}

.tab-style-1 {
    float: left;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    background: #000;
}

.tab-row {
    float: left;
    width: 100%;
}

.tab-row .nav-tabs {
    border-bottom: 0;
}

.tab-row .nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    background: #222;
    position: relative;
    float: left;
    width: 100%;
}

.tab-row .nav-tabs>li {
    margin: 0;
    border-left: 1px solid #ccc;
    width: 25%;
}

.tab-row .nav-tabs>li:first-child {
    border: 0;
}

.tab-row .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    line-height: none;
    margin-right: 0;
}

.tab-row .nav>li>a {
    font: 400 30px 'Open Sans', sans-serif;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 45px 0;
    position: relative;
}

.tab-row .nav-tabs>li.active>a,
.tab-row .nav-tabs>li.active>a:hover,
.tab-row .nav-tabs>li.active>a:focus {
    border: 0;
    background-color: transparent;
    cursor: default;
}

.tab-row .nav-tabs>li>a:hover {
    border-color: transparent;
}

.tab-row .nav>li>a:hover,
.tab-row .nav>li>a:focus {
    background-color: transparent;
    text-decoration: none;
}

.tab-style-1 .tab-content {
    float: left;
    width: 100%;
    position: relative;
}

.box {
    float: left;
    width: 100%;
}

.img-frame {
    float: left;
    width: 100%;
    overflow: hidden;
}

.text-area {
    float: left;
    width: 100%;
    background: #1f1f1f;
}

.tab-style-1 .tab-content h2 {
    font: 400 24px 'Open Sans', sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
}

.tab-style-1 .tab-content h2 a {
    color: #fff;
}

.tab-style-1 .tab-content .box:hover h2 a {
    text-decoration: none;
}

.tab-style-1 .tab-content .box .img-frame {
    background: #000;
}

.tab-style-1 .tab-content .box:hover .img-frame img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.6;
}

.tab-style-1 .tab-content .box:hover .btm-row ul li a {
    color: #fff;
}

.tab-style-1 .tab-content .text-area {
    text-align: left;
    padding: 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-style-1 .tab-content .text-area p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.tab-style-1 .tab-content .box {
    margin-top: 137px;
}

.tab-style-1 .tab-content .btm-row {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.tab-style-1 .tab-content .btm-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}

.tab-style-1 .tab-content .btm-row ul li {
    display: inline-block;
    padding: 0 15px;
}

.tab-style-1 .tab-content .btm-row ul li a {
    font: 400 14px 'Open Sans', sans-serif;
    color: #222;
    text-decoration: none;
}

.tab-style-1 .tab-content .btm-row ul li a .fa {
    padding: 0 0 0 6px;
}

.bottle-frame {
    float: left;
    width: 100%;
    text-align: center;
}

.tab-style-2 {
    float: left;
    width: 100%;
        padding: 20px;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top / cover;
}

.tab-style-2 .nav-tabs {
    border-bottom: 0;
}

.tab-style-2 .nav {
    border-right: 1px solid;
    list-style: none;
    margin-bottom: 0;
    padding: 125px 0 100px 0;
}

.tab-style-2 .nav-tabs>li {
    float: none;
    display: block;
    margin: 10px 0;
}

.tab-style-2 .nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.tab-style-2 .nav>li>a {
    font: 400 24px/24px 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 25px 0 25px 18px;
    position: relative;
}

.tab-style-2 .nav-tabs>li.active>a,
.tab-style-2 .nav-tabs>li.active>a:hover,
.tab-style-2 .nav-tabs>li.active>a:focus {
    background-color: #151515;
    border: 0;
    color: #fff;
    cursor: default;
}

.tab-style-2 .nav-tabs>li>a:hover {
    border-color: transparent;
}

.tab-style-2 .nav>li>a:hover,
.tab-style-2 .nav>li>a:focus {
    background-color: #151515;
    text-decoration: none;
    color: #fff;
}

.menu-box {
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menu-box .img-frame:hover {
    margin: -20px 0 0 0;
}

.menu-box .text-col {
    float: left;
    width: 500px;
}

.menu-box .text-col strong.title {
    display: block;
    font: 600 16px 'Open Sans', sans-serif;
    color: #ccc;
    padding: 0 0 0 0;
}

.menu-box .text-col h2 {
    font: 400 48px 'Dancing Script', cursive;
    margin: 0 0 6px 0;
    letter-spacing: -1px;
    font-family: 'Captain Howdy';
}

.menu-box .text-box-outer {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.menu-box .text-box {
    float: left;
    max-width: 265px;
}

.menu-box .text-box span {
    display: block;
    padding: 0 0 7px 0;
    font: 400 18px 'Open Sans', sans-serif;
}

.menu-box .text-col strong.amount {
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #fff;
    float: right;
    padding: 52px 0 0 0;
}

.menu-box .img-frame {
    float: right;
    width: auto;
}

.parallax-section {
    float: left;
    width: 100%;
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0;
}

.parallax-section .holder {
    width: 670px;
    margin: 0;
}

.parallax-section strong.title {
    display: block;
    font: 400 48px 'Dancing Script', cursive;
    padding: 0 0 30px 0;
    font-family: 'Captain Howdy';
}

.parallax-section strong.title span {
    color: #fff;
}

.parallax-section address {
    margin: 0 15px;
}

address.align-right {
    float: left;
    width: 304px;
}

address.align-right span {
    font: 400 18px 'Open Sans', sans-serif;
    color: #fff;
    text-align: right;
    float: left;
    padding: 10px 0 0 0;
}

address.align-right .fa {
    float: right;
    width: 75px;
    height: 75px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 48px;
    color: #fff;
    margin: 0 0 0 22px;
}

address.align-left {
    float: left;
    width: 304px;
}

address.align-left span {
    font: 400 18px 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    float: left;
    padding: 10px 0 0 0;
}

address.align-left .fa {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 48px;
    color: #fff;
    margin: 0 22px 0 0;
}

.event-section {
    float: left;
    width: 100%;
    background: #000;
    padding: 70px 0;
}

.event-section .holder {
    width: 670px;
    margin: 0 auto;
    text-align: center;
}

.event-section .holder strong.title {
    display: block;
    font: 400 30px 'Open Sans', sans-serif;
    color: #ccc;
}

.event-section .holder p {
    margin-bottom: 25px;
}

.event-section .holder h2 {
    font: 400 56px 'Dancing Script', cursive;
    margin: 0 0 15px 0;
}

.event-section .holder a.link {
    font: italic 300 24px 'Open Sans', sans-serif;
    color: #ccc;
    text-decoration: none;
    margin: 0 14px;
    position: relative;
    display: inline-block;
    padding: 0;
}

.event-section .holder a.link:hover:before {
    width: 100%;
}

.event-section .holder a.link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 58px;
    height: 1px;
}

.event-section .center-block {
    position: relative;
}

.event-section .center-block:before {
    content: '';
    position: absolute;
    left: 4px;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}

.home-gallery {
    float: left;
    width: 100%;
    background: #000;
}

.home-gallery .img-frame {
    position: relative;
    width: 20%;
}

.home-gallery .img-frame img {
    display: block;
    width: 100%;
}

.home-gallery .img-frame .caption {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.home-gallery .img-frame .caption:before {
    content: "";
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -20%;
    width: 100%;
}

.home-gallery .img-frame .caption:after {
    bottom: -20%;
    content: "";
    height: 50%;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.home-gallery .img-frame:hover .caption:before {
    opacity: 0.8;
    top: 0;
}

.home-gallery .img-frame:hover {
    transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
}

.home-gallery .img-frame:hover .caption:after {
    bottom: 0;
    opacity: 0.8;
}

.home-gallery .img-frame:hover .caption .holder {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    opacity: 1;
}

.home-gallery .img-frame .caption .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 120px;
    z-index: 99;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0;
}

.home-gallery .img-frame .caption .holder a.link {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    background: #000;
    text-align: center;
    line-height: 50px;
    padding: 0;
}

.tab-style-1 {
    width: 100%;
    background-image: url(../images/mid-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.newsletter {
    float: left;
    width: 100%;
    background: #000;
    padding: 70px 0;
}

.newsletter strong.title {
    display: block;
    font: 400 30px 'Dancing Script', cursive;
}

.newsletter h2 {
    font: 400 36px/36px 'Open Sans', sans-serif;
    color: #fff;
    margin: 0;
}

.newsletter form {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0 0 0;
}

.newsletter form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: none;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
}

.newsletter form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 50px;
    padding: 0 20px;
    font: 300 18px 'Open Sans', sans-serif;
    color: #222;
    text-transform: uppercase;
}

.newsletter form input[type="submit"]:hover {
    background: #ccc;
}

#footer {
    float: left;
    width: 100%;
    background: #000 url(../images/footer-bg.jpg) no-repeat center bottom;
    padding: 27px 0 30px 0;
}

strong.footer-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#footer address {
    float: left;
    width: 100%;
    text-align: center;
}

#footer address p {
    font: 400 20px 'Open Sans', sans-serif;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

#footer address p span {
    display: block;
    color: #fff;
    margin-bottom: 20px;
}

#footer address p a {
    text-decoration: none;
}

#footer strong.copyrights {
    display: block;
    text-align: center;
    font: 400 18px/18px 'Open Sans', sans-serif;
    color: #ccc;
    padding: 0;
}

#footer strong.copyrights a {
    text-decoration: none;
}

.footer-social {
    float: left;
    width: 100%;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    padding: 0 14px;
}

.footer-social ul li a {
    float: left;
    width: 37px;
    height: 37px;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    color: #222;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0);
}

.footer-social ul li a:hover {
    text-decoration: none;
    background: none;
    border: 2px solid;
    color: #fff;
}

#inner-banner {
    float: left;
    width: 100%;
    background: url(../images/inner-banner.jpg) no-repeat left top;
    padding: 160px 0 120px 0;
    margin-bottom: 70px;
}

#inner-banner h1 {
    font: 400 48px/48px 'Montserrat', sans-serif;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#inner-banner .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
}

#inner-banner .breadcrumb>li {
    font: 300 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#inner-banner .breadcrumb>li a {
    text-decoration: none;
    font: 300 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#inner-banner.inner-banner-bg-2 {
    background: url(../images/inner-banner-2.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-3 {
    background: url(../images/inner-banner-3.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-4 {
    background: url(../images/inner-banner-4.jpg) no-repeat left top;
    margin: 0;
}

#inner-banner.inner-banner-bg-5 {
    background: url(../images/inner-banner-5.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-6 {
    background: url(../images/inner-banner-6.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-7 {
    background: url(../images/inner-banner-7.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-8 {
    background: url(../images/inner-banner-8.jpg) no-repeat left top;
}

#inner-banner.inner-banner-bg-9 {
    background: url(../images/inner-banner-9.jpg) no-repeat left top;
}

.menu {
    background: url(../images/welcome-bg.jpg) no-repeat left top;
    padding: 0;
}

.tab-style-1.menu h2 {
    font: 400 48px/48px 'Dancing Script', cursive;
    text-align: center;
    margin: 0 0 20px 0;
}

.tab-style-1.menu strong.title {
    display: block;
    text-align: center;
    font: 300 30px/30px 'Open Sans', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    padding: 0 0 40px 0;
}

.tab-style-1.menu .img-frame {
    text-align: center;
}

.about-section {
    float: left;
    width: 100%;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top;
    position: relative;
    margin-bottom: -20px;
}

.about-section:before {
    content: '';
    background: url(../images/tab-style-1-bg.jpg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 76px;
}

.about-section .holder {
    width: 940px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.about-section h2 {
    font: 300 48px/48px 'Dancing Script', cursive;
    margin: 0 0 20px 0;
    word-spacing: 6px;
    text-align: center;
    overflow: hidden;
}

.about-section strong.title {
    display: block;
    text-align: center;
    font: 300 30px/30px 'Open Sans', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.about-section p {
    margin: 0 0 50px 0;
}

.about-section .img-frame {
    text-align: center;
}

.about-section .img-frame:hover {
    margin: -20px 0 0 0;
}

.bartenders-section {
    float: left;
    width: 100%;
}

.bartenders-section strong.title {
    padding: 0 0 50px 0;
}

.bartenders-section .box {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.bartenders-section .box:hover .img-frame {
    overflow: hidden;
    background: 000;
}

.bartenders-section .box:hover .img-frame:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.6;
}

.bartenders-section .box .img-frame img {
    display: block;
    width: 100%;
}

.bartenders-section .box:hover .text-box h2 a {
    text-decoration: none;
}

.bartenders-section .box .text-box {
    background: #1f1f1f;
    float: left;
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: left;
}

.bartenders-section .box .text-box h2 {
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #ccc;
    margin: 0 0 15px 0;
    text-align: left;
}

.bartenders-section .box .text-box p {
    margin: 0;
}

.bartenders-section .box .text-box h2 a {
    color: #ccc;
}

.bartender-social {
    float: left;
    width: 100%;
    background: #333;
    padding: 20px 0;
}

.bartender-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: block;
}

.bartender-social ul li {
    display: inline-block;
    padding: 0 20px;
}

.bartender-social ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #ccc;
}

.bartender-social:hover ul li a {
    color: #000;
}

.bartender-detail {
    float: left;
    width: 100%;
}

.bartender-detail span {
    display: block;
    font: 400 24px/24px 'Open Sans', sans-serif;
    padding: 0 0 20px 0;
}

.bartender-detail p {
    margin: 0 0 30px 0;
}

.bartender-detail-social {
    float: left;
    width: 100%;
}

.bartender-detail-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bartender-detail-social ul li {
    float: left;
    padding: 0 30px 0 0;
}

.bartender-detail-social ul li a {
    text-decoration: none;
    font-size: 18px;
}

.bartender-detail-social ul li a:hover {
    color: #fff;
}

.bartender-detail form {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
}

.bartender-detail form strong.title {
    display: block;
    text-align: center;
    font: 300 24px/24px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 0 0 70px 0;
}

.bartender-detail form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font: 400 14px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}

.bartender-detail form input[type="email"] {
    float: left;
    width: 100%;
    height: 50px;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font: 400 14px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}

.bartender-detail form textarea {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 540px;
    height: 115px;
    resize: none;
    background: none;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font: 400 14px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}

.btn-row {
    display: block;
    width: 100%;
    text-align: center;
}

.bartender-detail form input[type="submit"] {
    display: inline-block;
    border: 0;
    padding: 13px 20px;
    font: 400 14px 'Open Sans', sans-serif;
    color: #000;
}

.bartender-detail form input[type="submit"]:hover {
    background: #ccc;
}

.bartender-detail-bg:before {
    bottom: -117px;
}

.bartender-detail-bg {
    margin: 0 0 100px 0;
}

.error-page {
    float: left;
    width: 100%;
    background: #000 url(../images/error-bg.jpg) no-repeat center 150px;
    padding: 250px 0 110px 0;
}

.error-page .holder {
    width: 1050px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.error-page .holder h2 {
    font: 400 100px 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.error-page h1 {
    font: 400 160px 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.error-page strong.title {
    display: block;
    text-align: center;
    font: 400 20px/20px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 40px 0;
}

.error-page form {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}

.error-page form strong.title {
    font: 400 36px/35px 'Open Sans', sans-serif;
    text-transform: none;
    color: #fff;
    float: left;
    padding: 0;
}

.error-page form .input-box {
    float: right;
    width: 650px;
    position: relative;
}

.error-page form .input-box input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: none;
    padding: 0 15px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.error-page form .input-box input[type="submit"] {
    position: absolute;
    right: 0;
    height: 50px;
    border: 0;
    padding: 0 35px;
    font: 400 18px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.error-page form .input-box input[type="submit"]:hover {
    background: #ccc;
}

.error-page a.btn-return {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 2px;
    font: 400 15px 'Open Sans', sans-serif;
    color: #000;
}

.error-page a.btn-return:hover {
    text-decoration: none;
    background: #ccc;
}

.contact-section {
    float: left;
    width: 100%;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left bottom;
}

.map-row {
    float: left;
    width: 100%;
}

.map-row .container-fluid,
.map-row .container-fluid .col-md-6 {
    padding: 0;
}

.map-box {
    float: left;
    width: 100%;
}

.map-box .map_canvas,
.map-box iframe {
    height: 578px;
    width: 100%;
    border: 0;
}

.contact-info {
    float: left;
    width: 100%;
    padding: 110px 0 0 0;
}

.contact-info-box {
    margin: 0 auto;
    width: 255px;
    display: block;
    overflow: hidden;
}

.contact-info-box h2 {
    display: block;
    font: 400 30px/30px 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.contact-info-box address {
    margin: 0;
    float: left;
    width: 100%;
}

.contact-info-box address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info-box address ul li {
    display: block;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.contact-info-box address li strong.title {
    display: block;
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #000;
    padding: 0 0 20px 0;
}

.contact-info-box address li p,
.contact-info-box address li a {
    color: #000;
}

.contact-section .bartender-detail form strong.title {
    font-size: 30px;
}

.blog-section {
    float: left;
    width: 100%;
}

.blog-section .text-box {
    float: left;
    width: 100%;
}

.post-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.post-box .img-frame {
    overflow: hidden;
    background: #000;
}

.post-box .img-frame:hover img {
    opacity: 0.6;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blog-section .img-frame {
    margin-bottom: 20px;
}

.blog-section .video-frame {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-section .img-frame img {
    display: block;
    width: 100%;
}

.blog-section .text-box strong.date {
    width: 50px;
    float: left;
    height: 70px;
    font: 400 25px/25px 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    margin: 0 30px 0 0;
    padding: 10px 0 0 0;
}

.blog-section .text-box strong.date span {
    display: block;
    font-size: 14px;
}

.heading-row {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.blog-section .text-box h2 {
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    position: relative;
    float: left;
    width: 90%;
}

.blog-section .text-box h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 1px;
}

.blog-section .text-box h2 a {
    color: #fff;
}

.detail-row {
    float: left;
    width: 100%;
}

.blog-section .text-box p {
    margin-bottom: 25px;
}

.blog-section .text-box a.link {
    float: left;
    font: 400 16px/16px 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0 30px 20px 0;
}

.blog-section .text-box a.link .fa {
    padding: 0 10px 0 0;
    color: #fff;
}

.blog-section .text-box a.btn-readmore {
    float: left;
    font: 400 14px/14px 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 10px 0 0 0;
}

.blog-section .text-box blockquote {
    float: left;
    padding: 0;
    border: 0;
    font: italic 400 24px/38px 'Open Sans', sans-serif;
}

.blog-section .text-box blockquote .fa {
    float: left;
    width: 50px;
    height: 90px;
    border: 1px solid;
    text-align: center;
    line-height: 90px;
    margin: 15px 30px 0 0;
    font-size: 32px;
}

.blog-section .text-box a.btn-readmore .fa {
    padding: 0 0 0 6px;
    color: #fff;
    font-size: 10px;
}

.list {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    float: left;
    width: 100%;
}

.list li {
    overflow: hidden;
    display: block;
    font: 400 15px/28px 'Open Sans', sans-serif;
    color: #ccc;
    position: relative;
    padding: 0 0 0 12px;
}

.list li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #6c7176;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comment-box {
    float: left;
    width: 100%;
}

.comment-box input[type="text"] {
    float: left;
    width: 100%;
    border: 1px solid;
    height: 52px;
    padding: 0 14px;
    font: 400 13px 'Open Sans', sans-serif;
    color: #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    margin: 0 0 30px 0;
}

.comment-box textarea {
    float: left;
    width: 100%;
    border: 1px solid;
    height: 210px;
    resize: none;
    padding: 14px;
    font: 400 13px 'Open Sans', sans-serif;
    color: #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    margin: 0 0 30px 0;
}

.comment-box input[type="submit"] {
    float: left;
    padding: 15px 20px;
    border-radius: 2px;
    font: 400 18px 'Open Sans', sans-serif;
    color: #000;
    border: 0;
}

.comment-box input[type="submit"]:hover {
    background: #ccc;
}

.blog-section .text-box .comment-box h2:before {
    display: none;
}

.blog-section .text-box .comment-box h2 {
    margin: 0 0 30px 0;
}

.share {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px 0 40px 0;
    padding: 60px 0;
}

.share strong.title {
    float: left;
    font: 400 15px/30px 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ccc;
    padding: 0 30px 0 0;
}

.share ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share ul li {
    float: left;
    padding: 0 16px 0 0;
}

.share ul li a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
}

.blog-section .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0;
}

.blog-section .owl-theme .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    font-size: 13px;
    color: #000;
    line-height: 36px;
    text-align: center;
    display: block;
    font-family: FontAwesome;
}

.blog-section .owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0;
}

.blog-section .owl-theme .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    font-size: 13px;
    color: #000;
    line-height: 36px;
    text-align: center;
    display: block;
    font-family: FontAwesome;
}

.blog-section .owl-dots {
    display: none !important;
}

.sidebar {
    float: left;
    width: 100%;
}

.widget-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.widget-box h3 {
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.search-widget {
    float: left;
    width: 100%;
    position: relative;
}

.search-widget input[type="text"] {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 10px 0 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font: 400 14px 'Montserrat', sans-serif;
    color: #000;
}

.search-widget button[type="submit"] {
    position: absolute;
    left: 0;
    top: 7px;
    background: none;
    border: 0;
    padding: 0;
    width: 41px;
    color: #000;
    font-size: 16px;
}

.popular-post-widget {
    float: left;
    width: 100%;
}

.popular-post-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.popular-post-widget ul li {
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.popular-post-widget ul li:hover .thumb img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.6;
}

.popular-post-widget ul li:first-child {
    padding: 0;
}

.popular-post-widget .thumb {
    float: left;
    margin: 0 15px 0 0;
    background: #000;
}

.popular-post-widget .text-col {
    overflow: hidden;
}

.popular-post-widget .text-col a {
    text-decoration: none;
    font: 400 14px/20px 'Open Sans', sans-serif;
    display: block;
    padding: 0 0 6px 0;
}

.popular-post-widget .text-col span.date {
    display: block;
    font: 400 11px/11px 'Open Sans', sans-serif;
    color: #ccc;
}

.categories-widget {
    float: left;
    width: 100%;
}

.categories-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories-widget ul li {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid;
}

.categories-widget ul li:first-child {
    border: 0;
    padding: 0 0 15px 0;
}

.categories-widget ul li:hover a {
    padding: 0 10px;
}

.categories-widget ul li a {
    display: block;
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
}

.categories-widget ul li a span {
    float: right;
}

.tags-widget {
    float: left;
    width: 100%;
}

.tags-widget a {
    text-decoration: none;
    float: left;
    padding: 7px 14px;
    background: #fff;
    font: 400 14px/14px 'Open Sans', sans-serif;
    color: #000;
    margin: 0 8px 8px 0;
}

.tags-widget a:hover {
    color: #fff;
    text-decoration: none;
}

.pagination-box {
    float: left;
    width: 100%;
}

.pagination-box {
    float: left;
    width: 100%;
}

.pagination-box .pagination {
    border-radius: 0;
    display: block;
    margin: 20px 0 0 0;
    padding-left: 0;
    text-align: center;
}

.pagination-box .pagination>li {
    display: inline-block;
}

.pagination-box .pagination>li>a,
.pagination-box .pagination>li>span {
    background-color: #fff;
    font: 400 13px/13px 'Open Sans', sans-serif;
    color: #000;
    border: 1px solid #1f2225;
    float: left;
    margin-left: 0;
    padding: 12px 15px;
    position: relative;
    text-decoration: none;
}

.pagination-box .pagination>li:first-child>a,
.pagination-box .pagination>li:first-child>span {
    border-radius: 0;
}

.pagination-box .pagination>li:last-child>a,
.pagination-box .pagination>li:last-child>span {
    border-radius: 0;
}

.pagination-box .pagination>li>a:hover,
.pagination-box .pagination>li>span:hover,
.pagination-box .pagination>li>a:focus,
.pagination-box .pagination>li>span:focus {
    border-color: #1f2225;
    color: #000;
    z-index: 2;
}

.gallery-section {
    float: left;
    width: 100%;
}

.gallery-section h2 {
    font: 300 48px/48px 'Dancing Script', cursive;
    margin: 0 0 20px;
    text-align: center;
    text-transform: capitalize;
}

.gallery-section strong.title {
    color: #ccc;
    display: block;
    font: 300 30px/30px "Open Sans", sans-serif;
    padding: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.gallery-section .img-frame img {
    width: 100%;
}

.gallery-section .img-frame:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}

.gallery-section .img-frame {
    overflow: hidden;
}

.gallery-section .col-md-6 {
    padding: 0;
}

.gallery-masnory {
    float: left;
    width: 100%;
}

#blog-masonrywrap {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.gallery-masnory .img-frame {
    position: relative;
    overflow: hidden;
}

.gallery-masnory .img-frame:hover .caption {
    left: 0;
}

.gallery-masnory .img-frame img {
    width: 100%;
}

.gallery-masnory .img-frame .caption {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}

.gallery-masnory .img-frame .caption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.gallery-masnory .img-frame .caption .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.gallery-masnory .img-frame .caption .inner a.zoom {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 20px 0;
}

.gallery-masnory a.btn-more {
    display: inline-block;
    padding: 15px 50px;
    font: 300 18px/18px 'Open Sans', sans-serif;
    color: #222;
    text-transform: uppercase;
    margin: 20px 0;
    text-decoration: none;
}

.gallery-masnory a.btn-more:hover {
    background: #ccc;
}

.gallery-masnory h4 {
    font: 300 24px/24px 'Open Sans', sans-serif;
    color: #222;
    margin: 0;
}

.event-section {
    float: left;
    width: 100%;
}

.event-section .tab-row p {
    text-align: center;
}

.event-section .tab-style-1.menu {
    margin-bottom: 70px;
}

.event-section .tab-row .nav>li>a {
    padding: 45px 0;
}

.tab-row p {
    text-align: left;
    padding: 0 100px;
    margin: 0 0 50px 0;
}

.event-box {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.event-box .img-frame {
    overflow: hidden;
    background: #000;
}

.event-box .img-frame:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.6;
}

.event-box .img-frame img {
    width: 100%;
}

.event-box .text-box {
    float: left;
    width: 100%;
    background: #1f1f1f;
    padding: 30px 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.event-box .text-box .text-col {
    float: left;
    width: 100%;
}

.event-box .text-box .text-col p {
    text-align: left;
    padding: 0;
    margin: 0;
    color: #777;
}

.event-box .text-box .text-col h3 {
    font: 400 24px/24px 'Dancing Script', cursive;
    color: #ccc;
    margin: 0 0 20px 0;
}

.event-box .text-box .text-col h3 a {
    color: #ccc;
    text-decoration: none;
}

.event-time-box {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.event-time-box .countdown-section {
    padding: 0px 20px 10px 20px;
    float: left;
    margin: 0 30px 0 0;
    text-align: center;
    width: 80px;
}

.event-time-box .countdown-amount {
    color: #000;
    font: 400 40px 'Oswald', sans-serif;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

.event-time-box .countdown-period {
    font: 400 18px/18px 'Oswald', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
}

.event-box .btm-row-2 {
    float: left;
    width: 100%;
    padding: 8px 20px;
}

.tab-style-1 .tab-content .btm-row-2 strong.text {
    font: 400 18px/18px 'Open Sans', sans-serif;
    color: #222;
    float: left;
    padding: 10px 0;
}

.tab-style-1 .tab-content .btm-row-2 a.btn-map {
    float: left;
    font: 400 18px/18px 'Open Sans', sans-serif;
    color: #222;
    padding: 10px 0;
    margin: 0 0 0 20px;
}

.tab-style-1 .tab-content .btm-row-2 a.btn-view-detail {
    float: right;
    font: 300 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
    background: #1f1f1f;
    margin: 0 0 0 30px;
}

.tab-style-1 .tab-content .btm-row-2 span.link {
    float: right;
    font: 300 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    padding: 12px 0;
    margin: 0 30px 0 0;
}

.tab-style-1 .tab-content .btm-row-2 span.link .fa {
    padding: 0 0 0 8px;
}

.event-row {
    float: left;
    width: 100%;
}

.event-col {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.event-col:hover .thumb img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5;
}

.event-col .text-col {
    float: left;
    padding: 48px 25px 30px 14px;
    width: 570px;
    position: relative;
}

.event-section .event-col .text-col strong.date {
    position: absolute;
    top: 0;
    right: 30px;
    background: #1f1f1f;
    text-align: center;
    display: block;
    font: 400 36px/36px 'Open Sans', sans-serif;
    padding: 5px 10px 5px 10px;
}

.event-section .event-col .text-col strong.date span {
    display: block;
    text-align: center;
    font-size: 26px;
}

.event-section .event-col .text-col p {
    margin: 0 0 40px 0;
}

.event-col .thumb {
    float: left;
    overflow: hidden;
    background: #000;
}

.event-col .text-col h2 {
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.event-col .text-col p {
    color: #222;
}

.event-col .text-col h2 a {
    color: #222;
    text-decoration: none;
}

.event-col .text-col .share {
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
    border: 0;
}

.event-col .text-col .share ul {
    float: left;
}

.event-col .text-col .share strong.title {
    color: #222;
    line-height: 24px;
}

.event-col .text-col .share ul li a {
    font-size: 14px;
    color: #222;
}

.event-col .text-col a.btn-book {
    float: right;
    width: 145px;
    height: 45px;
    background: #1f1f1f;
    font: 400 14px/45px 'Open Sans', sans-serif;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 20px;
}

.event-col .text-col.bg-color {
    background: #ccc;
}

.event-section .event-col .text-col.bg-color strong.date {
    color: #fff;
}

.tl-burger-nav {
    position: relative;
    float: left;
}

#tl_side-menu>a.crose {
    position: absolute;
    right: 45px;
    top: 45px;
    width: 40px;
    height: 40px;
    border: 2px solid #888;
    border-radius: 100%;
    text-align: center;
    color: #888;
    z-index: 9;
    line-height: 36px;
    font-size: 20px;
}

#tl_side-menu {
    background: #212120 url(../images/sidebar-menu-img.png) no-repeat left top/cover;
    color: #fff;
    height: 100%;
    margin-right: -410px;
    position: fixed;
    right: 0;
    top: 0;
    width: 374px;
    z-index: 999999;
    padding: 0;
}

#tl_side-menu-btn a:hover {
    text-decoration: none;
}

.tl_side-navigation {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
}

.tl_side-navigation .navbar-nav {
    list-style: outside none none;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0;
    float: none;
    display: block;
    text-align: center;
}

.tl_side-navigation li {
    float: none;
    display: inline-block;
    width: 100%;
}

.tl-burger-nav .tl_side-navigation li a {
    font: 400 18px/18px 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tl_side-navigation .dropdown-menu {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: inherit;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: static;
    top: 100%;
    z-index: 1000;
}

.tl_side-navigation .dropdown-menu>li>a {
    font: 400 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    padding: 10px 40px;
}

.sidebar-social {
    float: left;
    width: 100%;
}

.sidebar-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}

.sidebar-social ul li {
    display: inline-block;
    padding: 0 10px;
}

.sidebar-social ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #888;
}

#cp_side-menu #content-1 {
    height: 454px;
    overflow: hidden;
    padding: 0;
    margin: 105px 0 0 0;
    width: 100%;
}

#tl_side-menu .mCustomScrollbar {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.home_2 p {
    font: 400 16px/24px "Open Sans", sans-serif;
}

.nav-row {
    float: left;
    width: 100%;
}

strong.logo-2 {
    float: left;
    position: relative;
    z-index: 99;
    margin: -48px 80px -10px 0;
}

.home_2 .top-bar {
    border-bottom: 1px solid;
    padding: 0;
}

.home_2 .top-bar strong.time {
    float: right;
    font-size: 16px;
    line-height: 16px;
    border-left: 1px solid;
    padding: 15px 0 18px 25px;
    margin: 0 0 0 30px;
}

.home_2 .top-bar .top-social {
    padding: 15px 0 0 0;
}

.home_2 .top-bar .top-social strong.title {
    font-size: 16px;
}

.home_2 .top-bar .top-social ul li a {
    font-size: 16px;
}

.home_2 .navigation .navbar {
    float: left;
    margin: 50px 0 0 0;
}

.home_2 #nav li {
    padding: 0 0 38px 0;
}

.home_2 #nav li a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.home_2 #nav li ul li {
    padding: 0;
}

.home_2 .tl_search_holder #trigger-overlay {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
}

.home_2 .top-right-box {
    top: 40px;
}

.home_2 .overlay {
    background: rgba(173, 108, 6, 0.95);
}

.home_2 #header {
    border: 0;
}

.home_2 #banner .caption .holder {
    width: 100%;
    float: left;
}

.home_2 #banner .caption .holder span {
    text-align: left;
    padding: 0 0 20px 0;
}

.home_2 #banner .caption .holder h1 {
    text-align: left;
    font-size: 80px;
    font-weight: 300;
    margin: 0 0 25px 0;
}

.home_2 #banner .caption .holder strong.title-2 {
    text-align: left;
    font: 300 36px/36px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.home_2 .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 0 2px;
    width: 25px;
}

.home_2 .owl-theme .owl-dots .owl-dot.active span,
.home_2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    width: 50px;
}

.home_2 .owl-nav {
    display: none;
}

.welcome-section-2 {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.welcome-section-2 .text-area {
    float: left;
    width: 100%;
    text-align: center;
    background: none;
    padding: 100px 0 0 0;
}

.welcome-section-2 .text-area strong.title {
    display: block;
    text-align: center;
    font: 400 48px/48px 'Oranienbaum', serif;
    padding: 0 0 15px 0;
}

.welcome-section-2 .text-area p {
    font: 400 16px/24px 'Open Sans', sans-serif;
    margin: 0 0 30px 0;
}

.welcome-section-2 .text-area .btn-readmore {
    text-decoration: none;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 30px;
    font: 300 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.welcome-section-2 .img_frame {
    float: right;
    width: 100%;
    position: relative;
}

.welcome-section-2 .img_frame:before {
    content: '';
    position: absolute;
    left: 68px;
    top: -5px;
    height: 5px;
    width: 420px;
}

.welcome-section-2 .img_frame:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 5px;
    width: 420px;
}

.welcome-section-2 .img_frame img {
    float: right;
}

.services-row {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
}

.services-row h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 400 48px/48px 'Oranienbaum', serif;
    margin: 0 0 20px 0;
}

.services-row .holder {
    margin: 0 auto 40px;
    overflow: hidden;
    display: block;
    width: 703px;
}

.services-box {
    float: left;
    width: 100%;
}

.services-box .thumb {
    float: left;
    width: 100%;
    margin: 0 0 35px 0;
}

.services-box .thumb img {
    display: block;
    width: 100%;
}

.services-box .text-box {
    float: left;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.services-box .text-box h3 {
    font: 400 36px/36px 'Oranienbaum', serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px 0;
}

.services-box .text-box h3 a {
    text-decoration: none;
}

.parallax-style_2 {
    float: left;
    width: 100%;
    background: url(../images/paralex-section-bg-2.jpg) no-repeat left top/cover;
    padding: 150px 0;
    position: relative;
}

.parallax-style_2 a.parallax_logo {
    background: url(../images/paralex-logo.png) no-repeat left top;
    width: 182px;
    height: 241px;
    position: absolute;
    right: 168px;
    top: 0;
}

.parallax-style_2 .inner-col {
    margin: 0 auto;
    display: block;
    width: 920px;
    overflow: hidden;
    text-align: center;
}

.parallax-style_2 span {
    display: block;
    font: 400 48px/48px 'Dancing Script', cursive;
    padding: 0 0 15px 0;
}

.parallax-style_2 strong.title {
    display: block;
    font: 400 90px/90px 'Oranienbaum', serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    padding: 0 0 10px 0;
}

.parallax-style_2 .caption-box {
    margin: 0 auto;
    display: block;
    width: 490px;
    display: block;
    overflow: hidden;
}

.parallax-style_2 p {
    margin: 0 0 30px 0;
}

.parallax-style_2 .btn-more {
    text-decoration: none;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 30px;
    font: 300 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.menu-section {
    float: left;
    width: 100%;
    background: #000 url(../images/menu-right-bg.jpg) no-repeat right top;
    position: relative;
    padding: 80px 0;
}

.menu-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    background: url(../images/menu-bottels.png) no-repeat left bottom;
    width: 180px;
    height: 770px;
    z-index: 9;
}

.menu-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/menu-bottom-bg.jpg) no-repeat left bottom;
    width: 100%;
    height: 76px;
}

.menu-section strong.title {
    display: block;
    font: 400 30px/30px 'Open Sans', sans-serif;
    color: #fff;
    padding: 0 0 15px 0;
}

.menu-section h2 {
    display: block;
    font: 400 60px/60px 'Oranienbaum', serif;
    margin: 0 0 20px 0;
}

.menu-section ul {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

.menu-section ul li {
    display: block;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.menu-section ul li .thumb {
    float: left;
    margin: 0 30px 0 0;
}

.menu-section ul li .text-box {
    overflow: hidden;
    float: none;
    max-width: inherit;
}

.menu-section ul li .text-box .inner {
    float: left;
    width: 540px;
}

.menu-section ul li .text-box span.name {
    display: block;
    font: 400 24px/24px 'Oranienbaum', serif;
    color: #ccc;
    padding: 0 0 20px 0;
}

.menu-section ul li .text-box strong.price {
    float: right;
    font: 400 24px/24px 'Open Sans', sans-serif;
    color: #ccc;
}

.home-gallery-style-2 {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.home-gallery-style-2 h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 400 48px/48px 'Oranienbaum', serif;
    margin: 0 0 20px 0;
}

.home-gallery-style-2 .holder {
    margin: 0 auto 40px;
    overflow: hidden;
    display: block;
    width: 570px;
    text-align: center;
}

.home-gallery-style-2 .frame {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-gallery-style-2 .frame img {
    display: block;
    width: 100%;
}

.home-gallery-style-2 .frame:hover .caption {
    left: 0;
}

.home-gallery-style-2 .frame .caption {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-gallery-style-2 .frame .caption:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.home-gallery-style-2 .frame .caption strong.title {
    font: 400 36px 'Dancing Script', cursive;
    color: #fff;
    display: block;
    position: relative;
    padding: 20px 0 0 30px;
}

.home-gallery-style-2 .frame .caption strong.title span {
    display: block;
}

.home-gallery-style-2 .frame .caption a.zoom {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    color: #fff;
}

.center-icon {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

.home-gallery-style-2 a.load-more {
    background: url(../images/load-more-icon.png) no-repeat center center;
    width: 66px;
    height: 66px;
    display: inline-block;
}

.event-style-2 {
    float: left;
    width: 100%;
    padding-bottom: 80px;
}

.event-style-2 h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font: 400 48px/48px 'Oranienbaum', serif;
    margin: 0 0 20px 0;
}

.event-style-2 .holder {
    margin: 0 auto 40px;
    overflow: hidden;
    display: block;
    width: 570px;
    text-align: center;
}

.event-style-2 .text-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 60px 0 0 0;
}

.event-style-2 .text-box strong.date {
    display: block;
    text-align: center;
    font: 400 30px/30px 'Oranienbaum', serif;
    padding: 0 0 20px 0;
}

.event-style-2 .text-box h3 {
    display: block;
    text-transform: uppercase;
    font: 24px/24px 'Open Sans', sans-serif;
    color: #ccc;
    margin: 0 0 20px 0;
}

.event-style-2 .text-box h3 a {
    color: #ccc;
}

.event-style-2 .text-box p {
    margin: 0 0 20px 0;
}

.event-style-2 .btn-event {
    text-decoration: none;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 30px;
    font: 300 16px/16px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.video-frame {
    float: left;
    width: 100%;
    position: relative;
}

.video-frame a.video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 86px;
    height: 86px;
    background: url(../images/video-icon.png) no-repeat left top;
}

.video-frame:before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 420px;
    height: 5px;
}

.video-frame:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 420px;
    height: 5px;
}

.video-frame img {
    display: block;
    width: 100%;
}

.video-frame .modal-dialog {
    width: 900px;
}

.video-frame iframe {
    width: 100%;
    border: 0;
    height: 400px;
}

#footer.footer-2 {
    float: left;
    width: 100%;
    background: url(../images/footer-bg-2.jpg) no-repeat left top;
    padding: 50px 0 0 0;
}

.footer-col {
    float: left;
    width: 100%;
}

.footer-col .text-col {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer-col .text-col strong.title {
    display: block;
    font: 700 14px/14px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.footer-col .text-col p {
    font-size: 14px;
    line-height: 24px;
}

.logo-footer {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    text-align: center;
}

.footer-col h3 {
    font: 400 30px/30px 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.footer-col .fa {
    float: left;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.footer-col .text-area {
    background: none;
    overflow: hidden;
    float: none;
    width: auto;
}

.footer-col .text-area strong.title {
    display: block;
    font: 700 14px/14px 'Open Sans', sans-serif;
    padding: 0 0 7px 0;
}

.footer-col .text-area p {
    font-size: 14px;
}

.footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col ul li {
    padding: 30px 0 0 0;
}

.footer-col ul li:first-child {
    padding: 0;
}

.footer-col .instagram {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col .instagram li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}

.footer-col form {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 25px 0;
}

.footer-col form input[type="text"] {
    float: left;
    width: 100%;
    height: 50px;
    border: 0;
    background: #000;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer-col form button[type="submit"] {
    border: 0;
    background: none;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 14px;
}

.footer-col {
    margin-bottom: 40px;
    min-height: 252px;
}

.footer-col span {
    font: 400 16px/24px 'Open Sans', sans-serif;
    color: #ccc;
    display: block;
    padding: 0 0 20px 0;
}

.footer-col p {
    font: 400 14px/24px 'Open Sans', sans-serif;
}

.footer-col strong.number {
    display: block;
    font: 400 14px/14px 'Open Sans', sans-serif;
    padding: 20px 0 0 0;
}

#footer.footer-2 {
    background-size: cover;
}

.copyrights-row {
    margin: 0;
}

.copyrights-row {
    float: left;
    border-top: 1px solid;
    width: 100%;
    margin: 50px 0 0 0;
    padding: 40px 0;
}

.copyrights-row strong.copy {
    float: left;
    font: 300 14px/14px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #ccc;
}

.copyrights-row a.copmany {
    float: right;
    font: 300 14px/14px 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.copyrights-row a.copmany span {
    color: #ccc;
}

#nav li ul li a:before,
#banner .owl-next,
#banner .owl-prev,
#banner span,
.tab-row .nav>li>a,
.tab-style-2 .nav>li>a,
.event-section .holder a.link:before,
.home-gallery .img-frame .caption:before,
.home-gallery .img-frame .caption:after,
.home-gallery .img-frame .caption .holder,
.home-gallery .img-frame .caption .holder a.link,
.home-gallery .img-frame,
.footer-social ul li a,
.bartender-social,
.bartender-social ul li a,
.tags-widget a,
.gallery-masnory .img-frame .caption .inner a.zoom,
.gallery-masnory .img-frame .caption,
.share ul li a,
.top-bar .top-social ul li a,
.img-frame img,
.tab-style-1 .tab-content h2 a,
.tab-style-1 .tab-content .btm-row ul li a,
.newsletter form input[type="submit"],
.tab-style-1 .tab-content .box .img-frame img,
.menu-box .img-frame,
.error-page form .input-box input[type="submit"],
.error-page a.btn-return,
.about-section .img-frame,
.bartenders-section .box .text-box h2 a,
.bartender-detail-social ul li a,
.bartender-detail form input[type="submit"],
.comment-box input[type="submit"],
.popular-post-widget .thumb img,
.categories-widget ul li a,
.event-box .img-frame,
.event-col .thumb img,
.gallery-masnory a.btn-more,
.sidebar-social ul li a,
.home-gallery-style-2 .frame .caption {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.FONTS {
    font-family: 'Oswald', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Dancing Script', cursive;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oranienbaum', serif;
}

.text-col p {
    padding: 0 13%;
}

.footer-logo a img {
    width: 147px !important;
}

.mid-banner-sec {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mid-banner-sec video {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1920px) {
    .mid-banner-sec {
        height: 100vh;
    }

    .mid-banner-sec video {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1920px) {
    .mid-banner-sec {
        height: auto;
    }

    .mid-banner-sec video {
        object-fit: contain;
    }
}

.parallax-section .holder p {
    color: #ffffff;
    font-size: 26px;
    line-height: 45px;
}

.text-col h2 {
    font: 400 48px 'Dancing Script', cursive;
    letter-spacing: 4px;
    color: #c5a059;
    text-align: center;
    font-family: 'Captain Howdy';
}

ul.contact-sec li a {
    color: #c5a059;
    font-size: 20px;
}

.caption .holder .banner-heading {
    font: 400 72px 'Dancing Script', cursive;
    letter-spacing: 4px;
    color: #c5a059;
    text-align: center;
    font-family: 'Captain Howdy';
}

.page-title {
    height: 320px;
    background: url(../images/inner-banner-2.jpg) center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.page-title .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.auto-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    color: #fff;
}

.page-title h1 {
    font-size: 44px;
    font-weight: 600;
}

.contact-section {
    padding: 90px 0;
    background: #f8f9fb;
}

.contact-wrapper {
    display: flex;
    gap: 50px;
    background: #fff;
    border-radius: 14px;
    padding: 60px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.sub-title {
    font: 400 28px 'Dancing Script', cursive;
    letter-spacing: 4px;
    color: #c5a059;
    font-family: 'Captain Howdy';
}

.contact-form {
    flex: 1.2;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

textarea {
    resize: none;
    height: 140px;
}

button {
    color: #fff !important;
    border: none;
    padding: 14px 31px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
    background-color: #dc912a;
    margin-top: 30px;
}

button:hover {
    transform: translateY(-2px);
}

.contact-info {
    flex: 1;
    background: #111 !important;
    color: #fff;
    border-radius: 12px;
    padding: 40px;
}

.contact-info p {
    margin-bottom: 30px;
}

.contact-info ul {
    list-style: none;
}

.contact-info li {
    margin-bottom: 25px;
}

.contact-info h6 {
    font-size: 16px;
    margin-bottom: 4px;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
}

@media(max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
        padding: 40px 30px;
    }
}

.blog-section {
    padding: 80px 0;
}

.blog-layout {
    gap: 30px;
}

.blog-main {
    flex: 0 0 70%;
}

.news-block {
    margin-bottom: 30px;
}

.inner-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.inner-box:hover {
    transform: translateY(-5px);
}

.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    display: block;
}

.date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ff5a00;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
}

.content-box {
    padding: 25px;
}

.post-info {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #777;
}

.title a {
    color: #111;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.title a:hover {
    color: #ff5a00;
}

.content-box p {
    color: #555;
    margin-top: 10px;
}

.bottom-box {
    padding: 0 25px 25px;
}

.read-more {
    color: #ff5a00;
    text-decoration: none;
    font-weight: 600;
}

.blog-grid-style2-area {
    padding: 80px 0;
    background: #f6f6f6;
    float: left;
    width: 100%;
}

.single-blog-style4 {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.single-blog-style4:hover {
    transform: translateY(-6px);
}

.img-holder {
    position: relative;
    overflow: hidden;
}

.img-holder img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

.single-blog-style4:hover img {
    transform: scale(1.08);
}

.date-box {
    position: absolute;
    bottom: 13px;
    left: 13px;
    background: #db9029;
    color: #fff;
    padding: 0 10px 0 10px;
    border-radius: 8px;
    text-align: center;
}

.date-box h2 {
    font-size: 16px;
    line-height: 1;
}

.date-box span {
    font-size: 12px;
    letter-spacing: 1px;
}

.text-holder {
    padding: 28px;
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
}

.blog-title a {
    color: #111;
    text-decoration: none;
}

.blog-title a:hover {
    color: #db9029;
}

.text-holder p {
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 30px;
    background: #db9029;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: #000;
}

@media (max-width: 991px) {
    .blog-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
    }
}

.sidebar-wrapper {
    padding-left: 20px;
}

.single-sidebar {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.single-sidebar .title h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.border-box {
    width: 60px;
    height: 3px;
    background: #db9029;
    display: inline-block;
}

.search-form {
    display: flex;
    margin-top: 20px;
}

.search-form input {
    flex: 1;
    height: 48px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 6px 0 0 6px;
}

.search-form button {
    background: #db9029;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    padding: 4px 16px;
}

.sidebar-categories-box {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sidebar-categories-box li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.sidebar-categories-box li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.sidebar-categories-box li span {
    background: #f3f3f3;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.sidebar-categories-box li.active a,
.sidebar-categories-box li a:hover {
    color: #db9029;
}

.latest-posts {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.latest-posts li {
    margin-bottom: 20px;
}

.latest-posts .inner {
    display: flex;
    gap: 15px;
}

.img-box {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 8px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.img-box:hover .overlay-content {
    opacity: 1;
}

.overlay-content a {
    color: #fff;
    font-size: 18px;
}

.title-box h4 {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.title-box h4 a {
    color: #111;
    text-decoration: none;
}

.title-box h4 a:hover {
    color: #ff5a00;
}

.title-box p {
    font-size: 13px;
    color: #777;
}

.title-box p a {
    color: #ff5a00;
    text-decoration: none;
}

@media (max-width: 991px) {

    .blog-main,
    .blog-sidebar {
        flex: 0 0 100%;
    }
}

.blog-breadcrumb-banner {
    position: relative;
    background: url(../images/banner1.jpg) center/cover no-repeat;
    padding: 110px 0 90px;
    color: #fff;
    overflow: hidden;
    float: left;
    width: 100%;
}

.blog-breadcrumb-banner .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-content {
    text-align: center;
}

.breadcrumb-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    backdrop-filter: blur(6px);
}

.breadcrumb-list li {
    font-size: 14px;
    font-weight: 500;
    color: #f1f1f1;
}

.breadcrumb-list li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: #f9c74f;
}

.breadcrumb-list li::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-list li:last-child::after {
    display: none;
}

@media (max-width: 768px) {
    .breadcrumb-content h1 {
        font-size: 30px;
    }

    .blog-breadcrumb-banner {
        padding: 80px 0 65px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    color: #333;
    line-height: 1.7;
}

.au-inner-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.au-hero-wrap {
    position: relative;
    height: 320px;
    background: url("images/about-banner.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.au-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.au-hero-inner {
    position: relative;
    color: #fff;
}

.au-page-title {
    font-size: 42px;
    margin-bottom: 8px;
}

.au-page-tagline {
    font-size: 18px;
}

.au-intro-wrap {
    padding: 80px 0 20px 0;
}

.au-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.au-section-heading {
    font: 400 32px 'Dancing Script', cursive;
    letter-spacing: 4px;
    color: #c5a059;
    font-family: 'Captain Howdy';
}

.au-intro-wrap>.container>.row {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.au-text {
    margin-bottom: 15px;
}

.au-image-block img {
    width: 100%;
    border-radius: 10px;
}

.au-vmv-wrap {
    background: #f5f5f5;
    padding: 70px 0;
}

.au-vmv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.au-vmv-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.au-vmv-card h3 {
    margin-bottom: 12px;
    color: #cfa144;
}

.au-stats-wrap {
    background: #111;
    padding: 70px 0;
}

.au-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.au-stat-item h2 {
    font-size: 42px;
    color: #cfa144;
}

.au-stat-item span {
    display: block;
    margin-top: 6px;
    color: #ddd;
}

@media (max-width: 900px) {

    .au-intro-grid,
    .au-vmv-grid,
    .au-stats-grid {
        grid-template-columns: 1fr;
    }

    .au-page-title {
        font-size: 32px;
    }
}

ul.contact-sec li {
    list-style: none;
}

.shop-section {
    background-color: #f8f9fb;
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top / cover;
}

.shop-container {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 25px;
    padding: 100px 0;
}

.sidebar {
    width: 25%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.sidebar h3 {
    margin-bottom: 20px;
}

.category-list li {
    list-style: none;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 19px;
}

.category-list li:hover,
.category-list li.active {
    background: #c5a059;
    color: #fff;
}

.product-area {
    width: 100%;
}

.page-title {
    margin-bottom: 25px;
    font-size: 26px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    width: 24%;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card img {
    width: 140px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.product-card2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.product-card3 img {
    width: 70%;
}

.product-card a h4 {
    margin: 15px 0 8px;
    font-size: 20px;
    color: #333;
}

.price {
    font-weight: 600;
    color: #3b2409;
    margin-bottom: 12px;
}

.product-card button {
    padding: 10px 18px;
    border: none;
    background: #c5a059;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

@media(max-width: 991px) {
    .shop-container {
        flex-direction: column;
    }

    .sidebar,
    .product-area {
        width: 100%;
    }
}

aside.sidebar h3 {
    font: 400 26px 'Dancing Script', cursive;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-family: 'Captain Howdy';
}

.product-detail-section {
    width: 100%;
    background: #000;
    padding-bottom: 100px;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top / cover;
}

.product-detail-container {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 60px;
    padding: 35px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 100px 200px 0 200px;
}

.product-gallery {
    width: 45%;
}

.product-gallery.left-thumb {
    display: flex;
    gap: 15px;
    width: 50%;
    background-color: #f8f9fb;
    text-align: center;
    padding: 50px 30px;
}

.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thumbnail-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #0000001a;
    transition: 0.3s;
    max-width: 100px;
}

.thumbnail-column img:hover,
.thumbnail-column img.active {
    border-color: #2f80ed;
}

.main-image-box {
    flex: 1;
}

@media(max-width: 991px) {
    .product-gallery.left-thumb {
        flex-direction: column-reverse;
    }

    .thumbnail-column {
        flex-direction: row;
        justify-content: center;
    }

    .thumbnail-column img {
        width: 70px;
        height: 70px;
    }

    .product-info h1 {
        margin-bottom: 10px;
        font: 400 28px 'Dancing Script', cursive;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        font-family: 'Captain Howdy';
        color: #f6be54;
        text-transform: uppercase;
    }
}

.product-info {
    width: 50%;
}

.product-info h1 {
    margin-bottom: 10px;
    font: 400 32px 'Dancing Script', cursive;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-family: 'Captain Howdy';
    color: #f6be54;
    text-transform: uppercase;
}

p.brand {
    font-size: 19px;
    font-weight: 600;
    color: #fcfafae8;
    margin-bottom: 10px;
}

.price-box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
}

.description {
    margin-bottom: 20px;
    color: #ffffffc7;
}

.features {
    list-style: none;
    margin-bottom: 25px;
    color: #ffffffc7;
}

.features li {
    margin-bottom: 8px;
}

.actions {
    display: flex;
    gap: 15px;
}

.actions input {
    width: 70px;
    padding: 10px;
}

.cart-btn {
    background: #2f80ed;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.buy-btn {
    background: #111;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.product-tabs {
    width: 90%;
    margin: 40px auto;
    background: #000 url(../images/welcome-bg.jpg) no-repeat left top / cover;
    padding: 60px 240px;
    border-radius: 15px;
    text-align: center;
}

.product-tabs.tabs-container {
    display: inline-block;
    gap: 15px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 18px;
    border: none;
    background: #222222;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
}

.tab-btn.active {
    background: #c5a059;
    color: #fff;
}

.product-tabs .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

@media(max-width: 991px) {
    .product-detail-container {
        flex-direction: column;
    }

    .product-gallery,
    .product-info {
        width: 100%;
    }
}

.related-products {
    width: 90%;
    margin: 100px auto;
    text-align: center;
}

#reviews p {
    color: #ffffffdb;
}

.related-products h2 {
    font-size: 29px;
    margin-bottom: 25px;
    font: 400 24px 'Dancing Script', cursive;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    font-family: 'Captain Howdy';
    color: #c5a059;
    margin-bottom: 40px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}

.related-card {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.related-card:hover {
    transform: translateY(-8px);
}

.related-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.related-card h4 {
    margin: 15px 0 8px;
}

.related-card .price {
    font-weight: 600;
    color: #2f80ed;
    margin-bottom: 12px;
}

.related-card button {
    padding: 10px 18px;
    border: none;
    background: #2f80ed;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.related-card button:hover {
    background: #1b5fc9;
}

@media(max-width: 768px) {
    .related-products {
        margin-top: 30px;
    }
}

div#desc p {
    color: #ffffffb5;
    font-size: 18px;
    margin-top: 20px;
}

.product-tabs.tabs-container {
    display: inline-block;
    gap: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#specs ul li {
    margin-left: 20px;
}

.product-tabs.tab-btn {
    background: #c5a059;
    color: #fff;
    margin-top: 30px;
}

.tabs-container button.tab-btn {
    margin-left: 30px;
}

#reviews {
    margin-top: 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.71);
}

div#specs p {
    color: rgba(255, 255, 255, 0.71);
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.main-image-box img {
    max-width: 212px;
}

.main-image-box2 img {
    max-width: 100%;
}

.img-frame img {
    max-width: 200px;
}

.product-card a:hover {
    text-decoration: none;
}

.product-gallery {
    display: flex;
    gap: 20px;
}

.thumbnail-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumbnail-column img {
    width: 88px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.thumbnail-column img:hover,
.thumbnail-column img.active {
    border-color: #000;
}

.main-image-box img {
    width: 400px;
}

.related-products .product-grid {
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
}

.age-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('../images/age-banner.jpg') center/cover no-repeat;
}

.age-box {
    background: rgb(0 0 0 / 82%);
    text-align: center;
    padding: 42px 70px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    max-width: 660px;
    width: 100%;
}

.age-box-logo img {
    max-width: 100px;
    margin-bottom: 2px;
}

.age-box h4 {
    font: 400 40px 'Dancing Script', cursive;
    letter-spacing: 4px;
    color: #c5a059;
    text-align: center;
    font-family: 'Captain Howdy';
}

.age-box P {
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
}

.form-control {
    padding: 10px;
    font-size: 17px;
}

.age-btn {
    background-color: #c39641;
    margin-top: 20px;
    padding: 10px 40px;
    color: #fff;
    font-size: 17px;
}

.terms-conditions {
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 10px;
    letter-spacing: 0px;
    line-height: 20px;
}

.site-content {
    padding: 50px;
    max-width: 900px;
    margin: auto;
}

.shape-bg {
    position: relative;
    background: url('../images/shape.png') center/cover no-repeat;
}

.shape-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 90%);
    pointer-events: none;
    opacity: 1;
}

.modal-lg,
.modal-xl {
    --bs-modal-width: 600px;
}

.gallery-img {
    cursor: pointer;
    transition: transform 0.3s;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.blog-grid-style2-area .mt1 {
    margin-top: 40px;
}

.product-card a h4 {
    margin: 15px 0 8px;
    font-size: 27px;
    color: #f6be54;
    text-transform: uppercase;
    text-align: start;
}

.product-card2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card a h4 {
    margin: 10px 5px 8px;
    font: 400 24px 'Dancing Script', cursive;
    color: #f6be54;
    text-transform: uppercase;
    text-align: start;
    font-family: 'Captain Howdy';
    letter-spacing: -1px;
}

.product-card a p {
    font: 700 18px/28px 'Open Sans', sans-serif;
    margin: 0px;
    color: #504d4d;
}

.gallery {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 100px;
    flex-wrap: wrap;
    flex-direction: row;
}

.product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-50px) scale(.9);
    transition: .6s cubic-bezier(.25, 1, .5, 1);
    cursor: pointer;
}

.product.show {
    opacity: 1;
    transform: none;
}

.product img {
    width: 100%;
    display: block;
    transition: .3s;
}

.product:hover img {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 12px;
    transition: .3s;
    pointer-events: none;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff !important;
    cursor: pointer;
    z-index: 999;
}

.controls {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    z-index: 999;
}

.controls button {
    width: 80px;
    height: 66px;
    border-radius: 30%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    line-height: 0px;
    padding: 20px;
}

#zoomCounter {
    display: none;
}

.navbar-inverse .navbar-nav>.active>a {
    border-bottom: none !important;
}

@media (max-width: 1664px) {
    .product-card {
        background: #fff;
        border-radius: 15px;
        padding: 10px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
        width: 32%;
    }
}

@media (max-width: 1110px) {
    .product-card {
        width: 45%;
    }

    .gallery {
        display: flex;
        gap: 20px;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 80px 50px;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .product-card a p {
        display: none;
    }

    .product-card2 a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .sidebar-wrapper {
        margin-top: 20px;
    }

    .au-intro-wrap>.container>.row {
        display: block;
        align-items: center;
        text-align: center;
    }

    .blog-breadcrumb-banner {
        margin-bottom: 50px;
    }

    .au-image-block {
        margin-top: 40px;
    }

    .blog-grid-style2-area .mt,
    .blog-grid-style2-area .mt1 {
        margin-top: 40px;
    }

    .sidebar-wrapper {
        padding-left: 20px;
    }

    .show {
        display: block !important;
        width: 30% !important;
    }
}

@media (max-width: 767px) {
    .age-box h4 {
        font-size: 29px !important;
    }

    .parallax-section .holder p {
        font-size: 28px;
        line-height: 38px;
    }

    .sidebar-wrapper {
        margin-top: 20px;
    }

    .contact-section {
        padding: 60px 0;
        background: #f8f9fb;
    }

    .product-card {
        width: 80%;
    }

    .show {
        display: block !important;
        width: 43% !important;
    }

    .product-info h1 {
        margin-bottom: 10px;
        font: 400 30px 'Dancing Script', cursive;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        font-family: 'Captain Howdy';
        color: #f6be54;
        text-transform: uppercase;
    }
}

@media (max-width: 480px) {
    .age-box-logo img {
        max-width: 80px;
        margin-bottom: 0px;
    }

    .show {
        display: block !important;
        width: 95% !important;
    }

    .gallery {
        padding: 0px 0px;
    }

    .age-box {
        padding: 20px 20px;
        max-width: 380px;
    }

    .contact-section {
        padding: 40px 0;
        background: #f8f9fb;
    }

    .parallax-section .holder p {
        font-size: 24px;
        line-height: 37px;
    }

    .sidebar-wrapper {
        margin-top: 20px;
    }

    .product-info h1 {
        margin-bottom: 10px;
        font: 400 28px 'Dancing Script', cursive;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        font-family: 'Captain Howdy';
        color: #f6be54;
        text-transform: uppercase;
    }

    .controls button {
        width: 60px;
        height: 46px;
        border-radius: 30%;
        border: none;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
        line-height: 0px;
        padding: 20px;
    }
}