
body{
        font-family: "Helvetica Neue",Helvetica,Calibri,Arial,sans-serif !important;
        background: #F3F3F3 none repeat scroll 0 0;
    }
/*=================== TOP BAR CSS COMPONENT START ============*/
.header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0px 0;
    margin-bottom: 0em;
}

.header-right {
    float: right;
    margin-top: 18px;
}
.header-right ul li select {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 0 20px 2px 0;
    color: #777777;
}
.page-section {
    margin-top: 10px;
}
.filterContent{
	float:left;display: inline;text-align: center;width: 85%;
	padding-left: 3%;
}
.filterContent1{
	float:left;display: inline;text-align: center;width: 8%;
}
#cityTag{
		margin-top: 0.8em;
	}
#ajax_listOfOptionsReview{
	position:absolute;	/* Never change this one */
	width:50%;	/* Width of box */
    /* Height of box */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	overflow:auto;	/* Scrolling features */
	border:1px solid #e3e3e3;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:14px;
	z-index:10;
	color:#777777; 
	
}
#ajax_listOfOptionsReview div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;
	padding:1px;
	cursor:pointer;
	font-size:14px;
	color:#777777;
}
#ajax_listOfOptionsReview .optionDiv{	/* Div for each item in list */
	font-size:14px;
}
#ajax_listOfOptionsReview .optionDivSelected{ /* Selected item in the list */
	background-color:#f8f8f8;
	color:#777777;
}
#ajax_listOfOptions_iframeReview{
	background-color:#fff;
	position:absolute;
	z-index:2;
}
#searchCriteriaPlaceEvent{
	position:absolute;
	margin-top:42px;
	float:left;
	background-color:#ffffff;
	width:96%;
	//height:300px;
	border:1px solid #e3e3e3;
	z-index:5;
	display:none;
	margin-left: 1%;	
	background-color: #f8f8f8;
}
#venueEventNames{
	overflow-x:hidden;
	overflow-y:scroll;
	height:230px;
	width:98.5%; 
	margin-top:10px; 
	float:left;
	display:none;
	background-color:#F8F8F8;
}
#viewEventsDiv{
	font-size:12px;
	float:left; 
	font-weight:bold;
	margin-left:10px;
	margin-top:3px;	
	clear:left;	
	text-decoration:none;
}
#hideEventsDiv{
	font-size:12px;
	float:left; 
	font-weight:bold;
	margin-left:10px;
	margin-top:3px;	
	clear:left;
	display:none;
	text-decoration:none;
}
#MainHead{
	font-size: 22px;font-weight: bold;margin-top: 0.5em;
}
#SubHead{
	font-size: 13px;font-weight: bold;margin-top: -7px;text-transform: uppercase;margin-bottom: 0em;
}
@media (max-width: 640px) {
    .logo a {
        background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll left center;
        display: block;
        height: 49px;
        margin: 4px 0;
        width: 50px;
    }
    .navbar ul.nav > li > a > i {
        float: right;
        font-size: 20px;
        position: relative;
        top: 2px;
        transition: all 0.4s ease-out 0s;
    }
}
/*=================== TOP BAR CSS COMPONENT END ============*/



