/* STYLE 3 */
/*.tktName{
    width:230px !important; 
    height:60px;
}*/
.grecaptcha-badge {
    visibility: hidden;
}
a:hover {
    text-decoration: none;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.text-strikethrough {
    text-decoration: line-through;
    padding-left: 5px;
    color: forestgreen;
}
.modal-dialog {
    margin-top: 110px;
}

h4 {
    font-weight: bolder;
    font-size: x-large;
}
.logo-img img {
    max-height: 80px;
    max-width: 80px;
    height: auto;
    width: auto;
}
.pdTop0 {
    padding-top: 0 !important;
}

.pdTop20 {
    padding-top: 20px !important;
    overflow: hidden;
}

img.mr-3 {
    height: 64px;
    width: 64px;
}
.margin-Bottom-new {
    margin-bottom: 8px;
    min-height: 153px;
    overflow-x: hidden;
}
i.fa.fa-calendar, i.fa.fa-map-marker {
    color: #af301a;
}
.border-radius-small{
    border-radius: 10px !important;
}
.modal-content {
    border-radius: 3px;
}

.bdrRtNone {
    border-right: 0 !important;
}

hr {
    width: 100%;
    float: left;
}

body {
    /*background-color: #252525;*/
    color: #48484b;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

header {
    background-color: #af301a;
    float: left;
    padding: 15px 0 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.navbar-header {
    margin-top: 10px;
}

header .navbar {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    min-height: 0;
    margin-bottom: 0;
    width: calc(100% - 40px);
    max-width: 1240px;
    margin: 0 auto;
}

div#mainNav {
    float: left;
    /*width: calc(100% - 281px);*/
    width: calc(98% - 281px);
    text-align: center;
    position: relative;
}

.capitalize {
    text-transform: capitalize;
}

header.header + section.content {
    margin-top: 86px;
}

ul.location-list-unstyled.ng-scope {
    position: absolute;
    right: 0;
    padding: 10px;
    background: #fff;
    z-index: 9999;
    color: black;
}

span.location-name {
    font-size: 16px;
    width: 100%;
    clear: both;
    float: left;
}

span.location-city {
    font-size: 12px;
    color: #222;
}

p.location-p {
    padding-left: 10px;
}

.imagebtn-container {
    position: relative; /* Make the container position relative */
    display: inline-block;
    text-align: center; /* Ensures the container only takes up necessary space */
    border-radius: 0 0 10px 10px;
}
    .imagebtn-container .button {
        position: absolute; /* Position the button absolutely */
        bottom: 6px; /* Adjust as per your needs */
        left: 50%; /* Position horizontally centered */
        transform: translateX(-50%); /* Center the button horizontally */
        padding: 0.8em 1.4em; /* Adjust padding for a smaller button */
        font-size: 2vw; /* Responsive font size */
        color: white; /* White text for contrast */
        border: none; /* Remove default border */
        border-radius: 5px; /* Rounded corners */
        cursor: pointer; /* Pointer cursor on hover */
        transition: background-color 0.3s ease, font-size 0.3s ease, padding 0.3s ease; /* Smooth hover effect */
        text-decoration: none; /* Remove default underline */
        z-index: 1000;
    }

@media (min-width: 600px) {
    .imagebtn-container .button {
        font-size: 1.5vw; /* Adjust font size for larger screens */
        padding: 0.8em 1.4em; /* Adjust padding for larger screens */
    }
}
@media (min-width: 900px) {
    .imagebtn-container .button {
        font-size: 1.2vw; /* Adjust font size for larger screens */
        padding: 0.4em 1.2em; /* Adjust padding for larger screens */
    }
}

ul.list-unstyled.ng-scope {
    position: absolute;
    right: 0;
    top: 50px;
    width: 50%;
    padding: 10px;
    background: #fff;
    z-index: 9999;
}

    ul.list-unstyled.ng-scope li, ul.location-list-unstyled.ng-scope li {
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        cursor: pointer;
    }

        ul.list-unstyled.ng-scope li img {
            float: left;
            margin-right: 10px;
        }

        ul.list-unstyled.ng-scope li .media-body {
            text-align: left;
        }

            ul.list-unstyled.ng-scope li .media-body span.list-item {
                width: 100%;
                float: left;
            }

span i.fa.fa-angle-right, span i.fa.fa-angle-left {
    width: 24px;
    height: 24px;
    border: 1px solid #af301a;
    font-size: 16px;
    padding: 2px 9px 7px;
    border-radius: 50%;
    margin-left: 5px;
}

.iframe-video {
    width: 350px;
    /*height: 300px;*/
}

select.Event-Sort-By {
    width: auto;
    border-radius: 30px;
}

.why {
    width: 100%;
    text-align: center;
    padding: 10px;
    border: 2px solid #e6e6e6;
    margin-bottom: 20px;
    float: left;
}

.why-img {
    width: 100%;
}

ul.nav.navbar-nav.navbar-right {
    width: 100%;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
}

.card form .form-group label {
    float: left;
    color: #fff;
    font-size: 12px;
}

.card form .form-group select {
    color: #424242;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-bottom: 0.5px solid lightgray;
    background-color: #fff;
    padding: 0;
    height: 34px;
}

form.fixed-height .form-group input#pac-input {
    margin-top: 2px;
    float: left;
    padding: 0 5px;
    border-radius: 4px;
}

.formElem select:focus, .formElem input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.bolder {
    font-weight: 600;
    color: black;
    margin-top: 60px;
    font-family: Lato;
    font-size: 28px;
}

.funSection {
    margin-top: 30px;
    padding-bottom: 0;
}

p.margin-top {
    margin-top: 20px;
    float: left;
    cursor: pointer;
}

    p.margin-top i.fa.fa-angle-right {
        width: 24px;
        height: 24px;
        border: 1px solid #af301a;
        font-size: 16px;
        padding: 2px 9px 7px;
        border-radius: 50%;
        margin-left: 5px;
    }

.formElem .form-control:focus {
    border: none;
}

.form-control-promo {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.searh-container ul li .userImg ul li:first-child {
    padding: 10px 10px 1px !important;
}

.searh-container ul li .userImg ul li {
    width: 100%;
    display: block;
    padding: 0 !important;
}

.formElem .form-control.frontpage {
    color: #424242;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
}

.searh-container {
    float: right;
}

    .searh-container ul {
        padding: 0;
        margin: 0;
    }

        .searh-container ul li {
            display: block;
            float: left;
            /*padding: 20px 10px;*/
            padding: 20px 5px;
            position: relative;
        }

            .searh-container ul li a {
                color: #fff;
                font-size: 14px;
                text-transform: capitalize;
                cursor: pointer;
            }

            .searh-container ul li.search-event a {
                padding-left: 20px;
                width: 100px;
                text-indent: 20px;
                position: relative;
            }

            .searh-container ul li.search-event:before {
                content: "\f002";
                font-family: FontAwesome;
                font-style: normal;
                text-decoration: inherit;
                color: #fff;
                font-size: 14px;
                padding-right: 0.5em;
                position: absolute;
                top: 19px;
                left: 10px;
                font-weight: 400;
            }

header .navbar .navbar-nav li a {
    color: #fff;
    border-radius: 4px;
    padding: 10px 7px;
    font-size: 18px;
    cursor: pointer;
}

    header .navbar .navbar-nav li a:hover {
        opacity: 0.9;
        color: #fff;
    }

header .navbar .navbar-brand {
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    height: auto;
}

header .navbar .navbar-nav li a.register {
    background-color: #fff;
    color: #5a3232;
}

header .navbar .navbar-nav li a.discover {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.userImg a.userImgWrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 0 !important;
}

    .userImg a.userImgWrap img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        /*-ms-border-radius: 50%;
        -o-border-radius: 50%;*/
        float: left;
    }


    .userImg a.userImgWrap span.usrName {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 14px;
        text-transform: capitalize;
        position: fixed;
        width: auto;
        top: 0;
        right: 15px;
    }

    .userImg a.userImgWrap span.caret {
        margin-top: -10px;
        margin-left: 10px;
        position: relative;
    }

        .userImg a.userImgWrap span.caret:after {
            content: "\f007";
            font-family: FontAwesome;
            font-style: normal;
            text-decoration: inherit;
            color: #fff;
            font-size: 14px;
            padding-right: 0.5em;
            position: absolute;
            top: -10px;
            left: -20px;
            font-weight: 400;
        }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
}

header .navbar .userImg ul li a {
    color: #333;
    padding: 6px 10px;
    font-size: 14px;
}

    header .navbar .userImg ul li a:hover {
        opacity: 1;
        color: #333;
    }

.red {
    color: #ea7d6b !important;
    font-weight: 400;
}

.btn-red {
    background-color: #af301a;
    color: #fff !important;
}
.btn-black {
    background-color: #000;
    color: #fff !important;
}
.ticket-box {
    margin-left: 5px;
    margin-right: 5px;
}

.icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    /*background: url('/images/icons.png') no-repeat;*/
    text-align: center;
    background-position: 8px 7px;
}

.chip {
    display: inline-block;
    padding: 7px 20px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    background-color: #f1f1f1;
    color: #222;
    float: left;
    margin: 0;
    margin: 0 5px 5px 0;
    min-width: 90px;
}
.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
}
    .grid-container div {
        width: 150px;
        margin: 0 1.5rem 1.5rem 0;
        display: inline-block;
        width: 100%;
        border: solid 2px black;
        padding: 5px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        border-radius: 5px;
        transition: all .25s ease-in-out;
    }
    .grid-container div img {
        width: 100%;
        border-radius: 5px;
        transition: all .25s ease-in-out;
    }

.chip-selected {
    display: inline-block;
    padding: 7px 20px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    border-radius: 10px;
    background-color: #af301a;
    color: #fefefe;
    float: left;
    margin: 0 5px 5px 0;
    min-width: 90px;
}

p.color-size {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 15px;
}

.icon-circle {
    border-radius: 50%;
    background-color: #f5f5f5;
}

.icon-table {
    background-position: -25px 5px;
}

.icon-package {
    background-position: -27px -27px !important;
}

.icon-ticket {
    background-position: 8px -58px !important;
}

.icon-inline {
    display: inline-block;
    float: none;
}

/*Custom icons style code end */

.banner {
    width: 100%;
    float: left;
    /*min-height: 600px;*/
    height: 100%;
    position: relative;
}

.bannerBg {
    background: url('../../images/vipsocio/bannerBg.jpg') no-repeat top center;
    background-size: cover;
}

.bannerBgList {
    background: url('../../images/vipsocio/nightlife2.jpeg') no-repeat top center;
    background-size: cover;
    min-height: 280px;
}

.banner-caption {
    position: absolute;
    width: 100%;
    float: left;
    left: 0;
    transform: translateY(115%);
    -webkit-transform: translateY(115%);
    -moz-transform: translateY(115%);
    -o-transform: translateY(115%);
    color: #fff;
    font-size: 20px;
}

.capContainer {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.banner-caption h2 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
}

.banner-caption p {
    max-width: 800px;
}

.captionForm {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

    .captionForm form {
        margin-top: 25px;
        width: 100%;
        display: block;
        position: relative;
        /*max-width: 610px;*/
        margin: 0 auto;
    }
        /*.captionForm form ul.list-unstyled {
    position: absolute;
    top: 67px;
    left: 0;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 10px;
    color: #333;
}
    .captionForm form ul.list-unstyled li.media {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    cursor:pointer;
}
    .captionForm form ul.list-unstyled .media-body {
    width: calc(100% - 80px);
    float: right;
}
    .captionForm form ul.list-unstyled .media-body span.list-item {
    width: 100%;
    float: left;
    display: block;
    font-size: 15px;
}*/
        .thumbnail-qr-code { /*Nishant*/
    height: 100px;
    width: 100px;
}
        .thumbnail-influncer-profile {
    width: 100px;
    overflow: hidden;
    height: 100px;
    float: left;
    border: 5px solid #fff;
}
        .captionForm form .formElem {
            background-color: rgba(0, 0, 0, 0.7);
            padding: 12px;
            border-radius: 3px;
            display: inline-block;
            border: 1px solid #fefefe;
        }

        .captionForm form .formElem {
            background-color: rgba(0, 0, 0, 0.7);
            padding: 12px;
            border-radius: 3px;
            display: inline-block;
        }

.form-group.srchLocation.no-border {
    border-right: none;
}

.captionForm .form-group {
    margin-bottom: 0;
    width: 180px;
    float: left;
    border-right: 2px solid #e9d4b7;
    padding: 5px 12px;
    position: relative;
}

.captionForm .formElem .form-group:last-child, :not(.discoverHdr, .captionForm, .form-group) {
    border-right: none;
}

.captionForm .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #aba7a1;
    font-size: 16px;
    padding: 6px 0;
}

.form-control.frontpage {
    color: #000;
}

.captionForm .srchLocation {
    padding-left: 40px;
    width: 290px;
}

.rdx {
    max-width: 170px !important;
}

.captionForm .srchLocation span.fa {
    position: absolute;
    width: 30px;
    text-align: center;
    top: 10px;
    left: 4px;
    z-index: 1;
    color: #4b4b4b;
    font-size: 22px;
    font-weight: bold;
}

.btn-submit, input[type="submit"], input[type="button"] {
    background-color: #000;
    color: #f9ead5;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 3px;
}

    .btn-submit.fixed-color {
        color: #fff;
        background: #af301a;
    }

        .btn-submit.fixed-color:focus {
            color: #fff;
        }

.captionForm input[type="submit"], .captionForm input[type="button"] {
    background-color: #000;
    color: #f9ead5;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 3px;
    display: inline-block;
}

.party-event1 {
    width: 20%;
}

.party-event2 {
    width: 80%;
}

.section {
    width: 100%;
    float: left;
}

