﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

* {
    box-sizing: border-box;
}

input, button, select {
    outline: none;
}

table {
    border-spacing: 0;
}

h1, h2, h3, h4, h5 {
    color: #565656;
}

a {
    text-decoration: none;cursor: pointer;
    color: inherit;
    opacity: 1;
}

input {
    padding: 5px;
    border: 1px solid #ccc;
}

.container {
    margin: 0 auto;
    position: relative;
    background-size: cover;
    padding-bottom: 75px;
}

.bg {
    background: url(/images/bg_4.jpg) center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 900px;
    margin: auto;
    background-size: cover;
}

.bg1 {
    background: #2C353C;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 900px;
    margin: auto;
}

.header {
    padding: 5px 10px;
    box-shadow: 0px -1px 5px #020202;
}

.logo {
    font-family: 'Lato', sans-serif;
    max-width: 500px;
    float: left;
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 5px;
}

    .logo:hover {
        cursor: pointer;
    }

.fb {
    color: #2E3C4C;
    float: left;
    margin: 0 10px;
    background: #FFFFFF;
    height: 25px;
    width: 45px;
    text-align: center;
    line-height: 26px;
    border-radius: 20px;
}

    .fb:hover {
        background: #3b5998;
        color: #fff;
        cursor: pointer;
        transition: all 0.3s;
    }

.zip {
    width: 60px;
    height: 25px;
    background: #FACE43;
    /* float: left; */
    text-align: center;
    line-height: 25px;
    border-radius: 30px;
    font-size: 14px;
    color: #484848;
}

    .zip:hover {
        opacity: .8;
        cursor: pointer;
    }

.head_right {
    float: right;
    margin: 6px 0;
}
.head_right a {
    display: inline-block;
    vertical-align: middle;
}
.head_right span {
    display: inline-block;
    background: #fff;
    padding: 3px 12px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.71);
    cursor: pointer;
    text-align: center;
}
.head_right span:hover {
    opacity: 0.8;
}
#map_canvas {
    width: 100%;
    height: 230px;
    border-radius: 5px;
}

.map {
    text-align: left;
    padding: 5px;
    margin: 10px auto;
    width: 95%;
}

.line1 {
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-bottom: 0;
    margin: 0;
}

.line2 {
    border: 1px solid rgba(0, 0, 0, 0.53);
    border-bottom: 0;
    margin: 0;
}

.near_venue {
    padding: 5px;
}

    .near_venue h3 {
        margin: 5px 0px;
        color: #FACE43;
        padding: 10px;
        font-weight: 400;
        text-align: center;
    }

        .near_venue h3 i {
            margin-right: 5px;
        }

.venue_block {
    width: 31%;
    height: 200px;
    float: left;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

    .venue_block .vimg {
        /*background: url(/images/venue_1.jpg) center;*/
        background-size: cover;
        height: 100%;
        width: 100%;
        border-radius: 6px;
    }

.venue_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 0px 0px 5px 5px;
}

.info_top {
    padding: 10px;
}

    .info_top span {
        color: #fff;
        float: left;
    }

button.btn_sml {
    float: right;
    color: #171617;
    background: #FACE43;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 19px;
    border: 0;
    cursor: pointer;
}

    button.btn_sml:hover {
        opacity: .8;
    }

    button.btn_sml.bt {
        float: none;
        cursor: default;
    }

.star {
    float: right;
    line-height: 50px;
}

.rate {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border-radius: 0px 5px;
}

    .rate.rate1 {
        position: relative;
        background: transparent;
        padding: 0 10px;
    }

    .rate i {
        color: #FACE43;
        font-size: 18px;
    }

        .rate i.grey {
            color: rgba(0, 0, 0, 0.47);
        }

    .rate.rate1 i {
        font-size: 11px;
    }

    .rate span {
        color: #FACE43;
        font-size: 15px;
        margin-left: 5px;
    }
.grey {
            color: rgba(0, 0, 0, 0.47);
        }
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 900px;
    background: rgb(36, 40, 43);
    z-index: 9999999;
}

