@charset "utf-8";

/* CSS Document */


/*Global css*/

* {
    border: 0px;
    /* word-break: break-word; */
}


/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
    border: 0;
    list-style-type: none;
    font-weight: normal;
    line-height: normal;
}

body {
    font-family: brandon-grotesque, sans-serif;
}


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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0px;
    padding: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

body {
    margin: 0px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}

body,
html {
    overflow-x: hidden;
}

textarea {
    resize: none;
}

a {
    /* color:inherit; */
    color: #f3b818;
    ;
}

a:hover,
a:focus {
    color: #f3b818;
}

img {
    max-width: 100%;
    transition: all 1s ease 0s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.headerFix {}

.headerFix .navbar-default .navbar-nav>li>a {
    line-height: 74px;
}

.headerFix .navbar-brand>img {
    height: 50px;
}

h1 {
    font-size: 38px;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-weight: 500;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h4 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

header {}

#sticky.headerFix {
    position: fixed;
    top: 0;
    z-index: 900;
    right: 0;
    left: 0;
}

.navbar-default {
    margin: 0px;
    padding: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.navbar {
    line-height: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    background-color: #f3b818;
    border: none;
    border-radius: 0px;
    min-height: inherit;
}

.navbar .container-fluid {
    padding: 0px 98px;
}

.navbar-brand {
    height: auto;
    padding: 12px 12px;
}

.navbar-default .navbar-nav>li {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px 18px;
    border-left: 1px solid #f5c646;
}

.navbar-brand>img {
    height: 70px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.navbar-default .navbar-nav>li:last-child {
    border-right: 1px solid #f5c646;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 0px 0px;
    line-height: 95px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent !important;
    color: #000 !important;
}

.jumbotron {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    border: none;
    position: relative;
    height: 650px;
}

.bg-info {
    background-color: transparent;
    padding: 300px 0px 120px;
    margin: 0px;
    border: none;
    position: relative;
}


/*Search box
==============================================*/

.search-box {
    width: 100%;
    margin-top: -111px;
    margin-bottom: 50px;
}

.search-box .form-group {
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
}

.search-box .form-group.rangeSlide {
    margin-right: 25px;
}

.search-form {
    max-width: 1170px;
    background: #fff;
    margin: 0 auto;
    padding: 52px 57px 14px;
    text-align: center;
}

.search-form::after {
    content: " ";
    background: url(../img/box-shadow.png) no-repeat;
    background-position: bottom center;
    height: 40px;
    width: 100%;
    position: relative;
    bottom: -40px;
    display: inline-block;
    z-index: -1
}

.search-form .form-control {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    color: #b9b9b9;
    padding: 10px 18px 10px 15px;
    height: 55px;
    margin-right: 4px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    z-index: 2;
    position: relative;
    background-color: transparent;
}

.search-form .form-control:focus {
    border-color: #000;
    color: #000;
}

.search-form input[type="checkbox"] {
    opacity: 0;
}

.search-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b9b9b9;
    opacity: 1;
    /* Firefox */
}

.search-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b9b9b9;
}

.search-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b9b9b9;
}


/* .checkbox-inline {
	font-weight: 500;
	font-size: 20px;
	color: black;
	margin-bottom: 42px;
	margin-right: 18px;
} */

.checkbox-inline,
.radio-inline {
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
    padding-left: 0;
}

.btn-go {
    font-weight: 500;
    border: 1px solid #f0f0f0;
    color: #b9b9b9;
    text-transform: uppercase;
    background: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.btn-go:hover {
    color: #fff;
    background: #F3B818;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: -4px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d8d1d1;
    border-radius: 4px;
    box-shadow: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.checkbox-inline:hover input~.checkmark {
    /*background-color: #F0F0F0;*/
}

.checkbox-inline input:checked~.checkmark {
    background-color: #F3B818;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-inline input:checked~.checkmark:after {
    display: block;
}

.checkbox-inline .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background: #F3B818;
}


/* End Search Box*/

.bg-info .container {
    width: 1366px;
    margin: 0px auto;
}

.leftBox {
    padding: 35px 50px 35px 220px;
    border: 1px solid #e1e1e1;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px #f1f1f1;
    min-height: 290px;
}

.left-Img {
    position: absolute;
    left: -40px;
    top: 32px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    padding: 10px;
    width: 220px;
}

.resize-gap {
    padding-right: 7px;
    padding-left: 7px;
}

.leftBox-content {
    position: relative;
}

.leftBox-content h2 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.leftBox-content h3 {
    font-weight: 400;
    font-size: 18px;
    color: #f3b818;
    letter-spacing: 0.5px;
}

.leftBox-content h4 {
    font-size: 24px;
    color: #b9b9b9;
    padding-bottom: 10px;
    line-height: 30px;
}

.leftBox-content h4 a {
    color: #f3b818;
    text-decoration: none;
}

.leftBox-content h4 a:hover,
.leftBox-content h4 a:focus {
    color: #000;
}

.map-ping-new {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/markers/not-visited.png);
    width: 35px;
    height: 47px;
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.map-ping-visited {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/markers/visited.png);
    width: 35px;
    height: 47px;
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.map-ping-upcomming {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../img/markers/comming-soon.png);
    width: 35px;
    height: 47px;
    font-size: 19px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

.fig-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0px 34px;
    text-align: center;
}

.fig-text h3 {
    font-size: 24px;
    color: #e6e6e6;
    line-height: 30px;
    padding-bottom: 4px;
}

.fig-text h4 {
    font-weight: 400;
    font-size: 20px;
    color: #e6e6e6;
    line-height: 26px;
}

.btn-default {
    padding: 14px 108px;
    height: inherit;
    line-height: inherit;
    border: 1px solid #f3b818;
    font-weight: 500;
    font-size: 18px;
    color: #f3b818;
    letter-spacing: 1px;
    border-radius: 4px;
}

.btn-default.fbBtn {
    border: 1px solid #3b5998;
    color: #ffffff;
    background-color: #3b5998;
}

.btn-default.fbBtn:hover,
.btn-default.fbBtn:focus {
    border: 1px solid #3b5998;
    color: #ffffff;
    background-color: #3b5998;
    opacity: 0.9;
}

.btn-default.fbBtn i {
    vertical-align: middle;
    margin-right: 8px;
}

.btn-default.appleBtn {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
}

.btn-default.appleBtn:hover,
.btn-default.appleBtn:focus {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    opacity: 0.9;
}

.btn-default.appleBtn i {
    vertical-align: middle;
    margin-right: 8px;
}

.btn i {
    margin-right: 4px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: transparent;
    border-color: #000;
    color: #000;
    outline: none;
}

.bg-primary {
    background-color: transparent;
    padding: 0px;
}

.input-group-btn>.btn {
    font-size: 12px;
}

.bg-primary h1 {
    padding-bottom: 95px;
}

.resize-two {
    padding: 0px 0px;
}

.resize-two img {
    position: relative;
}

.spcial-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    padding: 0px 100px 0px 65px;
    text-align: left;
}

.spcial-text h2 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.post-box {
    margin-bottom: 10px;
}

.post-box ul li {
    display: inline-block;
    padding-right: 15px;
    font-size: 15px;
}

.post-box ul li img {
    margin-right: 8px;
}