.heading {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

span.paragraph {
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.formElem label {
    font-weight: 400;
    font-size: 11px !important;
}

.shortDesc {
    font-size: 18px;
    color: #5a3232;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.dark .heading {
    color: #fff;
}

.searchNearby {
    margin-top: 40px;
}

.studiosLists {
    background-color: #252323;
    padding: 12px 14px 20px;
}

.party-event1 img {
    height: 150px;
    width: 180px;
}

.studiosBoxWrap {
    max-height: 500px;
    min-height: 370px;
    overflow: auto;
}

    .studiosBoxWrap .table > thead > tr > th, .studiosBoxWrap .table > tbody > tr > th, .studiosBoxWrap .table > tfoot > tr > th, .table > thead > tr > td, .studiosBoxWrap .table > tbody > tr > td, .studiosBoxWrap .table > tfoot > tr > td {
        padding: 5px;
    }

form.fixed-height {
    max-width: 100%;
}

    form.fixed-height .formElem {
        float: left;
        width: calc(100% - 95px);
    }

    form.fixed-height .form-group {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0;
    }

        form.fixed-height .form-group:last-child {
            margin-right: 0;
        }

        form.fixed-height .form-group select {
            padding: 0 0 7px 4px;
            border-radius: 4px;
        }

.studiosLists h3 {
    color: #ea7d6b;
    font-size: 22px;
    font-family: Lato;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.studiosBox {
    background: #302e2e;
    padding: 5px 10px;
    margin-bottom: 3px;
    color: #fff;
    cursor: pointer;
}

    .studiosBox:hover {
        background: #424242;
    }

    .studiosBox h6 {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

    .studiosBox p {
        color: #fcfcfc;
        font-size: 12px;
        margin-bottom: 0;
    }

        .studiosBox p i {
            color: #ea7d6b;
            margin-right: 3px;
        }

    .studiosBox .table {
        margin-bottom: 0;
    }

.inputBox {
    position: relative;
    font-family: Abel;
    margin-bottom: 10px;
}

    .inputBox i.ion {
        position: absolute;
        left: 0;
        top: 0;
        color: #ea7d6b;
        width: 44px;
        padding: 0 10px;
        height: 44px;
        font-size: 22px;
        margin-left: 15px;
        text-align: center;
        line-height: 44px;
    }

.sctnStudiosTop {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}

.my-input {
    background-color: #3d3b3b;
    color: #b1b1b1;
    height: 45px;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding-left: 44px;
    padding-right: 15px;
    font-size: 18px;
}

    .my-input[placeholder] {
        color: #b1b1b1;
    }

input[placeholder], [placeholder], *[placeholder] {
    color: black;
}

#map {
    height: 330px;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

/*    <!-- Section quote -->*/

.qouteColor {
    color: #915959;
}

.section-quote {
    background: url('../images/img-1.jpg') no-repeat top center;
    min-height: 200px;
    background-size: cover;
    margin-top: 20px;
}

    .section-quote h3 {
        font-size: 44px;
        color: #fff;
        line-height: 55px;
    }

    .section-quote h6.writer {
        color: #c1c1c1;
        font-size: 24px;
        margin-top: 50px;
        text-decoration: underline;
    }

/* featured Section */
.featuredSection {
    background: url(../images/bg-1.jpg) no-repeat top center;
    background-size: cover;
}

    .featuredSection .featrCityWrap {
        margin-top: 50px;
    }

.smlHtBox, .lgHtBox {
    width: 100%;
    float: left;
    height: 284px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.lgHtBox {
    height: 600px;
    margin-bottom: 0;
}

.city {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.featrCityWrap .overlay {
    height: 100%;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    background: #000;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.featrCityWrap .content {
    position: absolute;
    z-index: 1;
    height: 100%;
    float: left;
    width: 100%;
    color: #fff;
    transform: translateY(30%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

    .featrCityWrap .content h2 {
        color: #fff;
    }

    .featrCityWrap .content .btn {
        margin-top: 20px;
    }

.btn-theme {
    background-color: rgba(0,0,0,0.6);
    color: rgba(255, 255, 255, 0.83);
    border: 2px solid rgba(239, 239, 239, 0.63);
    padding: 12px 30px;
    font-size: 16px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

    .btn-theme:hover {
        background-color: rgba(0,0,0,0.8);
        border-color: rgba(239, 239, 239, 0.8);
        color: rgba(255, 255, 255, 1);
    }

.city .btn {
    visibility: hidden;
}

.city:hover .overlay {
    opacity: 0.8;
}

.city:hover .content > .btn {
    visibility: visible;
    animation-name: bounceInUp;
    animation-duration: 1s;
}
/*  Partner Section  */

.ptnrSctn {
    background: #241414;
}

    .ptnrSctn .shortDesc {
        color: #bbb7b6;
    }


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/*explore page*/
#rst-whatido .rst-index-whatido li {
    display: inline-block;
    margin: 0 0 10px;
    min-height: 100px;
    padding: 0 15px;
    position: relative;
    width: 24%;
    text-align: center;
    vertical-align: top;
}
#rst-whatido .rst-index-whatido li p {
    line-height: 25px;
    margin: 33px 0 0;
}
button.btn.btn-default.btn-circle.btn-xl {
    color: #fff;
}
.btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 50%;
    background-color: #af301a;
}
#rst-whatido li p span {
    display: block;
    font-weight: 700;
    /*letter-spacing: 2px;*/
    margin: 10px 0 13px;
    text-transform: uppercase;
    font-size: 1em;
}
form.form-search {
    position: relative;
}

.bottom-search {
    margin: 0 auto;
    display: block;
    max-width: 642px;
    padding: 30px 0;
}
.bottom-search .input-group input {
    border-radius: 20px;
    /*-webkit-box-shadow: 0px 7px 5px 6px rgba(230,227,230,1);
    -moz-box-shadow: 0px 7px 5px 6px rgba(230,227,230,1);
    box-shadow: 0px 7px 5px 6px rgba(230,227,230,1);*/
}

@media (max-width: 767px){
    #rst-whatido .rst-index-whatido li {
    margin-bottom: 10px;
}
    #rst-whatido li p span{
        font-size: 0.8em;
    }
}


@media (max-width: 580px){
#rst-whatido .rst-index-whatido li {
    width: 30%;
}
.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    padding: 6px 9px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 50%;
    background-color: #af301a;
}
#rst-whatido .rst-index-whatido li p {
    line-height: 25px;
    margin: 15px 0 0;
}
}

.ptnrSctn1 h2 {
    color: #000;
}

.ptnrSctn1 .shortDesc {
    color: #bbb7b6;
}

.howItWrksSctn {
    background: #af301a;
    margin-top: 25px;
    padding-bottom: 30px;
}

.ptnrWrap {
    margin-top: 30px;
}

.howItBox {
    border-right: 2px solid white;
    min-height: 200px;
}

    .howItBox:last-child {
        border-right: none;
    }

    .howItBox h2 {
        font-size: 24px;
        font-weight: bold;
        font-family: "Roboto";
        margin-top: 0;
        color: #000;
        text-transform: uppercase;
    }

.dark .text-red {
    color: #af301a;
    font-weight: 500;
}

.howItWrksSctn .howItBox p {
    font-size: 14px;
    margin-top: 15px;
    color: #fff;
}

.howItWrksSctn p {
    color: #d4d4d4;
}

.howItWrksSctn .howItBox span {
    font-size: 55px;
}

.howItWrksSctn .howItBox h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto";
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
}

.howItWrksSctn .howItBox .fa {
    color: #fff;
}

.howItBox p {
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}

.howItBox span {
    font-size: 55px;
}

.priceBox-alternative {
    position: relative;
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
    background-color: #f2f2f2;
}

    .priceBox-alternative h3 {
        color: black;
        font-family: lato;
    }

footer {
    color: #fff;
    width: 100%;
    float: left;
    padding: 10px 0 20px;
    /* margin-top: 20px;*/
}

.footer-red {
    background: #af301a;
    padding-bottom: 20px;
    padding-top: 50px;
}

.footer-black {
    background: #000;
}

    .footer-black ul {
        text-align: center;
        padding: 10px 0 0;
    }

        .footer-black ul li {
            display: inline-block;
            margin-left: 15px;
        }

            .footer-black ul li a {
                font-size: 12px;
            }

.ftrLink {
    color: rgba(255,255,255,.7);
}

    .ftrLink h2 {
        font-size: 16px;
        font-weight: 500;
        font-family: "Roboto";
        margin-top: 0;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .ftrLink ul {
        margin: 0;
        padding: 0;
    }

        .ftrLink ul li {
            display: block;
        }

            .ftrLink ul li a {
                font-size: 12px;
            }

        .ftrLink ul.socioIcon li {
            display: inline-block;
        }

.socioIcon > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.socioIcon li a {
    height: 30px;
    width: 30px;
    background-color: rgba(255,255,255,.9);
    color: #1b0f0f;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
}

    .socioIcon li a:hover {
        color: #ea7d6b;
    }

.downloadApp > li {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    width: 185px;
    margin-bottom: 10px;
    height: auto !important;
}

    .downloadApp > li img {
        width: 100%;
    }

.downloadApp li a {
    background-color: rgba(255,255,255,.5);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
}

    .downloadApp li a:hover {
        opacity: 0.9;
    }

    .downloadApp li a.android {
        background: none;
    }

    .downloadApp li a.apple {
        background: none;
    }

p.copyright {
    color: #b1b1b1;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #8d8787;
}

/*   Discover page style code */

.eventCard {
    margin-bottom: 30px;
}

.eventCardWrap {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    height: 340px;
    /*    overflow: hidden;*/
    border-radius: 3px;
    /*overflow: hidden;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

.eventImg {
    /*width: 100%;*/
    max-width: 100%;
    max-height: 100%;
    /*max-width: 100%;
    max-height: 100%;*/
    /*height: auto;*/
    /*    float: left;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;*/
}

.eventInfo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    float: left;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 15px 5px 15px;
}

.evntTtl {
    font-size: 15px;
    color: #444;
    font-family: 'Abel';
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin: 5px 0;
}

.product-evntTtl {
    font-size: 15px;
    color: #444;
    font-family: 'Abel';
    font-weight: bold;
    text-transform: uppercase;
}

a.evntTtl:hover, a.product-evntTtl:hover {
    color: #af301a;
    text-decoration: underline;
}

.venue {
    font-size: 12px;
    color: #838383;
    letter-spacing: 1px;
    margin: 0 !important;
}

.evntCardBtm p {
    font-size: 16px;
    margin-bottom: 0;
}

    .evntCardBtm p i {
        color: #3e3d3d;
        font-size: 16px;
        margin-right: 5px;
        position: relative;
        top: 0px;
    }

.eventCardWrap .overlay {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgba(0,0,0,0.1);*/
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.eventCardWrap .thumbInfo {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    height: 100%;
    color: #ececec;
    text-align: center;
    z-index: 3;
    margin-top: 25%;
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

    .eventCardWrap .thumbInfo > div {
        width: 100%;
        float: left;
        margin: 10px 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
    }

    .eventCardWrap .thumbInfo p {
        display: block;
        margin-bottom: 0;
    }

        .eventCardWrap .thumbInfo p .priceBold {
            font-size: 25px;
        }

        .eventCardWrap .thumbInfo p .subhead {
            font-size: 10px;
            display: block;
        }

.eventCardWrap .eventInfo .evntCardBtm p .subhead {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px !important;
    display: block;
}

.eventCard:hover .overlay {
    background-color: rgba(0,0,0,0.7);
}

.eventCardWrap:hover {
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    /*transform: translateY(-10px);*/
}

.eventCard:hover .thumbInfo {
    display: block;
}

    .eventCard:hover .thumbInfo > div {
        animation-name: bounceInUp;
        animation-duration: 1s;
    }

.left-40-portion {
    width: 40%;
    float: left;
}

.TopVendorImg img {
    max-height: 250px;
    height: auto;
    width: 100%;
    border-radius: 10px;
}

.right-60-portion {
    width: 60%;
    float: right;
    padding: 5px 5px 0 20px;
}

.bottom-div {
    position: absolute;
    bottom: 0;
}

.btn-fav {
    background-color: #af301a;
    color: #fff;
}

    .btn-fav i {
        margin-right: 5px;
        font-size: 16px;
    }

/* Details Page Style code */
.coverBg {
    width: 100%;
    float: left;
    background: #f8f8f8;
    color: #48484b;
    padding: 40px 0 0;
    text-align: center;
    background: url('../../Images/vipsocio/top-banner.jpg') no-repeat top center;
    background-size: cover;
}

.height-banner {
    min-height: 600px;
    max-height: 600px;
}

.coverBg h1, .coverBg p {
    color: #fff;
}

.coverTopLeft h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 38px;
    color: #fff;
}

.coverTopLeft button.addToFav {
    margin-bottom: 10px;
}

.coverBg p {
    font-size: 16px;
}

.coverBg .coverTopLeft p {
    color: #fff;
}

.coverBg a {
    color: #ea7d6b;
}

    .coverBg a:hover {
        text-decoration: underline;
    }

.coverTopRt {
    position: absolute;
    bottom: -150px;
    width: 100%;
    float: left;
    right: 0;
}

    .coverTopRt a.faVanue {
        margin-right: 15px;
        color: #fff;
    }

        .coverTopRt a.faVanue i {
            margin-right: 10px;
        }

    .coverTopRt .btn {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.8);
    }

        .coverTopRt .btn:hover {
            color: rgba(255,255,255,1);
        }

.detailsHeader {
    width: 100%;
    float: left;
}

    .detailsHeader .navbar.navbar-default {
        background-color: #fff;
        border: 0;
        margin-bottom: 0;
    }

        .detailsHeader .navbar.navbar-default .nav > li > a {
            padding: 20px;
            border-radius: 0;
            margin-right: 5px;
            color: #48484b;
            font-family: 'Abel';
            font-weight: bold;
            letter-spacing: 1px;
            font-size: 16px;
        }

    .detailsHeader .nav-pills > li.active > a, .detailsHeader .nav-pills > li.active > a:focus, .detailsHeader .nav-pills > li.active > a:hover {
        background-color: transparent;
    }

    .detailsHeader .navbar.navbar-default .nav > li > a.active,
    .detailsHeader .navbar.navbar-default .nav > li > a:hover {
        background-color: transparent;
        border-bottom: 3px solid #ea7d6b;
    }

    .detailsHeader .navbar.navbar-default .nav.navbar-right > li > a.btn-theme {
        background-color: #000;
        border: 0;
        color: #fff;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
}

.detailsMainBody {
    width: 100%;
    padding: 30px 0;
    float: left;
    background-color: #f8f8f8;
}

    .detailsMainBody h2 {
        font-size: 26px;
    }

.photosSection {
    height: 430px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.carousel-inner {
    height: 400px !important;
    width: 100%;
}

    .photosSection .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: auto;
        max-height: 100%;
        height: auto;
        max-width: 100%;
    }

.carousel-control.left {
    background: no-repeat;
}

.carousel-control.right {
    background: no-repeat;
}

.photosSection .carousel-control {
    z-index: 9;
}

p.desc {
    font-size: 15px;
    line-height: 26px;
}


.map {
    width: 100%;
    float: left;
    height: 300px;
}

    .map iframe {
        width: 100%;
    }

.eventSection .eventCardWrap {
    height: 300px;
}

.eventSection .evntTtl {
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
}

.eventSection .eventInfo {
    padding: 15px;
}

.eventInfo.text-left a:hover {
    color: #ea7d6b;
    text-decoration: underline;
}