.foot_icon {
    width: 25%;
    text-align: center;
    padding: 10px;
    color: #FACE43;
    float: left;
    position: relative;
}
.foot_ico{
	width:33.3%;
}
.iframe_body{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
.f_inn{
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
    .foot_icon > i {
        display: block;
        font-size: 22px;
    }

    .foot_icon span {
        display: block;
        margin: 5px 0px;
    }

    .foot_icon:hover, .foot_icon:active {
        background: #FACE43;
        color: #101010;
        cursor: pointer;
    }

.ads {
    height: 60px;
    background: rgba(0, 0, 0, 0.19);
    /* background: url(img/ad1.jpg); */
    background-size: cover;
    line-height: 60px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.venue_block img:hover {
    transform: scale(1.05);
    border-radius: 5px;
    transition: all 0.5s;
    cursor: pointer;
}

.type {
    background: #E4BD41;
    color: rgba(23, 23, 23, 0.92);
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    bottom: -1000%;
    text-align: left;
    transition: all 0.3s;
    width: 230px;
    left: calc(50% - 115px);
    z-index: -9999;
}
/*.foot_icon:hover .type {
        bottom: 84px;
        z-index: 1;
}*/

.typeshow {
    bottom: 60px;
    z-index: 2;
    max-height: calc(100% - 100px);
    overflow: auto;
}

/*.type::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #FACE43;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 45%;
}*/

.type ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .type ul li {
        padding: 13px 10px;
    }

        .type ul li:hover, .liactive {
            background: rgba(24, 34, 43, 0.95);
            color: #fff;
            cursor: pointer;
            transition: all 0.3s;
        }

        .type ul li i {
            margin-right: 5px;
        }

.venue_block .iimg {
    background: url(/images/item_1.jpg) center;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.venue_block .eimg {
    background: url(/images/event_1.jpg) center;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.venue_block.sml {
    width: 22.5%;
}

.venue_info.itm_info {
    height: 70px;
}

.time {
    color: #FACE43;
    font-size: 15px;
    float: right;
    font-weight: 100;
}

.venue_sec {
    /* width: 80%; */
    padding: 10px 20px;
    margin: 0 auto;
}

.venue_details {
    float: left;
    padding: 10px;
}

    .venue_details h3 {
        color: #FACE43;
        margin-top: 0;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .venue_details p {
        color: rgba(255, 255, 255, 0.65);
        margin-bottom: 3px;
        margin-top: 0px;
        padding: 0;
    }

.rate.rt {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 3px 0 0!important;
}

.venue {
    /*background: url(/images/venue_1.jpg) top;*/
    /* background-size: cover !important; */
    /* height: 150px; */
    /* width: 60%; */
    float: left;
    /* max-width: 250px; */
}
.venue img {
    max-height: 120px;
    max-width: 200px;
}
.venue_nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.vnav_icon {
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px;
    color: rgba(255, 255, 255, 0.57);
}

    .vnav_icon:hover {
        /*background: rgba(250, 206, 67, 0.83);*/
        color: rgba(250, 206, 67, 0.83);
        cursor: pointer;
    }

    .vnav_icon i {
        margin-right: 5px;
    }

.event_block {
    width: 42%;
    float: left;
    background: rgba(37, 47, 63, 0.68);
    padding: 10px;
    border-radius: 75px;
    margin: 1.5% 4%;
    word-wrap: break-word;
}

.ev_img {
    background: url(/images/event_1.jpg) center;
    background-size: cover;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    float: left;
}

.ev_details h2 {
    margin: 0;
    color: #FACE43;
    font-size: 20px;
}

.ev_details {
    float: left;
    padding: 0 20px;
}

.ev.stars {
    padding: 3px 0px;
}

    .ev.stars i {
        color: #FACE43;
        font-size: 13px;
        margin-right: 2px;
    }

.ev {
    padding: 3px 0px;
    color: #C2C2C2;
}

    .ev i {
        margin-right: 5px;
    }

.event_block:hover {
    background: rgba(255, 255, 255, 0.22);
}

.menu_block {
    width: 31%;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    margin: 4px 10px;
}

    .menu_block.lg {
        width: 47.5%;
    }

.menu_info.lg {
    width: calc(100% - 50px);
}

    .menu_info.lg h4 {
        margin: 0 5px;
        font-size: 15px;
        color: #FACE43;
    }

    .menu_info.lg p {
        margin: 0;
        font-size: 12px;
    }

        .menu_info.lg p i {
            margin: 0px 5px;
            font-size: 12px;
            margin-left: 20px;
        }

            .menu_info.lg p i:first-child {
                margin-left: 5px;
            }

.menu_img {
    background: url(/images/item_1.jpg) center;
    background-size: cover;
    height: 50px;
    width: 50px;
    float: left;
}

.menu_info {
    float: left;
    line-height: 50px;
    padding: 0 7px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    white-space: nowrap;
}

    .menu_info.info {
        width: calc(100% - 10px);
    }

    .menu_info.info1 {
        width: calc(100% - 240px);
    }

    .menu_info.xlg {
        line-height: 25px;
    }

.menu_check {
    float: right;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.46);
    background: #2C373C;
    position: relative;
}

    .menu_check span {
        min-width: 65px;
        display: inline-block;
    }

    .menu_check i {
        text-align: center;
        line-height: 50px;
        width: 30px;
        background: rgba(0, 0, 0, 0.25);
    }

.btn_check {
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
}

.menu_info span {
    /*margin-right: 10px;*/
    color: rgba(255, 255, 255, 0.34);
}

.m_blk:hover, .m_blk:active {
    transition: all 0.3s;
    background: rgba(250, 206, 67, 0.52);
}

    .menu_check:hover, .menu_check:active {
        transition: all 0.3s;
        color: rgb(44, 55, 60);
        background: #FACE43;
    }

    .menu_block:hover .menu_info span, .menu_block:active .menu_info span {
        transition: all 0.3s;
        color: rgb(44, 55, 60);
    }

.bar {
    float: left;
    background: rgba(0, 0, 0, 0.17);
    height: 50px;
    width: 10px;
}

.menu_block:hover .bar {
    transition: all 0.3s;
    background: #FACE43;
}

.near_venue.mn_blk {
    padding: 20px;
}

.review_block {
    width: 80%;
    margin: 0 auto;
}

.review_img {
    /*background: url(/images/person_1.jpeg) center;*/
    background-size: cover;
    height: 50px;
    width: 50px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}
.review_img img {
    height: 50px;
}
.review_block {
    width: 70%;
    margin: 40px auto;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: relative;
}
.review_info {
    float: right;
    padding-left: 10px;
    width: calc(100% - 65px);
    text-align: left;
    position: relative;
}

    .review_info h3 {
        text-align: left;
        margin: 0;
        padding: 0px 10px;
    }

    .review_info p {
        margin: 0;
        padding: 0px 10px;
        padding-top: 5px;
    }

        .review_info p:last-child {
            text-align: justify;
            margin: 0;
            padding: 0px 10px;
            color: rgba(255, 255, 255, 0.5) !important;
            padding-top: 5px;
            font-size: 14px;
            font-weight: 300;
            position: absolute;
            top: 0;
            right: 0;
        }

.avg_rate {
    background: rgba(0, 0, 0, 0.24);
    padding: 10px;
    text-align: center;
}

    .avg_rate h3 {
        text-align: center;
        margin: 0;
        padding: 10px;
        color: rgba(255, 255, 255, 0.66);
        padding-top: 0;
    }

    .avg_rate span {
        text-align: center;
    }

        .avg_rate span i {
            color: #FACE43;
        }

.menu_img.new {
    height: 76px;
}

.menu_check.new {
    line-height: 75px;
}

    .menu_check.new i {
        line-height: 76px;
    }

.star.new {
    line-height: 75px;
}

.menu_img.new {
    height: 76px;
}

/*.menu_card {
    background: url(/images/menu.jpg) center;
    background-size: cover;
    height: 800px;
    width: 50%;
    margin: 0 auto;
}*/

.vnav_icon span {
    font-size: 14px;
}

.item_info {
    width: 100%;
    padding: 5px 15px;
}

    .item_info h3 {
        float: left;
        padding: 0;
        margin: 0;
    }

    .item_info p {
        float: right;
    }

    .item_info p {
        margin: 0;
        line-height: 25px;
        background: #FACE43;
        height: 25px;
        padding: 0 10px;
        border-radius: 50px;
        font-size: 13px;
        color: rgb(36, 40, 43);
        margin-bottom: 10px;
    }

.disc {
    padding: 10px 0px;
    color: #D2D2D2;
    font-weight: 100;
    text-align: left;
    line-height: 23px;
    font-size: 15px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.52);
    display: none;
    z-index: 1;
}
/*datepicker*/
.ui-datepicker {
    left: auto !important;
    bottom: 70px !important;
    top: auto !important;
    background: rgba(0, 0, 0, 0.68) !important;
    border-radius: 0 !important;
    border: 0 !important;
}

    .ui-datepicker .ui-datepicker-header {
        border-radius: 0;
        background: #000;
        border: 0;
    }

    .ui-datepicker table th span {
        color: #FACE43;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3 !important;
    background: rgba(0, 0, 0, 0.11) !important;
    color: #FFFFFF !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0px solid #fcefa1 !important;
    background: #FACE43 !important;
    color: #484848 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 40% !important;
    margin: 0 2% !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.28) !important;
    color: #FACE43 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px solid #999999 !important;
    background: rgba(255, 255, 255, 0.32) !important;
    color: #FACE43 !important;
    border-radius: 0 !important;
}




/*popup*/
.mainpop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    max-width: 900px;
    top: 0;
}

.closepop {
    background: rgba(0, 0, 0, 0.39);
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
}

.pophead {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px;
    position: absolute;
    font-size: 18px;
    color: #FACE43;
    width: 100%;
}

.popbody {
    background: url(/images/bg_4.jpg) center;
    padding: 15px;
    height: 100%;
    color: #fff;
    padding-top: 50px;
}

.mbtn {
    padding: 10px 20px;
    background: #FACE43;
    outline: none;
    border: 0;
    margin-top: 5px;
    transition: all .3s;
    cursor: pointer;
}

    .mbtn:hover, .mbtn:active {
        transform: scale(0.96);
    }

.rdet .venue {
    width: 60px;
    height: 40px;
    float: left;
    margin-left: 5%;
}

.g-rate {
    text-align: center;
}

.glassinput {
    background: rgba(255, 255, 255, 0.09);
    border: 0;
    width: 90%;
    color: #fff;
    padding: 9px;
    margin-top: 15px;
}

.glasstextarea {
    width: 90%;
    max-width: 90%;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: inherit;
    padding: 8px;
    height: 115px;
}

.glassselect {
    width: 90%;
    padding: 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    margin: 15px 0;
}

.g-rate button {
    width: 90%;
    padding: 10px;
    margin-top: 11px;
}

.rdet .venue_details {
    float: right;
    padding: 0;
    margin: 0;
    width: calc(95% - 67px);
    text-align: left;
    padding-top: 9px;
}

.g-rate select option {
    color: #000;
}
/*success message*/
.divsuccess {
    position: fixed;
    width: 100%;
    height: 100px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    display: none;
    max-width: 900px;
    box-shadow: 0px 0px 20px #000;
}

.divsuccesshead {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px;
    position: absolute;
    font-size: 18px;
    color: #FACE43;
    width: 100%;
}

.divsuccessbody {
    background: url(/images/bg_4.jpg) center;
    padding: 15px;
    height: 100%;
    color: #fff;
    padding-top: 50px;
}

.divclosepop {
  background: rgba(0, 0, 0, 0.39);
  height: 42px;
  width: 42px;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}

/*Website css classes start here*/
.main_content {
    width: 100%;
}

.main_left {
    width: 150px;
    background: rgba(0, 0, 0, 0.57);
    padding: 0;
    margin: 0;
    height: 150vh;
    position: absolute;
    top: 49px;
}

    .main_left ul.nav_ul {
        margin: 0;
        padding: 0;
        list-style: none;
        color: #fff;
    }

    .main_left ul.nav_ul1 {
        background: rgba(0, 0, 0, 0.89);
        width: 150px;
        display: block;
    }

    .main_left li {
    }

    .main_left ul.nav_ul li a {
        line-height: 40px;
        padding: 0 10px;
        display: block;
    }

        .main_left ul.nav_ul li a:hover {
            background: #FACE43;
            color: rgba(0, 0, 0, 0.88);
        }

.nav_icon {
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
}

.main_right {
    width: calc(100% - 150px);
    height: calc(100% - 49px);
    float: left;
    margin-left: 150px;
}

.right_head {
    padding: 10.5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.24);
    color: #FACE43;
    position: relative;
}

    .right_head i.fa-arrow-circle-left {
        position: absolute;
        left: 11px;
        top: 10px;
        font-size: 20px;
        color: rgba(234, 234, 234, 0.41);
    }

table.frm_tbl {
    width: 90%;
    text-align: left;
    margin: auto;
    color: #B58900;
    padding: 11px;
    margin: 10px auto;
    max-width: 450px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    border-radius: 10px;
    padding: 20px;
}

    table.frm_tbl tr th {
        padding: 10px 3px;
        color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
    }

    table.frm_tbl tr td {
    }

.btn {
    background-color: #DCB943;
    border: 0px;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    color: #191D20;
    cursor: pointer;
}

table.frm_tbl tr td input, table.frm_tbl tr td select, table.frm_tbl tr td textarea {
    padding: 6px;
    width: 100%;
    max-width: 450px;
    border: 0px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid rgba(204, 204, 204, 0.52);
    color: #B1B1B1;
}

table.frm_tbl tr td textarea {
    height: 70px;
}

.act {
    background: #FACE43;
    color: rgba(0, 0, 0, 0.88);
}

.abs {
    position: absolute;
    right: 11px;
    top: 7px;
    width: 100px;
}

body.admin {
    max-width: 100%;
}

    body.admin .bg {
        max-width: 100%;
    }

.tbl_view {
    width: 95%;
    margin: 30px auto;
    border: 1px solid #6D6D6D;
}

    .tbl_view tr th {
        padding: 10px 9px;
        color: #ffffff;
        font-weight: normal;
        background-color: rgba(250, 206, 67, 0.14);
        text-align: left;
    }

    .tbl_view tr td {
        padding: 8px 8px;
        color: #ccc;
        word-break: break-all;
        background-color: rgba(204, 204, 204, 0.1);
    }

    .tbl_view tr td, .tbl_view tr th {
        border-right: 1px solid #6D6D6D;
        border-bottom: 1px solid #6D6D6D;
    }

        .tbl_view tr td:last-child, .tbl_view tr th:last-child {
            border-right: 0px;
            text-align: center;
        }

    .tbl_view tr:last-child td {
        border-bottom: 0px;
    }

    .tbl_view tr td img {
        height: 30px;
    }

    .tbl_view tr td i {
        font-size: 18px;
        margin: 0px 6px;
        cursor: pointer;
    }

.max {
    max-width: 100%;
}
/*venue table CSS*/
table.frm_tbl.lg {
    max-width: 690px;
}

    table.frm_tbl.lg td select, table.frm_tbl.lg td input {
        max-width: 95%;
    }

    table.frm_tbl.lg td textarea {
        max-width: 98%;
    }

    table.frm_tbl.lg td {
        padding: 5px 15px;
        width: 50%;
    }

    table.frm_tbl.lg th {
        padding: 5px 15px;
        width: 50%;
    }
/*venue table CSS*/

/*paging css*/
table.tbl_view tfoot td {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    text-align: center;
    font-size: 16px;
    color: #FACE43;
}

    table.tbl_view tfoot td a {
        margin: 0 4px;
        color: rgba(255, 255, 255, 0.7);
    }

        table.tbl_view tfoot td a:hover {
            color: #FACE43;
        }

/*Paging css ends*/

/*div friends css */
.divfriendssuccess {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    max-width: 900px;
    top: 0;
    background: url(/images/bg_4.jpg) center;
}

.divfriendssuccesshead {
    background: rgba(0, 0, 0, 0.35);
    padding: 10px;
    font-size: 18px;
    color: #FACE43;
    width: 100%;
    position:relative;
    text-align:center;
}

.divfriendssuccessbody {
    background: url(/images/bg_4.jpg) center;
    padding: 15px;
    height: 100%;
    color: #fff;
    overflow:auto;
}

.foot_m {
    position: absolute;
    bottom: 0;
    background-color: #253241;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .foot_m .done {
        color: #fff;
        background-color: #FACE43;
        border: 0px;
        padding: 7px 20px;
    }

.divfriendsclosepop {
  background: rgba(0, 0, 0, 0.39);
  height: 42px;
  width: 42px;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  cursor: pointer;
}
/*.divfriendshead h3{
           margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
}
.divfriendshead{
    background-color:#253241;
}*/

.inb_div {
  width: 49%;
  display: inline-block;
  margin: 2% .5%;
  font-size: 18px;
}
.inb_div input {
  margin-right: 15px;
}


/*end div friends css */


/*calander CSS*/



.cal_visble {
    width: 80%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    z-index: 99999999 !important;
}

.fc-header {
    margin: 6px 0;
}
/*calander CSS*/
.fc-state-highlight {
    background: #24282B !important;
}

div#calendar {
    padding: 5px 10px;
    background: #303D43;
    box-shadow: 0px 0px 50px #000;
    width: 100%;
    height: calc(100% - 40px);
    top: 40px;
}