/*=============================== NAV BAR CSS COMPONENT START ========================*/
.navbar .navbar-buttons button, .navbar .navbar-buttons a.btn, .navbar .navbar-buttons .btn-default.navbar-toggle i {
    font-size: 24px;
    color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-right: 15px;
}
@media (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        float: none;
        margin-right: 10px;
    }
    .sb-icon-search {
        font-size: 18px;
        /*margin-right: 10px;*/
    }
    .sb-search-input {
        top: 65px;
    }
}
@media (max-width: 640px) {
    .navbar .navbar-buttons button, .navbar .navbar-buttons a.btn, .navbar .navbar-buttons .btn-default.navbar-toggle {
        border: medium none;
        margin: 0;
        padding: 5px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        float: none;
        margin: 0px;
    }
    .sb-search {
        top: 2px;
    }
    .sb-search-input {
        top: 60px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .nav-prdct-list {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

.navbar {
    border: none;
}
.navbar ul.nav > li > a, .navbar ul.nav > li > a:hover, .navbar ul.nav > li > a:focus {
    text-decoration: none;
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
}
.navbar ul.nav > li > a > i {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.navbar ul.nav > li > a:focus i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    font-size: 20px;
    position: relative;
    top: 2px;
}

@media (max-width: 768px) {
    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        border-top-color: transparent;
    }
    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
    .navbar ul.nav > li > a, .navbar ul.nav > li > a:hover, .navbar ul.nav > li > a:focus {
        text-decoration: none;
        color: #fff;
        padding: 10px 10px;
    }
    .nav-prdct-list {
        padding: 0px;
    }
}
.navbar.navbar-light ul.nav > li.active > a {
    border-top: solid 5px #20616d;
    background: #fff !important;
    color: #555555 !important;
}
.navbar.navbar-light ul.nav > li.active > a:hover {
    border-top: solid 5px #20616d;
}
.navbar.navbar-light ul.nav > li > a:hover,
.navbar.navbar-light ul.nav > li.open > a:hover,
.navbar.navbar-light ul.nav > li > a:focus,
.navbar.navbar-light ul.nav > li.open > a:focus {
    border-top: solid 5px #38a7bb;
    background: #fff !important;
    color: #555555 !important;
}
.navbar ul.dropdown-menu {
    margin: 0;
    padding: 0;
}
.navbar ul.dropdown-menu li {
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 0;
    color: #fff;
}
.navbar ul.dropdown-menu li a {
    position: relative;
    color: #999999;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0;
}
.navbar ul.dropdown-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
    left: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
    .navbar ul.dropdown-menu li a:hover {
        left: 0;
    }
}
.navbar .product-list-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 5px;
    border-bottom: dotted 1px #555555;
    letter-spacing: 0.08em;
}
@media (max-width: 767px) {
    .navbar .product-list-content h3 {
        font-size: 14px;
    }
}
.navbar .product-list-content h5 {
    background: #ccc;
    border-bottom: 1px dotted #555555;
    letter-spacing: 0.08em;
    padding: 5px;
    text-transform: uppercase;
}
.navbar .product-list-content ul {
    margin: 0;
    padding: 0;
}
.navbar .product-list-content ul li {
    list-style-type: none;
    border-bottom: solid 0px #eeeeee;
    text-transform: uppercase;
    padding: 4px 0;
    color: #fff;
}
.navbar .product-list-content ul li a {
    position: relative;
    color: #fff;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.navbar .product-list-content ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
    font-weight: bold;
}
.navbar .product-list-content .banner {
    margin-bottom: 10px;
}
.navbar .product-list-fw .dropdown-menu {
    padding: 0;
    background: #3f3f3f;
}
.navbar .navbar-buttons {
    float: left;
}