.eventSection .eventsThumbWrap {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.eventSection .evntCardBtm p {
    font-size: 15px;
}

.ratingSection {
    width: 100%;
    float: left;
}

.eventsThumbWrap.owl-carousel .owl-stage-outer {
    padding-bottom: 5px;
}

.owlNavWrap {
    position: absolute;
    right: 0;
}

    .owlNavWrap .owl-nav {
        width: 30px;
        height: 30px;
        border-radius: 3px;
        box-shadow: 0 0 4px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
        background-color: #af301a;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        display: inline-block;
        cursor: pointer;
    }

        .owlNavWrap .owl-nav:active {
            box-shadow: none;
        }

.eventSection h2 {
    position: relative;
}

.smoothSection {
    width: 100%;
    float: left;
}

.event-car .fa {
    font-size: 20px;
    color: #ea7d6b;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    z-index: 4;
}


/* Right Section */
.det_blocks {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

    .det_blocks h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: bold;
        clear: both;
    }

.terms {
    padding-top: 5px;
}

    .terms ul li {
    }

.venue-tags > .row {
    margin-bottom: 5px;
}

.venue-about .header {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.priceBox {
    position: relative;
    padding: 10px 5px;
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
}

    .priceBox:hover {
        background-color: #f2f2f2;
    }

.priceleftTxt p {
    font-size: 12px;
    margin-bottom: 0px;
}

    .priceleftTxt p.guestUpto {
        color: #9c9c9c;
    }

.priceRtTxt {
    text-align: right;
}

    .priceRtTxt p {
        margin-bottom: 0;
    }

        .priceRtTxt p strong {
            display: block;
        }

        .priceRtTxt p span {
            color: #9c9c9c;
            font-size: 11px;
        }



.caption-banner {
    width: 100%;
    float: left;
    max-width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
}

.card {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    float: right;
    padding: 15px;
    max-width: 100%;
    position: relative;
    margin-top: 30px;
    border-radius: 5px;
}

form.fixed-height button.btn.btn-red {
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
    margin-top: 22px;
}


/* Sign in Sign up Forms Style */
.formBtmPart {
    margin-top: 10px;
}

.discoverHdr {
    border: 1px solid #f6f6f6;
    background: #fff;
}

    .discoverHdr .captionForm {
        text-align: left;
    }

        .discoverHdr .captionForm form {
            margin-top: 0;
        }

            .discoverHdr .captionForm form .formElem {
                background-color: transparent;
                float: left;
            }

        .discoverHdr .captionForm .form-group {
            border: 1px solid #ccc;
            border-radius: 30px;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-right: 10px;
        }

.discvrSrchLocation {
}

.captionForm .form-control {
    font-size: 15px;
}

.discoverHdr .captionForm .srchLocation span.fa {
    top: 26%;
    left: 6px;
}

.discoverHdr .captionForm input[type="submit"], .discoverHdr .captionForm input[type="button"] {
    font-size: 15px;
    margin-left: 0px;
    height: 45px;
    display: inline-block;
    margin-top: 0px;
    border-radius: 30px;
}

.widget-content {
    background-color: #F5F5F5;
    padding: 10px;
    width: 100%;
    float: left;
}

.priceModal .modal-content {
    border-radius: 0;
}

.priceModalWrap {
    width: 100%;
    float: left;
}

.priceModal .modal-body {
    padding: 10px 5px;
    min-height: 750px;
}

    .priceModal .modal-body .row {
        margin-right: 0;
        margin-left: 0;
    }

        .priceModal .modal-body .row > div {
            padding: 0 5px !important;
        }

.priceModal .modal-dialog {
    width: 800px;
}

.priceModal .package-info {
    max-height: 500px;
    overflow-y: auto;
    color: #8d8888;
}

.priceModal h4, .priceModal h3 {
    font-family: 'Roboto';
    color: initial;
    font-size: 15px;
}

.priceModal .package-info ul {
    padding-left: 20px;
}

.priceModal .package-info li {
    margin-bottom: 5px;
}

.priceModal h3 {
    font-size: 16px;
}

.venueBody {
    padding-bottom: 10px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.venueBookingType p span {
    display: block;
    color: #5a3232;
    font-size: 20px;
}


.bottle-list, .bottle {
    width: 100%;
    float: left;
    max-height: 500px;
    overflow-y: auto;
}

.bottle {
    margin-top: 0;
    padding: 8px 10px;
    background-color: #fff;
    margin-bottom: 5px;
}

    .bottle .botlType {
    }

    .bottle h4 {
        margin: 0;
        font-size: 16px;
    }

        .bottle h4 span {
            display: block;
            font-size: 14px;
            font-weight: normal;
            width: 100%;
            margin-top: 8px;
        }

    .bottle .btn {
        font-size: 12px;
    }


/*  Checkout Page Style Code */
.checkoutWrap .container {
    max-width: 900px;
}

    .checkoutWrap .container.DeliveryOptions {
        /*max-width: 900px;
        height: 500px;*/
        padding-top: 50px;
    }

.checkoutWrap h1 {
    margin-bottom: 30px;
}

.confirmDetailsBox {
    padding: 25px 30px;
    background-color: #fffbfb;
    border: 2px solid #eae1e1;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .confirmDetailsBox h4, .odr-smry h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: 'Roboto';
        text-align: center;
        color: #5a3232;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        clear: both;
    }

.lblInfo {
    font-size: 11px;
    color: #ccc6c6;
}

.checkoutForm input[type="text"], .checkoutForm select, .checkoutForm input[type="number"], .checkoutForm input[type="tel"], .checkoutForm input[type="email"], .checkoutForm textarea {
    border-radius: 0;
    height: 45px;
    box-shadow: none;
    font-size: 17px;
    border: 2px solid #eae1e1;
}

.checkoutForm textarea {
    height: 150px;
}

.checkoutForm label {
    color: #5a3232;
    margin-bottom: 6px;
    font-weight: 400;
}

input[type="submit"].btn-save-card {
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
}

.btn-save-card1 {
    background-color: #5a3232;
    color: #f9ead5;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
}

.btn-save-card2 {
    background-color: #5a3232;
    color: #f9ead5;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 0;
    width: 98%;
    padding-top: 9px;
}

.payOnline h3 {
    font-weight: bold;
    font-size: 20px;
}

.payOnline p {
    font-size: 15px;
    color: #999;
}

.odr-smry {
    background-color: #f8f8f8;
    border: 2px solid #ddd;
    padding: 20px 10px 0;
}

    .odr-smry p {
        font-size: 15px;
    }

        .odr-smry p span {
            display: block;
            font-size: 12px;
            color: #a0a0a0;
        }

        .odr-smry p i {
            font-size: 20px;
            margin-right: 5px;
            float: left;
            width: 20px;
            height: 36px;
        }

.smryDtlBox {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .smryDtlBox p span strong {
        overflow-wrap: break-word;
    }

.odr-smry .row {
    margin-left: -10px;
    margin-right: -10px;
}

.odr-smry .odrSmryTtl2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}


/* User profile Section*/
.profileSection {
    width: 100%;
    float: left;
}

.profileTopSection {
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    min-height: 200px;
    padding: 30px 0;
}

.avatar {
    max-width: 180px;
    max-height: 180px;
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
    
    position: relative;
    z-index: 2;
}

    .avatar img {
        border: 2px solid black;
    }

.changeAvatar {
    position: absolute;
    bottom: 0;
    background-color: #ea7d6b;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 20px;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    z-index: 1;
}

    .changeAvatar:hover {
        background-color: #de7260;
    }

    .changeAvatar:active {
        background-color: #d06958;
    }

.avatar:hover .changeAvatar {
    display: block;
    animation-name: fadeInUp;
    animation-duration: 0.3s;
}

.profileDetails p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #666;
}

    .profileDetails p strong {
        display: block;
        color: #333;
        margin-bottom: 6px;
    }

.profileName h1 {
    font-size: 30px;
    font-family: 'Roboto';
    color: #5a3232;
    text-transform: uppercase;
    margin: 35px 0 20px;
    font-weight: bold;
}

.infoWrap p {
    position: relative;
    min-height: 57px;
}

.infoWrap input[type="text"] {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0;
    height: auto;
    font-size: 18px;
    color: #afafaf;
}

.editMode .infoWrap input[type="text"] {
    display: block;
}

.editMode .infoWrap p span {
    display: none;
}

.bootstrap-datetimepicker-widget {
    color: #333;
}

.updateButtons {
    display: none;
}

.editMode .updateButtons {
    display: block;
}

/* Loader and Backdrop  */

md-content.md-default-theme {
    background-color: #eee;
}

md-card {
    background-color: #fff;
}

    md-card h2:first-of-type {
        margin-top: 0;
    }

md-toolbar .md-button.md-default-theme {
    border-radius: 99%;
}

h2 {
    font-weight: 400;
}

.md-toolbar-tools-bottom {
    font-size: small;
}

    .md-toolbar-tools-bottom :last-child {
        opacity: 0.8;
    }

md-toolbar:not(.md-hue-1),
.md-fab {
    fill: #fff;
}

md-sidenav {
    fill: #737373;
}

    md-sidenav ng-md-icon {
        position: relative;
        top: 5px;
    }

.user-avatar {
    border-radius: 99%;
}

/*Niraj*/
.pac-container {
    z-index: 1060 !important;
}

.spinner {
    stroke: #444;
    fill: #444;
}

    .spinner svg {
        width: 28px;
        height: 28px;
    }

    .spinner.spinner-light {
        stroke: #fff;
        fill: #fff;
    }

    .spinner.spinner-stable {
        stroke: #f8f8f8;
        fill: #f8f8f8;
    }

    .spinner.spinner-positive {
        stroke: #40a0bb;
        fill: #40a0bb;
    }

    .spinner.spinner-calm {
        stroke: #11c1f3;
        fill: #11c1f3;
    }

    .spinner.spinner-balanced {
        stroke: #33cd5f;
        fill: #33cd5f;
    }

    .spinner.spinner-assertive {
        stroke: #ef473a;
        fill: #ef473a;
    }

    .spinner.spinner-energized {
        stroke: #ffc900;
        fill: #ffc900;
    }

    .spinner.spinner-royal {
        stroke: #886aea;
        fill: #886aea;
    }

    .spinner.spinner-dark {
        stroke: #444;
        fill: #444;
    }

.spinner-android {
    stroke: #4b8bf4;
}

.spinner-ios, .spinner-ios-small {
    stroke: #69717d;
}

.spinner-spiral .stop1 {
    stop-color: #fff;
    stop-opacity: 0;
}

.spinner-spiral.spinner-light .stop1 {
    stop-color: #444;
}

.spinner-spiral.spinner-light .stop2 {
    stop-color: #fff;
}

.spinner-spiral.spinner-stable .stop2 {
    stop-color: #f8f8f8;
}

.spinner-spiral.spinner-positive .stop2 {
    stop-color: #40a0bb;
}

.spinner-spiral.spinner-calm .stop2 {
    stop-color: #11c1f3;
}

.spinner-spiral.spinner-balanced .stop2 {
    stop-color: #33cd5f;
}

.spinner-spiral.spinner-assertive .stop2 {
    stop-color: #ef473a;
}

.spinner-spiral.spinner-energized .stop2 {
    stop-color: #ffc900;
}

.spinner-spiral.spinner-royal .stop2 {
    stop-color: #886aea;
}

.spinner-spiral.spinner-dark .stop2 {
    stop-color: #444;
}

/**
 * Loading
 * --------------------------------------------------
 */
.loading-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1061;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: 0.2s opacity linear;
    transition: 0.2s opacity linear;
    visibility: hidden;
    opacity: 0;
}

    .loading-container:not(.visible) .icon, .loading-container:not(.visible) .spinner {
        display: none;
    }

    .loading-container.visible {
        visibility: visible;
    }

    .loading-container.active {
        opacity: 1;
    }

    .loading-container .loading {
        /*margin-top: 30%;*/
        padding: 4px;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background-color: white;
        box-shadow: 0 0 20px -5px #ccc;
        /*        rgba(0, 0, 0, 0.7);*/
        color: #fff;
        text-align: center;
        text-overflow: ellipsis;
        font-size: 15px;
    }

        .loading-container .loading h1, .loading-container .loading h2, .loading-container .loading h3, .loading-container .loading h4, .loading-container .loading h5, .loading-container .loading h6 {
            color: #fff;
        }



.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

    .backdrop.visible {
        visibility: visible;
    }

    .backdrop.active {
        opacity: 1;
    }

#slides_control > div {
    height: 200px;
}

img {
    margin: auto;
    width: 400px;
}

#slides_control {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 20px;
    margin-left: -200px;
}

/* About Container */
.abtWrap {
    max-width: 900px;
}

.abtSection p {
    font-size: 16px;
    line-height: 30px;
    color: #848282;
}

.abtSection .subHead {
    font-size: 30px;
    color: #666;
    font-weight: bold;
}