th.fc-day-header {
    color: rgb(255, 255, 255);
    font-weight: lighter;
}

.fc-header-title h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

span.fc-button.fc-button-basicWeek {
    line-height: 26px;
}

.fc-event {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #24282B !important;
    margin: 8px 0 !important;
    padding: 5px;
}

span.fc-button.fc-button-prev.fc-state-default.fc-corner-left {
    padding: 0;
}

span.fc-button.fc-button-next.fc-state-default.fc-corner-right {
    padding: 0;
}
.fc-state-default.fc-corner-left,.fc-state-default.fc-corner-right{
    font-size: 13px;
}
span.fc-header-title h2 {
   font-size: 23px;
  text-align: center;
  color: #E5BD3D;
}
.fc-header-left{
    width:25% !important;
}
.fc-widget-header + div {
      overflow-x: hidden;
  overflow-y: auto;
  height: 440px !important;
}

table.fc-agenda-days.fc-border-separate{
    height:100%;
}
.fc-view{
  width: 100%;
  overflow: hidden;
  height: 500px !important;
    border:1px solid rgba(255, 255, 255, 0.35);
}
.fc-view + table{
      height: 100%;
}
span.fc-button.fc-button-basicDay {
    padding: 0 5px;
    line-height: 25px;
}
.bc_m{
        z-index: 99999999999;
    position: absolute;
    top: 7px;
    left: 5px;
}
table.tbl_new{
      width: 100%;
  max-width: 570px;
  margin: 35px auto;
    padding: 0;
}
table.tbl_new td{
     padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color:rgba(255, 255, 255, 0.73);
}
table.tbl_new td:first-child{
      text-align: right;
  vertical-align: top;
}
table.tbl_new td label{
  color:rgba(250, 206, 67, 1);
}
table.tbl_new tr:last-child td{
  border-bottom: 0px;
}
table.tbl_new td input{
    width:15px !important;
      margin: 0 5px 0 0 !important;
  vertical-align: middle !important;
 
}
.eve{
      height: 95px;
  overflow: auto;
  width: 100%;
  max-width: 250px;
}
.day_cap{
    font-size: 18px;
    padding: 10px;
    padding-bottom: 20px;
    color: #FAC440;
    font-weight: 400;
    text-align: center;
}
table.t_view td:nth-child(3){
    width:600px;
    font-size:15px;
    font-weight:400;
}