.navbar .btn-default,
.navbar .btn-default.navbar-toggle {
    color: #999999;
    background-color: #fff;
    margin-left: 7px;
    margin-right: 0;
}
.navbar .btn-default:hover,
.navbar .btn-default.navbar-toggle:hover,
.navbar .btn-default:focus,
.navbar .btn-default.navbar-toggle:focus {
    background-color: #fff;
    border-color: #38a7bb;
    color: #38a7bb;
}
.navbar #search {
    /*  clear: both;
      border-top: solid 1px #38a7bb;
      text-align: right;*/
}
.navbar #search form {
    float: right;
}
.navbar #search form .input-group {
    width: 500px;
}
@media (max-width: 768px) {
    .navbar #search form .input-group {
        width: 100%;
    }
}
.navbar #basket-overview a {
    margin-left: 7px;
}
.navbar-affixed-top {

}
.navbar-affixed-top.affix-top {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.navbar-affixed-top.affix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 5px #444;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
body.boxed .navbar-affixed-top.affix {
    position: static;
}
.breadcrumb {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    letter-spacing: 0.08em;
}
/* nav */
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #38a7bb;
}
.nav-tabs {
    border-bottom: 1px solid #38a7bb;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #38a7bb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #38a7bb;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: solid 1px #38a7bb;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    /*margin-bottom: 5px;*/
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #38a7bb;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #38a7bb;
        border-radius: 0 0 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #38a7bb;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
    border-bottom: solid 1px #38a7bb;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    /*margin-bottom: 5px;*/
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #38a7bb;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #38a7bb;
        border-radius: 0 0 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.tab-content {
    padding: 15px;
    border: solid 1px #ddd;
    border-top: none;
}
/* navbar */
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-affixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-affixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
    
	
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 62px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 14px;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-btn.btn-sm {
    margin-top: 16px;
    margin-bottom: 16px;
}
.navbar-btn.btn-xs {
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-text {
    margin-top: 21px;
    margin-bottom: 21px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #3f3f3f;
    border-bottom: none;
}
.navbar-default .navbar-brand {
    color: #555555;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3b3b3b;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #555555;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #20616d;
    background-color: #525252;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: #525252;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #525252;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555555;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #38a7bb;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #38a7bb;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #555555;
}
.navbar-default .navbar-link:hover {
    color: #555555;
}
.navbar-default .btn-link {
    color: #555555;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #555555;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}
.product-list-ctr .nav,
.product-list-ctr .collapse,
.product-list-ctr .dropup.use-product-list,
.product-list-ctr .dropdown.use-product-list {
    position: static;
}
.product-list-ctr .container {
    position: relative;
}
.product-list-ctr .dropdown-menu {
    left: auto;
}
.product-list-ctr .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.product-list-ctr .product-list-content {
    padding: 10px;
}
.product-list-ctr .dropdown.product-list-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}
/*=============================== NAV BAR CSS COMPONENT END ========================*/
/*============ SEARCH BOX CSS COMPONENT START ==========*/
.sb-search {
    position: absolute;
    right: 0px;
    top: 2px;
    /*margin-top: 10px;*/
    width: 0%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 40px;
    right: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 0px;
    font-family: inherit;
    font-size: 20px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
.sb-search-open .sb-search-input {
    padding: 0px 10px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
    width: 25px;
    height: 37px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    /*background: #e67e22;*/
    z-index: 90;
    font-size: 18px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    /*content: "\e000";*/
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

/*.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 11;
}*/

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

@media (max-width: 640px) {
    .sb-search-input {
        background: rgba(0, 0, 0, 0.7);
        border: medium none;
        color: #fff;
        font-family: inherit;
        font-size: 15px;
        height: 40px;
        margin: 0;
        outline: medium none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 42px;
        width: 100%;
        z-index: 10;
    }
}


.container.text-center{margin: 22px auto auto;}
.banner-right-box {
    color: white;
    background-color: black;
    opacity: 0.8;
}
.banner-right-box p {
    margin: 0px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}
.banner-right-box p:last-child {
    border: 1px solid #fff;
    padding: 0px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
}
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item .info-box {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    /* height: 100%; */
}



.ih-item.square {
    position: relative;
    box-shadow: 0px 0px 2px 2px #D8DAD9;
    margin-bottom: 30px;
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square.effect3 {
    overflow: hidden;
}
.ih-item.square.effect3.colored .info {
    background: #1a4a72;
}
.ih-item.square.effect3  .img-scroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; */
}
.ih-item.square.effect3 .info {
    height: auto;
    background: transparent none repeat scroll 0% 0%;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 99999;
}
.ih-item.square.effect3 .info h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 4%;
    font-weight: bold;
}
.ih-item.square.effect3 .info p {
    font-size: 13px;
    position: absolute;
    color: #fff;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    text-align: center;
    background: #29aae3;
    text-transform: uppercase;
    bottom: 0px;
    width: 100%;
}
.ih-item.square.effect3 .info-box:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect3.top_to_bottom .info {
    bottom: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom .info-box:hover  .img-scroll {
  	opacity :0.1;
}
.ih-item.square.effect3.top_to_bottom .info-box:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 76%;
}
.overlay-info {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.overlay-info p {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    left: 20%;
    margin: 0;
    padding: 3px 0;
    position: absolute;
    right: 20%;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    width: 60%;
}
.rest-bkng-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
}
.rest-info-box {
    color: #fff;
    width: 70%;
}
.rest-info-box h3 {
    margin: 0px;
    font-size: 14px;
   // text-transform: uppercase;
    padding: 5px 0px 0px 0px;
}
.rest-info-box h4 {
    margin: 0px;
    font-size: 13px;
    padding: 0px 0px 5px 0px;
}
.btn-book {
    background: #dc3747;
    color: #fff;
    text-transform: uppercase;
    margin-top: 6px;
}
.btn-book:hover, .btn-book:focus {
    color: #fff;
}
#loading{
	width:100%;
	text-align:center;
	display:none;
	margin-bottom: 6em;	
	margin-top: 6em;	
}
@media (min-width: 640px) and (max-width: 768px) {
    .rest-info-box h3 {
        margin: 0px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 0px 0px 0px;
    }
    .rest-info-box h4 {
        margin: 0px;
        font-size: 10px;
        padding: 0px 0px 5px 0px;
    }
    .btn-book {
        background: #dc3747;
        color: #fff;
        text-transform: uppercase;
        margin-top: 6px;
    }
    .ih-item.square.effect3 .info h3 {
        color: #000;
        font-size: 15px;
        margin: 0;
        padding: 5px 10px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }
}
/*============ NEW YEAR CSS COMPONENT END ==========*/


/*============ FOOTER CSS COMPONENT START ==========*/
footer {
    background: #ea3947 none repeat scroll 0 0;
    padding: 30px 30px 0;
}
.footer-section h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.footer-section ul {
    margin-bottom: 20px;
    padding: 0px;
}
.footer-section ul li {
    margin-bottom: 3px;
}
.footer-section ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-section ul li a:hover {
    text-decoration: underline;
}
.footer-section .support span {
    color: #fff;
    display: block;
    font-size: 21px;
    text-align: center;
}
.footer-section .support i {
    font-size: 35px;
    display: block;
    text-align: center;
    color: #fff;
}
/*============ FOOTER CSS COMPONENT END ==========*/

.MobileHeader{
	display: none;
}
#ajaxRestId{
	font-size: 13px;font-family: open sans; color: #777777; width:400px; height:27px;  
}
@media (max-width: 1000px) {
	.ih-item.square.effect3.top_to_bottom .info{
		display: none;
	}
	.ih-item.square.effect3.top_to_bottom .info-box:hover  .img-scroll {
	  	opacity :1;
	}
	#MainHead{
		font-size: 17px;font-weight: bold;margin-top: 0.5em;
	}
	#RemId{
		display: none;
	}
	#cityTag{
		margin-top: 0.2em;
	}
	.banner-left-box{
		
	}
	.MobileHeader{
		 background-image: url('/EVFNewImages/PartiesList/Group.png');
	    background-repeat: repeat-x;
	    background-position: center center;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    display: block;
	}
	.LeftHeader{
		float: left;
		display: inline;
		width: 30%;
		text-align: center;
	}
	.MiddleHeader{
		float: left;
		display: inline;
		width: 70%;
		text-align: center;
		color: #fff;
	}
	
	.ny-banner{
		display: none;
	}
	#SubHead{
		font-size: 10px;font-weight: bold;margin-top: -7px;text-transform: uppercase;margin-bottom: 0em;
	}
}
@MEDIA (max-width:400px) {
	#searchCriteriaPlaceEvent{
		position:absolute;
		margin-top:0px;
		float:left;
		background-color:#ffffff;
		width:96%;
		//height:300px;
		border:1px solid #e3e3e3;
		z-index:5;
		display:none;
		margin-left: -3%;	
		background-color: #f8f8f8;
	}	
	#ajaxRestId{
		font-size: 13px;font-family: open sans; color: #777777; width:262px; height:27px;  
	}

}

 .event-display {
    text-align: left;
    width: 100%;
   
    height:275px;
    background-color: #fff;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.event-display .poster-container {
    transition: all .5s ease;
    height: 160px;
    width: 100%;
    position: relative;
    
    overflow: hidden;
}