.storeIcons {
    max-width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

    .storeIcons a {
        display: inline-block;
        width: 50%;
        max-width: 200px;
        /*float: left;*/
    }

.followUs {
    margin-top: 50px;
}

    .followUs ul li {
        padding: 0 2px;
    }

        .followUs ul li a {
            width: 40px;
            height: 40px;
            background-color: #5a3232;
            color: #fff;
            display: inline-block;
            border-radius: 3px;
            font-size: 18px;
            line-height: 40px;
            text-align: center;
        }

            .followUs ul li a:hover {
                opacity: 0.9;
            }

.flexslider .slides > li {
    padding-bottom: 10px;
}

/* ===============================
    Events details style page 
 =============================== */

.sectionEventDetails {
    width: 100%;
    float: left;
}

.coverBgColor {
    background-color: #000000d9;
    padding: 40px 0;
    color: #fff;
}

.coverBgItemColor {
    /*background-color: #000000d9;*/
    padding: 40px 0;
    padding-left: 10px;
}

.coverBgColor > .container {
    max-width: 1000px;
}

.lftEventImg, .eventDetailsDiv {
    height: 100%;
    overflow: hidden;
}

    .lftEventImg img {
        width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.sectionEventDetails .coverTopLeft {
    height: auto;
}

.sectionEventDetails .coverTopRt {
    position: static;
    bottom: auto;
    top: auto;
    width: 50%;
/*    height: 500px;*/
}

    .sectionEventDetails .coverTopRt h1 {
        font-size: 40px;
        margin-top: 0;
    }

    .sectionEventDetails .coverTopRt h3 {
        font-family: 'Roboto';
        font-size: 22px;
        color: #d6bfbf;
        margin: 0 0 20px;
        font-weight: 400;
    }

    .sectionEventDetails .coverTopRt a.btn {
        margin-top: 50px;
    }


/* Faq's Css Code */
.quesFaq {
    margin-bottom: 20px;
}

    .quesFaq ol {
        padding: 30px;
    }

        .quesFaq ol li {
            font-size: 18px;
            line-height: 40px;
            list-style-position: inside;
        }

            .quesFaq ol li a {
                color: #5a3232;
                padding-left: 10px;
            }

                .quesFaq ol li a:hover {
                    text-decoration: none;
                    opacity: 0.7;
                }

.faqWrap {
    width: 100%;
    float: left;
    padding: 10px 30px;
}

    .faqWrap .subHead {
        font-family: "Roboto";
        color: #5a3232;
        font-size: 18px;
    }

    .faqWrap p {
        font-size: 16px;
        line-height: 26px;
    }

#EventModalImg {
    max-height: 450px;
    height: auto;
}
/* Event Listing Style Code */
/*.sectionDiscoverDetails, .sectionDiscover {
    min-height: 100vh;
}*/

.eventListingRow {
    width: 100%;
    float: left;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.srchListingWrap {
    width: 100%;
    float: left;
}

    .srchListingWrap h4 {
        font-size: 30px;
        font-weight: bold;
    }

    .srchListingWrap p {
        font-size: 16px;
        font-weight: bold;
        color: #aaa;
    }

    .srchListingWrap .readmore {
        font-size: 18px;
        font-weight: 400;
        margin-top: 40px;
        display: block;
        color: #ea7d6b;
    }

        .srchListingWrap .readmore:hover {
            text-decoration: underline;
        }

    .srchListingWrap .imgArea {
        height: 300px;
        overflow: hidden;
        position: relative;
        padding: 0;
    }

        .srchListingWrap .imgArea img {
            width: 100%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }


.lblErrorMsg {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

    .lblErrorMsg label {
        font-weight: normal;
        color: #a8a8a8;
    }

.searchBox input[type="search"] {
    height: 40px;
    border-radius: 0;
}

.input-group.date .input-group-addon {
    padding: 2px;
    font-size: 18px;
    color: #656361;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    padding-right: 10px;
}

.tktDate .input-group .form-control, .tktDate .input-group-addon, .input-group-btn {
    display: inline-block;
}

.tktDate input[type="text"] {
    padding-left: 30px;
}

.tktDate .input-group.date .input-group-addon {
    z-index: 9;
    position: absolute;
    top: 5px;
    color: #b4b4b4;
    left: 5px;
}

/**/
.toggle-venues-events {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    background-color: #f5f5f5;
    border-radius: 24px;
}

    .toggle-venues-events .itemType {
        display: inline-block;
        border-radius: 24px;
        background-color: #f5f5f5;
        height: 45px;
    }

        .toggle-venues-events .itemType > div {
            padding: 12px 20px;
        }

    .toggle-venues-events:focus, .toggle-venues-events:hover,
    .toggle-venues-events:active {
        background: #f5f5f5;
        box-shadow: none;
    }

    .toggle-venues-events .itemType.active {
        background-color: #fff;
        border: 1px solid #b3b3b3;
        margin: -1px;
    }

    .toggle-venues-events .itemType:hover {
        background: transparent;
    }


.OrderErr {
    min-height: 300px;
    border: 1px solid #5a3232;
    border-radius: 5px;
}

.HomeEvent {
    max-width: 300px !important;
    min-width: 300px !important;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.intinput {
    max-width: 120px;
}

.dateinput {
    max-width: 170px;
}

.logo {
    width: 80px;
    cursor: pointer;
}

.remove-border {
    border: none !important;
}

.searchNearby .list-inline > ul li {
    display: block !important;
    margin-top: 15px !important;
}

.captionForm input[type="submit"], .captionForm input[type="button"] {
    margin-top: 0px;
}


.input-group-addon .fa {
    width: 22px;
}

.reserv-date {
    position: absolute;
    top: 450px;
}

.smryDtlBox p span:first-child {
    float: left !important;
    clear: both;
    font-weight: normal;
}

.smryDtlBox p span:last-child {
    font-weight: bold;
}

.v-address {
    font-weight: normal !important;
}

.fee-price {
    font-weight: normal !important;
}

.ticket-name {
    font-weight: bold !important;
}


.mob-slider h3 {
    font-size: 24px !important;
    font-family: 'Abel', sans-serif !important;
    color: #fff !important;
}

.mob-slider .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.mob-slider .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}


.condition-slider {
    background: none;
    padding: 10px 0;
    color: #333;
}

    .condition-slider .mob-slider h3 {
        color: #fff !important;
    }

    .condition-slider .carousel-control.left, .condition-slider .carousel-control.right {
        background: none;
    }

.user-profilebox .carousel {
    height: 130px;
}

.interested-list {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

    .interested-list h2 {
        margin: 15px 15px 0;
    }

    .interested-list ul {
        width: 70%;
        margin: 0 0 0 15px;
        padding: 0;
        float: left;
    }

        .interested-list ul li {
            display: inline-block;
            width: 30px;
            height: 30px;
        }

            .interested-list ul li img {
                width: 100%;
                height: 100%;
                border: 1px solid #ccc;
                border-radius: 50%;
            }

.interested-view {
    float: right;
    line-height: 30px;
    margin-right: 15px;
}

    .interested-view a {
        color: #ea7d6b;
    }

        .interested-view a:hover {
            text-decoration: underline;
        }

.interested-list-popup {
    width: 400px;
}

    .interested-list-popup ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .interested-list-popup ul li {
            width: 100%;
            margin: 0;
            padding: 0;
            display: block;
        }

.goingmodal-dialog {
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.goingmodal-body {
    max-height: 380px;
    height: 100%;
    overflow-y: scroll;
}

.going-close {
    position: fixed;
    right: 20px;
    top: 15px;
}

    .going-close .fa {
        font-size: 30px;
        position: relative;
        color: #333;
    }

.going-popup {
    width: 100%;
    clear: both;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 10px;
}

.going-pic {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

    .going-pic img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

.going-popup h3 {
    float: left;
    width: calc(100% - 70px);
}



.ContactOrganizer > .input-group > input {
    height: 50px !important;
    line-height: 50px !important;
}


.ContactOrganizer > .input-group > select {
    height: 50px !important;
    line-height: 50px !important;
}

.input-group-addon {
    font-size: 24px !important;
}

.EventImage {
    max-width: 512px;
    max-height: auto;
    width: auto;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
}

.user-profilebox .EventImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    position: relative !important;
    top: 20px !important;
    right: 0px;
    transform: translateY(0%) !important;
}


.form-control-feedback {
    font-size: xx-small;
}


.fbBtn {
    border: 1px solid #000;
    background-color: white;
    color: #000;
    line-height: 18px;
}
.fbBtn:hover{
    color: #000 !important;
}
i.fa.fa-facebook {
    color: #3b5998;
}

.modal-open {
    position: fixed !important;
    width: 100%;
}

.user-profilebox .carousel {
    height: 120px;
}

.user-profilebox .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

    .user-profilebox .carousel-inner img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-left: 60px;
        float: left;
    }

.user-profilebox .carousel-indicators {
    display: none;
}

.userImg.dropdown.open .fa.fa-bell {
    margin-top: 14px;
    /*margin-left: 20px;*/
}

header .navbar .navbar-nav li a.userImgWrap {
    padding: 5px 10px;
}

.dropdown-toggle.userImgWrap .fa.fa-bell {
    /*margin-top: 0px;
    margin-left: 5px;*/
    font-size: 14px;
}

a.userImgWrap i.fa.fa-shopping-bag {
    font-size: 14px;
}

.bagage.ng-binding {
    /*top: -12px;*/
    position: absolute;
    /*right: -5px;*/
}

.dropdown-menu.userAlert {
    width: 300px !important;
    min-height: 60px;
    max-height: 400px;
    border-radius: 0 0 5px 5px;
    overflow-y: scroll;
}

    .dropdown-menu.userAlert::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        background: #fff;
        margin-top: -20px;
        right: 0px;
        border-left: 15px solid black;
        border-right: 15px solid black;
        border-bottom: 15px solid white;
    }

.usrName.ng-binding {
    margin-bottom: 10px;
}


.userImg .dropdown-menu {
    margin-top: 9px;
    border-radius: 0 0 5px 5px;
    width: 200px;
    right: -15px;
    top: 33px;
    left: initial;
    border-top: none;
    z-index: 9999;
}


    .userImg .dropdown-menu.userAlert li {
        padding: 10px 10px 5px 10px;
        background: #e2e2e2;
        overflow: hidden;
    }

        .userImg .dropdown-menu.userAlert li:nth-child(2n) {
            padding: 10px;
            background: #fff;
        }

.notifi-user {
    width: 40px;
    height: 40px;
    float: left;
    background: #333;
    border-radius: 50%;
    margin: 0 10px 10px 0;
}

    .notifi-user img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.userImg.dropdown.open .dropdown-toggle.userImgWrap::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #af301a;
    border-right: 8px solid #af301a;
    border-bottom: 8px solid #af301a;
    top: 30px;
    right: 0;
}



    from {
        background-color: white;
    }

to {
    background-color: red;
}



@-webkit-keyframes example {
    from {
        background-color: white;
    }

    to {
        background-color: red;
    }
}

@keyframes example {
    from {
        background-color: white;
    }

    to {
        background-color: red;
    }
}

.a2a_kit.a2a_kit_size_32.a2a_default_style.marginLeft {
    margin-left: 42%;
}

img.img-responsive.item-image {
    height: auto;
    max-width: 100%;
    width: auto;
}

.review {
    max-height: 400px;
    overflow-x: hidden;
    margin-right: -15px !important;
}

.review-box {
    margin: 10px 15px 0 0px !important;
    background-color: rgba(0, 0, 0, 0.05);
    color: #0e0e0e;
    border-radius: 1px 10px;
    padding: 5px 10px 5px 0;
}

.review-text {
    padding-left: 10px;
    text-transform: capitalize;
}

.review-text-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.review-time {
    opacity: 0.5;
    font-size: 12px;
}

a.write-review {
    float: left;
    color: #333;
}

    a.write-review:hover {
        color: #ea7d6b;
    }

a.look-review {
    float: right;
}

    a.look-review:hover {
        text-decoration: underline;
    }

span.reviewbadge.badge {
    float: right;
    background: none;
    color: #ea7d6b;
}

span.Required {
    color: #F44336;
}

.left-info-img {
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 30px 30px;
    margin: 5px 15px 0 15px;
}


.smile-box {
    position: relative;
    /*padding-bottom: 30px;*/
    color: #999;
}

    .smile-box:hover {
        color: #F44336;
    }

.smile-box-select {
    color: #ea7d6b;
    position: relative;
    /*padding-bottom: 30px;*/
}

.smile-header {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
}

.clone {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    /*background: #fff;*/
    font-size: 20px;
}

.icon-background1 {
    color: #af301a;
}

.button.btn.btn-submit.no-change:focus {
    color: #fff;
}

.BlogCard {
    max-width: 100%;
    width: auto;
    height: 250px;
    background: #a74d4d;
    padding: 40px;
}

    .BlogCard h1 {
        color: #fff;
        font-size: 3em;
    }

    .BlogCard button.btn.btn-checkin a {
        color: #fefefe;
    }

.BlogCard1 {
    margin-top: 25px;
    max-width: 100%;
    width: auto;
    height: 300px;
    background: #4da7a7;
    padding: 30px;
}

    .BlogCard1 h1 {
        color: #fff;
        font-size: 3em;
    }

    .BlogCard1 button.btn.btn-theme.btn-price a {
        color: #fefefe;
    }

img.BlogImage {
    max-width: 100%;
    width: auto;
}

.like-comment-content {
    /* background: #F1F1F1; */
    border: 1px solid #DBD8D8;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    overflow: auto;
    color: #555;
    font-family: inherit;
    font-size: 1em;
    font-weight: 300;
}

/*   Influencer css start  */
.influencer-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    height: 350px;
}

.package-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: center;
    font-family: arial;
}

.influencer-title {
    color: grey;
    font-size: 18px;
}

#Packages .package-card:nth-child(odd) .team-header {
    background-color: #000;
    color: #fefefe;
}

#Packages .package-card:nth-child(even) .team-header {
    background-color: green;
    color: #fefefe;
}

/*.influencer-img img {
    width: 100%;
}*/

.influencer-banner {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/*.influncer-profile img {
    max-height: 200px;
    max-width: 200px;
    height: auto;
    width: auto;
}*/

.overflow-hidden {
    overflow: hidden;
}

.influencer-banner a {
    height: 50px;
    width: 200px;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
}
/*.influencer-img {
    height: 80px;
}*/

.influencer-heading-title {
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}

.influencer-heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.influencer-team-member, .influencer-team-member .influencer-team-img {
    position: relative;
}

.influencer-team-member {
    overflow: hidden;
}

    .influencer-team-member, .influencer-team-member .influencer-team-img {
        position: relative;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin: 0 auto;
        margin-top: 5px;
    }

.influencer-team-header {
    position: relative;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    border-bottom: 1px solid gray;
}

    .influencer-team-header h3 {
        margin-top: 0;
        line-height: 50px;
    }

.influencer-team-title {
    position: static;
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow-wrap: break-word;
    max-height: 165px;
    height: 100%;
}

    .influencer-team-title h5 {
        margin-bottom: 0px;
        display: block;
        text-transform: uppercase;
    }

    .influencer-team-title span {
        font-size: 12px;
        text-transform: uppercase;
        color: #a5a5a5;
        letter-spacing: 1px;
    }
/*Influencer css end*/
.qr-code { /*Nishant*/
    height: 100px !important;
    width: 100px !important;
    margin-left: 70px;
}
/* Recurring Events  */
button.get-ticket {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background: #af301a;
    color: #fff;
    border: none;
    margin-top: 25px;
}

a.clear {
    position: absolute;
    right: 5px;
    top: 8px;
}

.pull-left {
    float: left !important;
    position: relative;
}

.ticket-desc {
    float: right !important;
    font-size: 12px !important;
    font-weight: lighter !important;
}

.bottle h4 span span {
    margin-right: 5px;
    clear: none;
    float: left;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

button.btn-apply {
    background-color: #000;
    color: #f9ead5;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 3px;
}

select {
    padding: 10px 15px;
    border-radius: 4px;
    color: #000000;
    margin-bottom: 15px;
    width: 100%;
}

option {
    background: #fefefe;
    color: #000;
}

.half-width {
    width: 25%;
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width:768px) {
    .half-width {
        width: 50%;
        margin-right: 0;
    }

    .funSection {
        margin-top: 0;
    }

    #PackageSection {
        clear: both;
    }
    }
}*/

/*  recurring Events End*/
/*Item Details*/
.ReturnPolicy {
    word-break: break-word;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px;
    border: 1px solid #fefefe;
    border-radius:10px;
    background-color: #af301a;
}
.market-item-image:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.market-item-image.opac {
    opacity: 0.5;
}

.marginBottom {
    margin-bottom: 7px !important;
}

.bottle h3 {
    font-weight: bold;
    margin-top: 0px;
    font-size: 18px;
}

    .bottle h3 span {
        font-weight: normal;
        font-size: 18px;
    }

/*Item Details End*/

/*Website Index*/
#SponsorsThumb ul li img {
    max-width: 184px;
    max-height: 87px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


#SponsorsThumb ul li {
    display: inline-block !important;
    float: none !important;
}

#SponsorsThumb ul {
    margin-top: 10px;
}



input#pac-input {
    width: 100%;
}

.form-control-feedback {
    font-size: small;
    margin-top: 10px;
}

input#SearchBtn {
    width: 50%;
    float: right;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border-color: #ddd;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    display: inline-block;
    transition: border-color 0.6s ease;
}

.index-heading {
    font-size: 34px;
    color: #18171d;
    font-weight: bold;
}

.Dactive {
    border-color: #666;
}

.Dactive, .dot:hover {
    background-color: #717171;
}

/*.image-sliderfade {
    display: none;
}*/

.image-sliderfade img {
    width: 100%;
    vertical-align: middle;
    border-radius: 0 0 10px 10px;
}

.background-slider-container {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.dot-box {
    text-align: center;
    margin-top: 10px;
}

.get-event-date {
    padding: 8px 15px;
    border: 1px solid #ddd;
    color: #999;
    font-size: 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    border-radius: 30px;
    margin: 30px 0px 15px 0px;
}

.Event-Sort-By {
    padding: 7px 12px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ddd;
    margin-top: 5px;
    border-radius: 30px;
}

    .Event-Sort-By option {
        border-radius: 20px;
        padding: 7px 12px;
        border: 1px solid #ddd;
        color: #666;
        font-size: 12px;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        background: #ddd;
    }

input#SelectedDate_Event {
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 11px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ddd;
    margin-top: 5px;
    border-radius: 30px;
}

span.EventDateOptions {
    position: relative;
}

    span.EventDateOptions .fa {
        position: absolute;
        right: 15px;
        top: 2px;
    }

.get-event-date:hover, input#SelectedDate_Event:hover {
    outline: none;
}