.tb_ser form {
    text-align: right;
    padding: 20px 30px 0px 30px;
}

.tb_ser form input {
    padding: 8px;
    border: 0;
}
.tb_ser form input[type="submit"] {
  background: #FACE43;
  color: rgba(0, 0, 0, 0.69);
  cursor:pointer;
}
.tb_ser form input[type="submit"]:hover {
  opacity:0.8;
}
.error_info {
  display: block;
  text-align: center;
  margin: auto;
  padding: 10px;
  background: rgba(250, 206, 67, 0.26);
  color: #fff;
    margin-bottom: 10px;
}
.sm_rt{
      text-align: left;
  margin: 5px 10px !important;
}
.sm_rt i{
    font-size:15px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  background: rgba(0, 0, 0, 0.91) !important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    transform: scale(1);
      background-color: rgba(250, 206, 67, 0.29);
  border-radius: 50%;
}
.menu_baner {
  width: 95%;
  margin: auto;
  height: 100%;
}
.menu_baner img{
    width:100%;
}

/*event slider styles*/


nav {
  width: 100%;
  height: 40px;
  background: #fff;
  text-align: center;
  padding: 5px 0 0;
  font-size: 1.8em;
  color: #002776;
  border-bottom: solid 1px #00143b;
}

.slider-list {
  width: 240px;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  max-width: 100%;
  position: relative;
}
.eve input[type="file"] {
    width: 100% !important;
    max-width: 200px !important;
    margin: 5px 0 !important;
}