.bg-success {
    background-image: url(../img/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    padding: 70px 0px 300px;
    position: relative;
}

.bg-success .container {
    width: 1406px;
    margin: 0px auto;
}

.bg-success h1 {
    padding-bottom: 130px;
    color: #fff;
}

.bg-success p {
    font-size: 22px;
    line-height: 33px;
    color: #FFF;
    margin-bottom: 0;
}

footer {
    background-color: #f3b818;
}

.bear-sec {
    position: relative;
    height: 320px;
    background: #F3B818;
}

.bear-img {
    position: absolute;
    top: -610px;
    width: auto;
    left: 0;
    right: 0;
    width: 700px;
    margin: 0px auto;
}

.bear-img img {}

.footer {
    border-top: 1px solid #f7cd5e;
    padding: 68px 0px 76px;
}

.social-box li {
    display: inline-block;
    padding: 0px 40px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.social-box li a {
    color: #fff;
    text-decoration: none;
}

.social-box li a:hover,
.social-box li a:focus {
    color: #000;
}

.social-box li a:hover .fa,
.social-box li a:focus .fa {
    color: #000;
    border-color: #000;
}

.social-box li i {
    margin-right: 18px;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
}

.social-box {
    margin-bottom: 45px;
}

.footer p {
    color: #fff;
    font-size: 18.84px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer p a {
    color: #fff;
    text-decoration: none;
    margin: 0px 4px;
}

.footer p a:hover,
.footer p a:focus {
    color: #000;
}


/* Subscribe form
==============================================*/

.bg-warning {
    background: #f3b818;
    color: #fff;
    padding: 45px 0px 55px;
}

.sub-form h1 {
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.sub-form h3 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 30px;
}

.sub-form .form-control {
    width: 556px;
    height: 55px;
    padding: 10px 18px;
    font-weight: 500;
    font-size: 15px;
    color: #f3b818;
    border: 0px;
    box-shadow: 0px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sub-form .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #f3b818;
    opacity: 1;
    /* Firefox */
}

.sub-form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f3b818;
}

.sub-form .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f3b818;
}

.btn-sub {
    position: relative;
    left: -8px;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 14.6px 28px;
    border: 0px;
    border-radius: 4px;
    letter-spacing: .4px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.btn-sub:hover {
    color: #fff;
    background: #333333;
}

.stor-img {
    padding-top: 34px;
}

.stor-img img {
    padding-left: 5px;
    padding-right: 5px;
}


/*End subscribe form */

.gotop {
    position: fixed;
    right: 20px;
    bottom: -100px;
    cursor: pointer;
    z-index: 999;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    opacity: 0;
}

.gotop .fa {
    background-color: #f3b818;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.gotop .fa:hover,
.gotop .fa:focus {
    background-color: #000;
}

.gotop-show {
    bottom: 50px;
    opacity: 1;
}


/*Inner page sttart*/

.jumbotron.inner-banner {
    position: relative;
    height: auto;
}

.jumbotron.inner-banner .bannerImg {
    width: 1920px;
    max-width: none;
    position: relative;
    left: 50%;
    top: 0%;
    -ms-transform: translateY(-0%) translateX(-50%);
    -webkit-transform: translateY(-0%) translateX(-50%);
    transform: translateY(-0%) translateX(-50%);
}

.bannerText {
    width: 800px;
    position: absolute;
    left: 360px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
}

.bannerText h1 {
    font-size: 65px;
    color: #fff;
    line-height: 65px;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.bannerText h2 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.well {
    min-height: inherit;
    padding: 0;
    margin: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.advertise-sec {
    padding: 100px 0px 86px;
}

.advertise-sec h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 38px;
    padding-bottom: 55px;
}

.advertise-sec p {
    color: #000;
    padding-bottom: 14px;
    letter-spacing: 1px;
}

.advertise-sec p a {
    color: #f3b818;
    text-decoration: none;
}

.advertise-sec p a:hover,
.advertise-sec p a:focus {
    color: #b98d17;
    text-decoration: none;
}

.bg-info.special-events {
    padding: 95px 0px 130px;
}

.btn-warning {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 15px 76px;
    line-height: inherit;
    height: inherit;
    background-color: #f3b818;
    border-radius: 6px;
    letter-spacing: 1px;
    margin-top: 10px;
    border: none;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #000;
    outline: none;
    color: #fff;
}


/* .bg-info.special-events .btn-default {
	padding: 14px 82px;
} */

.bg-info.special-events .left-Img {
    top: 75px;
}

.bg-info.the-breweries .btn-default {
    letter-spacing: 2px;
}


/*Soumya*/

.bg-info.americus-page {
    padding: 0px 0px;
}

.americus-box {
    width: 100%;
    position: relative;
    top: -113px;
}

.americus-content {
    max-width: 1138px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 60px 95px 60px;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px #cccccc;
}

.americus-content img {
    border: 1px solid #eeeeee;
}

.americus-content h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
    font-weight: 500;
    color: #000;
    padding-bottom: 24px;
}

.text-muted {
    color: #b1b1b1;
}

.btn-success {
    background: #dd9413;
    border-color: #dd9413;
}

.btn-success:first-child {
    margin-right: 0px;
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #000;
    outline: none;
}

.open-time {
    margin-top: 38px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    position: relative;
}

.open-time span {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
}

.open-time span a {
    color: #000;
}

.open-time span a:hover,
.open-time span a:active {
    color: #EC971F;
}

.open-time .dropdown-menu {
    padding: 10px;
    left: 60px;
}

.open-time .dropdown-menu li {
    font-weight: 400;
    font-size: 18px;
}

.fa-angle-down {
    margin-left: 6px;
}

.contact-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
}

.contact-info:after {
    content: '';
    display: block;
    clear: both;
}

.contact-info li {
    text-align: center;
    border-right: 1px solid #e5e5e5;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
}

.contact-info li:last-child {
    border-right: 0px;
}

.contact-info li .fa {
    font-size: 33px;
    color: #b2b2b2;
}

.contact-info li span a {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    color: #dd9413;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.contact-info li span a:hover {
    color: #000;
}

.social-link {
    margin-bottom: 8px;
}

.social-link li {
    display: inline-block;
    margin: -1px;
    padding: 0px
}

.social-link li a .fa {
    font-size: 16.02px;
    background: #dd9413;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.social-link li a .fa:hover,
.social-link li a .fa:focus {
    background-color: #000;
    color: #fff;
}

a.site-url {
    color: #000;
    font-size: 15.1px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: .5px;
}


/*Sudip dey*/

.jumbotron.inner-banner.map {
    position: relative;
    height: 500px;
}

.map::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.venue-sec {
    background-color: #fff;
    padding: 58px 60px 30px;
    box-shadow: 1px 1px 20px #cccccc;
    position: relative;
    top: -110px;
}

.account-box {
    max-width: 1020px;
    margin: 0 auto;
}

.account-box h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 500;
    font-weight: 400;
    color: #000000;
}

.account-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000305;
}

.account-box .box-dtl h4 {
    font-size: 24px;
    color: #dd9413;
}

.account-box .box-dtl {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5 !important;
    padding: 8px 0px;
}

.account-box .orange {
    color: #e2a232;
    margin-bottom: 15px;
}

.account-box .br-down h3 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.account-box p {
    color: #636363;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

.account-box .ul-venue li {
    display: inline-block;
}

.account-box .account-img {
    border: 1px solid #ededed;
}

.account-box .manage-cls {
    margin-top: 10px;
}

.account-box .manage-cls a {
    padding-right: 7px;
    padding-left: 7px;
}

.account-box .star-cls {
    margin-top: 10px;
}

.star-cls .fa {
    color: #000;
    font-size: 20px;
}

.star-cls .grey-star {
    color: #adadad;
}

.account-box .star-cls .reting {
    font-size: 15px;
    font-weight: 400;
    color: #000305;
    padding-left: 8px;
}

.br-down {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.br-down.border-off {
    border-bottom: none;
    padding-bottom: 0px;
}


/*Inner page end*/

.whosOpenSec {
    padding: 100px 0;
}

.well h1 {
    font-weight: 500;
}

.whosOpenSec h1 {
    font-weight: 500;
}

.logosSec {
    padding-top: 80px;
}

.companyLogo {
    background-color: #f3b818;
    text-align: center;
    margin-bottom: 20px;
}

.companyLogo a {
    display: block;
    padding: 30px;
}

.companyLogo figure {
    margin-bottom: 35px;
    width: auto;
}

.companyLogo h4 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 22px;
}

.resetCol>[class*='col-'] {
    padding-right: 10px;
    padding-left: 10px;
}

.text-warning {
    color: #ffe652;
}

.conditionSec {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 60px;
}

.conditionSec h1 {
    padding-bottom: 35px;
}

.conditionSec p {
    color: #707070;
    padding-bottom: 26px;
}

.listDot {
    padding-bottom: 30px;
    padding-left: 20px;
}

.listDot li {
    list-style-type: disc;
    color: #707070;
    padding-bottom: 8px;
    font-size: 20px;
}

.siteMap {
    padding: 100px;
}

.siteMap ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    padding: 6px 0;
    display: inline-block;
}

.siteMap ul li a:hover {
    color: #f3b818;
}

.gap1 {
    margin-bottom: 40px;
}


/* .gapOff.btn-default{

	padding:11px 25px;
	min-width:240px;} */

.sectionPadding {
    padding: 100px 0;
}

.form-control {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    color: #b9b9b9;
    padding: 12px 15px;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    height: auto;
}

.form-control::placeholder {
    color: #ababab;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    color: #ababab;
}

.form-control::-ms-input-placeholder {
    color: #ababab;
}

.form-control:focus {
    border-color: #000;
    color: #000;
}

.text-primary {
    color: #f3b818;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #E0A60C;
    text-decoration: none;
}

.text-info {
    color: #000;
}

.customOption {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
}

.customOption.customOptionInline {
    display: block;
    margin-bottom: 5px;
    margin-right: 15px;
    display: inline-block;
}

.customOption input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.btn {
    padding: 17px 25px;
    height: inherit;
    line-height: inherit;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn.btn-sm {
    padding: 13px 20px;
    font-size: 12px;
}

.btn.btn-xs {
    padding: 8px 12px;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.redemBtn {
    margin-bottom: 5px;
}

.specialsListTable p {}

.btn-primary {
    color: #FFF;
    background-color: #f3b818;
    border-top-color: #f3b818;
    border-right-color: #f3b818;
    border-bottom-color: #f3b818;
    border-left-color: #f3b818;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #FFF;
    background-color: #F0B10D;
    border-top-color: #f3b818;
    border-right-color: #f3b818;
    border-bottom-color: #f3b818;
    border-left-color: #f3b818;
}

.btn-green {
    color: #FFF;
    background-color: #17823b;
    border-top-color: #17823b;
    border-right-color: #17823b;
    border-bottom-color: #17823b;
    border-left-color: #17823b;
}

.btn-green:hover,
.btn-green:focus {
    color: #FFF;
    background-color: #089136;
    border-top-color: #17823b;
    border-right-color: #17823b;
    border-bottom-color: #17823b;
    border-left-color: #17823b;
}

.btn-info {
    color: #FFF;
    background-color: #000000;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

.btn-info:hover,
.btn-info:focus {
    color: #FFF;
    background-color: #333333;
    border-top-color: #333333;
    border-right-color: #333333;
    border-bottom-color: #333333;
    border-left-color: #333333;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.open>.dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: #F0B10D;
    border-color: #F0B10D;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-weight: 400;
}

.dropdown-item:hover {
    color: #f0b10d;
}

.serchResult {
    margin-bottom: 45px;
}

.serchResult h2 {
    font-weight: 500;
    font-size: 26px;
}

.spcial-text p {
    color: #FFF;
}

.rangeSliderBox {}

.rangeSliderBox h3 {
    margin-bottom: 0;
}

.rangeSlide {
    margin: 0 auto;
}

.m-2 {
    margin-bottom: 20px !important;
}

.m-3 {
    margin-bottom: 30px !important;
}

.socialBtn a .fa {
    font-size: 16.02px;
    background: #dd9413;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

.socialBtn a .fa:hover,
.socialBtn a .fa:focus {
    background-color: #000;
    color: #fff;
}

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

.socialBtn a {
    display: inline-block;
    margin: 4px 3px 4px 3px;
}

.timeTable {
    font-size: 16px;
    color: #000;
}

.timeTable dl:after {
    content: '';
    display: block;
    clear: both;
}

.timeTable dt {
    float: left;
    font-weight: normal;
    width: 100px;
}

.timeTable dd {
    overflow: hidden;
    margin-bottom: 8px;
}

.profileDetails {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.profileDetails h2 {
    margin-bottom: 10px;
}

.profileDetails p {
    font-size: 16px;
    margin-bottom: 10px;
}

.followDetails {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.followDetails h3 {
    margin-bottom: 10px;
}

.followDetails ul li {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.followDetails ul li a {
    color: #f3b818;
}

.followDetails ul li a:hover,
.followDetails ul li a:focus {
    color: #f3b818;
    text-decoration: underline;
}

.profileImg {
    max-width: 250px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
}

.profileImg img {
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    padding: 4px;
    width: 100%;
}

.profileLeft {
    padding-right: 25px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #f0f0f0;
}

.brewLogo {
    max-width: 200px;
    margin: 0 auto 15px auto;
    border-radius: 4px;
}

.brewLogo img {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    padding: 4px;
    width: 100%;
}

.brewBanner {
    margin: 0 auto 15px auto;
    border-radius: 4px;
}

.brewBanner img {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    padding: 4px;
    width: 100%;
}

.hoverEdit {
    position: relative;
    overflow: hidden;
}

.hoverEdit:hover .hoverEditBox {
    opacity: 1;
}

.hoverEditBox {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 0%;
    font-size: 15px;
    color: #FFF;
    bottom: 0px;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.3+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
    /* IE6-9 */
}

.hoverEditText {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    text-align: center;
}

.ratingDiv {
    font-size: 22px;
}

.ratingDiv i:hover {
    color: #f3b818;
}

.p-0 {
    padding-bottom: 0 !important;
}

.m-0 {
    margin-bottom: 0px !important;
}

.m-1 {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.m-2 {
    margin-bottom: 20px !important;
}

.m-3 {
    margin-bottom: 30px !important;
}

.m-4 {
    margin-bottom: 40px !important;
}

.m-5 {
    margin-bottom: 50px !important;
}

.listRating {
    color: #efab15;
    margin-bottom: 0;
    padding-bottom: 0;
}

.listRating2 {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
}

.leftBoxContentTopL {
    float: left;
}

.leftBoxContentTopR {
    float: right;
}

.customTable table,
.customTable table.table {
    width: 100%;
    color: #525252;
    font-size: 15px;
    text-align: center;
}

.customTable table tr:first-child td,
.customTable table.table tr:first-child td {
    border-top: solid 1px #ededed;
}

.customTable table td,
.customTable table.table td {
    border-bottom: solid 1px #ededed;
    padding: 12px 10px;
    color: #525252;
    font-size: 15px;
    vertical-align: middle;
}

.table>tbody+tbody {
    border-top: none;
}

i {
    margin-right: 4px;
}

.customTable table tr td:first-child,
.customTable table.table tr td:first-child {
    text-align: left;
}


/* .customTable table tr td:last-child, .customTable table.table tr td:last-child{
	text-align: right;
} */

.dateBox {
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.dateBoxMonth {
    display: block;
}

.rightGap {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 4px;
}

.roundIcon {
    background-color: #E0A60C;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
}

.boxLabel {
    background-color: #E0A60C;
    color: #fff;
    border-radius: 25px;
    padding: 7px 15px;
    display: inline-block;
}

.listBox {
    border-bottom: solid 1px #ededed;
    padding: 12px 10px;
}

.listBox:first-child {
    border-top: solid 1px #ededed;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.blankSpace {
    flex: 1 1 auto;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.list-unstyle ol,
.list-unstyle ul {
    margin-left: 20px;
}

.list-unstyle ol li,
.list-unstyle ul li {
    font-size: 20px;
    text-align: left;
    list-style-type: disc;
}

.modal-body {
    padding: 35px 35px;
}

h2.modalHeading {
    color: #f3b818;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.modal-header .close {
    color: #000;
    text-shadow: none;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    z-index: 9;
}

.modal-header {
    padding: 0px 15px;
}

.modal-content {
    border-radius: 3px;
}

.modal-dialog {
    max-width: 700px;
    margin-top: 10%;
}

.profileMedia {
    width: 100%;
    display: table;
}

.profileMediaImg {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}

.profileMediaImg img {
    border-radius: 50%;
}

.profileMediaText {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.pagination {
    display: block;
    margin: 20px auto;
    text-align: center;
}

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

.pagination>li>a,
.pagination>li>span {
    color: #6d6f80;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    font-weight: 500;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #f3b818;
    border-color: #f3b818;
    border-radius: 4px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ebebeb;
}

.table>thead>tr>th {
    font-weight: 500;
    background-color: #f1ae1c;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    /* text-align: left; */
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table>tbody>tr>td {
    color: #000;
    font-size: 20px;
}

.formlabel {
    color: #2d2d2d;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.oneLineForm {
    display: table;
    width: 100%;
}

.oneLineForm .form-group {}

.rangeSlidertxt {
    color: #000000;
    margin-right: 0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    word-break: keep-all;
    padding-left: 5px;
    white-space: nowrap;
}

.abbIcon {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 54px;
    font-size: 18px;
    color: #ababab;
    z-index: 1;
}

.abbIcon2 {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 54px;
    font-size: 18px;
    color: #f2a718;
    z-index: 1;
}

#st-1 .st-btn>span {
    line-height: 30px !important;
}

.expandPast {
    cursor: pointer;
}

.expandPast i {
    font-size: 30px;
}

.leftBox.leftBoxHighlight {
    background-color: #fffbf2;
    border-color: #f7e2ac;
}

.linkDetails {
    margin: 0 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.mapDecText .dateIconArea {
    padding-left: 0px;
}

.search-form .select2-container--default .select2-selection--multiple {
    border: 1px solid #f0f0f0;
}

.search-form .select2-container .select2-selection--multiple {
    min-height: 55px;
}

.search-form .select2-container {
    width: 100% !important;
}

.search-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-weight: 500;
    font-size: 12px;
}

.search-form .select2-container--default .select2-search--inline .select2-search__field {
    font-weight: 500;
    font-size: 13px;
    line-height: 42px;
    padding-left: 11px;
    text-transform: uppercase;
}

.st-custom-button {
    padding: 11px 20px;
    font-size: 12px;
    height: inherit;
    line-height: inherit;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 4px;
    background: #dd9413;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 2px;
}

.st-custom-button:hover {
    color: #fff;
    background-color: #000;
    outline: none;
}


/*============================*/

.right-sec {
    display: block;
    padding-left: 30px;
    border-left: 1px solid #f0f0f0;
    height: 100%;
}

.right-sec.right-sec2 {
    padding-left: 0px;
    border-left: none;
}

.right-sec table {
    width: 100%;
}

.right-sec table tr th {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 12px;
    background-color: #f3b818;
    text-align: center;
    border: 1px solid #f0f0f0;
    letter-spacing: 0.5px;
    width: 25%;
}

.right-sec table tr td {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding: 10px 12px;
    border: 1px solid #f0f0f0;
    width: 25%;
}

.icongp {
    margin-right: 8px;
}

.galleryImg {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.galleryImgIcon {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
}

.galleryImgIcon i {
    cursor: pointer;
    margin-left: 5px;
}

.galleryImg img {
    border: solid 1px #e6e6e6;
    padding: 5px;
    width: 100%;
    height: 250px;
}

.galleryImg2 {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.galleryImg2 img {
    border: solid 1px #e6e6e6;
    padding: 4px;
}

.galleryImg2Hold .row {
    margin-right: -4px;
    margin-left: -4px;
}

.galleryImg2Hold .col-xs-1,
.galleryImg2Hold .col-sm-1,
.galleryImg2Hold .col-md-1,
.galleryImg2Hold .col-lg-1,
.galleryImg2Hold .col-xs-2,
.galleryImg2Hold .col-sm-2,
.galleryImg2Hold .col-md-2,
.galleryImg2Hold .col-lg-2,
.galleryImg2Hold .col-xs-3,
.galleryImg2Hold .col-sm-3,
.galleryImg2Hold .col-md-3,
.galleryImg2Hold .col-lg-3,
.galleryImg2Hold .col-xs-4,
.galleryImg2Hold .col-sm-4,
.galleryImg2Hold .col-md-4,
.galleryImg2Hold .col-lg-4,
.galleryImg2Hold .col-xs-5,
.galleryImg2Hold .col-sm-5,
.galleryImg2Hold .col-md-5,
.galleryImg2Hold .col-lg-5,
.galleryImg2Hold .col-xs-6,
.galleryImg2Hold .col-sm-6,
.galleryImg2Hold .col-md-6,
.galleryImg2Hold .col-lg-6,
.galleryImg2Hold .col-xs-7,
.galleryImg2Hold .col-sm-7,
.galleryImg2Hold .col-md-7,
.galleryImg2Hold .col-lg-7,
.galleryImg2Hold .col-xs-8,
.galleryImg2Hold .col-sm-8,
.galleryImg2Hold .col-md-8,
.galleryImg2Hold .col-lg-8,
.galleryImg2Hold .col-xs-9,
.galleryImg2Hold .col-sm-9,
.galleryImg2Hold .col-md-9,
.galleryImg2Hold .col-lg-9,
.galleryImg2Hold .col-xs-10,
.galleryImg2Hold .col-sm-10,
.galleryImg2Hold .col-md-10,
.galleryImg2Hold .col-lg-10,
.galleryImg2Hold .col-xs-11,
.galleryImg2Hold .col-sm-11,
.galleryImg2Hold .col-md-11,
.galleryImg2Hold .col-lg-11,
.galleryImg2Hold .col-xs-12,
.galleryImg2Hold .col-sm-12,
.galleryImg2Hold .col-md-12,
.galleryImg2Hold .col-lg-12 {
    padding-right: 4px;
    padding-left: 4px;
}

.popFBEventArea {
    height: 280px;
    overflow-y: scroll;
    margin-top: 20px;
}

.popFBEvent {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative;
    padding-right: 40px;
}

.popFBEventBox:after {
    content: '';
    display: block;
    clear: both;
}

.popFBEventBoxImg {
    float: left;
    width: 80px;
}

.popFBEventBoxText {
    padding-left: 20px;
    overflow: hidden;
}

.popFBEventBoxText h4 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 700;
}

.popFBEventBoxText h5 {
    font-size: 15px;
}

.popFBEventBoxText h6 {
    font-size: 14px;
    font-weight: 700;
}

.popFBEventCheckBox {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
}

.ajax-loader {
    display: inline-block;
    vertical-align: middle;
}

.mobileMneuHide {
    width: 100%;
}

.tabBoxLink .btn {
    padding: 10px;
    font-size: 12px;
}

.tabBoxLink .flex-fill {
    float: left;
    /* width: 19%; */
    margin: 0 2px 4px 2px;
}

#menu-container {
    word-break: normal !important;
}

.marketingProBox {
    margin-bottom: 20px;
    border: solid 1px #dddddd;
}

.marketingDec {
    border-top: solid 1px #dddddd;
    padding: 10px 10px 10px 15px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.marketingDec h3 {
    font-size: 14px;
}

.marketingDec .btn {
    padding: 10px 20px;
    font-size: 12px;
}

.marketingHeading {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.marketingHeading h3 {
    margin: 0;
    padding: 0 15px;
    white-space: nowrap;
}

.marketingHeading:before,
.marketingHeading:after {
    content: '';
    height: 1px;
    background-color: #dbdbdb;
    width: 100%;
}

.marketingProBoxImg {
    text-align: center;
}

.reportBanner {
    background-color: #f3b818;
    padding-bottom: 70px;
    padding-top: 50px;
    border-top: solid 1px #f5c646;
}

.reportBanner h1,
.reportBanner h2,
.reportBanner p {
    color: #fff;
}

.reportArea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 30px;
    max-width: 900px;
    margin: -50px auto 0 auto;
    background-color: #fff;
}

.reportBg {
    background-color: #fafafa;
}

.reportArea h3 {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.reportArea h4 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}

.reportCount {
    font-weight: 500;
    font-size: 30px;
    color: #f3b818;
}

.reportCountState {
    font-size: 35%;
    display: inline-block;
    padding-left: 4px;
}

.green {
    color: #00ab00;
}

.red {
    color: #cc4f3a;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.chart {
    position: absolute;
    width: 450px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin: -225px 0 0 -225px;
}

.doughnutTip {
    position: absolute;
    min-width: 30px;
    max-width: 300px;
    padding: 5px 15px;
    border-radius: 1px;
    background: rgba(0, 0, 0, .8);
    color: #ddd;
    font-size: 17px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.doughnutTip::after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    content: "";
    height: 0;
    margin: 0 0 0 -6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .7);
    line-height: 0;
}

.doughnutSummary {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d5d5d5;
    text-align: center;
    text-shadow: 0 -1px 0 #111;
    cursor: default;
}

.doughnutSummaryTitle {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -27%;
    font-size: 22px;
    letter-spacing: .06em;
}

.doughnutSummaryNumber {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15%;
    font-size: 55px;
}

.chart path:hover {
    opacity: 0.65;
}

.subscriptionBox {
    background: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .05);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 30px;
}

.subscriptionBox.active .subscriptionBoxHead {
    background-color: #f1ae1c;
}

.subscriptionBoxHead {
    font-weight: 500;
    background-color: #d0d0cf;
    color: #000000;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    padding-left: 15px;
    padding-right: 15px;
}

.subscriptionBoxHead p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 3px;
    line-height: normal;
    text-transform: capitalize;
}

.subscriptionPrice {
    display: block;
    font-size: 14px;
    padding-top: 5px;
}

.subscriptionBoxBody {
    padding: 30px 20px;
}

.subscriptionBoxBody ul li {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    position: relative;
    padding-left: 26px;
}

.subscriptionBoxBody ul li:before {
    content: '\2713';
    position: absolute;
    top: -3px;
    left: 0;
    color: #f1ae1c;
    font-size: 20px;
}

.subscriptionBoxFooter {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
}

.invite-icon {
    font-size: 45px;
}

.searchBoxPage {
    padding-top: 0 !important;
}

.chartBorder {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.chartBorderBox {
    border-right: solid 1px #ececec;
    padding: 20px 15px;
    width: 100px;
    border-bottom: solid 1px #ececec;
    margin-bottom: -1px;
}

.chartBorderBox:last-child {
    border-right: none;
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.rangeSliderBox {
    border-top: solid 1px #f0f0f0;
    padding-top: 25px;
    margin-top: 10px;
}

.rangeDropDown select.form-control {
    background-color: #f3b818;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
}

.rangeDropDown select.form-control:focus {
    border-color: #f3b818;
    color: #fff;
}

p.vSheduleLabel {
    padding-top: 5px;
}

.getAppText {
    margin-top: 42%;
}

.getAppText h1 {
    padding-bottom: 15px;
}

.helloBarImg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.helloBarImg img {
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.helloBar {
    border-bottom: solid 1px #4e3900;
}

.onOffBtnHold {
    padding-top: 5px;
    text-align: center;
}

.onOffBtn {
    display: inline-block;
    vertical-align: middle;
}

.onOffText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.android-ics {
    z-index: 99999;
}

.onOffBtn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0;
}


/* Hide default HTML checkbox */

.onOffBtn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.onOffBtn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.onOffBtn .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.onOffBtn input:checked+.slider {
    background-color: #f3b818;
}

.onOffBtn input:focus+.slider {
    box-shadow: 0 0 1px #f3b818;
}

.onOffBtn input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.onOffBtn .slider.round {
    border-radius: 34px;
}

.onOffBtn .slider.round:before {
    border-radius: 50%;
}

.relative {
    position: relative;
}

.scheduleCross {
    position: absolute;
    right: -32px;
    top: 13px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.contentSection ol li {
    list-style: disc;
}

.contentSection ol {
    padding-left: 20px;
    margin-bottom: 30px;
}

.contentSection ol li {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 1px;
}

.contentSection ol li ul,
.contentSection ol li ol {
    padding-left: 20px;
    margin-top: 15px;
}

.contentSection ol li ul li,
.contentSection ol li ol li {
    list-style: circle;
}

.headerSearch {
    position: relative;
    padding: 10px 30px 10px 15px;
    text-align: center;
    background-color: #ff9000;
}

.headerSearchInner {
    display: flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.headerSearchInnerText {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    padding-right: 15px;
}

.headerSearchInnerSearch {
    width: 300px;
}

.headerSearchInnerSearch .form-control {
    padding: 7px 10px;
}

.headerSearchInnerSearch .btn {
    padding: 9px 12px;
}

.headerSearchClose {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.headerSearchClose a {
    color: #fff;
}

.icongp img {
    height: 25px;
}

.v-middle {
    vertical-align: middle !important;
}

.checkbox-inline.checkbox-inline2 {
    margin-bottom: 0;
    margin-left: 20px;
}

.adminNavBar {
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    padding: 10px 15px;
    z-index: 999;
}

.list-unstyled ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.list-unstyled ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    padding-left: 25px;
    text-align: left;
    background-image: url("../img/bullet-arrow.png");
    background-repeat: no-repeat;
    background-position: left 6px;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    /* Feeling sorry for IE */
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    width: 40%;
    float: left;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.paging_full_numbers {
    line-height: 22px;
}

.paging_full_numbers a:active {
    outline: none
}

.paging_full_numbers a:hover {
    text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
    border: 1px solid #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 6px 10px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
}

.dataTables_paginate.paging_full_numbers .current {
    background-color: #f3b818 !important;
    border-color: #f3b818 !important;
    color: #fff !important;
}

.paging_full_numbers a.paginate_button {
    background-color: #ffffff;
    display: inline-block;
}

.paging_full_numbers a.paginate_button:hover {
    background-color: #f3b818;
    text-decoration: none !important;
    color: #fff;
}

.paging_full_numbers a.paginate_active {
    background-color: #99B3FF;
}

.dataTables_length select {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    margin: 0 5px;
}

.dataTables_filter input {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    color: #b9b9b9;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
    margin-left: 8px;
}

.tablefollowers.table>tbody>tr>td {
    vertical-align: middle;
}

.dataTables_length {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.dataTables_filter {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.dataTables_info {}

.paging_full_numbers a.paginate_button {
    font-weight: 500;
    font-size: 12px;
}

.maxWImgOff img {
    max-width: inherit !important;
}

.specialsListTable p {
    font-size: 15px;
    color: #000;
    margin-bottom: 12px;
    line-height: 17px;
}

.specialsListTable label {
    font-size: 17px;
}

.feedInf {
    flex: 9;
}

.checkbox-inline.notification-checkbox {
    padding-left: 20px;
}

.promo-input-field {
    display: flex;
}

.promo-group {
    display: block;
}

.pricing-column {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.brewFollowers {
    padding-top: 10px;
    ;
}

@media (min-width: 799px) {
    .eventMobile {
        display: none;
    }
}

@media (max-width: 800px) {
    .eventDesktop {
        display: none !important
    }
}

.eventMobile ul li {
    border-bottom: solid 1px #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.eventMobileBox {
    display: table;
    width: 100%;
}

.eventMobileDate {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 80px !important;
}

.eventMobileDateText {
    text-align: center;
    position: absolute;
    left: 0%;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
    color: #fff;
    font-size: 15px;
}

.eventMobileDateText span {
    display: block;
    font-size: 25px;
    color: #f3b818;
}

.eventMobileText {
    padding-left: 15px;
    position: relative;
    padding-right: 35px;
    display: table-cell;
    vertical-align: middle;
}

.eventMobileShr {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
    font-size: 24px;
}

.eventMobileText h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.eventMobileText h5 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
}

.offerTable .table-bordered>thead>tr>th,
.offerTable .table-bordered>tbody>tr>th,
.offerTable .table-bordered>tfoot>tr>th,
.offerTable .table-bordered>thead>tr>td,
.offerTable .table-bordered>tbody>tr>td,
.offerTable .table-bordered>tfoot>tr>td {
    border-right: none;
    border-left: none;
}

.offerTable .table-bordered {
    border: none;
}

.notiAreaBox {
    display: flex;
    width: 50%;
    min-width: 160px;
    max-width: 250px;
    border-right: solid 1px #eae8e8;
    padding-right: 15px;
    margin-right: 20px;
    align-items: center!important;
}

.notiAreaBox .profileMediaImg {
    min-width: 60px;
}

.notiAreaBox .profileMediaText {
    line-height: 1.1em;
}

.notiArea .checkbox-inline.notification-checkbox {
    margin-bottom: 5px;
    margin-right: 8px;
    margin-left: 0;
    font-size: 15px;
}

.expendHeading {
    padding: 15px 25px 15px 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    margin-bottom: 0 !important;
    position: relative;
}

.expendHeading:after {
    content: '+';
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 40px;
}

.expendHeading.active:after {
    content: '-';
}

.expendHeading.active {
    cursor: default;
}

.expendHeadingContent {
    margin-top: -1px;
}

.notiTabLinks {
    margin-bottom: 30px;
    margin-right: 10px;
}

.notiTabLinks ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14.5px;
    color: #000;
    border-bottom: solid 1px #f0f0f0;
}

.notiTabLinks ul li a {
    display: block;
    padding: 18px 0px;
    color: #000;
}

.notiTabLinks ul li a:hover,
.notiTabLinks ul li.active a {
    color: #f3b818;
}

.notiTabLinks ul li:last-child {
    border: none;
}

.checkbox-inline.notification-checkbox.notification-checkbox2 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.3em;
}

.checkbox-inline.notification-checkbox.notification-checkbox2 input[type="radio"],
.checkbox-inline.notification-checkbox.notification-checkbox2 input[type="checkbox"] {
    margin: 9px 0 0;
    margin-top: 1px \9;
    left: 0;
}

.notiArealeft {
    border-left: solid 1px #f0f0f0;
    padding-left: 35px;
}

@media (max-width: 1600px) {
    .navbar .container-fluid {
        padding: 0px 60px;
    }
    .spcial-text {
        padding: 0px 70px 0px 65px;
    }
    .jumbotron.inner-banner .bannerImg {
        width: 1600px;
    }
    .bannerText {
        left: 193px;
    }
}

@media (max-width: 1440px) {
    .navbar-default .navbar-nav>li {
        font-size: 12px;
        padding: 0 12px;
    }
    .bannerText {
        left: 120px;
    }
    .bg-info .container {
        width: 1170px;
    }
    .bg-success .container {
        width: 1240px;
    }
    .bg-success {
        padding: 70px 0px 290px;
    }
    .fig-text {
        bottom: 15px;
        padding: 0px 20px;
    }
    .fig-text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .spcial-text {
        padding: 0px 55px 0px 55px;
    }
    .bear-img img {
        width: 660px;
    }
    .bear-img {
        top: -570px;
        width: 660px;
    }
}

@media (max-width: 1366px) {
    .left-Img {
        top: 50px;
    }
    /*Inner page start*/
    .bannerText {
        left: 85px;
    }
    .advertise-sec {
        padding: 60px 0px 46px;
    }
    .bannerText h1 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .bg-info.special-events {
        padding: 60px 0px 60px;
    }
    /*Inner page end*/
    .tabBoxLink .btn {
        padding: 10px;
        font-size: 12px;
    }
    .tabBoxLink .flex-fill {
        display: inline-block;
        margin: 0 2px;
    }
}

@media (max-width: 1240px) {
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
        line-height: 21px;
    }
    .contentSection ol li {
        font-size: 16px;
        line-height: 21px;
    }
    .bg-info .container {
        width: 970px;
    }
    .bg-success .container {
        width: 970px;
    }
    .bg-success {
        padding: 50px 0px 230px;
    }
    .bear-img img {
        width: 480px;
    }
    .bear-sec {
        height: 200px;
    }
    .bear-img {
        top: -440px;
        width: 480px;
    }
    .bg-success p {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-success h1 {
        padding-bottom: 60px;
    }
    .bg-info {
        padding: 250px 0px 60px;
    }
    .bg-primary h1 {
        padding-bottom: 40px;
    }
    .leftBox {
        padding: 50px 20px 50px 220px;
        min-height: 260px;
    }
    .leftBox-content {
        position: relative;
    }
    .spcial-text h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .spcial-text {
        padding: 0px 30px 0px 30px;
        bottom: 20px;
    }
    .fig-text h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .footer {
        padding: 50px 0px 50px;
    }
    .social-box {
        margin-bottom: 30px;
    }
    /*soumya*/
    .c-info {
        padding-right: 30px;
    }
    .americus-content p {
        line-height: 30px;
    }
    /*Sudip Dey*/
    .account-box {
        max-width: 900px;
    }
    .account-box h2 {
        margin-bottom: 20px;
    }
    .listDot li {
        padding-bottom: 3px;
        font-size: 16px;
    }
    .select2-container--default .select2-search--inline .select2-search__field {
        font-weight: 500;
        font-size: 16px;
        line-height: 46px;
        padding-left: 18px;
    }
    .search-form .select2-container .select2-selection--multiple {
        min-height: 46px;
    }
    .search-form .select2-container--default .select2-search--inline .select2-search__field {
        font-size: 14px;
        line-height: 30px;
    }
    .tabBoxLink .btn {
        padding: 8px 5px;
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav>li {
        font-size: 10.5px;
        padding: 0 8px;
    }
    .navbar .container-fluid {
        padding: 0px 30px;
    }
    .spcial-text {
        padding: 0px 20px 0px 20px;
    }
    .post-box ul li {
        padding-right: 8px;
        font-size: 14px;
    }
    .bg-success p {
        font-size: 19px;
        line-height: 28px;
    }
    /* Search Box
==============================================*/
    .search-form {
        max-width: 992px;
        padding: 45px 45px 5px;
    }
    .search-form::after {
        bottom: -31px;
        background-size: 157%;
    }
    .checkbox-inline {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .checkmark {
        left: -2px;
        height: 18px;
        width: 18px;
    }
    .checkbox-inline .checkmark::after {
        left: 5px;
        top: 2px;
        width: 6px;
        height: 10px;
    }
}

@media (max-width: 1024px) {
    .left-Img {
        left: 0px;
        top: 30px;
        width: 160px;
    }
    .bg-info {
        padding: 160px 0px 60px;
    }
    /* Search Box
==============================================*/
    .search-form {
        max-width: 760px;
        padding: 35px 35px 1px;
    }
    .search-form::after {
        bottom: -22px;
        background-size: 154%;
    }
    .search-form .form-control {
        height: 46px;
        font-size: 14px;
    }
    .checkbox-inline {
        font-size: 16px;
    }
    .btn-go {
        padding: 11px 16px;
        font-size: 14px;
    }
    .checkmark {
        left: 0px;
        top: 2px;
    }
    /*Sudip Dey*/
    .venue-sec {
        padding: 40px;
        top: -75px;
    }
    .account-box h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .account-box h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .account-box .box-dtl h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .account-box .br-down h3 {
        margin-top: 5px;
    }
    .account-box .orange {
        margin-bottom: 5px;
    }
    .abbIcon,
    .abbIcon2 {
        line-height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 25px;
    }
    .navbar .container-fluid {
        padding: 0px 15px;
    }
    .navbar-default .navbar-nav>li {
        font-size: 9px;
        padding: 0px 3px;
        border: none !important;
    }
    .navbar-brand>img {
        height: 55px;
    }
    .bg-info .container {
        width: auto;
    }
    .left-Img img {
        width: 170px;
    }
    .leftBox {
        padding: 40px 15px 30px 200px;
    }
    .leftBox-content h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .fig-text h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .fig-text h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .fig-text {
        bottom: 10px;
        padding: 0px 10px;
    }
    .bg-info {
        padding: 230px 0px 40px;
    }
    .bg-primary h1 {
        padding-bottom: 30px;
    }
    .spcial-text h2 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .spcial-text {
        padding: 0px 15px 0px 15px;
        bottom: 10px;
    }
    .bg-success .container {
        width: auto;
    }
    .bg-success {
        padding: 40px 0px 200px;
    }
    .bg-success h1 {
        padding-bottom: 40px;
    }
    .bg-success p {
        font-size: 18px;
        line-height: 24px;
    }
    .bear-img img {
        width: 420px;
    }
    .bear-img {
        top: -370px;
        width: 420px;
    }
    .social-box li {
        padding: 0px 20px;
        font-size: 16px;
    }
    .footer {
        padding: 30px 0px 30px;
    }
    .footer p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
    }
    .bear-sec {
        height: 175px;
    }
    /* Search Box
==============================================*/
    .sub-form .form-control {
        width: 460px
    }
    .sub-form ul li {
        padding-left: 1px;
        padding-right: 1px;
    }
    /*Inner page start*/
    .bannerText {
        left: 120px;
    }
    .advertise-sec {
        padding: 40px 0px 26px;
    }
    .advertise-sec h1 {
        font-weight: 500;
        font-size: 38px;
        line-height: 38px;
        padding-bottom: 30px;
    }
    .advertise-sec h1 {
        font-weight: 500;
        font-size: 26px;
        line-height: 26px;
        padding-bottom: 30px;
    }
    .bannerText h1 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 5px;
    }
    .btn-warning {
        font-size: 16px;
        padding: 14px 60px;
        border-radius: 4px;
    }
    /*soumya*/
    .c-info {
        padding-right: 0px;
    }
    .jumbotron.inner-banner .bannerImg {
        width: 1400px;
    }
    /*Sudip Dey*/
    .jumbotron.inner-banner.map {
        height: 350px;
    }
    /*Inner page end*/
    .whosOpenSec {
        padding: 60px 0;
    }
    .logosSec {
        padding-top: 40px;
    }
    .companyLogo a {
        padding: 30px 15px;
    }
    .conditionSec {
        padding: 60px 0 40px;
    }
    .sectionPadding {
        padding: 70px 0;
    }
    .serchResult h2 {
        font-size: 20px;
    }
    .tabBoxLink .flex-sm-row {
        flex-direction: column !important;
    }
    .tabBoxLink .flex-fill {
        width: 100%;
    }
    .tabBoxLink .flex-fill {
        margin: 2px 0;
    }
    .fa-bars.hide {
        display: block !important;
    }
    .form-control.hide {
        display: block !important;
    }
    .form-control.dorpDown {
        background-image: url(../img/dorp-down.png);
        background-position: center right;
        background-repeat: no-repeat;
        padding-right: 30px;
        text-apprence: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none !important;
        cursor: pointer;
        color: #f3b818;
    }
    .mobileMneuHide {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .jrt table,
    .table.jrt tbody,
    .table.jrt td,
    .table.jrt th,
    .table.jrt thead,
    .table.jrt tr {
        display: block;
        text-align: left
    }
    .table.jrt thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .table.jrt tr {
        border: 1px solid #ccc
    }
    .table.jrt td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 110px !important;
        font-weight: 400;
        width: 100%;
        min-height: 50px;
    }
    .dateBox {
        text-align: left;
    }
    .table.jrt td:before {
        position: absolute;
        top: 16px;
        left: 8px;
        width: 45%;
        text-align: left!important;
        padding-right: 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #000000;
        font-weight: normal;
    }
    .table.jrt .cartPro figure {
        display: none;
    }
    .table.jrt .cartPro figcaption {
        overflow: auto;
    }
    .table.jrt .cartPro figcaption p,
    .table.jrt .cartPro figcaption .rating-container {
        display: none;
    }
    .table.jrt .cartQty {
        width: 100%;
        float: none !important;
    }
    .table.jrt .cartPro figcaption h5 {
        font-size: 18px;
        text-align: right;
    }
    .mobileTable td {
        display: block;
        width: 100%;
        border-top: none !important;
    }
    .manageVenueAccImg {
        max-width: 100px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
    }
    .search-box .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
    .rangeSlidertxt {
        display: inline-block;
        width: 90px;
        text-align: left;
    }
    .navbar-brand {
        padding: 10px 15px;
        width: 150px;
    }
    .navbar-toggle {
        margin-top: 17px;
        margin-right: 20px;
        border: 1px solid #000 !important;
        border-radius: 0px;
        transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-nav>li {
        padding: 0px 0px;
        text-align: center;
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 30px !important;
    }
    .jumbotron {
        height: 600px;
    }
    .left-Img img {
        width: 170px;
    }
    .left-Img {
        left: 5px;
        top: 20px;
    }
    .leftBox {
        padding: 30px 15px 30px 190px;
        min-height: 220px;
    }
    figure {
        text-align: center;
        width: 400px;
        margin: 0px auto 6px;
    }
    .fig-text {
        bottom: 20px;
        padding: 0px 10px;
    }
    .fig-text h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .spcial-text {
        padding: 0px 15px 0px 15px;
        bottom: 30px;
        text-align: center;
    }
    .bg-success {
        padding: 40px 0px 200px;
        text-align: center;
    }
    .bg-success p {
        padding-bottom: 15px;
    }
    .bear-img {
        top: -220px;
        width: 300px;
    }
    .bear-img img {
        width: 300px;
    }
    .bg-success {
        padding: 30px 0px 260px;
        text-align: center;
    }
    .bg-success h1 {
        padding-bottom: 30px;
    }
    .social-box li {
        padding: 0px 6px;
        font-size: 14px;
    }
    .social-box li i {
        margin-right: 6px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 27px;
    }
    .footer p {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 22px;
    }
    .social-box {
        margin-bottom: 20px;
    }
    .bg-info {
        padding: 420px 0px 40px;
    }
    .flex-sm-row .flex-fill {
        width: 100%;
    }
    .resize-gap {
        padding-right: 15px;
        padding-left: 15px;
    }
    p.vSheduleLabel {
        padding-top: 0px;
    }
    /* Search Box
==============================================*/
    .search-box {
        margin-top: -210px;
    }
    .search-form {
        max-width: 85%;
        padding: 35px 35px 10px;
    }
    .bg-light {
        padding-bottom: 180px;
    }
    .checkbox-inline {
        margin-right: 5px;
    }
    .search-form::after {
        bottom: -22px;
        background-size: 124%;
        display: none;
    }
    .search-form .form-control {
        width: 100%;
    }
    .search-form .btn-go {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-form::after {
        bottom: -25px;
        background-size: 158%;
    }
    .btn-go {
        padding: 14px 16px;
    }
    .search-form .form-group {
        margin-bottom: 10px;
    }
    .cntrBtn {
        text-align: center;
        display: block;
    }
    /*Subscribe*/
    .sub-form .form-control {
        width: 80%;
        margin: 0 auto;
        border-radius: 4px;
        height: 45px;
        font-size: 16px;
    }
    .sub-form .form-group {
        margin-bottom: 10px;
    }
    .btn-sub {
        font-size: 16px;
        padding: 12px 28px;
        left: 0px;
        width: 80%;
    }
    .sub-form h1 {
        font-size: 35px;
    }
    .sub-form h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .stor-img {
        padding-top: 15px;
    }
    .stor-img img {
        width: 250px;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 5px;
    }
    /*Subscribe*/
    /*Inner page start*/
    .jumbotron.inner-banner .bannerImg {
        width: 1200px;
    }
    .bannerText {
        width: 100%;
        padding: 0px 15px;
        left: 0px;
        right: 0px;
        text-align: center;
        margin: 0px auto;
    }
    .bannerText h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .advertise-sec h1 {
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .bannerText h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .advertise-sec p br {
        display: none;
    }
    .bg-info.special-events {
        padding: 40px 0px 40px;
    }
    /*Soumya*/
    .americus-content {
        padding: 20px 20px 20px;
        min-height: inherit;
        text-align: center;
    }
    .bg-info.americus-page {
        padding: 0px 0px;
    }
    .americus-content h2 {
        padding-top: 24px;
    }
    .open-time .dropdown-menu {
        left: 44%;
    }
    .americus-content h2 {
        font-size: 27px;
        padding-bottom: 10px;
    }
    .americus-content p {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .open-time {
        margin-top: 20px;
    }
    .open-time p {
        padding: 8px 0px;
    }
    .americus-box {
        top: -60px;
    }
    /*Sudip Dey*/
    .venue-sec {
        padding: 35px 25px;
        top: -60px;
    }
    .account-table {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .scroll {
        width: 680px;
    }
    .star-cls .fa {
        font-size: 16px;
    }
    .account-box .manage-cls a {
        padding-right: 4px;
        padding-left: 4px;
    }
    .account-box h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .jumbotron.inner-banner.map {
        height: 300px;
    }
    /*Inner page end*/
    .whosOpenSec {
        padding: 40px 0;
    }
    .companyLogo figure {
        margin-bottom: 25px;
    }
    .logosSec {
        padding-top: 30px;
    }
    .resetCol>[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .conditionSec {
        padding: 40px 0 20px;
    }
    .conditionSec h1 {
        padding-bottom: 20px;
    }
    .sectionPadding {
        padding: 50px 0;
    }
    .search-box .checkbox-inline {
        font-size: 10px;
    }
    .search-box .checkbox-inline img {
        width: 20px;
    }
    .profileLeft {
        padding-right: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #f0f0f0;
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-right: none;
    }
    .customTable {
        overflow-x: scroll;
    }
    .customTable table {
        white-space: nowrap;
    }
    .checkCenter {
        text-align: center !important;
    }
    /*==========================================*/
    .right-sec {
        padding-left: 0px;
        border-left: none;
    }
    .galleryImg {
        max-width: 250px;
        margin: 0 auto 10px auto;
    }
    .modal-body {
        padding: 30px 15px 20px 15px;
    }
    .marketingProBox {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .getAppText {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .onOffBtnHold {
        padding-top: 0px;
        text-align: left;
    }
    .scheduleCross {
        top: -15px;
        right: -10px;
    }
    .specialBox {
        padding: 20px 20px 5px 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 0 10px #efefef;
        margin-bottom: 20px;
    }
    .headerSearchInner {
        display: block;
    }
    .headerSearchInnerText {
        margin-bottom: 10px;
        text-align: center;
        padding-right: 0;
    }
    .headerSearchInnerSearch {
        width: 100%;
    }
    .dataTables_length {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .dataTables_filter {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .dataTables_info {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .paging_full_numbers a.paginate_button {
        display: inline-block;
    }
    .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .btn.btn-xs.redemBtn {
        padding: 6px 8px;
        font-size: 8px;
    }
    .notiAreaBox .profileMediaImg {
        min-width: 30px;
        width: 30px;
    }
    .notiAreaBox .profileMediaImg img {
        width: 30px;
        height: 30px;
    }
    .notiAreaBox {
        margin-right: 15px;
        min-width: 140px;
        width: 140px;
    }
    .notiArea .checkbox-inline.notification-checkbox {
        font-size: 12px;
    }
    .notiArealeft {
        border-left: none;
        padding-left: 15px;
    }
    .notiTabLinks ul li {
        text-align: center;
    }
    .notiTabLinks ul li:last-child {
        border-bottom: solid 1px #f0f0f0;
    }
}

@media (min-width: 767px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media (max-width: 570px) {
    .search-box .form-group.rangeSlide {
        margin-right: 0;
    }
    .cntrBtn {
        text-align: center;
        display: block;
    }
    .mapDecImg {
        width: 50px;
        vertical-align: top;
        background-color: transparent;
        height: auto;
    }
    .gm-style .mapDecImg img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 18px;
    }
    figure {
        width: 300px;
        margin: 0px auto 6px;
    }
    .fig-text h4 {
        font-size: 16px;
        line-height: 23px;
    }
    .leftBox-content h2 {
        letter-spacing: 0px;
    }
    .social-box li {
        padding: 4px 6px;
        font-size: 14px;
    }
    .left-Img {
        position: static;
        margin: 0 auto 15px auto;
    }
    i {
        margin-right: 4px;
    }
    .leftBox {
        padding: 10px 15px 20px 15px;
        text-align: center;
        min-height: inherit;
    }
    .leftBox-content {
        padding-left: 0px;
    }
    .leftBoxContentTopL {
        float: none;
        margin-bottom: 5px;
    }
    .leftBoxContentTopR {
        float: none;
        margin-bottom: 10px;
    }
    .map-ping-new {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0px auto 15px;
    }
    .map-ping-visited {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0px auto 15px;
    }
    .map-ping-upcomming {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0px auto 15px;
    }
    /* Search Box
==============================================*/
    .checkbox-inline {
        margin-right: 0px;
        margin-left: 0px;
    }
    .search-form::after {
        bottom: -21px;
        background-size: 156%;
    }
    .checkbox-inline {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .checkmark {
        top: 0px;
    }
    .sub-form .form-control {
        width: 100%;
    }
    .btn-sub {
        width: 100%;
    }
    .bg-success h1 {
        line-height: 38px;
    }
    .bg-info.special-events .left-Img {
        top: auto;
    }
    .bg-info.special-events .btn-default {
        padding: 12px 82px;
    }
    .btn-warning {
        padding: 12px 60px;
        width: 100%;
    }
    .bg-info.the-breweries .btn-default {
        padding: 12px 82px;
    }
    /*Soumya*/
    .open-time .dropdown-menu {
        left: 40%;
    }
    .contact-info {
        display: block;
    }
    .contact-info li {
        border: 0px;
        width: 100%;
        display: block;
    }
    .btn-success {
        margin-bottom: 5px;
    }
    .st-custom-button {
        top: 0px;
        width: 32%;
    }
    .checkCenter .btn {
        width: 32%;
    }
    h3.expendHeading {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    /* Search Box
==============================================*/
    .search-form {
        max-width: 95%;
    }
    .sub-form .form-control {
        width: 100%;
    }
    .btn-sub {
        width: 100%;
    }
    /*Soumya*/
    .americus-content {
        text-align: center;
        padding: 35px 20px 35px 20px;
    }
    .open-time .dropdown-menu {
        left: 32%;
    }
}