p.venue.text-red {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.Event-Sort-By:hover {
    outline: none;
}

.section.section.ptnrSctn1.dark {
    margin-top: 35px;
    margin-bottom: 35px;
}

@media only screen and (min-width:641px) and (max-width:768px) {

    #SponsorsThumb ul li img {
        margin-left: 12%;
    }

    ul.list-unstyled.ng-scope {
        width: 50%;
    }

    input#SelectedDate_Event {
        margin-top: 0px;
        width: 130px;
        float: left;
    }

    span.get-event-date-section {
        width: calc(100% - 145px);
        float: left;
    }

    span.EventDateOptions {
        position: relative;
        overflow: auto;
    }

    .get-event-date {
        float: left;
        margin-right: 5px;
    }

    span.EventDateOptions .fa {
        right: 70px;
        top: 7px;
    }

    .Event-Sort-By {
        margin-top: 0px;
    }

    .section.section.ptnrSctn1.dark {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
/*@media only screen and (min-width:320px) and (max-width:767px ) {
    .SpL .owl-buttons .owl-next {
    right: 0px;
}
    .SpL .owl-buttons .owl-prev {
    left: 0px;
}
   
}*/
/*@media only screen and (min-width:320px) and (max-width:357px) {
    #SponsorsThumb ul li img {
    margin-left: 21%;
}
}
@media only screen and (min-width:360px) and (max-width:410px) {
    #SponsorsThumb ul li img {
    margin-left: 32%;
}
}
@media only screen and (min-width:360px) and (max-width:410px) {
    #SponsorsThumb ul li img {
    margin-left: 32%;
}
}
@media only screen and (min-width:411px) and (max-width:767px) {
    #SponsorsThumb ul li img {
    margin-left: 40%;
}
}*/



/*Website Index End*/

/* Fee Calculator*/
.fee-heading {
    font-size: 34px;
    color: #18171d;
    font-weight: bold;
    text-align: center;
}

button#btnCalculate {
    background: #5a3232;
    color: #fff;
}

#btnCalculate btn {
    margin-bottom: 10px;
    color: #fff;
    background: #5a3232;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.fees-form {
    padding: 10px;
    background: #cccccc;
    border-radius: .4em;
    margin-bottom: 13px;
}
/*Fee Calculator End*/

/*About Us*/
.warper.container {
    width: 100%;
}

.rst-featured .container {
    padding-bottom: 10px;
}

video#video_aboutUs {
    width: 100%;
}

img#abtUsImage {
    width: 100%;
}

h2#integrated {
    margin-left: 6%;
}

h2#interactive {
    margin-left: 26%;
}

h2#urban {
    margin-left: 32%;
}

h1#heading_aboutUs {
    font-size: 65px;
}

.about_h2 h1 {
    float: left;
    margin: 10px;
    margin-top: 50px;
}

.moreInfo p {
    overflow-wrap: break-word;
}

.banner-captionabtUs {
    position: relative;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20px;
    background: url('../../Images/vipsocio/abt-banner.jpg') no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 600px;
    margin-bottom: 50px;
}

img#profileImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

h3.profileDesc, p.profileDesc {
    text-align: center;
}

.cont_aboutUs .capContainer {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 9%;
    width: 60%;
    float: left;
    margin-left: 5%;
}

p#para_captionabtUs {
    font-size: 22px;
}

p#aboutUs_Text {
    float: left;
    padding: 20px;
    font-family: Roboto;
    margin-bottom: 50px;
}

.influencer-img img {
    width: 100%;
}

.influencer-member {
    overflow: hidden;
}

.influencer-member, .influencer-member {
    /*position: relative;*/
    width: 250px;
    height: 250px;
    border-radius: 50%;
    bottom: 0;
}

.influencer-img {
    position: absolute;
    left: 22px;
    bottom: 0;
    max-width: 150px;
    max-height: 150px;
    z-index: 9;
}

.rectangular-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-family: arial;
}

p.price {
    color: grey;
    font-size: 22px;
}

.influencer-img img {
    width: 100%;
    border-radius: 50%;
}



.team-img {
    height: 400px;
}

.heading-title {
    margin-bottom: 50px;
}



    .heading-title h3 {
        margin-bottom: 0;
        letter-spacing: 2px;
        font-weight: normal;
    }

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

    .team-member, .team-member .team-img {
        position: relative;
        width: 350px;
        height: 350px;
        border-radius: 50%;
    }

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

    .desk, .desk h4, .team-hover .s-link a {
        text-align: center;
        color: #222;
    }

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

    .team-title h5 {
        margin-bottom: 0px;
        display: block;
        text-transform: uppercase;
    }

    .team-title span {
        font-size: 12px;
        text-transform: uppercase;
        color: #a5a5a5;
        letter-spacing: 1px;
    }







@media only screen and (max-width:767px) {
    .index-heading {
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }

    ul.list-unstyled.ng-scope {
        width: 100%;
    }
    
}

@media only screen and (max-width: 670px) {
    video#video_aboutUs {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }
    .circular-image img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .banner-captionabtUs {
        min-height: 365px;
        margin-bottom: 6px;
    }

    .cont_aboutUs .capContainer {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 4%;
        width: 94%;
        float: none;
        font-size: 17px;
    }

    h1#heading_aboutUs {
        font-size: 42px;
    }

    h2#integrated {
        text-align: center;
        width: 89%;
    }

    h2#urban {
        width: 34%;
        text-align: center;
    }

    h2#interactive {
        width: 50%;
        text-align: center;
    }

    p#para_captionabtUs {
        font-size: 16px;
    }
}
/*About Us End*/

/*Cart */
#Cart {
    padding-left: 25px;
    padding-top: 10px;
    margin-right: 0;
    overflow: hidden;
}

.centerImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-height: 300px;
    max-width: 400px;
    height: auto;
    width: auto;
}

#cart tr {
    border-top: 1px solid #ddd;
    padding: 8px;
}

.light-gray-background {
    background: #ddd;
    padding: 10px;
}
/*Cart END*/
.outer-box {
    width: 60%;
    background: #eee;
    border-radius: 50px;
    float: left;
    margin-bottom: 10px;
}

.inner-box {
    padding: 5px;
}

.left-box {
    width: 20%;
    float: left;
}

.right-box {
    width: 75%;
    float: left;
}

    .right-box p {
        font-weight: bold;
    }

    .right-box span {
        word-break: break-word;
    }

.Blog-avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 4px 0 10px 15px;
}

.Blog-sidenav {
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 190px;
    left: 10px;
    overflow-x: hidden;
}

.a2a_kit a {
    margin: 1px;
}

.like-comment-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .like-comment-content ul li {
        margin-bottom: 25px;
    }

textarea#Suggestion {
    width: 50%;
    border-radius: 10px;
}

.float-right {
    float: right;
}

.wth_title {
    font-size: 20px;
    font-weight: bold;
}

.fa-thumbs-up:before, .fa-thumbs-down:before {
    content: "\f164";
    margin-right: 4px;
}

.tomato {
    background-color: tomato;
}

.ticket-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    background: #054d7d;
    overflow: auto;
    margin-top: 5px;
    border-top: 3px dashed #000;
}

.box {
    width: 33%;
    float: left;
    margin: 0 auto;
    position: relative;
}

    .box img {
        width: auto;
        /* max-height: 236px; */
        height: 233px;
        max-width: 100%;
    }

.box-1 {
    width: 33%;
    float: left;
    margin: 0 auto;
    position: relative;
    padding-bottom: 14px;
    min-height: 237px;
    border-right: 2px dashed #fff;
}

    .box-1 h2 {
        text-align: center;
        border-top: 5px solid #d0a46f;
        border-bottom: 5px solid #d0a46f;
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
        margin-right: 10px;
    }

    .box-1 h3 {
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

    .box-1 h4 {
        text-align: center;
        font-size: 15px;
        color: #fff;
    }

    .box-1 .qr-code {
        position: absolute;
        right: 10px;
        bottom: 0;
    }

.box-2 {
    width: 30%;
    float: left;
    margin: 0 auto;
    position: relative;
    padding-bottom: 14px;
}

.qr-code-new { /*Nishant*/
    width: 50px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

    .qr-code-new img {
        width: 100%;
    }

.box-2 h2 {
    text-align: center;
    border-top: 5px solid #d0a46f;
    border-bottom: 5px solid #d0a46f;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.box-2 h3 {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.box-2 h4 {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.box-2 .qr-no {
    right: 0;
    bottom: 0;
}


/*Event Ticket*/
.event-interest {
    font-size: 22px !important;
    background-color: green;
}

.going-user-Name {
    display: none;
    position: absolute;
    /*bottom: 14px;*/
    font-size: 12px;
    text-transform: capitalize;
}

.interested-list ul li:hover .going-user-Name {
    display: block;
}

.active-interest {
    background-color: #af301a !important;
    border-color: #af301a !important;
    color: #fff;
}

.goingmodal-body .modal-header {
    padding: 0 15px;
}

    .goingmodal-body .modal-header h2 {
        margin-top: 10px;
    }

ul.nav.navbar-nav.navbar-right {
    padding: 10px 0;
}

.overlay.no-background {
    background: none;
}

.no-background {
    background: none;
}

.lead {
    margin-top: 50px;
}



/*------------------------harry-------------------- */
.panel-body {
    position: relative;
    color: #f1f1f1;
    padding: 0 15px !important;
}

.eventDetailsDiv > div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.eventdetailschild {
    background: #666;
    border: 1px solid #fff;
}


.panel-body ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .panel-body ul li {
        display: block;
    }

.btn-box {
    width: 100%;
}

.btn-box1 {
    width: 75% !important;
    float: left;
}

.pro-btn {
    float: left;
    padding: 20px 0px;
    color: #333;
    margin-left: 10px;
}

.text-red {
    color: #af301a;
}

.home-index.text-red {
    color: #af301a;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 2px;
}



.pac-container {
    z-index: 1060 !important;
}

.rstFtrGalleryBox {
    min-height: 230px;
    max-height: 230px;
}

.thumbnail {
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbHdg2 {
    padding: 5%;
    margin: 0;
    z-index: 1;
    background: white;
    width: 100%;
    float: left;
    font-size: 15px;
    color: black;
    text-align: center;
}

.rstFtrGalleryBox img {
    height: 170px;
}




a.btn.checkin-btn {
    background: #ea7d6b;
    color: #fff;
}

p.event-contant-box.desc {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.event-contant-box h2 {
    text-align: center;
}

.event-contant-box h3 {
    text-align: center;
    margin: 0 0 20px;
}

.event-sld {
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

    .event-sld h2 {
        width: calc(100% - 80px);
        float: left;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }

.owlNavWrap {
    position: static;
    right: 0;
    float: right;
}

a.organizer {
    clear: both;
    width: 100%;
    float: left;
    margin: 25px 3px;
    color: #fff;
    padding: 10px;
}
/*.GuestLenth {
    color: blue;
}*/
.GuestLenth:hover {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

a.organizer:hover {
    text-decoration: underline;
}

.a2a_kit {
    margin-bottom: 40px;
}

.profile-tabs a {
    color: #555;
}

.profile-tabs .active a {
    color: #ea7d6b !important;
}

.btn.pic-upload {
    background: #ea7d6b;
}

    .btn.pic-upload:hover {
        background: #ea7d6b;
    }

ul.list-inline.event-sldr li {
    height: 350px;
}

    ul.list-inline.event-sldr li .eventCardWrap {
        height: 100%;
    }

.btn.btn-checkin {
    background: #af301a;
    color:white;
}

#lblErrorMsg {
    color: #ea7d6b;
    font-weight: 500;
}

a.btn.btn-chat {
    background: #ea7d6b;
    color: #fff;
}


.formElem.ev-search {
    width: 22%;
}

    .formElem.ev-search .form-group.srchLocation {
        width: 100%;
    }


.terms-container {
    text-align: justify;
}

.terms-heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}

    .terms-heading p {
        font-size: 16px;
    }

.terms-answer p {
    line-height: 30px;
    margin-left: 20px;
}

.terms-answer span {
    font-weight: 400;
    font-size: 18px;
}

p.roman-number {
    margin-left: 40px;
}


.guestUpto.desceritpion {
    width: calc(100% - 45px);
    float: right;
    color: #ea7d6b !important;
    font-size: 13px;
    font-weight: 500;
}

.priceleftTxt {
    float: right;
    width: calc(100% - 45px);
}

.ItemProfile img {
    display: block;
    max-width: 90%;
    max-height: 300px;
    width: 275px;
    height: 235px;
    top: auto;
    bottom: auto;
    margin: auto;
    overflow: auto;
}

img#ImgPrvlogo {
    padding: 5px;
    width: 100%;
    height: auto;
    background-color: white;
    border-radius:15px;
/*    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.row.no-margin {
    margin-right: 0;
}

.item-details.ng-scope {
    border: 1px solid burlywood;
    margin-top: 5px;
}

button.btn.btn-submit.marketbtn.ng-binding {
    background-color: #000;
    color: #f9ead5;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 3px;
    display: inherit;
    clear: both;
    margin-left: 35%;
}

.SelectedQtyDetailsBox {
    padding: 5px 15px;
    background-color: #fffbfb;
    border: 2px solid #eae1e1;
    margin-bottom: 15px;
    border-radius: 5px 5px;
}

button.btn.btn-default.btn-small.decreaseBtn {
    border-radius: 15px 0 0 15px;
}

button.btn.btn-default.btn-small.increaseBtn {
    border-radius: 0 15px 15px 0;
}

.btn-inline {
    margin-top: 5px;
}

.margin {
    margin: 5px;
}






/*       Product Item         */
.main-container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}

.full-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

.qodef_angled_shape.qodef_svg_top {
    top: 530px;
}

.qodef_angled_shape {
    position: absolute;
    z-index: 20;
    display: block;
}

.img-box.overview {
    margin: 20px 10%;
    text-align: center;
}

.banner2 {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 586px;
}

    .banner2 img {
        width: 100%;
        height: auto;
    }

.img-box.app-img img {
    margin-bottom: 20px;
    width: 100%;
}

.overview-left {
    width: 50%;
    float: left;
    margin: 25px 10px;
}

.overview-right {
    width: 40%;
    float: right;
    margin-bottom: 80px;
}

.overview-left iframe {
    width: 100%;
    height: 350px;
}

.report-box {
    width: 100%;
}

    .report-box ul {
        width: 100%;
        margin: 20px 0;
        padding: 0;
        overflow: auto;
        float: left;
    }

        .report-box ul li {
            display: block;
            font-size: 14px;
            font-weight: 500;
            color: #797979;
            margin-bottom: 5px;
            float: left;
            clear: both;
        }

.left_wrapper {
    float: left;
    width: 48%;
    margin: 50px 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    border-radius: 10px;
}

    .left_wrapper h2, .left_wrapper h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 35px;
        text-align: left;
    }

    .left_wrapper h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
    }

.right_wrapper {
    float: right;
    width: 40%;
    margin: 50px 0 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

    .right_wrapper p {
        font-size: 18px;
        color: #ccc;
    }

    .right_wrapper input {
        width: 100%;
        padding: 2px 10px;
        border: 1px solid #cecdcd;
        border-radius: 10px;
        background: no-repeat;
    }

        .right_wrapper input[type=submit] {
            display: inline-block;
            width: auto;
            height: 52px;
            line-height: 50px;
            padding: 0 35px;
            font-size: 16px;
            font-weight: 500;
            font-family: inherit;
            letter-spacing: 1px;
            background: #af301a;
            color: #5a3232;
            margin-bottom: 5px;
        }

        .right_wrapper input[type=text], .right_wrapper select, .right_wrapper textarea {
            padding: 2px 10px;
        }

    .right_wrapper label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        width: 100%;
        font-weight: 400;
    }
.easily-box {
        width: 50%;
    }

        .easily-box ul {
            width: 100%;
            margin: 20px 0;
            padding: 0;
            overflow: auto;
        }
.space-box {
        width: 100%;
        height: 60px;
        background: none;
    }
.work-container {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
.left_box {
        width: 50%;
        margin: 0 auto;
        float: left;
        overflow: hidden;
    }

    .right_box {
        width: 50%;
        margin: 0 auto;
        float: right;
        overflow: hidden;
    }

    .call-us {
        width: 70%;
        float: left;
    }

        .call-us h2 {
            font-size: 30px;
            font-weight: 700;
            color: #202020;
            font-family: 'Abel', sans-serif;
            text-align: center;
        }

    .help-me {
        width: 30%;
        float: right;
        margin-top: 30px;
    }

        .help-me a {
            background: #af301a;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            letter-spacing: 1px;
            border-radius: 5px;
        }

    .bottom-form {
        margin: 10px;
    }


    /*---------------------------------------------------------------------*/
    .cont-box h2 {
        text-align: center;
        font-size: 34px;
        font-weight: 500;
    }

    .cont-box p {
        text-align: center;
        margin-bottom: 60px;
    }

    .tab-content {
        margin: 0 10px;
    }

    .tog_tab-left p {
        text-align: justify;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #af301a !important;
    }

    .nav-tabs > li > a {
        text-align: center;
        color: #af301a;
        background: #cccccc;
    }

    .nav-tabs ul li {
        font-family: Raleway,sans-serif !important;
    }

    .tog_tab-left {
        width: 45%;
        float: left;
        margin-top: 50px;
    }

        .tog_tab-left h4 {
            font-size: 18px;
            line-height: 1.508em;
            font-weight: 500;
            font-family: Raleway,sans-serif;
            color: #797979;
        }

        .tog_tab-left ul li {
            font-size: 14px;
            line-height: 32px;
            font-weight: 500;
            font-family: Raleway,sans-serif;
            color: #797979;
        }

    .tog_tab-right {
        width: 50%;
        float: right;
        margin-top: 10px;
    }

        .tog_tab-right img {
            width: 100%;
        }
            .easily-box ul li {
                display: block;
                font-size: 14px;
                font-weight: 500;
                color: #797979;
                margin-bottom: 5px;
                float: left;
                clear: both;
            }

        .easily-box img {
            width: 100%;
        }

        .easily-box ul li img {
            width: auto;
        }
ul.list-unstyled-st.ng-scope {
    position: absolute;
    /*margin-top: 120px;
    width: 30%;*/
    padding: 10px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.smile-box-selected {
    color: #af301a;
    position: relative;
    margin-right: 5px;
}

ul.list-unstyled-st.ng-scope li {
    display: block;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    cursor: pointer;
}

    ul.list-unstyled-st.ng-scope li .media-body {
        text-align: left;
    }

    ul.list-unstyled-st.ng-scope li img {
        float: left;
        margin-right: 10px;
    }

.list-unstyled-st {
    padding-left: 0;
    list-style: none;
}

.demo {
    padding: 45px 0;
}

.product-grid2 {
    font-family: 'Open Sans',sans-serif;
    position: relative;
    padding-top: 10px;
}

    .product-grid2 .product-image2 {
        overflow: hidden;
        position: relative;
    }

        .product-grid2 .product-image2 a {
            display: block;
        }

        .product-grid2 .product-image2 img {
            width: 100%;
            height: auto;
            max-height: 235px;
        }

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 1;
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1;
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1;
}

    .product-grid2 .social li {
        margin: 0 0 10px;
        display: block;
        transform: translateX(100px);
        transition: all .5s;
    }

.product-grid2:hover .social li {
    transform: translateX(0);
}

    .product-grid2:hover .social li:nth-child(2) {
        transition-delay: .15s;
    }

    .product-grid2:hover .social li:nth-child(3) {
        transition-delay: .25s;
    }

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s;
}

    .product-grid2 .social li a:hover {
        color: #fff;
        background-color: #3498db;
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    .product-grid2 .social li a:after, .product-grid2 .social li a:before {
        content: attr(data-tip);
        color: #fff;
        background-color: #000;
        font-size: 12px;
        line-height: 22px;
        border-radius: 3px;
        padding: 0 5px;
        white-space: nowrap;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -30px;
    }

    .product-grid2 .social li a:after {
        content: '';
        height: 15px;
        width: 15px;
        border-radius: 0;
        transform: translateX(-50%) rotate(45deg);
        top: -22px;
        z-index: -1;
    }

    .product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
        opacity: 1;
    }

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s;
}

    .product-grid2 .add-to-cart:hover {
        background-color: #3498db;
        text-decoration: none;
    }