/*new venue type page css*/
	.tabs {
    width: 99%;
    max-width: 950px;
    margin: auto;
}

ul.tab_links {
    margin: 0;
    padding: 0;
    list-style: none;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		position:relative;
}

ul.tab_links li {
    display: inline-block;
}

ul.tab_links li a {
    display: block;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.76);
}
span.link_bar {
    position: absolute;
    width: 90px;
    height: 3px;
    background: #FACE43;
    bottom: 0;
    left: 0;
    transition: left 0.3s ease-in;
}
li#link2.lactive ~ span.link_bar{
    width: 84px;
    left: 96px;
}
.f_sub {
    text-align: right;
    padding: 10px;
}

button.f_sub_btn {
    border: 0;
    padding: 8px 15px;
    margin: 0 12px;
    background: #43CAAB;
    color: #fff;
}
div.tab_body {
    background: rgba(255, 255, 255, 0.12);
}
.day {
    width: 28%;
    float: left;
    background: rgba(255, 255, 255, 0.21);
    margin: 2% 2.6%;
      min-height: 360px;
}

.day h2 {
    text-align: center;
    margin: 0;
    color: #151C1F;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 5px;
    background: rgb(250, 206, 67);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
}

.day_eve {
    padding: 15px 0px;
}

.day_eve ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.day_eve ul li {
    padding: 5px 10px;
    color: #fff;
}



.mcheck {
    position: relative;
    display: inline-block;
}

.mcheck input[type="checkbox"] {
opacity: 0;
    z-index: 2;
    position: relative;
    margin: 5px;
    cursor: pointer;
	    margin-right: 10px;
}
label.check{
    position: absolute;
    margin: 5px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    top: 0;
	left: -1px;
    z-index: 1;
}

label.check::before {
    content: '';
    position: absolute;
    border: 2px solid #A5A5A5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
	z-index:1;
}

input.checkbox:checked ~ label.check::before {
    transform: rotate(-45deg);
    border-top-style: none;
    border-right-style: none;
    height: 50%;
	border-color:#FACE43;
	    transition: all 0.2s ease-in-out;
}
.eve_upload {
    padding: 10px 5px 5px;  
}

.eve_upload input[type="file"] {
    width: 100%;
    max-width: 130px;
    position: relative;
    display: inline-block;
	    float: left;
}

.eve_upload button.fbtn{
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #43CAAB;
    border: 0;
    float: right;
    padding: 8px 10px;
    margin-top: 8px;
}
.eve_upload button.fbtn:hover{
opacity:0.8;
}
.eve_upload span {
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
	transition: all 0.2s ease-in;
}
.eve_upload span:hover {
    border: 1px solid #FF8989;
    color: #FF8989;
}

.eve_upload label {
padding: 10px 5px;
    display: inline-block;
    width: 90%;
    max-width: 135px;
    font-size: 14px;
}
.new_e_grid {
    display: block;
    padding: 10px;
	position:relative;
}

.new_e_grid label {
    width: 50%;
    max-width: 200px;
    display: inline-block;
    color: #fff;
}

.new_e_grid input {
position:relative;
    width: 65%;
    max-width: 450px;
    border: 0;
    padding: 10px;
    color: #fff;
    background: rgba(255, 255, 255, 0.21);
}
.new_e_grid input[type="file"] {
    width: 65%;
    max-width: 420px;
}
.f_show {
    text-align: right;
    padding: 5px 20px;
    color: #FFF;
}
.f_show label i {
margin-right:5px;
}
.f_btn{
    float: left;
    width: 33px;
    height: 33px;
    font-size: 18px;
    background: #43CAAB;
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: 0;
}
.n_btn{
    float: left;
    width: 40px;
    height: 41px;
    font-size: 18px;
    background: #43CAAB;
    text-align: center;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: 0;
    position: absolute;
    right: 21px;
}
.new_e {
    width: 70%;
    margin: auto;
}
.upload_info {
    float: right;
    width: 70%;
    max-width: 405px;
    padding: 15px 0 5px;
}

.upload_info label {
    opacity: 0.6;
    max-width: 200px;
}

.upload_info span {
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
	transition: all 0.2s ease-in;
	    margin: 0 5px;
}
.upload_info span:hover{
opacity:0.5;
}
.new_e_table {
    width: 98%;
    margin: auto;
	    padding: 20px 0 50px;
		
}

.new_e_table table {
    width: 100%;
    border-spacing: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.31);
	    font-weight: 100;
}

.new_e_table table th {
    padding: 8px 10px;
    background: #FACE43;
    color: rgba(0, 0, 0, 0.76);
    text-align: left;
}

.new_e_table table td {
    padding: 8px 10px;
    color: rgba(255, 255, 255, 0.81);
	    box-shadow: 1px 0px 2px -2px #000;
}
.new_e_table table td span{
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
	transition: all 0.2s ease-in;
	    margin: 0 5px;
}
.lbl_info label{
        padding: 10px 5px;
    display: inline-block;
    width: 90%;
    max-width: 175px;
    font-size: 14px;
}
.lbl_info span {
    border: 1px solid #FFF;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.dt_pick {
    top: 153px !important;
    left: 529.578px !important;
    height: 230px;
}