.event-display .poster-container .__bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.event-display .poster-container .__overlay {
   
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.event-display .poster-container .__time {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    background: #5bc199;
    padding: 2px 10px;
    border-radius: 2px;
}

.event-display .poster-container .__overlay-bottom {
        background: rgba(0,0,0,3.5);
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    transition: all .5s ease;
  
}


.event-display .poster-container .date {
    transition: all .5s ease;
    left: 10px;
   
    padding: 5px 3px;
    font-size: 12px;
    position: absolute;
}

.event-display .poster-container .date .__date {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #C5C7C5;
}







.event-display .detail {
    transition: all .5s ease;
  
    height: 100px;
    overflow: hidden;
    background: #fff;
}

.event-display .detail .__name {
    padding: 6px 12px 4px;
    height: 55px;
    line-height: 18px;
    overflow: hidden;
}

.event-display .detail .__name>a {
    color: #333;
    font-size: 15px;
}
.event-display .detail .__location {
    padding: 2px 12px;
    min-height: 38px;
}

.event-display .detail .__location>a {
    height: 30px;
    color: #666;
    font-size: 12px;
}
.event-display .detail .inner-details {
    zoom: 1;
    padding: 8px 12px 10px;
}
.event-display .detail .inner-details .tags {
    width: 55%;
    float: left;
}
.event-display .detail .inner-details .tags .__tag {
    cursor: default;
    margin-bottom: 5px;
    background: #f4f4f4;
    color: #999;
    border: 1px solid #dfe3e7;
    border-radius: 20px;
    padding: 3px 10px;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.event-display .detail .inner-details .buy-now {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 45%;
}








.calendar{
	
	//padding-top:-10px;
        margin-top: 0px;
	width:55px;
	background:#fa565a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 19px/31px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
        border-radius:0px;	
	-moz-box-shadow:0 0 2px 4px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
	}

.calendar em{
	display:block;
	font:12px/20px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#5bc199;
	-moz-box-shadow:0 0 2px 4px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
	}
        
        .inner-details .event_title{
            margin-bottom:12px;
            height:48px;
        }

        .inner-details .event_title a{
           
            text-decoration:none;
            margin-top:-10px;
           
            color: #333;
            font-size: 14px;
            font-weight: 600;
           
            margin-bottom: 10px;
        }

        .inner-details .event_calender{
            height:48px;
        }

        .inner-details .event_detail a{
            background-color: #fa565a;
    color: white;
    display: block;
    text-decoration: none;
    padding:3px;
    text-align:center;
    border-radius: 2px;
  
  
        }
        .inner-details .event_detail{
            margin-top:19px;
        }
        
         .inner-details .event_loction{
             color:#888887;
        }
        
        .poster-container img{
            height:160px;
        }
        
         
        .event-image-detail {
    position: relative;
    width:100%;
}

.event-image-detail-box {
    position: relative;
    float: left;
    width:100%;
    
}

.event-blur-bg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 10% 10%;
    background-size: cover;
    position: absolute;
    overflow: hidden;
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    -webkit-filter: blur(10px);
   
    
    -webkit-filter: blur(7px);
    filter: blur(7px);
    left: 0;
    top: 0;
}
.event-blur-layer {
    /*background-color: hsla(0,0%,40%,.4);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.event-non-blur-img {
    
    z-index: 100;
    width: 100%;
    height: 400px;
    
    background-image: linear-gradient(-180deg,transparent 56%,#000 99%);
}


.event-non-blur-image-container.crop, .event-non-blur-image-container.no-crop {
    margin: 1em 0;
    height: 330px;
    width: 100%;
    
}

.event-non-blur-image-container.no-crop img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 768px){
.event-non-blur-image-container.no-crop img {
    margin: 0;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
}

.event-non-blur-image-container.no-crop img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
   
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
}

@media (max-width: 768px){
.event-blur-bg {
    display: none;
}
}

@media (max-width: 768px){

.event-non-blur-img {
    height: 200px;
}
}

@media (max-width: 768px){

.overlay-h1 {
   font-size: 20px;
}
}









.overlay-h1 {
   font-size: 25px;
    color:#E9E9E4;
    display: inline-block;
    margin-top: 15px;
  
   
    
}


@media (max-width: 768px){

.overlay-h1 {
   font-size: 20px;
   margin-top: 7px;
}
}


.overlay-bottom {
       background: linear-gradient(to top,rgba(0,0,0,2.6) 0,rgba(0,0,0,.7) 100%);
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    transition: all .5s ease;
}

@media (max-width: 768px){

.overlay-h1 {
   
    width: 100%;
    height: 35px;
   
}
}

#content_sched .meta-list {
   list-style: none;
    margin-left: -43px;
    margin-top: 18px;
}
#content_sched .meta-list li {
    padding: 10px 0;
    line-height: 25px;
    width: 100%;
}

#content_sched .meta-list li.hr {
    border-top: 1px solid #E2E7EA;
    padding: 0;
    margin: 0;
}

#content_sched .meta-list li {
   // padding: 10px 0;
    line-height: 25px;
    width: 100%;
}

.toh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
#content_sched .meta-list .label-normal {
    min-width: 70px;
    
    margin-right: 10px;
    padding: 5px;
    color: black;
    font-family: pn-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#content_sched .label {
    
    text-align: left;
    
}

#content_desc .label-normal{
    
    color: black;
    text-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
     margin-top: 0px;
    margin-bottom: 10px;
        margin-left: -22px;
    
}

#content_desc .label {
    display: inline-block;
   
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: black;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

 #content_desc .event-desc {
    line-height: 22px;
    word-wrap: break-word;
}
.event_he {
    margin-top: 16px;
    margin-bottom: 10px;
}




 .event-display {
    text-align: left;
    width: 100%;
   
    height:275px;
    background-color: #fff;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.event-display .poster-container {
    transition: all .5s ease;
    height: 160px;
    width: 100%;
    position: relative;
    
    overflow: hidden;
}

.event-display .poster-container .__bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.event-display .poster-container .__overlay {
   
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.25) 30%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.event-display .poster-container .__time {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    background: #5bc199;
    padding: 2px 10px;
    border-radius: 2px;
}

.event-display .poster-container .__overlay-bottom {
        background: rgba(0,0,0,3.5);
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    transition: all .5s ease;
  
}


.event-display .poster-container .date {
    transition: all .5s ease;
    left: 10px;
   
    padding: 5px 3px;
    font-size: 12px;
    position: absolute;
}

.event-display .poster-container .date .__date {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #C5C7C5;
}







.event-display .detail {
    transition: all .5s ease;
  
    height: 100px;
    overflow: hidden;
    background: #fff;
}

.event-display .detail .__name {
    padding: 6px 12px 4px;
    height: 55px;
    line-height: 18px;
    overflow: hidden;
}

.event-display .detail .__name>a {
    color: #333;
    font-size: 15px;
}
.event-display .detail .__location {
    padding: 2px 12px;
    min-height: 38px;
}

.event-display .detail .__location>a {
    height: 30px;
    color: #666;
    font-size: 12px;
}
.event-display .detail .inner-details {
    zoom: 1;
    padding: 8px 12px 10px;
}
.event-display .detail .inner-details .tags {
    width: 55%;
    float: left;
}
.event-display .detail .inner-details .tags .__tag {
    cursor: default;
    margin-bottom: 5px;
    background: #f4f4f4;
    color: #999;
    border: 1px solid #dfe3e7;
    border-radius: 20px;
    padding: 3px 10px;
    text-align: center;
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.event-display .detail .inner-details .buy-now {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 45%;
}








.calendar{
	
	//padding-top:-10px;
        margin-top: 0px;
	width:55px;
	background:#fa565a;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 19px/31px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
        border-radius:0px;	
	-moz-box-shadow:0 0 2px 4px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
	}

.calendar em{
	display:block;
	font:12px/20px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#fff;
	background:#5bc199;
	-moz-box-shadow:0 0 2px 4px 1px rgba(0,0,0,.1);
	-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
	}
        
        .inner-details .event_title{
            margin-bottom:12px;
            height:48px;
        }

        .inner-details .event_title a{
           
            text-decoration:none;
            margin-top:-10px;
           
            color: #333;
            font-size: 14px;
            font-weight: 600;
           
            margin-bottom: 10px;
        }

        .inner-details .event_calender{
            height:48px;
        }

        .inner-details .event_detail a{
            background-color: #fa565a;
    color: white;
    display: block;
    text-decoration: none;
    padding:3px;
    text-align:center;
    border-radius: 2px;
  
  
        }
        .inner-details .event_detail{
            margin-top:19px;
        }
        
         .inner-details .event_loction{
             color:#888887;
        }
        
        .poster-container img{
            height:160px;
        }
        
        .wdiv {
    background: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 2px #ccc;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 0px;
}

.event-description {
    line-height: 22px;
    word-wrap: break-word;
}

.padding-10 {
    padding: 10px;
}

.event_details{
    width:770px;
}
.venue_details{
    width:770px;
}
@media (min-width: 992px)
{
.main_content {
    padding-left: 0px;
}

.side_content{
    padding-right: 0px;
}
}


@media (max-width: 992px)
{
.main_content {
    padding-left: 0px;
    padding-right: 0px;
}

.side_content{
    padding-right: 0px;
    padding-left: 0px;
   
}

.side_top{
   
    margin-top:10px;
}
}

.venue_detail .title_venue {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    
}

.venue_detail .wdiv-label {
    margin: 0;
}

.venue_detail .wdiv-label {
      font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: black;
    vertical-align: baseline;
   
   text-transform: uppercase;
}

.venue_detail .venue_center {
    padding: 15px 10px;
    float: left;
    width: 100%;
}

.venue_detail .venue_center .venue_image {
    width: 4em;
    float: left;
    max-height: 4em;
    overflow: hidden;
    background: #ececec;
}

.venue_detail .venue_center .venue_image img {
    width:56px;
    height:56px;
}

.venue_detail .venue_center div.divider-1 {
    height: 56px;
    width: 1px;
    float: left;
    background: #f2f2f2;
    margin: 0 9px;
}
.venue_detail .venue_center .venue_name {
    width: 74%;
    min-height: 40px;
    display: table;
    position: relative;
    margin: 0;
}

.venue_detail .venue_center .venue_name small {
    color:#A2A7A4;
}

.venue_detail .venue_about {
    float: left;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}




.venue_detail .venue_about h4 {
   padding: 10px 5px 10px 10px;
    width: 100%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    color:#737574;;
}

.venue_detail .venue_about font {
   color:#737574;
}

.venue_detail .venue_attend {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.venue_detail .venue_decline {
    float: left;
    width: 100%;
    /*/border-top: 1px solid #f2f2f2;*/
    box-sizing: border-box;
}

.venue_detail .venue_attend h4 {
   padding: 0px 2px;
    width: 100%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    color:#54AD0A;
}

.venue_detail .venue_decline h4 {
  padding: 0px 2px;
    width: 100%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    color:#F35D5D;
}

.venue_detail .venue_attend font,.venue_decline font {
   color:#737574;
}
.venue_detail .venue_attend span,.venue_decline span {
   color:#737574;
}

.fb_start{
    
    background: #fff;
   
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

.fb_start h4 {
    padding: 0px 0px;
    width: 100%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    font-size: 21px;
    color: #21A6DC;
}

.fb_detail h4{
    
     width: 100%;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    font-size: 14px;
    color:#737574;;
}


.fb_detail_footer{
    padding:0px;
}

.fb_detail_footer .button_view{
    padding:0px;
}



#fb_bread .bread-crumb-wraper {
    height: 40px;
    width: 100%;
    margin-top: 10px;
        margin-bottom: 0px;
        color:black;
}
#fb_bread .bread-crumb-wraper ul li a{
   
    color:black;
    text-decoration:none;

}

#fb_bread .bread_name{
    color:#8c8a8a;
}