.product-grid2:hover .add-to-cart {
    bottom: 0;
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.product-grid2:hover .product-new-label {
    opacity: 0;
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center;
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px;
}

    .product-grid2 .title a {
        color: #303030;
    }

        .product-grid2 .title a:hover {
            color: #3498db;
        }

.product-grid2 .price {
    color: #303030;
    font-size: 15px;
}

.Market-Banner {
    background: rgba(0, 0, 0, 0.5);
    max-width: 450px;
    margin: 0 auto;
    padding: 5px;
    margin-top: 150px;
}

@media screen and (max-width:990px) {
    .product-grid2 {
        margin-bottom: 30px;
    }

    .product-grid {
        padding-top: 40px;
    }

    .height-banner {
        min-height: 400px;
        max-height: 400px;
    }
}

@media screen and (max-width:768px) {
    .height-banner {
        min-height: 400px;
        max-height: 400px;
    }

    .Market-Banner {
        background: rgba(0, 0, 0, 0.5);
        max-width: 450px;
        margin: 0 auto;
        padding: 5px;
        margin-top: 75px;
    }
}


.Product-Size-Options {
    width: 15%;
}

.Product-Category-Grid {
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 2px solid #e6e6e6;
    margin-bottom: 20px;
    position: relative;
    max-height: 350px;
    height: 350px;
}
.Product-text{
        margin-top: 10px;
    }
    .Product-Category-Grid img {
        top: 0;
        left: 0;
        width: 100%;
        height: 225px;
        object-fit: contain;
    }

@media screen and (max-width:360px) {
    .logo {
        width: 60px;
        cursor: pointer;
    }
    .Product-Category-Grid img {
        height: 110px;
    }
    .Product-Category-Grid{
        max-height: 308px;
        height: 300px;
    }
    
    .Product-text a.product-evntTtl {
        font-size: 14px;
    }
    .Product-text{
        margin-top: 10px;
    }
}

@media screen and (max-width:412px) {
    .Product-Category-Grid img {
        height: 150px;
    }
    .Product-Category-Grid{
        max-height: 308px;
        height: 300px;
    }
    .Product-text{
        margin-top: 10px;
    }
}
/*-----------------------end------------------*/








@media only screen and (max-width:1400px) {

    .priceModal .modal-body {
        padding: 10px 5px;
    }

    .reserv-date {
        position: absolute;
        top: 450px;
    }

    .discoverHdr .captionForm form .formElem {
        width: 30%;
        margin-right: 1%;
        overflow: hidden;
    }

    .discoverHdr .captionForm {
        width: 100%;
    }

    .formElem.ev-search {
        width: 195px !important;
        height: 70px;
    }

    .formElem.ev-drop {
        width: 185px !important;
        height: 70px;
    }

    .formElem.ev-calender {
        width: 150px !important;
        height: 70px;
    }

    .formElem.ev-submit {
        width: 160px !important;
        height: 70px;
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .coverBgItemColor {
        /*background-color: #000000d9;*/
        padding: 40px 0;
        padding-left: 10px;
    }
}


@media only screen and (min-width:768px) and (max-width:1000px) {

    .EventImage {
        margin-top: 100px !important;
        max-width: 320px !important;
        max-height: 298px !important;
        transform: unset !important;
        vertical-align: unset !important;
        position: unset !important;
        top: unset !important;
        right: unset !important;
    }

    .party-event1 {
        width: 40%;
    }

    .party-event2 {
        width: 60%;
    }

    .party-event1 img {
        height: auto;
        width: 100%;
    }

    .party-event2 h4 {
        margin: 0 0 8px;
    }

    .formElem.ev-search {
        width: 300px !important;
    }

    .btn.btn-checkin {
        margin-top: 10px !important;
    }





    .dropdown-menu {
        position: relative;
    }



    .userImg.dropdown.open .dropdown-toggle.userImgWrap::after {
        display: none;
    }

    /*header .navbar .userImg ul li a {
        color: #fff;
    }*/

    .bagage.ng-binding {
        position: relative;
    }

    .dropdown-menu.userAlert {
        width: 90% !important;
        background: #fff !important;
        margin-left: 5%;
    }
}

@media screen and (max-width: 992px) {
    .list-inline > li {
        height: 350px;
    }

    .eventCardWrap {
        height: 100%;
    }

    .dropdown-menu.userAlert {
        width: 90% !important;
        background: #fff !important;
        margin-left: 5%;
    }

    .terms-container {
        width: 94%;
        margin: 0 auto;
    }

    .bagage.ng-binding {
        top: -20px;
        left: -18px;
    }

    form.fixed-height .formElem {
        float: left;
        width: 100%;
    }

    form.fixed-height .form-group {
        width: 49%;
    }

        form.fixed-height .form-group:last-child {
            margin-right: 2%;
        }

        form.fixed-height .form-group:nth-child(2) {
            margin-right: 0;
        }

    form.fixed-height button.btn.btn-red {
        position: absolute;
        right: 15px;
        bottom: 29px;
        float: right;
        margin-top: 0;
        width: 47%;
    }
}


@media (max-width: 991px) {
    .coverBgItemColor {
        overflow: auto;
    }



    .navbar-toggle {
        display: block;
        box-sizing: content-box;
        padding: 5px;
        border-radius: 0;
        -webkit-border: 1px solid transparent;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


@media screen and (max-width: 768px) {

    /*.coverBgItemColor {
        height: 350px;
    }*/
    .outer-box {
        width: 100%;
        background: #eee;
        border-radius: 50px;
        float: left;
        margin-bottom: 10px;
    }

    .inner-box {
        padding: 5px;
    }

    .left-box {
        width: 25%;
        float: left;
    }

    .right-box {
        width: 75%;
    }

    .mob-box h1 {
        margin-top: 15px !important;
    }

    .dropdown-toggle.userImgWrap .fa.fa-bell {
        margin-top: 25px;
        margin-left: 20px;
    }

    .userImg.dropdown.open .dropdown-toggle.userImgWrap::after {
        position: absolute;
        content: "";
        display: none;
    }



    .dropdown-menu.userAlert::before {
        position: absolute;
        content: "";
        display: none;
    }

    .dropdown-toggle.userImgWrap .fa.fa-bell {
        margin-top: 25px;
        margin-left: 20px;
    }

    .smoothSection {
        width: 100%;
    }

    .captionForm .srchLocation .form-control {
        color: #aba7a1 !important;
    }

    .captionForm .srchLocation.black-back .form-control {
        color: #000 !important;
    }

    .captionForm .srchLocation .form-control::placeholder {
        color: #ccc !important;
    }

    .captionForm form .formElem.trans span + input {
        color: #fefefe !important;
    }

    .captionForm .srchLocation span.fa {
        width: 24px;
        color: #fff !important;
    }

    .carousel-inner {
        height: 200px !important;
    }

        .carousel-inner div {
            height: 200px !important;
        }

    .eventCardWrap {
        height: 100%;
    }


    .rstFtrGalleryBox {
        min-height: auto;
        max-height: auto;
        height: auto;
        max-height: fit-content !important;
        margin-bottom: 20px;
    }

    .thumbHdg2 {
        bottom: 20px;
    }

    img {
        margin: auto;
        width: 100%;
    }

    .rstFtrGalleryBox img {
        height: 200px;
    }
}



/* Responsive for Iphone  */
@media only screen and (max-width:767px) {
    .priceModal .modal-body {
        padding: 10px 5px;
        min-height: auto;
    }

    .reserv-date {
        position: relative;
        top: 0px;
    }

    .input-group-addon .fa {
        width: 22px;
        color: #fff;
    }

    .EventImage {
        max-width: 100% !important;
        max-height: auto;
        transform: unset !important;
        vertical-align: unset !important;
        position: unset !important;
        top: unset !important;
        right: unset !important;
    }

    header {
        padding: 0;
    }

    /*.banner {
    min-height: 400px;
}*/

    .bannerBgList {
        min-height: 400px;
    }

    .banner-caption {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        padding: 0 10px;
    }

        .banner-caption h2 {
            font-size: 22px;
        }

        .banner-caption p {
            font-size: 12px;
        }

    .section {
        padding: 10px 0;
    }

    .heading {
        font-size: 18px;
        margin-top: 10px;
    }

    .shortDesc {
        font-size: 14px;
    }

    .captionForm .form-group {
        width: 100%;
        border: 2px solid #666;
        -webkit-border: 2px solid #666;
        margin-bottom: 5px;
    }

        .captionForm .form-group.bdrRtNone {
            border-right: 2px solid #666 !important;
        }

    .captionForm .form-control, .captionForm .srchLocation span.fa {
        color: #fff;
    }

    .form-group bdrRtNone span fa {
        color: #fff;
    }

    .captionForm .form-group:last-child {
        border-right: 2px solid #666;
    }

    .captionForm input[type="submit"], .captionForm input[type="button"] {
        margin-left: 0px;
        height: 45px;
        margin-top: 0;
        width: 100%;
    }

    .captionForm form .formElem {
        /*background-color: rgba(254, 241, 241, 0.90);*/
    }



        .captionForm form .formElem ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #666;
        }

        .captionForm form .formElem ::-moz-placeholder { /* Firefox 19+ */
            color: #666;
        }

        .captionForm form .formElem :-ms-input-placeholder { /* IE 10+ */
            color: #666;
        }

        .captionForm form .formElem :-moz-placeholder { /* Firefox 18- */
            color: #666;
        }


    .inputBox {
        margin-bottom: 5px;
    }

    .my-input {
        height: 40px;
        font-size: 16px;
    }

    .studiosBoxWrap {
        max-height: 500px;
        min-height: 220px;
    }

    #map {
        height: 220px;
        margin-bottom: 10px;
    }

    .studiosLists h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-quote {
        margin: 2px 0;
        min-height: 150px;
    }

        .section-quote h3 {
            font-size: 20px;
            color: #fff;
            line-height: 26px;
        }

        .section-quote h6.writer {
            font-size: 18px;
            margin-top: 10px;
        }

    .featrCityWrap .content h2 {
        font-size: 18px;
    }

    .smlHtBox, .lgHtBox {
        height: 120px;
    }

    .featrCityWrap .content {
        transform: translateY(25%);
    }

    .featrCityWrap .overlay {
        opacity: 0.5;
    }

    .featrCityWrap .content .btn {
        display: none;
    }

    p.copyright {
        font-size: 12px;
    }


    /* Discover page style here */
    .eventCardWrap {
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
        height: 340px;
    }

    .venue {
        font-size: 15px;
    }

    .evntTtl, .product-evntTtl {
        font-size: 15px;
    }

    .sectionEventDetails .coverTopLeft {
        height: auto;
    }

    .sectionEventDetails .coverTopRt {
        width: 100%;
        height: auto;
    }

    .eventDetailsDiv {
        padding-left: 0px;
        padding-top: 10px;
    }

        .eventDetailsDiv > div {
            transform: translate(0,0);
            -webkit-transform: translate(0,0);
            top: auto;
        }

    .sectionEventDetails .coverTopRt h1 {
        font-size: 28px;
    }

    .sectionEventDetails .coverTopRt h3 {
        font-size: 18px;
    }

    .sectionEventDetails .coverTopRt a.btn {
        margin-top: 20px;
    }

    .discoverHdr .captionForm .form-group {
        margin-right: 0;
        margin-bottom: 0;
    }

    /*.discoverHdr .captionForm form .formElem {
    padding: 5px 2px;
    float: left !important;
}*/

    .discoverHdr .captionForm form .formElem {
        padding: 5px 2px;
        float: left !important;
        width: 30%;
        height: 50px;
        margin-right: 2%;
    }

    .captionForm form .formElem {
        padding: 12px;
    }

        .captionForm form .formElem.trans {
            background-color: rgba(0, 0, 0, 0.60);
        }

    .captionForm .srchLocation {
        padding-left: 30px;
        width: 100%;
    }

    .discoverHdr .captionForm .form-group {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .captionForm .srchLocation span.fa {
        width: 24px;
    }

    .captionForm .form-control {
        font-size: 14px;
    }

    .toggle-venues-events {
        margin-right: 0;
    }

        .toggle-venues-events .itemType {
            height: 40px;
        }

            .toggle-venues-events .itemType > div {
                padding: 10px 10px;
            }

    .priceModal .modal-dialog {
        width: auto;
        max-width: 100%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        font-size: 13px;
    }

    .userImg a.userImgWrap {
        padding-left: 15px !important;
    }

    .input-group.date .input-group-addon {
        /*color: #d7d6d6;*/
    }

    .studiosLists {
        margin-bottom: 10px;
    }

    .eventCard {
        margin-bottom: 15px;
    }

    .list-inline > li {
        height: auto;
    }

    .thumbHdg2 {
        bottom: 0;
    }

    .rstFtrGalleryBox img {
        height: auto;
    }
    /*ul.list-inline.event-sldr li {
    height: auto;
}*/

    .rdx {
        max-width: 100% !important;
    }

    input.btn.btn-red {
        margin-bottom: 10px;
    }

    .bagage.ng-binding {
        /*top: 0;
        left: 44px;*/
        top: 20px;
        left: 20px;
    }


    .priceModal .package-info {
        max-height: 100%;
        overflow-y: auto;
        height: auto;
    }

    .bottle-list, .bottle {
        max-height: 100%;
    }
}


.stripe-logo {
    width: auto;
}
.design-container {width: 100%; max-width: 600px; padding: 15px 50px; margin: 0 auto;  overflow: auto;}
	.design-container h2 { margin: 10px; }
	.design-container ul { margin: 20px 0; padding: 10px 0; border: 1px solid #333; border-left: none; border-right: none; float: left; width: 100%; }
	.design-container ul li { display: block; float: left; margin: 1%; width: 48%; }
	.design-container ul li img {
    float: left;
    width: 14px;
}
.design-container ul li p {
    float: left;
    margin: 0 5px;
}
.iconcontainer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.iconcontainer img {
    float: left;
    width: 24px;
    margin-right: 6px;
}
.icon-det {
    float: left;
    width: calc(100% - 30px);
}
.icon-det h2{ text-align: left; margin: 0; }
.icon-det p { margin: 5px 0; }


.iconcontainer2 {
    float: left;
    width: 70%;
    margin-left: 15%;
}
.iconcontainer2 img {
    float: left;
    width: 24px;
    margin-right: 6px;
}
@media screen and (max-width: 640px) {
    form.fixed-height .form-group {
        width: 100%;
        margin-right: 0;
    }

        form.fixed-height .form-group:last-child {
            margin-right: 0;
        }

        form.fixed-height .form-group input#pac-input {
            margin-top: 0;
            float: left;
            padding: 0 5px;
            margin-bottom: 14px;
        }

    form.fixed-height button.btn.btn-red {
        position: relative;
        right: 0;
        bottom: 0;
        float: right;
        margin-top: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .background-slider-container {
        position: relative;
        float: left;
        /*margin-top: -145px;*/
        margin-top: 0;
    }

    .card form .form-group label {
        color: #333;
    }
}

@media screen and (max-width: 540px) {
    .banner {
        min-height: 325px;
        height: 325px;
        /*overflow: hidden;*/
    }

    .captionForm form ul.list-unstyled {
        top: 133px;
    }

    .image-sliderfade {
        width: 100%;
        height: 300px;
    }

        .image-sliderfade img {
            height: 100%;
        }

    .pro-detail {
        float: left;
        margin-left: 15px;
    }
}

@media screen and (min-width:768px) /*and (max-width:1000px)*/ {
    .banner {
        /*min-height: 325px;*/
        /*height: 550px;*/
        /*overflow: hidden;*/
    }

    .image-sliderfade {
        width: 100%;
        /*height: 550px;*/
    }

        .image-sliderfade img {
            width: 100%;
            height: 100%;
        }
}


/*@media screen and (min-width:1001px) {
 .banner {
    height: 650px;
    overflow: hidden;
}
 .image-sliderfade { width: 100%; height: 650px;}
 .image-sliderfade img { width:auto !important; height: 100%;}
}*/




@media screen and (max-width: 480px) {
    .party-event-table tr td {
        width: 100% !important;
        display: block;
    }

    .party-event1 {
        max-width: 100%;
        width: auto;
        max-height: 100%;
        height: auto;
        text-align: center;
    }

    .party-event2 {
        max-width: 100%;
        width: auto;
        text-align: center;
    }

        .party-event2 table tr td, .party-event2 table tr, .party-event2 table {
            width: 100%;
            text-align: center;
        }

    .studiosBox p {
        font-size: 14px;
    }

    .coverTopRt .btn {
        padding: 5px 10px;
    }

    input[type="button"] {
        padding: 5px 10px;
    }

    .eventListingRow {
        padding: 0;
    }


    .discoverHdr .captionForm form .formElem {
        width: 100%;
    }

    .discoverHdr .captionForm form .formElem {
        width: 100%;
    }

    .toggle-venues-events {
        width: 100%;
    }

        .toggle-venues-events .itemType {
            width: 50%;
        }

    .formElem.ev-search {
        width: 100% !important;
    }

    .formElem.ev-drop {
        width: 100% !important;
    }

    .formElem.ev-calender {
        width: 100% !important;
    }

    .formElem.ev-submit {
        width: 100% !important;
    }

    .goingmodal-dialog {
        width: 100%;
    }
}


.box-container {
    float: left;
    margin: 0;
    margin-top: 2%;
}

.profile-box {
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    margin-right: 1%;
}

.thumbnail-box {
    margin-top: 2%;
}

.profile-box img {
    width: auto;
    height: 200px;
    margin-bottom: 10px;
    max-width: 100%;
}

.thumbnail-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .thumbnail-box ul li {
        width: 21%;
        float: none;
        margin: 1%;
        display: inline-block;
        text-align: center;
        box-shadow: 0 0 8px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    }

        .thumbnail-box ul li img {
            width: auto;
            width: 100%;
            height: 40px;
            object-fit: contain;
        }

.chckout-bx {
    overflow: auto;
}

.img-product {
    max-height: 88px;
    height: auto;
    max-width: 50%;
    width: auto;
}


.item-Deatials {
    margin-left: 10px;
}

.vshop {
    font-size: 21px;
}

.first-item {
    font-size: 17px;
    margin-right: 25px;
}

.Second-item {
    font-size: 17px;
    margin-right: 25px;
}

.pro-img, .pro-detail {
    float: left;
    margin-left: 15px;
}

    .pro-img img.img-responsive.item-image {
        width: 100%;
        max-width: 150px;
    }




///////////////gorang//////////////////////// 
.page {
    margin: 1em auto;
    /*max-width: 768px;*/
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    /*height: 100%;*/
}

.box {
    padding: 0.5em;
    width: 100%;
    margin: 0.5em;
}

.btnSave {
    background: white;
    color: black;
    border: 1px solid black;
    padding: 0.5em 1em;
    text-decoration: none;
    margin: 0.8em 0.3em;
    display: inline-block;
    cursor: pointer;
}

.hide {
    display: none;
}

.myCroppingImage {
    width: 100%;
    max-width: 500px;
    height: auto;
}

p.venue.text-red i.fa.fa-angle-right, p a i.fa.fa-angle-right {
    width: 24px;
    height: 24px;
    border: 1px solid #af301a;
    font-size: 16px;
    padding: 2px 9px 7px;
    border-radius: 50%;
    margin-left: 5px;
}

.evntCardBtm {
    float: left;
    width: calc(100% -20px);
    margin: 0 0 0 10px;
    margin-bottom: 10px;
}

.show-more-btn {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #af301a;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

    .show-more-btn:hover {
        background: #711f11;
        padding: 5px 20px;
    }

.float-left button.get-event-date {
    background: #f2f2f2;
}

.bolder span.text-red {
    font-size: 28px;
}

h3.text-red {
    font-size: 30px;
}

section#FilterType {
    float: left;
    width: 100%;
}

    section#FilterType .float-left {
        float: left;
    }

section#PopularVenues {
    float: left;
    width: 100%;
}

.eventInfo.text-center p.evntTtl {
    font-size: 18px;
}

.eventCard .eventInfo.text-center p.venue {
    width: 100%;
    float: left;
}

.eventInfo.text-center .row.evntCardBtm p i.fa.fa-tags {
    color: #af301a;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.music-organizer {
    float: left;
    width: 100%;
}

    .music-organizer p.text-red {
        font-weight: 600;
        letter-spacing: 1px;
    }

p.star-rating span.smile-box.smile-box-select {
    padding-bottom: 0;
    background: #af301a;
    margin-right: 5px;
    padding: 3px 2px 3px 5px;
    border-radius: 2px;
    color: #fff;
}

.music-organizer p.venue {
    width: 100%;
    float: left;
    margin-bottom: 5px !important;
}

.music-organizer + .bottom-div {
    position: relative;
}

.eventCardWrap .thumbInfo, .eventInfo {
    position: relative;
}

.music-organizer + .bottom-div button.get-ticket {
    margin-top: 0;
}

/*.col-sm-3.col-xs-12.eventCard .eventCardWrap {
    height: auto;
}*/
.eventCard:hover .thumbInfo {
    display: block;
    position: absolute;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    margin-top: 0;
}

    .eventCard:hover .thumbInfo > div {
        animation-name: bounceInUp;
        animation-duration: 1s;
        margin-top: 50%;
    }

.eventCardWrap .eventInfo {
    position: absolute;
}

.category-page .eventCardWrap .eventInfo {
    /*position: relative;*/
}

section#PopularVenues .eventCardWrap .eventInfo, section#Vendors .eventInfo.text-center {
    position: absolute;
}

.priceBox-alternative h3 b {
    font-weight: 500;
}

.category-page h3.text-red {
    width: 100%;
    margin: 25px 0;
}

.category-page .discoverHdr h3.text-red {
    margin-bottom: 0;
}

section.section.funSection.EventSection h2.text-center.text-red {
    font-size: 36px;
}






.event-org-box {
    /*background: #f2f2f2;*/
    padding: 10px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.event-org-user {
    width: 170px;
    /*float: left;*/
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .event-org-user img {
        width: 100%;
        height: 100%;
    }

.event-org-details {
    /*float: right;
    width: calc(100% - 190px);*/
}

h3.eve-user {
    font-size: 14px;
    font-weight: 600;
}

.event-contact-box {
    float: left;
    width: 100%;
}

a.eve-view-profile {
    margin-top: 0;
    float: left;
    cursor: pointer;
    color: #af301a;
}

    a.eve-view-profile i.fa.fa-angle-right {
        width: 24px;
        height: 24px;
        border: 1px solid #af301a;
        font-size: 16px;
        padding: 2px 9px 7px;
        border-radius: 50%;
        margin-left: 5px;
    }

a.eve-view-contact {
    float: right;
    background: #F1D17E;
    padding: 5px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}

.share-container {
    float: left;
    /*position: absolute;*/
    bottom: 0;
    /*right: 10px;*/
}

.add-favo {
    float: left;
    cursor: pointer;
}

/*.event-social {
    float: left;*/
    /*margin: 0 15px;*/
/*}*/

    .event-social ul {
        margin: 0;
        padding: 0;
    }

        .event-social ul li {
            display: block;
            float: left;
            font-size: 15px;
            margin: 0 2px;
            cursor: pointer;
        }

            .event-social ul li.plus {
                color: #0266fc;
            }

            .event-social ul li.fb {
                color: #3c579a;
            }

            .event-social ul li.tw {
                color: #57abf1;
            }

            .event-social ul li.in {
                color: #027ab6;
            }

.influncer-star-rating {
    float: left;
    cursor: pointer;
}

    .influncer-star-rating p.star-rating span.smile-box.smile-box-select {
        padding-bottom: 0;
        background: none;
        margin-right: 0px;
        padding: 0;
        border-radius: 2px;
        color: #adadad;
    }

    .influncer-star-rating p.star-rating span:last-child {
        color: #af301a;
    }



section#influncer-banner-profile-details {
    float: left;
    width: 100%;
}

.influnce-banner-container {
    float: left;
    margin-top: -100px;
    z-index: 9;
    position: relative;
    width: 100%;
}

.influncer-profile {
    width: 200px;
    overflow: hidden;
    height: 200px;
    float: left;
    border: 5px solid #fff;
}

.influncer-profile-detail {
    float: right;
    width: calc(100% - 200px);
    padding: 15px 10px 0;
    background: rgba(255,255,255,0.9);
}

.influncer-left {
    float: left;
}

    .influncer-left h3 {
        margin-top: 0;
        font-weight: 600;
        color: #af301a;
    }

    .influncer-left p {
        font-size: 16px;
    }

.influncer-right {
    float: right;
    width: 200px;
}

.add-favo-right {
    text-align: center;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #af301a;
    cursor: pointer;
}

.influncer-star-right {
    cursor: pointer;
}

    .influncer-star-right p.star-rating span.smile-box.smile-box-select {
        padding-bottom: 0;
        margin-right: 0;
        padding: 0;
        border-radius: 2px;
        color: #bdbcbc;
        font-size: 18px;
        background: none;
    }

    .influncer-star-right p.star-rating span:last-child {
        color: #af301a;
        font-size: 16px;
    }

h2.abt-user-name {
    color: #af301a;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

p.abt-user-content {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 35px;
}

.influncer-package-container h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #af301a;
}

.package-container {
    padding: 5px;
    background: #f7f7f7;
    margin: 15px 0;
    overflow: auto;
    min-height: 250px;
}

h3.package, h3.price {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
}

a.view-detail {
    float: right;
    color: #fff;
    background: #af301a;
    font-size: 12px;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 3px;
}

button.view-detail {
    float: right;
    color: #fff;
    background: #af301a;
    font-size: 12px;
    padding: 5px 13px;
    margin: 4px;
    border-radius: 3px;
    -webkit-appearance: media-slider;
}

.overflow-hidden.overflow-social {
    /*margin-top: -100px;*/
    position: relative;
    z-index: 999;
}

    .overflow-hidden.overflow-social .venue-about.det_blocks center > div {
        margin-bottom: 0;
    }

        .overflow-hidden.overflow-social .venue-about.det_blocks center > div .a2a_svg {
            width: 24px;
            height: 24px;
        }

.det_blocks .priceBox {
    padding: 10px 15px;
}








/*============responsive==========*/
@media screen and (max-width:1024px) {
    header.header + section.content {
        margin-top: 66px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background: none;
            border: none;
        }

    button.navbar-toggle.collapsed span.icon-bar:nth-child(2) {
        display: block;
    }

    button.navbar-toggle.collapsed span.icon-bar {
        transform: rotate(0);
    }

        button.navbar-toggle.collapsed span.icon-bar:nth-child(4) {
            transform: rotate(0);
            margin-top: 4px;
        }

    .navbar-default .navbar-toggle {
        border-color: #af301a;
        float: right;
        position: absolute;
        right: 0;
        top: 10px;
        height: 16px;
    }

    header {
        padding: 0;
        padding-bottom: 20px;
    }

    button.navbar-toggle span.icon-bar:nth-child(2) {
        display: none;
    }

    button.navbar-toggle span.icon-bar {
        transform: rotate(45deg);
    }

        button.navbar-toggle span.icon-bar:nth-child(4) {
            transform: rotate(-45deg);
            margin-top: -2px;
        }

    header .navbar .navbar-nav li a.discover {
        font-size: 12px;
    }

    .navbar-header {
        margin-top: 12px;
    }

    header .navbar .navbar-nav li a {
        padding: 10px 5px;
    }
    /*.caption-banner {
        width: 65%;
        max-width: 65%;
    }
    .card {
        width: 30%;
    }*/
    .searh-container {
        float: right;
        position: absolute;
        top: 0;
        right: 70px;
    }
        .searh-container ul li {
            /*padding: 20px 10px;*/
        }
    div#mainNav {
        width: 100%;
    }

    button.navbar-toggle.collapsed + div#mainNav ul.nav.navbar-nav.navbar-right {
        width: 100%;
        display: none;
    }

    .navbar-nav > li {
        float: left;
        width: 100%;
        text-align: left;
    }

    .eventCardWrap .eventInfo .evntCardBtm p .subhead {
        width: 100%;
        margin-top: 10px;
    }

    .col-sm-4.col-xs-12.eventCard .eventCardWrap {
        height: 300px;
    }
}
@media screen and (min-width:767px) {
    .searh-container ul li a {
        margin-left: 12px;
    }
}

    @media screen and (max-width:767px) {
        header.header + section.content {
            margin-top: 64px;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .searh-container {
            float: right;
            position: absolute;
            top: 2px;
            right: 65px;
        }

        .navbar-default .navbar-toggle {
            border-color: #af301a;
            float: right;
            position: absolute;
            right: 0;
            top: 10px;
            height: 16px;
        }

            .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
                background-color: #af301a !important;
            }

        button.navbar-toggle + div#mainNav ul.nav.navbar-nav.navbar-right {
            display: block;
        }

        button.navbar-toggle.collapsed + div#mainNav ul.nav.navbar-nav.navbar-right {
            width: 100%;
            display: none;
        }

        select.Event-Sort-By {
            width: 30%;
        }

        .Event-Sort-By {
            font-size: 10px;
        }

        div#mainNav {
            width: 100%;
        }

            div#mainNav[aria-expanded="false"].collapse {
                display: block;
            }

            div#mainNav[aria-expanded="false"] .form-group.srchLocation.no-border {
                width: calc(100% + 70px);
                background: #af301a;
                overflow: auto;
                margin-left: -35px;
                padding: 15px 35px 20px;
                margin-top: 5px;
            }

            div#mainNav[aria-expanded="false"] .ng-hide .form-group.srchLocation.no-border {
                display: block;
            }

            div#mainNav input#SearchBtn {
                width: 100%;
                float: right;
            }

        /*li.search-event.current {
        float: right;
        position: absolute;
        right: -85px;
        top: 52px;
        width: 35px;
        padding: 0;
     }*/

        /*li.search-event.current a {
            opacity: 0;
        }*/

        /*.searh-container ul li.search-event.current:before {
        content: "";
        font-style: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 14px;
        padding-right: 0.5em;
        position: absolute;
        top: 24px;
        left: 10px;
        font-weight: 300;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
     }

     .searh-container ul li.search-event.current:after {
        content: "";
        font-style: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 14px;
        padding-right: 0.5em;
        position: absolute;
        top: 24px;
        left: 10px;
        font-weight: 300;
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(-45deg);
     }*/

        header {
            padding: 0;
            padding-bottom: 20px;
        }

        .navbar-nav > li {
            float: left;
            width: 100%;
            text-align: left;
        }

        button.navbar-toggle span.icon-bar:nth-child(2) {
            display: none;
        }

        button.navbar-toggle span.icon-bar {
            transform: rotate(45deg);
        }

            button.navbar-toggle span.icon-bar:nth-child(4) {
                transform: rotate(-45deg);
                margin-top: -2px;
            }



        button.navbar-toggle.collapsed span.icon-bar:nth-child(2) {
            display: block;
        }

        button.navbar-toggle.collapsed span.icon-bar {
            transform: rotate(0);
        }

            button.navbar-toggle.collapsed span.icon-bar:nth-child(4) {
                transform: rotate(0);
                margin-top: 4px;
            }

        .caption-banner {
            left: 3%;
        }

        .heading {
            font-size: 22px;
            margin-bottom: 15px;
            float: left;
            width: 100%;
        }

        .howItWrksSctn .howItBox .fa {
            color: #fff;
            font-size: 20px;
        }

        .howItWrksSctn .howItBox h2 {
            font-size: 18px;
            font-weight: 400;
        }

        .bolder {
            margin-top: 0px;
            font-size: 20px;
        }


        .col-sm-4.col-xs-12.eventCard .eventCardWrap {
            height: auto;
        }

        .category-page h3.text-red {
            width: 100%;
            margin: 10px 0;
            overflow: hidden;
        }


        .influncer-profile img {
            height: 100%;
        }

        .influncer-left {
            float: left;
            width: 100%;
        }

        .influncer-right {
            float: left;
            margin-top: 10px;
        }

        .add-favo-right {
            background: #af301a;
            color: #fff;
        }

        h2.abt-user-name {
            float: left;
            width: 100%;
        }

        p.abt-user-content {
            float: left;
        }

            p.abt-user-content + .image-slides {
                float: left;
                width: 100%;
            }

        .image-slides + .dot-box {
            float: left;
            width: 100%;
        }
    }


    @media screen and (max-width:769px) {
        .evntCardBtm {
            float: none;
        }

        .iframe-video {
            width: 100%;
            height: 250px;
        }

        .eventCardWrap .eventInfo .evntCardBtm p .subhead {
            width: fit-content;
        }

        .add-favo {
            padding-left: 10px;
        }

        .image-sliderfade {
            height: auto;
        }

            .image-sliderfade img {
                height: auto;
            }

        .banner {
            height: auto;
        }

        .background-slider-container {
            position: relative;
        }

        .card {
            width: 100%;
            max-width: 100%;
            background: none;
        }

        .banner-caption {
            position: relative;
            overflow: initial;
        }
/**/
        .heading {
            color: #333;
        }

        .caption-banner {
            position: relative;
            width: 100%;
            max-width: 100%;
            margin: 0;
            color: #333;
            left: 0;
        }

        section.section.funSection {
            margin-top: 0px;
        }

        

        .why {
            float: left;
            margin-top: 15px;
        }

        span.get-event-date-section button.get-event-date {
            width: 23%;
        }

            span.get-event-date-section button.get-event-date:nth-child(2) {
                width: 20%;
            }

            span.get-event-date-section button.get-event-date:nth-child(3) {
                width: 22%;
            }

            span.get-event-date-section button.get-event-date:nth-child(4) {
                width: 32%;
            }

        .pull-right.mor-eve-container {
            width: 100%;
            margin: 10px 0;
        }

        button.get-event-date.mor-eve-cat {
            margin-left: calc(50% - 105px);
            width: 210px;
            max-width: 210px;
        }

        span.paragraph {
            font-size: 15px;
            text-align: center;
            margin-top: -15px;
            color: #33;
        }

        section#TopEventOrganizer {
            clear: both;
        }

        .category-page h3.text-red {
            font-size: 22px;
        }

        section#rst-featured h1.page-header.margin-top-none.text-center.text-red, section.section.funSection.EventSection h2.text-center.text-red {
            font-size: 22px;
        }

        .event-org-user {
            width: 150px;
            height: 150px;
            float: none;
            margin: 0 auto;
        }

        .event-org-details {
            margin-top:10px;
            width: 100%;
        }

            .event-org-details h3.eve-user {
                margin: 0;
            }

        .share-container {
            position: relative;
            margin-top: 5px;
        }

        .influncer-profile {
            width: 100px;
            height: 100px;
        }

        .influencer-profile img {
            max-height: 100px;
            max-width: 100px;
            height: auto;
            width: auto;
        }

        .influncer-profile-detail {
            width: calc(100% - 100px);
        }

        .influncer-left h3, .influncer-package-container h2 {
            font-weight: 500;
            font-size: 20px;
        }

        .influncer-left p {
            font-size: 14px;
        }

        .influncer-right {
            width: 100%;
        }

        h2.abt-user-name {
            font-size: 22px;
        }

        p.abt-user-content + .image-slides {
            height: auto;
        }

        .event-social {
            clear: both;
            margin-top: 10px;
        }
    }


    @media screen and (max-width:414px) {
        .bolder {
            font-size: 18px;
            line-height: 24px;
        }

            .bolder span.text-red {
                font-size: 20px;
            }

        span.get-event-date-section button.get-event-date, .Event-Sort-By {
            padding: 5px;
        }

            span.get-event-date-section button.get-event-date:nth-child(1) {
                width: 23%;
                float: left;
                margin-right: 1%;
            }

            span.get-event-date-section button.get-event-date:nth-child(2) {
                width: 23%;
                float: left;
                margin-right: 1%;
            }

            span.get-event-date-section button.get-event-date:nth-child(3) {
                width: 23%;
                /*margin-top: 1%;*/
                float: left;
                margin-right: 1%;
            }

            span.get-event-date-section button.get-event-date:nth-child(4) {
                width: 26%;
                /*margin-top: 1%;*/
                float: left;
            }

        span.EventDateOptions {
            position: relative;
            width: 49%;
        }

        input#SelectedDate_Event {
            padding: 5px 10px;
            width: 49%;
        }

        span.EventDateOptions .fa {
            right: 10px;
        }

        span.get-event-date-section + span.float-right {
            width: 50%;
        }

        section#FilterType .float-left {
            float: left;
            width: 100%;
        }

        section#PopularVenues .eventCardWrap .eventInfo, section#Vendors .eventInfo.text-center {
            position: relative;
        }

        .get-event-date-section .float-left button.get-event-date:nth-child(1) {
            width: 49%;
            margin-right: 2%;
            float: left;
        }

        .get-event-date-section .float-left button.get-event-date:nth-child(2) {
            width: 49%;
            float: left;
        }

        .get-event-date-section .float-left button.get-event-date:nth-child(3) {
            width: 49%;
            margin-right: 2%;
            margin-top: 2%;
            float: left;
        }

        .get-event-date-section .float-left button.get-event-date:nth-child(4) {
            width: 49%;
            float: left;
            margin-top: 2%;
        }

        section#FilterType .float-left + .float-right {
            float: left;
            margin-top: 2%;
            width: 49%;
        }

            section#FilterType .float-left + .float-right button.get-event-date {
                width: 100%;
            }

        .section.section.ptnrSctn1.dark h1.text-center.text-red {
            font-size: 20px;
        }
    }

    @media screen and (max-width:375px) {
        .ftrLink ul.socioIcon li {
            display: inline-block;
            float: left;
            clear: both;
            margin-top: 10px;
        }

        .event-org-user {
            width: 160px;
            height: 160px;
            float: none;
            margin: 0 auto;
        }

        h3.eve-user {
            font-size: 11px;
            font-weight: 600;
        }

        .event-org-details {
            width: 100%;
        }

        a.eve-view-contact {
            margin-top: 10px;
            float: left;
        }

        /*.add-favo {
        margin-left: 10px;
    }*/

        .event-social {
            float: left;
            margin: 5px 8px 0;
            clear: both;
        }
    }