/*new Event UI Styles*/
.t_ev {
    width: 100%;
}

.t_ev > h3 {
    text-align: center;
    padding: 10px;
    color: #FACE3C;
    background: rgba(38, 38, 38, 0.84);
    font-weight: normal;
	margin:0;
}
.ev {
    width: 95%;
    max-width: 395px;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
    position: relative;
    float: left;
    margin: 1% 3%;
}
.ev h3 {
    font-size: 22px;
	margin:0;
    font-weight: normal;
    color: #FACE43;
    padding: 13px 10px;
    box-shadow: 0 2px 10px -5px #000;
}

.ev_rat {
    position: absolute;
    top: 8px;
    padding: 10px;
    color: #FACE35;
    right: 5px;
    font-size: 13px;
}

.ev_r2 {

}

.ev_r2_clm {
    width: 30%;
    float: left;
    text-align: center;
    font-weight: normal;
    padding: 35px 10px;
}

.ev_r2_clm h2 {
    color:rgba(216, 216, 216, 0.74);
    padding-bottom: 5px;
    font-size: 20px;
	margin:0;
}

.ev_r2_clm p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
	margin:0;
}

.ev_r2_clm:first-child h2 {
    text-align: left;
    font-size: 85px;
	margin:0;
    padding-bottom: 0;
}

.ev_r2_clm:first-child p {
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
	margin:0;
    padding-left: 20px;
    margin-top: -15px;
    letter-spacing: 5px;
}

.ev_r2_clm:first-child {
width: 40%;
    padding: 0 10px;
    text-align: left;
}
.ev_r3 {
    padding: 10px 8px;
}

button.ev_bt {
    border: 0;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.34);
    color: rgba(0, 0, 0, 0.9);
    margin: 0 3px;
    cursor: pointer;
}
button.ev_bt:hover{
    background: rgb(250, 206, 55);
opacity:0.8;
}

/*new Event UI Styles*/


/*new Invite Contact UI Styles*/

.invt {
    width: 100%;
    margin: auto;
    height: 590px;
    overflow: auto;
}
.inv_f{
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    width: 100%;
    max-width: 240px;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 25px;
}
	.inv_fnds {
    position: relative;
    width: 100%;
	    z-index: 2;
}

.inv_fnds input[type="checkbox"] {
    opacity: 0;
    z-index: 2;
    position: relative;
    margin: 5px;
    cursor: pointer;
    margin-left: 10px;
}
label.inv_check{
    position: absolute;
    margin: 5px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: block;
    top: -1px;
    left: 3px;
    z-index: 1;
}

label.inv_check::before {
    content: '';
    position: absolute;
    border: 2px solid #A5A5A5;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
        -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	z-index:1;
}

input.inv_checkbox:checked ~ label.inv_check::before {
        -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-style: none;
    border-right-style: none;
    height: 50%;
	border-color:#484848;
	    transition: all 0.2s ease-in-out;
}
.inv_fnds span {
    color: rgba(255, 255, 255, 0.75);
}
.inv_c {
    width: 30px;
	height:30px;
    background: #FACE3C;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -200px;
	    transition: all 0.2s cubic-bezier(0.25,0.25,0.5,0.5);
		z-index:0;
}
.i_fnds span{
color:#484848;
}
.m_ad {
  width: 100%;
}
label.viewscount {
      width: auto;
  max-width: 110px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-right: 5px;
}
label.viewscount i {margin-right: 5px;}
label.v_c {
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 3px 10px;
}
.dull {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}
.slide {
    width: 100%;
    height: 330px;
    position: absolute;
    font-size: 15px;
    overflow: hidden;
}
.slide img {
    width: 100%;
    background-size: cover;
}

p {
  padding: 0em 1em;
  margin: 0;
}

.message {
    overflow: hidden;
    position: absolute;
    background:rgba(0, 0, 0, 0.79);
    display: block;
    left: 0;
    bottom:0;
    right: 0;
    /* padding: 10px; */
}
.message h1 {
    color: #FACE43;
    font-weight: normal;
    padding: 5px 0;
	float:left;
}
.all_stars {
  float: right;
    font-size: 20px;
  padding: 5px 0;
}
.message p {
    padding: 0 0 15px;
	display:inline-block;
}
.message span {
    display: inline-block;
    padding: 8px 15px;
    background: #FACE43;
    color: rgba(0, 0, 0, 0.84);
    border-radius: 25px;
	    margin: 0 5%;
}
.eve_det {
  float: left;
  width: 80%;
  padding: 10px 0;
}
.inv {
  float: right;
  padding: 10px 0;
}
.inv i {
  width: 30px;
  height: 30px;
  border: 1px solid #FACE43;
  color: #FACE43;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  cursor: pointer;
}
.subject {
  font-weight: bold;
  color: #eee;
  font-size: 1.0em;
}

.resetCards {
  top: 60px;
 display:block;
  position: absolute;
  text-align: center;
  font-size: 20px;
  left:0;
  right:0;
}
.resetCards p {
    color: #777;
    margin: 0 auto;
    width: 230px;
    margin-bottom: 10px;
}
.resetCards a {
    background: #FACE43;
    text-decoration: none;
    padding: 5px 15px;
    color: rgba(0, 0, 0, 0.78);
    display: inline-block;
    border-radius: 25px;
}
section.mainimgs {
    width: 100%;
    display: block;
    margin: auto;
    height: 430px;
}
.options {
    width: 100%;
    max-width: 560px;
    bottom: 0px;
    font-size: 24px;
    text-align: center;
    z-index: 1000;
    margin: auto;
    display: table;
    left: 0;
    margin-top: -20px;
    right: 0;
	    box-shadow: 0px -7px 10px -10px #000;
        background:#000;
}
.options a {
    text-decoration: none;
    display: table-cell;
    width: 32%;
    padding: 35px 10px 5px;
    text-align: center;
    background: rgb(55, 55, 55);
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.64);
}
.options a i {
    text-align: center;
    line-height: 45px;
}

.options a.agree {
    color: #2BBD7A;
}
.options a.agree:hover {
    background: #2BBD7A;
    color: #fff;
}
Restart
.options a.agree:hover {
  background-color: green;
  color: white;
}
.options a.disagree {
  color: #FF5757;
}
.options a.disagree:hover {
  background-color: #FF5757;
  color: white;
}
.options a.info {
  color: #777;
}
.options a.info:hover {
  background-color: #B9B9B9;
  color: white;
}

.instructions {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 2px 8px;
  font-size: 9px;
  text-align: center;
}
.nofloat{
      width: 100%;
  float: none;
  background: transparent;
  margin: auto;
}
.inv a {
  display: block;
}

.m_blk {
    float: left;
    width: 92%;
}

a.m_blk_a {
    float: right;
}

.sub_m_blk {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-top: 0;
}

.sub_ev {
}

.sub_ev {
    width: 100%;
    background: rgba(0, 0, 0, 0.34);
    color: #fff;
	    margin: 5px 0;
		    font-weight: lighter;
}

.s_ev i {
    background: rgba(0, 0, 0, 0.31);
    padding: 15px;
    margin-right: 10px;
}

a.s_ev_a {
    display: block;
}
.sub_m_blk h4 {
    margin: 0;
    text-align: center;
    padding: 5px;
    color: #FACE43;
}
.s_ev {
    position: relative;
    padding: 10px;
    padding-left: 20px;
}