.gallery-market {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

/* .item:nth-of-type(3n) {
  grid-column: span 2;
}

.item:nth-of-type(5n) {
  grid-row: span 2;
} */

.wide-market {
    grid-column: span 2;
}

.tall-market {
    grid-row: span 2;
}

.gallery-market .item-market img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.item-market {
    background-color: #af301a3b;
    display: inline-block;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
    overflow: hidden;
    color: white;
    font-family: 'Roboto';
}

    .item-market img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 0.4s ease-out;
    }

    .item-market .text {
        /*   z-index:99; */
        position: absolute;
        padding: 30px;
        height: calc(100% - 60px);
    }

    .item-market h4 {
        font-weight: 300;
        margin: 0;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    }

    .item-market h2 {
        font-weight: 100;
        margin: 20px 0 0 0;
        font-style: italic;
        transform: translateX(200px);
    }

    .item-market p {
        font-weight: 300;
        margin: 20px 0 0 0;
        line-height: 25px;
        /*   opacity:0; */
        transform: translateX(-200px);
        transition-delay: 0.2s;
    }

.animate-text {
    opacity: 0;
    color: #af301a;
    transition: all 0.6s ease-in-out;
}

.item-market:hover {
    /*   background-color:#99aeff; */
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
    transform: scale(1.05);
    color: #af301a;
}

    .item-market:hover img {
        opacity: 0.2;
    }

    .item-market:hover .animate-text {
        transform: translateX(0);
        opacity: 1;
    }
   