.br {
    position: absolute;
    top: 0;
    width: 10px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
		transition:background 0.3s ease-in;
}
.sub_ev:hover .br {
    background: #FACE43;
	transition:background 0.5s ease-in;
}
.fc-event.fc-event-vert.fc-event-start {
  min-height: 30px !important;
  background: #E5BD3D !important;
  border: 1px solid rgba(0, 0, 0, 0.57) !important;
  width: auto !important;
  min-width: 100px !important;
}
table.frm_tbl tr td label {
    font-size: 12px;
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.57);
    padding-bottom: 15px;
}
/*new Invite Contact UI Styles*/
.ev-pdf {
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

section.mainimgs a {
    text-align: right;
    display: block;
}
       .f_d_head {
            background: rgba(0, 0, 0, 0.42);
            padding: 10px 20px;
        }

        .f_d {
            float: left;
        }

            .f_d:nth-child(2) {
                float:right;
            }

                .f_d:nth-child(2) label {
                    font-size: 25px;
                    color: #FACE43;
                    font-weight: bold;
                    display: block;
                    padding-bottom: 0;
                }

            .f_d span {
                color: #fff;
            }

            .f_d label {
                color: #fff;
                display: block;
                font-size: 20px;
                padding-bottom: 5px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .f_d_body {
            padding: 20px;
            color: #fff;
        }

            .f_d_body label {
                display: block;
                font-size: 17px;
                padding-bottom: 5px;
            }

            .f_d_body span {
                opacity: 0.8;
                font-size: 15px;
            }

        .f_d_iframe {
            padding: 20px;
            height: 250px;
        }

        .full_descr {
            background: rgba(0, 0, 0, 0.07);
        }
.review_info label {
    color: #fff;
    font-size: 18px;
}
.r_desc {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
}

.r_desc p {
    padding: 0;
}

.grid-footer {display: inline-block;}

ul.pagination {
    list-style: none;
    padding: 0;
    margin-left: 30px;
    background: rgba(255, 255, 255, 0.39);
}

.pagination li {
    display: inline-block;
    padding: 4px;
    width: 26px;
    text-align: center;
}

.pagination li.active {
    background: #FACE43;
}
.pagination li:hover {
    background: #FACE43;
}







@media(max-width:860px){
.day {
    width: 44%;
}
.new_e_grid label {
    max-width: 130px;
}
}
@media(max-width:600px){
.day {
    width: 95%;
}
.new_e_grid input {
    width: 100%;
}
.new_e_grid label {
    padding-bottom:10px;
}
.upload_info {
    width: 100%;
}
}
/*new venue type page css*/
.uprofile {
    width: 90%;
    text-align: center;
    margin: auto;
    color: #B58900;
    padding: 11px;
    margin: 10px auto;
    max-width: 450px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    border-radius: 10px;
    padding: 20px;
}

.uprofile img {
    height: 200px;
    text-align: center;
}

.uprofile span {
    display: block;
    font-size: 20px;
    padding: 15px 0;
    color: #fff;
}




@media screen and (min-width: 460px) {
  .slider-list {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .slider-list {
    width: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .slider-list {
    width: 560px;
  }
}



@media screen and (min-width: 460px) {
  .instructions {
    padding: 10px 20px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .instructions {
    font-size: 18px;
  }

}
@media(max-width: 770px) {
  .message{
    background: rgb(37, 34, 24);
	      top: 180px;
		  bottom:initial;
  }
  .section.mainimgs{
      padding: 50px 0 0 0;
  }
  .slide{
      height: 305px;
  }
}
@media(max-width:700px) {
section.mainimgs{
	    height: 430px;
}
.resetCards {
    top: 100px;
}
.invt {
    height: 350px;
}
}
@media(max-width: 550px) {
.message h1{
float:none;}
.all_stars {
  float: none;
      font-size: 15px;
}
.slide {
    height: 355px;
    overflow: visible;
}
.eve_det {
    float: none;
    width: 100%;
    padding-top: 0;
}
.inv {
  float: none;
  padding:0;
}
}

@media(max-width: 450px) {
  .message{
	      top: 173px !important;
		  bottom:initial !important;
  }

  .options {
    width: 94% !important;
}
  .section.mainimgs{
      padding: 50px 0 0 0;
  }
  .slide{
      height: 335px;
  }
  .f_d label {
    max-width: 130px;
}
  .logo {
    font-size: 20px;
}
  .head_right span {
    padding: 3px 8px;
    font-size: 11px;
}
  .zip {
    width: 75px !important;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}
}



/*event slider styles*/

@media(max-width:900px) {
    .mainpop {
        left: 0;
        width: 100%;
    }
}

@media(max-width:870px) {
    .venue_block {
        width: 30%;
    }
}

@media(max-width:550px) {
    .inb_div {
  width: 100%;
  margin: 4% 0.5%;
    }
}

@media(max-width:460px) {
      .ev-pdf {
    height: 290px;
    overflow: hidden;
}
}

@media(max-width:610px) {
    .venue_block {
        width: 46%;
    }
}

@media(max-width:510px) {
    .venue_block {
        width: 45%;
    }
}

@media(max-width:410px) {
    .venue_block {
        width: 44%;
    }

    .foot_icon span {
        font-size: 12px;
    }

    .foot_icon i {
        font-size: 20px;
    }
        span.fc-header-title h2 {
  font-size: 13px;
}
}

@media(max-width:350px) {
    .venue_block {
        width: 95%;
    }
}

@media(max-width:890px) {
    .ev_img {
        height: 80px;
        width: 75px;
    }

    .ev_details h2 {
        font-size: 16px;
    }

    .ev {
        font-size: 12px;
    }

        .ev.stars i {
            font-size: 10px;
        }
}

@media(max-width:670px) {
    .event_block {
        width: 42%;
        border-radius: 44px;
    }

    .ev_img {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .ev_details h2 {
        font-size: 17px;
        margin: 5px 0px;
    }

    .ev {
        font-size: 14px;
    }

        .ev.stars i {
            font-size: 12px;
        }

    .ev_details {
        float: none;
        text-align: center;
        padding: 0px;
    }

    .fc-header-left{
    width:15% !important;
}
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    transform: scale(2);
}

}

@media(max-width:375px) {
    .event_block {
        width: 42%;
        border-radius: 20px;
    }

    .ev_img {
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .ev_details h2 {
        font-size: 15px;
        margin: 5px 0px;
    }

    .ev {
        font-size: 11px;
    }

        .ev.stars i {
            font-size: 12px;
        }

    .ev_details {
        float: none;
        text-align: center;
        padding: 0px;
    }

    .event_block:hover {
        background: rgba(250, 206, 67, 0.15);
        cursor: pointer;
    }
}

@media(max-width:900px) {
    .menu_block {
        width: 47%;
    }

    .review_info {
        width: 90%;
    }
}

@media(max-width:770px) {
    .review_info {
        width: 85%;
    }

    .menu_info.lg {
        width: calc(100% - 50px);
    }
}

@media(max-width:810px) {
    .venue_block.sml {
        width: 21%;
    }

    .menu_block.lg {
        width: 45%;
    }

    .menu_card {
        width: 65%;
    }
}

@media(max-width:710px) {
    .menu_block {
        width: 44%;
    }

        .menu_block.lg {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        }

    .near_venue {
        padding: 0px;
    }
}

@media(max-width:630px) {
    .menu_block {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .near_venue {
        padding: 0;
    }

    .vnav_icon span {
        font-size: 10px;
    }

    .vnav_icon i {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .fc-view{
      height: 375px;
      overflow:hidden;
}
    .fc-widget-header + div {
  height: 440px !important;
}

}

@media(max-width:750px) {
    .venue_block.sml {
        width: 30%;
    }
}

@media(max-width:610px) {
    .venue_block.sml {
        width: 46%;
    }

    .menu_card {
        width: 98%;
    }
}

@media(max-width:510px) {
    .venue_block.sml {
        width: 45%;
    }

    .vnav_icon {
        font-size: 14px;
    }

    .review_img {
        float: left;
        text-align: center;
        margin: 0 auto;
    }

    .review_info {
        text-align: center;
        float: left;
        margin: 0 auto;
        width:calc(100% - 60px);
    }

        .review_info h3 {
            text-align:left;
            margin: 0 5px;
        }

        .review_info p {
              text-align: left;
            font-weight: lighter;
        }

            .review_info p:last-child {
                text-align: justify;
            }

    .review_block {
        width: 100%;
        margin: 40px auto;
        padding: 0;
    }
}

@media(max-width:410px) {
    .venue_block.sml {
        width: 95%;
    }

    .venue {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .venue_details {
        width: 100%;
        text-align: center;
    }

    .vnav_icon {
        font-size: 12px;
    }
}

@media(max-width:360px) {

    .res_m{
        text-align:center;
        padding-left:12px;
    }
    .menu_block.lg .menu_img.new{
        height:70px;
    }
    .res_m .mbtn{
        margin:9px 0px;
    }
}


@media(max-width:320px) {
    .venue_block.sml {
        width: 43%;
        height: 150px;
    }

    .venue_info {
        height: 35px;
    }

    .venue {
        width: 100%;
    }

    .venue_details {
        width: 100%;
        text-align: center;
    }

    .vnav_icon {
        font-size: 11px;
    }

    .foot_icon span {
        font-size: 10px;
    }

    .foot_icon i {
        font-size: 15px;
    }

    .menu_block {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .near_venue {
        padding: 0;
    }

        .near_venue.mn_blk {
            padding: 0px;
        }
}

.btndisable {
  background: rgba(0, 0, 0, 0.89);
  color: rgba(255, 255, 255, 0.43);
}
@media (max-width:1300px){
.ev {
    margin: 1% 2%;
}
}
@media (max-width:1200px){
.ev {
    margin: 1%;
}
}
@media (max-width:830px){
.ev {
    margin: 1% 2%;
    max-width: 335px;
}
.ev_r2_clm:first-child {
    width: 35%;
}
.ev_r2_clm {
width: 32%;
    padding: 35px 0;
}
button.ev_bt {
    padding: 8px 7px;
}
.m_blk{
	width:85%;
}
}
@media (max-width:750px){
.ev {
    margin: 1% 2%;
        max-width: 325px;
}
}
@media (max-width:705px){
button.ev_bt {
    padding: 10px 25px;
}
.ev {
    margin: 1% 2%;
    max-width: 600px;
}
}
@media (max-width:455px){
.ev_r3 {
    padding: 5px;
}
button.ev_bt {
    padding: 8px 6px;
    margin: 0 2px;
    font-size: 12px;
}
.ev {
    margin: 5% 2%;
}
.ev_r2_clm {
    width: 30%;
    padding: 35px 0;
}
.ev_r2_clm:first-child {
    width: 40%;
}
.ev_rat {
    top: 12px;
    padding: 10px 2px;
}
	.inv_f {
    max-width: 270px;
        margin: 6px 10px;
}
}


/**/