.item-market:hover span {
    opacity: 1;
    transform: translateY(0px);
}

.notification-left {
    float: left;
}
.notification-right {
    float: right;
}
.notification-action {
    color:white !important;
}
.awesome-chat-date {
    font-size: xx-small;
    margin-top: 10px;
    font-style: italic;
}

button.get-ticket {
    max-width: 90px;
}

.user-list {
    position: relative; /* Container for absolute positioning */
}

.user-box {
    position: absolute; /* Allows overlapping */
    display: flex;
    align-items: center;
    margin-top: -17px;
    /* Adjust the top and left positions to control the overlap */
}

.user-image {
    position: relative;
    margin-right: -20px; /* Adjust for overlap */
}

    .user-image img {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        display: block;
    }

.name {
    margin-left: 10px;
}

.no-attendees {
    font-weight: bold;
    margin-top: 6px;
}


/*css by kushagra*/

@media only screen and (min-width:1024px) and (max-width:1230px) {
    .banner-caption {
        bottom: -200px;
    }
}
@media only screen and (min-width:1001px) and (max-width:1024px) {
    .banner-caption {
       bottom:-188px;
     }
  
  }

@media only screen and (min-width:770px) and (max-width:1000px) {
    .banner-caption {
        bottom: -110px;
    }

    .heading {
        font-size: 35px;
    }

    .card {
        margin-top: 12px;
        padding: 5px;
    }
}
@media only screen and (min-width:770px) and (max-width:849px) {
    .banner-caption {
        bottom: -75px;
    }
}
@media only screen and (min-width:1000px) and (max-width:1100px) and (max-height:1000px) {
   html{
       width:108%
   }
}
@media only screen  and (max-width:769px) and (min-height:1000px) {
    .banner-caption{
        float:none;
    }
    html {
        width: 110%
    }
}
@media only screen and (min-width:1000px) and (min-height:1500px) {
    html {
        width: 110%
    }
}