/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{outline:none;}
a:hover{text-decoration:none;}
a{outline:0;}
a:focus, input:focus {
text-decoration: none;
outline: 0;
}

ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
::-moz-placeholder {
  color: #636363;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #636363;
}
::-webkit-input-placeholder {
  color: #636363;
}
.pad0{padding:0;}
.pd-0{ padding-left: 0; padding-right: 0;}
body{
	background:#fff;
	color:#000;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gradient-bar{
	background: #013673;
	width:100%;
	height:33px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	display:none;
}
header{
	position:relative;
	clear: both;
}
header .navbar-brand{
	margin:0;
	padding:6px 0 8px 0;
	height:auto !important;
}
header .navbar-brand > img{width:145px;}
.topbar{
	background:#013673;
	width:100%;
	float:left;
	display:none;
	height:33px;
}
.topbar li{
	color:#fff;
	padding:0 7px;
	float:right;
}
.topbar li i.call{
	font-size: 1.8em;
    margin: 7px 7px 0 0;
}
.topbar li span{
	font-weight:900;
	font-family:Verdana, sans-serif;
	line-height:35px;
}
.topbar li a i{
	color:#fff;
	margin:9px 0 0 0;
	font-size:20px;
}
.topbar li a i:hover{
	color:#d33535;
}
.navbar-toggle{background:transparent; margin-top:16px;}
.navbar-toggle .icon-bar{height:4px;}
.navbar-toggle .icon-bar{background:#203a70;}
header .container{padding:0;}
.container.pad-0{padding-left:0; padding-right:0;}
header .navbar-nav > li{
	width:100%;
	margin:0;
	position:relative;
	float:left;
}

header .navbar-nav > li span.arrow{
	background: url("/images/arrow-up.png") no-repeat center center;
	width:14px;
	height:7px;
	margin: 0;
	padding:20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
header .navbar-nav > li span.arrow.down{
	background: url("/images/arrow-down.png") no-repeat center center;
}
header .navbar-nav > li > a{
	color:#fff;
	font-weight:600;
	padding:15px 20px;
	line-height:normal;
	text-transform:uppercase;
}
/*.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}*/

header .nav > li:hover, header .nav > li > a:hover, header .nav > li > a:focus ,
/*header .navbar-nav > li.active > a,*/
header .navbar-nav > li.active > a:hover,
header .navbar-nav > li.active > a:focus {
	background:#013673;
	color:#fff !important;
  	text-decoration: none;
	transition: all 0.5s ease 0s;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}


/*header .nav > li:hover a{color:#fff;}*/
/*header .nav > li:hover > a,
header .nav > li:focus > a {
	background:#013673;
	color:#fff;
  	text-decoration: none;
	transition: all 0.5s ease 0s;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}*/
header .navbar-nav > li .dropdownlist{
	background:#fff;
	width:100%;
	position:relative;
	z-index:10;
	top:0;
	right:0;
	padding:0;
	display:none;
	float:left;
}
header .navbar-nav > li .dropdownlist ul{width:100%; margin-bottom:0; float:left;}
.dropdownlist ul li{line-height:normal; font-size: 14px; padding-top:0; padding-right: 0;}
.dropdownlist ul li.heading{
	color:#fff;
	font-size:17px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.dropdownlist ul li a{color:#5d7a9b;}
.dropdownlist ul li a:hover{background:#f4f4f4; color:#5d7a9b;}
header .navbar-nav > li .dropdownlist span{
	padding:16px 0 0 0;
	font-size:13px;
	text-align:right;
	display:block;
}
header .navbar-nav > li .dropdownlist span a{
	color:#fff;
	text-transform:uppercase;
}

.search-block{
	background:url(/images/default_images/home_page_search_banner_image_new.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	min-height:110px;
	max-height:110px;
	float:left;
	/*display:none;*/
	text-align: center;
	color: #fff;
	position: relative;	
}
.search-block-redirect{
	background: url(/images/bg-search_oops.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	min-height:345px;
	float:left;
	display:block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position:relative;
}
.search-block-redirect h1{ margin-top:50px; font-size:20px;}
.search-block h1{
	color:#fff;
	font-size:14px;
	text-align:center;
	margin:16px 0;
}
.center-div{
	width:100%;
	margin:0 auto;
}
.search-bar{
	background:#fff;
	height:36px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0 auto;
	position:relative;
}
.search-bar .input{
	font-family:Verdana, Geneva, sans-serif;
	background:transparent;
	width:86%;
	height:36px;
	/*line-height:36px;*/
	font-size:13px;
	padding:7px 30px;
	border:none;
	color:#013673;
	float:left;
}
.search-bar .button{
	background:url(/images/search.png) no-repeat;
	width:25px;
	height:25px;
	border:none;
	color:#013673;
	margin:7px 0 0 0;
	float:left;
	background-size:22px;
}
.center-div .dropdown button{
	background:transparent;
	margin:0 24px 0 0;
	border:none;
	padding:14px 8px;
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.center-div .dropdown-menu{
	background:url(/images/transparent.png) repeat;
	min-width:180px;
	padding:15px 20px;
	color:#fff;
}
.center-div .dropdown-menu li{line-height:30px; font-size:16px;}
.location-desktop{ display:none;}
.location-mobile{ display:block; background:#eaeaea; width:100%; position:absolute; bottom:0;}
.location-mobile .label-left{float: left; padding: 5px 15px; color:#000;}
.location-mobile a{
	background:transparent;
	border: medium none;
    color: #000;
    float: right;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding: 0 15px;
    text-decoration: underline;
}
.location-mobile .dropdown-menu{
	background:url(/images/transparent.png) repeat;
	min-width:180px;
	padding:15px 20px;
	color:#fff;
}
.location-mobile .dropdown-menu li{line-height:30px; font-size:16px;}

.events {
    background: #fff;
    padding: 0 0 15px;
    width: 100%;
}
.pos-events h4{
	background:#013673;
	line-height:42px;
	padding:0 0 0 15px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	display:none;
}
.pos-events.none h4{display: none;}
.events.red{
	background:#e8e8e8;
	width:100%;
	padding:22px 0 32px 0;
	display:none;
}
.events h3{
	background:#013673;
	height:2px;
	text-align:center;
	margin:0 5px 0 0;
	padding:0;
	display:none;
}
.events h3 span{
	background:#fff;
	color:#013673;
	font-size:16px;
	margin:-9px auto 0 auto;
	padding:0 7px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
}
.events li{
	width:43%;
	position:relative;
	float:left;
}
.events li img{width:100%;}
.events li .info{
	background: rgba(1, 54, 115, 0.88);	
	width:100%;
	height:34px;
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	visibility:visible; 
	opacity:1;
	display:table;
}
.events li:hover .info{
	visibility:visible;
	opacity:1;
	transition: all 0.5s ease 0s;
}
ul.topevents li:hover .info{
	visibility:visible;
	opacity:1;
}
.pos-events{ display:block;}
.concert-pos-events {
	display:block;
    position: relative;
	padding-top:0;
}
.concert-pos-events h4{
	background:#013673;
	line-height:42px;
	padding:0 0 0 15px;
	margin:0 -15px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.concert-pos-events ul {
	margin: auto;
    padding: 20px 0 0 0;
    width: 100%;
}
.concert-pos-events ul li{
	margin: 0 10px;
	position:relative;
	float:left;
        
}

.concert-pos-events ul li:nth-child(2){
        min-height: 90px;
}

.concert-pos-events a {
    color: #000;
    font-size: 14px;
}
.concert-pos-events a:hover{color:#013673;}
.info h2{
	font-size:12px;
	font-weight:600;
	margin:0;
	padding:0;
	height:50px;
	line-height:normal;
	display:table-cell;
	vertical-align:middle;
        color: #fff;
}
.info span{
	font-size:12px;
	padding:13px 0 23px 0;
	display:none;
}
.info .info-shop{
	background:#e60000;
	padding:6px 15px;
	margin:0 auto;
	color:#fff;
	display:none;
}

.info .info-shop:hover{
	background:#c60808;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.info-heading > h2:hover{color:  #ccc;}
.white-block{
	background:#FFF;
	padding:0;
}

.white-redirect{ display:block;}
.gray{
	background:#f0f0f0;
	
}
/* scrollbar */


#scrollbar1, #scrollbar2, #scrollbar3, #scrollbar5
{
    width:100%;
    margin:0 auto;
    position: relative;
	/*padding-bottom: 22px;*/
}
#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport, #scrollbar5 .viewport{
    height: 370px;
    overflow:hidden;
    position:relative;
    background: #ffffff;
    //background: #f0f0f0;
	border:1px solid #959595;
	border-top:0;
}
#scrollbar2 .viewport{height:752px;}
#scrollbar1 .overview, #scrollbar2 .overview, #scrollbar3 .overview, #scrollbar5 .overview{
	width:100%;
    list-style:none;
    position:absolute;
    left:1px;
    top: 0px;
    margin:0;
    
}
/* #scrollbar1 .scrollbar, #scrollbar2 .scrollbar, #scrollbar3 .scrollbar, #scrollbar5 .scrollbar{
    position:absolute;
    background-position:0 0;
    right: 0;
    top:0;
    width:15px;
	z-index:10;
	display:none;
} */
#scrollbar1 .track, #scrollbar2 .track, #scrollbar3 .track, #scrollbar5 .track{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+0,f7f7f7+100 */
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #dcdcdc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(135deg,  #dcdcdc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height:100%;
    width:14px;
    position:relative;
    padding:0 1px;
	border-left:1px solid #b4b4b5;
	border-bottom:1px solid #6c6c6d;
}
#scrollbar1 .thumb, #scrollbar2 .thumb, #scrollbar3 .thumb, #scrollbar5 .thumb{
    background:#acacac;
    height:20px;
    width:12px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:1px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
#scrollbar1 .thumb .end, #scrollbar2 .thumb .end, #scrollbar3 .thumb .end, #scrollbar5 .thumb .end{
    /* background:transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; */
    overflow:hidden;
    height:5px;
    width:25px;
}
#scrollbar1 .disable, #scrollbar2 .disable, #scrollbar3 .disable, #scrollbar5 .disable{
    display:none;
}
.upcoming-events.bg-white  #scrollbar3 .viewport{background:#fff}
.noSelect{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}
/* scrollbar */
.upcoming-events {width: 100%;}
.upcoming-events{margin-bottom:0px;}
.upcoming-events h4{
	background:#013673;
	line-height:42px;
	padding:0 0 0 15px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.upcoming-events.none{display: none;}
#upcoming_events li {
	min-height:76px;
}
.upcoming-events li a{
	padding:7px 9px;
	display:block;
}
.upcoming-events li .shop-now a:hover{
	background:#c60808;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.upcoming-events li.white{background:#f0f0f0;}
.upcoming-events li .date{
	background:#fff;
	width:50px;
	height:50px;
	color:#494949;
	font-size:10px;
	text-align:center;
	line-height:15px;
	padding:2px 0 0 0;
	border:1px solid #959595;
	text-transform:uppercase;
	float:left;
}
.upcoming-events li .day{color:#e90000; display:block;}
.upcoming-events li .blue{color:#013673; font-size:22px; display:block;}
.upcoming-events li .multiple{color:#013673; font-size:7px; line-height: 9px; margin-top: 14px; display:block; text-align:center;}
.upcoming-events li .detail{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:80%;
	padding-left:10px;
	float:left;
}
.detail h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	margin:0;
	padding:0 0 2px 0;
	line-height:normal;
	line-height:23px;
	font-weight: normal;
}
.detail h5 a{color:#000;}
.detail h5 a.m-event{ padding: 0 !important}
.detail:hover h5, .detail:hover h5 a{
	color:#013673;
}
.detail p{font-size:10px; color:#000; margin-bottom:0;}
.treding-now {display:none;}
.treding-now h4{
	background:#013673;
	line-height:42px;
	padding:0 0 0 15px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
.treding-now .nav-tabs{border:1px solid #959595;}
.treding-now .nav-tabs > li{
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:0;
	padding:10px 0 11px 20px;
	font-size:16px;
}
.treding-now .nav-tabs > li.heading{
	width:100%;
	color:#2c2c2c;
	font-size:14px;
	font-weight:600;
}
.treding-now .nav-tabs > li a{color:#2c2c2c; padding:0;}
.treding-now .nav-tabs > li.active > a, .treding-now .nav-tabs > li.active > a:hover, .treding-now .nav-tabs > li.active > a:focus{
	border:none;
	font-weight:600;
	text-decoration:underline;
}
.treding-now .tab-content li{
	background:#fff;
	width:100%;
	min-height:187px;
	padding:7px 22px;
	border-bottom:1px solid #9e9e9e;
}
.treding-now .tab-content li .img-block{
	width:50%;
	margin:0 auto;
	float:none;
}
.treding-now .tab-content li .img-block img{width:100%;}
.treding-now .detail{
	width:100%;
	padding:0;
	float:left;
}
.treding-now .detail h5{
	color:#000;
	font-size:24px;
	margin:0;
	padding:36px 0 10px 0;
}
.treding-now .detail span{display:block;}
.treding-now .detail a.ticket, .treding-now .detail a.package{
	background:#e60000;
	padding:6px 25px;
	margin:25px 5px 0 0;
	color:#fff;
	font-size:12px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
}
.treding-now .detail a.ticket:hover, .treding-now .detail a.package:hover{
	background:#c60808;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.treding-now .detail a.package{
	background:#013673;
}
.treding-now .detail a.package{
	background:#013673;
}
.treding-now .detail a.package:hover{background:#032c5c;}
.testimonial{
	background:url(/images/testimonial.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	min-height:337px;
	color:#fff;
	display:none;
}
.testimonial h2{
	font-size:17px;
	margin:0;
	padding:24px 0 0 0;
	text-align:center;
	font-weight:600;
}
.testimonial p{
	font-size:14px;
	margin:0;
	padding:22px 15px 0;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
}
.testimonial p span{
	color:#fff;
	font-size:16px;
	font-style:italic;
	display:block;
	font-weight: normal;
	padding:20px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
}
.testimonial p span big { font-weight:500; font-style:normal; }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	top:85px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{left:0;}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{right:0;}
.carousel-control.left, .carousel-control.right{background-image:none; color:#fff; width:5%;}
/*.carousel-control.left i, .carousel-control.right i{top:35%;}*/
/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
    }
    .carousel-control{
	color: #fff;
	font-size: 33px;
	top:30px;
    position: absolute;
    width: 25px;
	z-index:1;
	text-shadow: none;
        }
.category{
	background:#fff;
	padding:20px 0 0 0;
	display:none;
}
.category li{
	width:100%;
	padding:10px 15px 24px;
	text-align:center;
	padding-bottom:24px;
	float:left;
}
.category li img{width:100%;}
/*.category li:last-child{border:none;}*//*02/13/2016*/
.category li h5{
	color:#e60000;
	font-size:17px;
	margin:0;
	padding:14px 0 18px 0;
	text-transform:uppercase;
}
.category li p{
	color:#666;
	font-size:12px;
	margin:0;
	padding:0 0 24px 0;
}
.category li a{
	color:#013673;
	font-size:12px;
	font-weight:600;
}
.category li a:hover{
	color:#d33535;
}
.partners{
	background:#f2f2f2;
	width:100%;
	padding:18px 0;
	display:none;
}
footer{
	display:none;
}
.footer.pr{
display:none;
}


.partner-list li{
	height:45px;
	margin-right:8px;
	margin-bottom:15px;
	float:left;
}
.payment{
	margin:20px 0 0 0;
	text-align:left;
}
.payment li{display:inline-block;}
footer{
	background:#013673;
	width:100%;
	padding:25px 0 0 0;
}
footer ul{
	padding-bottom:20px;
	float:left;
} 
footer ul li{
	padding:0 0 4px 0;
}
footer ul li a{color:#ccc;}
footer ul li a:hover, footer ul li a:focus{color:#d33535;}
footer ul li.heading{
	color:#d33535;
	padding-bottom:10px;
	text-transform:uppercase;
}
footer ul li p{color:#ccc; font-size:13px;} 
footer .form-group{margin-bottom:10px;}
footer .signup{
	background:#d33535;
	padding:6px 35px;
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
	border:none;
}
footer .signup:hover{
	background:#c12a2a;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.social h6{
	color:#ccc;
	font-size:15px;
	text-transform:uppercase;
	padding:10px 0 15px 0;
}
.social a{
	color:#fff;
	margin:0 5px;
}
.social a:hover{
	color:#d33535;
	transition: all 0.5s ease 0s;
}
footer .sort{
	padding:0;
}
footer .sort p{
	color:#ccc;
	font-size:14px;
	margin:0;
}
.fotter-bottom{
	width:100%;
	font-size:13px;
	color:#5d7a9b;
	line-height:48px;
	border-top:1px solid #000;
	margin:14px 0 0 0;
	text-align:center;
}

/*****Top heading block****/
.TopHeading	{
	min-height:55px;
	background:#013673;
}
.TopHeading h3{font-size:17px;font-weight:bold;color:#fff; line-height: 26px; margin: 0; text-transform:uppercase;}
.TopHeading .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 15px 0;
    max-width: 85%;
}
.TopHeading .breadcrumb li:last-child a{
    margin-top: 0;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: auto;
}
.header-left{ padding-left:93px} 
.TopHeading .breadcrumb > li + li::before {
    color: #fff;
    content: "> ";
    padding: 0 5px;
}
.TopHeading .breadcrumb > li a{ color:#fff; text-transform:uppercase; font-size:12px;}
.linkurl{ display:none;}

.TopHeading .breadcrumb li:last-child a{
  font-weight: 900;
}

.dropdownlist .child_active a {
    font-weight: 900;
}

/***Concert***/
.search-concerts-block{background: url(/images/default_images/concerts_page_search_banner_image.jpg) no-repeat center top;background-size:cover;width:100%;min-height:82px;float:left; position:relative;}
.search-concert-block .center-div{width:95%;}
.search-concert-block .search-bar{margin-top:35px;}
/***Soccer***/
.search-soccer-block{background: url(/images/default_images/soccer_page_search_banner_image.jpg) no-repeat center top;background-size:cover;width:100%;min-height:82px;float:left; position:relative;}
.search-soccer-block .center-div{width:95%;}
.search-soccer-block .search-bar{margin-top:24px;}

.slide-mobile{ display:none;}

.team-slider{border: 1px solid #959595;}
.caption{text-align:center; min-height: 80px;}
.caption p{text-align:center;font-size:12px;color:#000;}
.caption a{background:#e60000;font-size:12px;font-weight:600;color:#fff;text-align:center;border-radius:none;padding: 5px; display:inline-block;}
.caption a:hover{
	background:#c60808;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.team-slider .thumbnail{margin-bottom:5px;border:none;padding:0;}
.thumbnails{padding:0 10px;}
.upcoming-sports h3{font-size:16px;font-weight:600;color:#013673;border-bottom:2px solid #013673;margin:0px;padding-bottom:10px; margin-top: 15px;}
.upcoming-sports h3.none{margin-top:2px;}
/*.detail-sports {margin-top: 15px;}*/
.detail-sports h5{font-size:24px;color:#000;margin-bottom:0;}
.detail-sports h5:hover{color:#013673;}
.detail-sports h5 a{color:#000;}
.detail-sports h5 a:hover{color:#013673;}
.detail-sports p{margin-bottom:0px;font-size:14;color:#000;}
.detail-sports span{font-size:14px;color:#666666;}
.venus-near h3{font-size:16px;font-weight:600;color:#013673;border-bottom:2px solid #013673;padding-bottom:10px;margin-top:30px}
.most-popular h3{font-size:16px;font-weight:600;color:#013673;border-bottom:2px solid #013673;padding-bottom:10px;margin-top:30px}
.upcoming-sports , .venus-near , .most-popular{padding-left:30px;}
   .shop-now a{
	background: #e60000;
    padding: 6px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;}
	.shop-now{float:left;}
	.upcoming-events.near ul li .detail{float:left;width:75%;}
	.upcoming-events.near ul li{padding:22px 18px 28px 18px;}
	.primium_seats h3{color:#013673;font-size:24px;font-weight:600; margin:0; padding:10px 0 15px 0;}
	.primium_seats p{
	font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 20px;
	}

/**concert page**/
.sub-menu-heading{float:left;color:#fff;font-size:30px;font-weight:600}
.breadcram{float:right;color:#fff;}
.breadcram > p {
    margin-bottom: 0;
    padding: 10px;
	font-weight:600;
}
/****gift-page****/
.gift-block1{background:url(/images/bg.png) no-repeat center top;
	background-size:cover;
	width:100%;
	height:568px;
	float:left;
	position:relative;
	}
	.top-heading img{position:absolute;top:18px;}
	
/****theater page css***/
.near .nav-tabs > li > a{border-radius:10px 10px 0 0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background:#fff;color:#2c2c2c;border-width:0;margin-bottom:0;}
.desktop-view{display:none;}
.tabbing .nav-tabs{border-bottom:none;}
.tabbing .nav-tabs{display:table; width:100%;}
.tabbing .nav-tabs > li{
	width:auto;
    height:auto;
    margin:0;
    padding:0;
    display: table-cell;
    float:none;
    vertical-align: top;
}
.ticket-info{
	background:#e9e9e9;
    width:100%;
    float:left;
}
.tabbing .nav-tabs > li > a{
    background:url(/images/new_layout/arrow-bottom.png) no-repeat #203a70 85% center;
    width:auto;
    height:38px;
    color:#fff;
    font-size:11px;
    margin:2px 0 0 0;
    padding:6px 30px 7px 13px;
    font-weight:400;
    line-height:normal;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    box-shadow:none;
    border:1px solid #fff;
    border-left:none;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
}
.tabbing .nav-tabs > li.active a{border-bottom:1px solid #112653;}
.tabbing .nav-tabs > li > a.one-line, .tabbing .nav-tabs > li.active > a.one-line{border-right:none;}
.tabbing .nav-tabs > li > a.one-line{line-height:25px; margin:2px 0 0 0; padding-right:32px;}
.tabbing .nav-tabs > li.last{
    background:#203a70;
    padding:11px 14px 0;
    display:none;
}
.tabbing .nav-tabs > li > a span.caret{margin-left:18px;}
.tabbing .nav-tabs > li > a b{font-size:9px; display:block;}
.tabbing .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background: #112653;
    color:#fff;
    border-top:1px solid #fff;
    border-right: 1px solid #fff;
}
.tabbing .nav-tabs > li.active > a{background:url(/images/new_layout/arrow-top.png) no-repeat #112653 85% center;}
.tabbing .tab-content > .tab-pane{background:#102550; padding:10px 0;}
.tabbing .tab-content > .tab-pane a.price-btn{
    background:#fff;
    width:48px;
    height:28px;
    line-height:28px;
    color:#373737;
    font-size:8px;
    margin:0 0 0 4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    text-align:center;
    font-weight:600;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
}
.tabbing .tab-content > .tab-pane a.price-btn.blue{
    background:#55aee9;
    color:#fff;
}

/****overwrite css***/
.view-more{ 
	display:block; 
	background:#b7b7b7; 
	padding:0; 
	line-height:26px;
	/*position:absolute;
	left:0;
	right:0;
	bottom:0px;*/
	margin:auto;
	text-align:center;	
}
.view-more a {
	color:#000;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.pad0 {
    padding: 0;
}
.mar0 {
    margin: 0;
}


/*1/13/2016*/

.upcoming-events .events-tabs {
    border: 1px solid #959595;
}

.upcoming-events .events-tabs li {
    display: inline-block;
    font-size: 14px;
    padding: 10px 11px;
}
.upcoming-events .events-tabs > li a {
    color: #2c2c2c;
    padding: 0;
	text-decoration:underline;
	font-weight:600;
}
.upcoming-events .events-tabs > li a:hover {
    color: #000;
    font-weight:600;
    background: transparent;
    text-decoration:none;
}
.locModalPos {
    left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    bottom:0;
    border: 9px solid #013673;
    background:#fff;
    width:300px;
    height:150px;
	margin:0 auto;
}
.sell_ticket .tips.custom-looltip .tips_box_txt ul li{list-style-type: disc;margin:0 0 0 10px}
.sell_ticket .tips.custom-looltip{position:absolute}
.cusModalContent{
	-moz-border-radius:0;-webkit- border-radius:0;border-radius:0;
	border:0px;
	background:#fff;
}
.cusModalContent .modal-header{
	border:0px;
	padding: 5px 10px;
	margin-bottom:10px;
}
.cusModalContent .input-group-addon:first-child {
    background: transparent;
    border: 0 none;
    color: #013673;
    font-size: 27px;
    padding: 0 10px;
}

.cusModalContent .input-group-addon:not(:first-child):not(:last-child), 
.cusModalContent .input-group-btn:not(:first-child):not(:last-child), 
.cusModalContent .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px;
}
.cusModalContent .input-group-btn:last-child > .btn, 
.cusModalContent .input-group-btn:last-child > .btn-group {
    margin-left: 10px;
    z-index: 2;
	border-radius:0px;
}
.cusModalContent .btn-default {
    background-color: #e60000;
    border: 0px;
    color: #fff;
}
.cusModalContent .form-group {
	margin:25px 0 27px;
}
.cusModalContent .form-group p{ margin: 10px 0 0 35px; display:block;}
.no-location, .no-events{
	height:320px;	
	display:block; 
	background:#fff; 
	padding:25px 15px; 
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	margin:auto;
	text-align:center;
	z-index:11;
	text-transform:uppercase;
	
}
.no-location img, .no-events img{ margin:20px;}
.no-location a, .no-events a {
	color:#000;
	font-size:12px;
	text-decoration: underline;
	text-transform:uppercase;
}
.no-events{height:375px;}
/*h1, .h1 {
    font-size: 20px;
	*/
.sepratorline{height:2px; border-bottom:1px solid #000; box-shadow:1px 0px 1px rgba(63,63,63,0.5);}
.hfooter {
    min-height: 245px;
    position: relative;
}
.h100{ min-height:240px;}

/*1/20/2016*/

ul.SearchListDrop{ 
	width:57%;
	position:absolute;
	top:230px;
	background:#FFF;
	padding:0px 0px 15px 0px;
	margin-left:30px;
	z-index: 999;
	font-family:Verdana, Geneva, sans-serif;
}

ul.SearchListDrop li {
	background: #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
    color: #404040;
	font-weight:bold;
    float: left;
    height: auto;
    padding: 6px 5px 7px 60px;
    position: relative;
    text-align: left;
    width: 100%;
}
ul.SearchListDrop li span { font-size:12px; display:block; font-weight:normal;}

ul.SearchListDrop li:before{
	background: #f5f5f5;
    border-right: 1px solid #ddd;
    bottom: 0;
    color: #666;
    float: left;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 50px;
}

ul.SearchListDrop li.headline {
	font-size:16px;
	color:#666;
	padding:10px 20px;
}

ul.SearchListDrop li.star:before {
	font-family: 'FontAwesome';
	/*content: "\f005";*/
	content: url(/images/starTop.png);
    background: transparent none repeat scroll 0 0;
    border-right: 0 solid #ddd;
    color: #231f20;
    float: left;
    font-size: 23px;
    height: auto;
    margin: 3px 20px 0 -50px;
    padding: 5px;
    text-align: center;
    width: 50px;
}

ul.SearchListDrop li.performar:before {
	font-family: 'FontAwesome';
	/*content: "\f0c0";*/
	content: url(/images/venue.png);
    background: transparent none repeat scroll 0 0;
    border-right: 0 solid #ddd;
    color: #231f20;
    float: left;
    font-size: 23px;
    height: auto;
    margin: 3px 20px 0 -50px;
    padding: 5px;
    text-align: center;
    width: 50px;
}
ul.SearchListDrop li.events:before {
	font-family: 'FontAwesome';
	/*content: "\f133";*/
	content:url(/images/event.png);
    background: transparent none repeat scroll 0 0;
    border-right: 0 solid #ddd;
    color: #231f20;
    float: left;
    font-size: 23px;
    height: auto;
    margin: 3px 20px 0 -50px;
    padding: 5px;
    text-align: center;
    width: 50px;
}
ul.SearchListDrop li.star, ul.SearchListDrop li.performar, ul.SearchListDrop li.events { 
	border-top:1px solid #000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	text-transform:uppercase; 
	padding:10px 10px 10px 54px; 
	background:#ebebeb;
	font-size:14px;
}

ul.SearchListDrop li.blank:before {
	font-family: 'FontAwesome';
	content: " ";
	background: #f5f5f5;
	border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
	color: #666;
    float: left;
    font-size: 20px;
    height: auto;
    margin: 0 20px 0px -62px;
    padding: 10px 5px;
    text-align: center;
    width: 50px;
}
.tranding-list{ padding:20px 15px 20px 0;}
.marbot30{ margin-bottom:30px;}
.martop40{ margin-top:40px;}
.marbot48{ margin-bottom:35px;}
#scrollbar3 .viewport{
    height: 625px;
}
.thumbnail-img > img {
    width: 100%;
}
ul.topevents{padding:5px;}
ul.topevents li{ width:43.5%; margin:12px 10px 2px 10px;}
.near{ display:none;}


/* scrollbar */
.scrollbarall
{
        width:100%;
        margin:0 auto;
        position: relative;
	border-right: 1px solid #959595;
	/*padding-bottom: 22px;*/
}
.scrollbarall .viewport{
        height: 100px;
        overflow:hidden;
        position:relative;
        background: #fff;
	border:1px solid #959595;
	border-top:0;
}

.scrollbarall .overview{
	width:100%;
        list-style:none;
        position:absolute;
        left:0;
        top:0;
        margin:0;
        
}
.scrollbarall .scrollbar{
        position:absolute;
        background-position:0 0;
        right: 0;
        top:0;
        width:15px;
	z-index:10;
	display:none;
}
.scrollbarall .track{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+0,f7f7f7+100 */
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #dcdcdc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dcdcdc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #dcdcdc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(135deg,  #dcdcdc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        height:100%;
        width:14px;
        position:relative;
        padding:0 1px;
	border-left:1px solid #b4b4b5;
	border-bottom:1px solid #6c6c6d;
}
.scrollbarall .thumb{
        background:#acacac;
        height:20px;
        width:12px;
        cursor:pointer;
        overflow:hidden;
        position:absolute;
        top:0;
        left:1px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.scrollbarall .thumb .end{
    /* background:transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; */
        overflow:hidden;
        height:5px;
        width:25px;
}
.scrollbarall .disable{
        display:none;
}
.noSelect{
        user-select:none;
        -o-user-select:none;
        -moz-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;
}
 /*scrollbar */
 
 /* 1/20/2016 */
ul.ui-autocomplete{ 
	position:absolute;
	background:#FFF;
	padding:0px;
	z-index: 1000;
	border:1px solid #ddd;
	border-top:none;
	/*height: 220px;*/
         overflow: auto;
        /*width: 480px;*/
	font-family:Verdana, Geneva, sans-serif;
}
.search-bar ul.ui-autocomplete.master-search{
	width:85% !important;
	height:auto;
	left:22px !important;
	top:40px !important;
	position:absolute;
}
ul.city-search-container.ui-autocomplete li{
	padding:5px 5px 5px 20px;
}
.city-search-container{
	width:86% !important;
	max-height:200px !important;
	left: 35px !important;
        top: 34px !important;
	overflow:auto;
}
/*ul.ui-autocomplete.master-search li.performer::before{margin:-3px 20px 0 -40px;}*/
/*ul.ui-autocomplete.master-search li{padding:5px 36px !important;}*/
/*ul.ui-autocomplete.master-search li.events::before{margin:-5px 20px 0 -40px;}*/
/*ul.ui-autocomplete.master-search li.venues::before{margin:-5px 20px 0 -40px;}*/
ul.ui-autocomplete li {
	background: #fff;
	font-size:14px;
        color: #404040;
        float: left;
        height: auto;
        padding: 5px 5px 5px 63px;
        position: relative;
        text-align: left;
        width: 100%;
        font-weight:600;
}
ul.ui-autocomplete li:hover{
	background:#013673;
	color:#fff;
	cursor:pointer;
}
ul.ui-autocomplete li span { font-size:12px; display:block; font-weight:normal;}

ul.ui-autocomplete li:before{
	background: #f5f5f5;
        border-right: 1px solid #ddd;
        bottom: 0;
        color: #666;
        float: left;
        font-size: 20px;
        height: auto;
        margin: 0;
        padding: 10px 5px;
        position: absolute;
        text-align: center;
        top: -1px;
        width: 50px;
}

ul.ui-autocomplete li.headline {
	font-size:16px;
	color:#666;
	padding:10px 20px;
}

ul.ui-autocomplete li.performer:before {
	font-family: 'FontAwesome';
	content: "\f005";
        background: transparent none repeat scroll 0 0;
        border-right: 0 solid #ddd;
        color: #231f20;
        float: left;
        font-size: 20px;
        height: auto;
        margin: 0 20px 0 -52px;
        padding: 5px;
        text-align: center;
        width: 50px;
}

ul.ui-autocomplete li.venues {
        background:#ebebeb url(/images/venue.png) no-repeat 14px 7px !important;
        color: #231f20;
        float: left;
        font-size: 14px;
        height: auto;
        margin: 0 20px 0 0;
        padding: 5px;
        text-align: left;
        width: 100%;
}
ul.ui-autocomplete li.events:before {
	font-family: 'FontAwesome';
	content: "\f073";
        background: transparent none repeat scroll 0 0;
        border-right: 0 solid #ddd;
        color: #231f20;
        float: left;
        font-size: 20px;
        height: auto;
        margin: 0 20px 0 -52px;
        padding: 5px;
        text-align: center;
        width: 50px;
}
ul.ui-autocomplete li.performer, ul.ui-autocomplete li.venues, ul.ui-autocomplete li.events { 
	border-top:1px solid #000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	text-transform:uppercase; 
	padding:10px 10px 10px 52px; 
	background:#ebebeb;
}
ul.ui-autocomplete li.performer:hover, ul.ui-autocomplete li.venues:hover, ul.ui-autocomplete li.events:hover{
	color:#231f20;
	cursor:default;
}
ul.ui-autocomplete li.blank:before {
        font-family: 'FontAwesome';
        content: " ";
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        color: #666;
        float: left;
        font-size: 20px;
        height: auto;
        margin: 0 20px 0px -62px;
        padding: 10px 5px;
        text-align: center;
        width: 50px;
}
/* End of 1/20/2016 */

/***Sports***/
.search-sports-block{background: url(/images/default_images/sports_page_search_banner_image.jpg) no-repeat center top;background-size:cover;width:100%;min-height:82px;float:left; position:relative;}
.search-sports-block .center-div{width:95%;}
.search-sports-block .search-bar{margin-top:24px;}
/***Sports***/

/***Theater***/
.search-theater-block{background: url(/images/default_images/theater_page_search_banner_image.jpg) no-repeat center top;background-size:cover;width:100%;min-height:82px;float:left; position:relative;}
.search-theater-block .center-div, .search-concerts-block .center-div{width:95%;}
.search-theater-block .search-bar{margin-top:24px;}
.search-concerts-block .search-bar{margin-top:24px;}
.upcoming-events.theater{display:none;}
/***Theater***/

/*02/16/2016*/
.payment img {
        height: 41px;
        width: 65px;
}
/*.nav > li > a:hover, .nav > li > a:focus{background:transparent;}*/

/* Schedule Sports */
.left-part{display:none;}
.search-sports-block.sports{background: url(/images/default_images/concerts_detail_page_search_banner_image.jpg) no-repeat center top;}
.search-concerts-block.sports{background: url(/images/default_images/concerts_detail_page_search_banner_image.jpg) no-repeat center top;}
.search-theater-block.sports{background: url(/images/default_images/concerts_detail_page_search_banner_image.jpg) no-repeat center top;}
.search-state-block.sports{background: url(/images/default_images/concerts_detail_page_search_banner_image.jpg) no-repeat center top;}
.player-pic{
	width:100%;
	padding:0 0 10px 0;
}
.player-pic img{
	width:100%;
}
.ticket-detail{
	width:100%;
	padding:10px 0 0 0;
	float:left;
}
.ticket-detail h2{
	color:#013673;
	font-size:24px;
	margin:0;
	padding:0 0 22px 0;
	font-weight:700;
}
.ticket-detail p{
	color:#000;
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0 0 22px 0;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}
.ticket-detail li{
	color:#000;
	font-size:18px;
	line-height:36px;
	font-family:Verdana, Geneva, sans-serif;
}
.ticket-detail li a{
	color:#000;
	font-size:13px;
	line-height:36px;
	font-family:Verdana, Geneva, sans-serif;
}
.ticket-detail li a:hover{
	color:#013673;
}
.padding-none{padding:0;}
.filter-section{
	width:100%;
	float: left;
    /*padding-bottom: 10px;*/
}
.filter-section h3{
	color:#013673;
	font-size:14px;
	margin:0;
	padding:2px 0 10px 5px;
	text-transform:uppercase;
	font-weight:700;
	display:none;
}
.filter-section h4{
	background:#013673;
	/* width:100%; */
	width:85%;
	float:left;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:13px;
	margin:0;
	padding:0 0 0 10px;
	font-weight:700;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.filter-section h4 span{font-size:18px;}
.filter-form{
	background:#013673;
	width:100%;
	margin:0;
	padding:12px 14px;
	float:left;
	display:none;
}
.filter-form .select{
	background:url(/images/arrow.png) no-repeat 95% center #fff;
	width:100%;
	height:19px;
	padding:0 20px 0 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        border:none;
        font-size:12px;
        font-weight:400;
        color:#505050;
        margin:2px 8px 7px 0;
        font-family:Tahoma, Geneva, sans-serif;
        float:left;
}
.filter-form .select::-ms-expand{
	display:none;
}
/* .filter-form .select.first{
	color:#000;
	font-weight:700;
} */

.filter-form .active_item{
	color:#000;
	font-weight:700;
}
.filter-section h4 span{
	cursor: pointer;
}
.filter-form .select.second{
	width:70%;
}
.filter-form .select.third{
	width:60%;
}
.filter-form .select.four{
	width:50%;
	margin-bottom:0;
}
.filter-form .select.five{
	width:100%;
}
.filter-form .refresh-btn{
	background:#55aee9;
	width:22px;
	height:22px;
	line-height:22px;
	border:none;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin-top: 4px;
	padding:0;
	float:right;
}

.filter-form-refresh .refresh-btn {
    background: #55aee9 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: right;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
	margin: 4px 14px 2px 0;
	display:block;
}

.filter-form-refresh {
    background: #013673 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.checkbox-filter{
	background:#f3f4f5;
	width:112px;
	margin:10px 0 0 12px;
	padding:6px 0 6px 18px;
	-webkit-box-shadow: inset 1px 2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 1px 2px 3px 0px rgba(0,0,0,0.4);
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#333;
	font-size:12px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.checkbox-filter .checkbox{
	margin:2px 12px 0 0;
	float:left;
}
.checkbox-filter label{margin:0;}
.event-info{
	width:100%;
	padding-bottom:0;
	float:left;
}
.event-info h4{
	color:#013673;
	font-size:13px;
	font-weight:700;
	margin:0 10px 18px 10px;
	padding:4px 0 8px 0;
	text-transform:uppercase;
	border-bottom:2px solid #013673;
}
.event-info li{
	width:100%;
	padding:15px 18px 13px 18px;
	float:left;
}
/* .event-info li:nth-child(odd){background:#f2f2f2;} */
.event-info li .date{
	background:#fff;
	width:68px;
	height:68px;
	padding:2px 0 8px 0;
	color:#494949;
	font-size:12px;
	line-height:20px;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	border:1px solid #787878;
	font-weight:700;
	float:left;
}
.event-info li .red{color:#e90000;}
.event-info li span{display:block;}
.event-info li .numeric{
	color:#013673;
	font-size:25px;
	font-weight:400;
}
.event-info li .des{
	width:76%;
	padding:0 15px;
	float:left;
}
.event-info li .des h5{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:23px;
}
.event-info li .des p{
	color:#000;
	font-size:11px;
	font-weight:0;
	margin:0;
	padding:3px 0 0 0;
}
.event-info li .btn-block{
	width:auto;
	height:67px;
	vertical-align:middle;
	display:table-cell;
	display:none;
}
.event-info li .btn-block a{
	background:#e60000;
	width:95px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
	float:left;
}
.event-info li .btn-block a.VIP{
	background:#013673;
	margin:12px 0 0 0;
}
.event-info li .btn-block a.VIP.highlighted-VIP{
	background:#013673;
	margin:12px 0 0 0;
	//box-shadow: 10px 10px 5px #013673;
	box-shadow: 0 5px 5px #013673;
}
.event-info li .btn-block a.VIP:hover{background:#032c5c;}
.event-info li .btn-block a:hover{
	background:#c60808;
	text-decoration:none;
	transition: all 0.5s ease 0s;
}
.event-info .more-btn{
	background:#f2f2f2;
	height:33px;
	line-height:33px;
	text-align:center;
	color:#000;
	font-size:19px;
	font-weight:700;
	margin:4px 0 0 0;
	display:block;
}
.event-info a h5{
    color:#000000;
}

.event-info a h5:hover{
    color:#013673;
}

.ui-helper-hidden-accessible{
    display :none;
}
.contact{
	background:#013673;
	width:100%;
	color:#b9b9b9;
	font-size:14px;
	padding:24px 0 24px 0;
	text-align:center;
}
.event-loading{z-index:100 !important;}
.contact span{display:block;}
.contact .number{
	color:#fff;
	font-size:24px;
	font-weight:700;
}
.contact .schedule{font-size:12px;}

/* No Events */
.no-events-available{
	width:100%;
	padding:42px 0 0 0;
	text-align:center;
	float:left;
}
.no-events-available p, .no-events-available h3{
	color:#313131;
	font-size:16px;
	font-weight:600;
	margin:0;
	padding:23px 10px 20px 10px;
	text-transform:uppercase;
}
.no-events-available h3{
	font-size:21px;
	margin:0;
	padding:0 10px 22px 10px;
	display:block;
}
.no-events-available .reset{
	//background:url(/images/reset.png) no-repeat center center #55aee9;
	width:74px;
	height:44px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0 auto 30px auto;
	display:block;
}

.event-info li.white{
        background:#ffffff;
}

.event-info li.dark{
        background:#f2f2f2;
}

/* Event */
.event-detail{
	width:auto;
	text-align:center;
	float:right;
}
.event-detail img{margin-top:10px; width:100%;}
.event-detail p{
	color:#013673;
	font-size:17px;
	text-align:center;
	font-weight:700;
	/* padding:20px 0 18px 0; */
}
.event-form{
	width:100%;
	margin:0 auto;
	text-align:left;
}
.event-form label{
	color:#121212;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
.event-form .error{
	color:#FF0000;
	float: left;
	font-size:12px;
	font-weight:400;
	text-transform:none;
	font-family:Verdana, Geneva, sans-serif;
}

.event-form .input{
	width:100%;
	height:38px;
	line-height:30px;
	padding:0 10px;
	border:1px solid #444;
	border-top:2px solid #444;
	border-right:1px solid #444;
	float:left;
}
.event-form .sign-btn{
	background:#013673;
	width:126px;
	height:27px;
	line-height:27px;
	color:#fff;
	font-size:12px;
	text-align:center;
	margin:10px 0;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	display:block;
}
.event-form .new-btn .sign-btn{margin:10px auto;}
.form_status .form_error {
    color: #FF0000 !important;
    font-size: 12px !important;
    padding: 0 !important;
}

.form_status .form_success {
    color: #008000 !important;
    font-size: 12px !important;
    padding: 0 !important;
}

/* Master search loader */
.ui-autocomplete-loading {
	background: url("/images/loading.gif") right center no-repeat !important;
}
/* Master search loader end */

.upcoming-events.popular.mar-bot3{
    display:block;
}

/* Home page for safari */
.form-control.custom{
	background: url("/images/arrow.png") 97% center no-repeat #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* 16 march */
.VIP-banner{
	display:block;
}
.navbar-collapse{
	background:#203a70;
	width:258px;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:100;
	transition: all 0.5s ease 0s;
}
.navbar-nav{margin:0;}

/* menu css */
#slidx-button {
	background-color: #fff;
	width:auto;
	margin:0;
	padding: 12px 13px 13px;
	text-align:center;
	float:right;
    position:absolute !important;
}
#slidx-button img{width:28px;}
.slidx-menu {
	background-color: #203a70;
}     
.slidx-menu li a{
	color:#fff;
    border-bottom:1px solid #0a1c46;
    font-weight:600;
    text-transform:uppercase;
	display:block;
}
#slidx-button:hover {
	background-color: #fff;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.slidx-menu li ul li a{
	padding:15px 30px;
	font-weight:600;
    text-transform:capitalize;
}
.search-header{
	background:#001d53;
	width:100%;
	height:32px;
	margin:12px 0 10px 5px;
	position:relative;
	float:left;
}
.search-header .input{
	background:transparent;
	width:85%;
	height:32px;
	line-height:normal;
	border:none;
	padding:0 12px;
	color:#fff;
	font-size:11px;
	float:left;
}
.search-header .input::-moz-placeholder{color:#fff;}
.search-header .search-btn{
	background:url("/images/search-btn.png") no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	margin:5px 5px 0 0;
	float:left;
}
.mob-pad0{padding:0;}
.search-header ul.ui-autocomplete{
	width:300px !important;
	top:42px !important;
	left:auto !important;
	right:0 !important;
}
/* 3 March 2016 */
.costom-checkbox {
	margin: 0;
	position: relative;
}
.costom-checkbox label {
	hyphens: auto;
	margin-left: 24px;
}
.costom-checkbox input[type="checkbox"] {
	float: left;
	height: 26px;
	left: 0;
	margin: 2px 0 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 26px;
	z-index: 2;
}
.costom-checkbox .checkbox-style {
	background-image: url("../images/checkbox.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 26px;
	left: 0;
	margin: 5px 10px 0 0;
	position: absolute;
	top: -3px;
	width: 26px;
	z-index: 1;
}
.costom-checkbox input[type="checkbox"]:checked + .checkbox-style {
	background-image: url("../images/checkbox-check.png");
}

/*guarantee page css date-21-03-2016*/

.search-concert-block.guarantee-img {
	background: url(/images/guarante_img.jpg) no-repeat;
}
.g-para {
	float:left;
	width:100%;
	margin:30px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000000;
}
.buyer-guarantee {
	float:left;
	width:100%;
	padding:30px 0;
	margin:15px 0;
	background:#e8e8e8
}
.buyer-heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin: 10px 0;
	color:#013673;
}
.stais-img{ margin-top:15px;}
.buyer-subheading {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin: 10px 0;
	color:#013673;
	text-transform:uppercase;
}
.buyer-point {
	float:left;
	width:100%;
}
.buyer-point li {
	float:left;
	width:100%;
	background:url(/images/check_g.png) no-repeat left center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000000;
	line-height:18px;
	margin:8px 0;
	padding-left:42px;
        background-size:22px 20px;     
}
.buyer-point li span {
	line-height: 26px;
	vertical-align: bottom;
}
.order-con {
	float:left;
	width:100%;
	padding:20px;
}
.list-order {
	float:left;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000000;
	margin:15px 0;
}
.list-order .ticket-ul {
	float:left;
	width:100%;
	padding-left:40px;
}
.list-order .ticket-ul li {
        background:url(/images/bullet.png) no-repeat left 10px;
	float:left;
	width:100%;
        padding-left: 20px;
}
.see-full {
	font-weight:bold;
}
.see-full a {
	text-decoration:none;
	color:#013673;
}
.padding-r {
	padding-right:0;
}

.p-cap{ 
	width:100%; 
	float:left; 
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	margin:13px 0;
	}
.p-normal{ 
	width:100%; 
	float:left; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	margin:5px 0;
	}

.p-span{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	font-weight:bold;
	}
.p-top{ margin-top:26px;}
.detail-sports.small a{
    color:#000;
}
.detail-sports.small a:hover{
    color:#013673;
}
.search-concert-block {
    background: rgba(0, 0, 0, 0) url("/images/bg-concert.jpg") no-repeat scroll center top / cover ;
    float: left;
    min-height: 135px;
    position: relative;
    width: 100%;
}

/* **************FAQ css date-21-03-2016 ******************** */

.p-normal.p-faq{ font-size:13px;}
.faq-question{ float:left; width:100%; margin:25px 0 15px 0;}
.faq-accordian .panel-heading{ padding:0;}
.faq-accordian .panel + .panel {
    margin-top: 0;}
.faq-accordian .panel{border-radius: 0px;}
.faq-accordian h4 a{ display:block; text-decoration:none; padding:15px; background:#013673; color:#fff; text-transform:uppercase;}
.faq-accordian .panel-default {
    border-color: #6786ab;
}


/* **************Gift Card  css date-22-03-2016 ******************** */

.gift-container{ float:left; width:100%; margin:50px 0;}
.buyer-subheading.no-margin-bottom{ margin-bottom:0;}
.filter-gift{ 
	float: left;
    margin-top: 15px;
    width: 100%;
	}
.filter-gift ul {
    display: inline-block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: auto;
}
.filter-gift ul li {
    margin-right: 15px;
	float:left;
}
.filter-gift .gift-select {
    //background:transparent url("/images/arrow.png") no-repeat right 10px center / 9px 7px;
    border: 1px solid #d9d9d9;
    color: #505050;
    height: 30px;
	border-radius:4px;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: all 500ms ease 0s;
    width: 225px;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
}
.filter-gift .gift-search-btn {
    background: #cd0e04;
    border: medium none;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: all 500ms ease 0s;
    vertical-align: middle;
    width: 130px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.have-gift{ float:left; width:100%; background:#f1f1f1; padding:20px 35px 35px; margin:50px 0 0 0;}



/* **************Sell Ticket  css date-22-03-2016 ******************** */


.search-concert-block.sell-img {
	background: url(/images/sell_img.jpg) no-repeat center;
}
.ticket-div{ float:left; width:100%; margin:45px 0;}
.ticket-row-img{ width:100%; float:left; text-align:center; margin:15px 0;}
.ticket-row-img img{ margin:0 auto;}
.ticket-row{ width:100%; float:left; text-align:center; margin:15px 0;}
.ticket-row h5{ font-size:18px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:10px 0; float:left; width:100%; padding:0 15px }
.ticket-row p{ font-size:14px; font-family:Verdana, Geneva, sans-serif; margin:10px 0; float:left; width:100%;padding:0 15px}

.buyer-heading.sell-head + .buyer-point li span{ line-height:18px; font-size:13px;}
.ticket-form{ float:left; width:100%; margin:10px 0 30px 0; }
.form-data{ float:left; width:100%; margin:10px 0;}
.form-heading{float:left; width:100%; font-size:16px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-transform:uppercase; color:#013673; margin:15px 0;}
.form-data .form-group {
    float: left;
    margin-bottom: 5px;
    width: 100%;
} 
.form-data .form-group label{ width:90%; margin-left: 10%; text-align:left; font-family:Verdana, Geneva, sans-serif; font-size:12px ; color:#272727; font-weight:bold; float:left;   line-height: 36px;
    margin-bottom: 0;
    vertical-align: baseline;}
.input-text{ width:80%; margin-left:10%; border:1px solid #111111; height:28px; float:left; padding:0 5px; border-radius:0;}
.form-data .form-group .input-text.input-50{ width:37%; margin-right:1.5%}
.form-data .form-group .input-text.input-30{ width:20%; margin-right:1.5%}
.form-data .form-group .input-text.input-20{ width:15%;}
.form-data .form-group .input-text.input-48{ width:48.5%;margin-right:1.5%}
.form-data .form-group .input-text.input-25{ width:25%;}

.additional-ticket{ float:left; width:100%; margin:15px 0 0 0; font-size:14px; font-family:Verdana, Geneva, sans-serif; }
.additional-ticket h5{float:left; width:100%; font-size:14px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:15px 0; color:#272727;}
.additional-ticket textarea{ width:100%; border:1px solid #000; padding:5px; font-size:14px; color:#272727;}
.check-detail{ float:left; width:100%; margin:15px 0;}

.check-detail .check-div{float:left; width:auto; margin-right:10px; position:relative; }
.check-detail .check-content{float:left; width:100%;font-size:14px;font-family:Verdana, Geneva, sans-serif; padding-left:30px}
.check-detail .check-content p{ margin-bottom:15px; float:left; width:100%;}
.doller-span{ float:left; font-weight:bold; font-size:14px;font-family:Verdana, Geneva, sans-serif; line-height:30px; margin-right:5px;}
.check-content a{ color:#272727; text-decoration:underline;}
.costom-checkbox input[type="checkbox"]:checked + .check-img.checkbox-style {
    background-image: url("/images/checkbox1-checked.png");
}
.check-div .check-img.checkbox-style{
   background:url("/images/checkbox1.png") no-repeat;
   cursor:pointer;
   }
.sell-btn{ padding:0px 17px; height:43px; line-height:43px; background:#e60000;  min-width:100px; transition:all 1s; font-size:20px; color:#fff; border:none; text-transform:uppercase;} 
.sell-btn:hover{ background:#b00101}

/*******************success popup page date 29-03-2016******************************/

#mysuccess .modal-content{ float:left; border:7px solid #013673;border-radius:0;margin-top: 225px;}
#mysuccess .modal-body{ float:left; padding-top:0; }
#mysuccess button.close{ padding:0 5px;}
#myfailure .modal-content{ float:left; border:7px solid #013673;border-radius:0;margin-top: 225px;}
#myfailure .modal-body{ float:left; padding-top:0; }
#myfailure button.close{ padding:0 5px;}
.pd-left0{ padding-left:0px;}
.pd-right0{padding-right:15px;}



/*******************Contact us page date 23-03-2016******************************/

.search-concert-block.contact-img {
	background: url(/images/contact_img.jpg) no-repeat center;
}
.left-contact{ float:left;  margin:5px 0;}
.right-contact{ float:left;margin:5px 0;}
.left-contact h3, .left-contact h5, .left-contact p{ text-align:left;}
.left-contact .ticket-row{ padding-top:15px;}
.send-heading{float:left; width:100%; font-size:24px; font-weight:bold;  color:#013673; margin:10px 0;}
.check-div.costom-checkbox{ width:100%; margin-bottom:5px;}
.form-contact h5{ float:left; width:100%; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:10px 0 0 0;}
.check-div.costom-checkbox label{ font-weight:normal;font-size:15px;font-family:Verdana, Geneva, sans-serif;}
.form-contact textarea{width:93%; border:1px solid #888888; padding:30px; font-size:14px; color:#272727; margin:15px 0;}
.form-contact .input-text{ border:1px solid #888888; width:93%; margin-left: 0;}
.sell-btn.send-btn{ width:130px; height:30px; line-height:30px; margin-top:5px;}
.form-data .form-group label.error{
 color: red;
 font-size: 11px;
 line-height: 22px;
 margin-left: 33px;
 text-align: left;
 width: 70%;
}
.header-border{ float:left; width: 100%; border-bottom: 1px solid #013673; }
.right-contact .form-data .form-group label.error{ margin-left: 0;}

/*******************No event major page date 26-03-2016******************************/

.left-event {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:25px;
}
.right-event {
	float:left;
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
}
.buyer-subheading.event-h4 {
	margin:20px 0;
	text-transform:capitalize;
}
.event-text {
	float:left;
	width:100%;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:5px 0 20px 0;
	color:#000000;
}
.p-normal.new-margin {
	margin:9px 0;
}
.grey-box {
	float:left;
	width:100%;
	background:#f5f5f5;
	height:185px;
	display:table;
	margin-bottom:10px;
}
.grey-box-p {
	width:100%;
	font-size:24px;
	display:table-cell;
	vertical-align:middle;
}
.buyer-subheading.new-subheading {
	font-size:30px;
	text-transform:inherit;
	margin:20px 0;
}
.event-contact {
	float:left;
	width:100%;
	margin-top:12px;
	margin-bottom:12px
}
.event-contact label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#121212;
	text-transform:uppercase;
	font-weight: normal;
	margin-right:20px;
	float:left;
}
.check-div.event-check {
	float:left;
	width:80px;
}
.check-div.event-check label {
	text-transform:capitalize;
}
.check-div.event-check.last {
	width:130px;
}
.sell-btn.send-event {
	height: 30px;
	line-height: 30px;
	width: 130px;
	background:#013673;
	font-weight: bold;
	font-size:13px;
}
.sell-btn.send-event:hover {
	background:#012248
}
.check-detail .check-content p.ec-text {
	font-size:10px;
	margin-bottom: 0;
	margin-top: 3px;
}


/*******************about us page date 28-03-2016******************************/



.buyer-guarantee.no-margin-top {
	margin-top:0;
}
.buyer-guarantee.back-color {
	background-color:#f2f2f2;
}
.ultimate-ul {
	float: left;
	width: 100%;
	padding-left:50px;
        list-style-type: none;
        
}
.ultimate-ul li {
        background:url(/images/bullet.png) no-repeat left center;
	color: #000000;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0;
	padding-left: 30px;
	width: 100%;
}
.vip-container {
	float: left;
	margin: 5px 0;
	padding: 15px 0;
	width: 100%;
}
.p-normal.p-itailic {
	font-size:12px;
	font-style:italic;
}
.p-normal.p-itailic-bottom {
	font-size:12px;
	font-style:italic;
	color:#a4a4a4;
}

/*******************success message page date 28-03-2016******************************/


.success-message{ float:left; width:100%; margin-top: 11px;}
.success-message h4{
	color: #013673;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;

	}

.success-message h4.conferm-m{ margin:20px 0 10px;}
.success-message h4.conferm-m1{margin:10px 0;}
.success-message p {
    color: #013673;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 24px!important;
    margin: 0 0 2px 0;
    width: 100%;
}	
.success-message.success-message-no-event p {
    text-align: left;
    margin-top: 7px;
}
.success-message.success-message-no-event h5 {
    text-align: left;
    font-size: 15px;
}

.success-message h3{
	float: left;
    font-size: 22px;
    line-height: 38px;
    margin: 0;
    width: 100%;
}

.custom-message h3{
	font-size:18px !important;
}

.check-detail .check-div{float:left; width:auto; margin-right:10px; }
.check-detail .check-div .check-img{ background:url(/images/checkbox1.png) no-repeat; width:22px; height:18px; float:left;margin-top: 4px;}
.check-detail .check-content{float:left; width:95%;font-size:14px;font-family:Verdana, Geneva, sans-serif;}
.check-detail .check-content p{ margin-bottom:25px; float:left; width:100%;}
.doller-span{ float:left; font-weight:bold; font-size:14px;font-family:Verdana, Geneva, sans-serif; line-height:30px; margin-right:5px;}

/*guarantee page css date-21-03-2016*/

.search-concert-block.guarantee-img {
	background: url(/images/guarante_img.jpg) no-repeat center top/cover;
}
.g-para {
	float:left;
	width:100%;
	margin:30px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#000000;
}
.buyer-guarantee {
	float:left;
	width:100%;
	padding:30px 0;
	margin:15px 0;
	background:#e8e8e8
}
.buyer-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin: 10px 0;
	color:#013673;
}
.stais-img{ margin-top:15px;}
.buyer-subheading {
	float:left; 
	width:100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin: 10px 0;
	color:#013673;
	text-transform:uppercase;
}
.buyer-point {
	float:left;
	width:100%;
}
.buyer-point li {
	float:left;
	width:100%;
	background:url(/images/check_g.png) no-repeat left center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000000;
	line-height:36px;
	margin:8px 0;
	padding-left:42px
}
.buyer-point li span {
	line-height: 26px;
	vertical-align: bottom;
}
.order-con {
	float:left;
	width:100%;
	padding:20px;
}
.list-order {
	float:left;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000000;
	margin:15px 0;
}
.list-order .ticket-ul {
	float:left;
	width:100%;
	padding-left:40px;
}
.list-order .ticket-ul li {
	float:left;
	width:100%;
	
}
.see-full {
	font-weight:bold;
}
.see-full a {
	text-decoration:none;
	color:#013673;
}
.padding-r {
	padding-right:0;
}


/* **************Policy css date-21-03-2016 ******************** */

.p-cap{ 
	width:100%; 
	float:left; 
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	margin:13px 0;
	}
.p-normal{ 
	width:100%; 
	float:left; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	margin:13px 0;
	}

.p-span{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	color:#000000;
	font-weight:bold;
	}
.p-top{ margin-top:26px;}	


/* **************FAQ css date-21-03-2016 ******************** */

.p-normal.p-faq{ font-size:18px;}
.faq-question{ float:left; width:100%; margin:25px 0 15px 0;}
.faq-accordian .panel-heading{ padding:0;}
.faq-accordian .panel + .panel {
    margin-top: 0;}
.faq-accordian .panel{border-radius: 0px;}
.faq-accordian h4 a{ display:block; text-decoration:none; padding:15px; background:#013673; color:#fff; text-transform:uppercase;}
.faq-accordian .panel-default {
    border-color: #6786ab;
}


/* **************Gift Card  css date-22-03-2016 ******************** */

.gift-container{ float:left; width:100%; margin:50px 0;}
.buyer-subheading.no-margin-bottom{ margin-bottom:0;}
.filter-gift{ 
	float: left;
    margin-top: 15px;
    width: 100%;
	}
.filter-gift ul {
    display: inline-block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: auto;
}
.filter-gift ul li {
    margin-right: 15px;
	float:left;
}
.filter-gift .gift-select {
	/*background:transparent url("/images/arrow.png") no-repeat right 10px center / 9px 7px;*/
	border: 1px solid #d9d9d9;
    color: #505050;
    height: 30px;
	border-radius:4px;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: all 500ms ease 0s;
    width: 225px;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
}
.filter-gift .gift-search-btn {
    background: #cd0e04;
    border: medium none;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: all 500ms ease 0s;
    vertical-align: middle;
    width: 130px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.have-gift{ float:left; width:100%; background:#f1f1f1; padding:20px 35px 35px; margin:50px 0 0 0;}



/* **************Sell Ticket  css date-22-03-2016 ******************** */


.search-concert-block.sell-img {
	background: url(/images/sell_img.jpg) no-repeat center top/cover;
}
.ticket-div{ float:left; width:100%; margin:45px 0;}
.ticket-row-img{ width:100%; float:left; text-align:center; margin:15px 0;}
.ticket-row-img img{ margin:0 auto;}
.ticket-row{ width:100%; float:left; text-align:center; margin:15px 0;}
.ticket-row h5{ font-size:18px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:10px 0; float:left; width:100%; padding:0 15px }
.ticket-row p{ font-size:14px; font-family:Verdana, Geneva, sans-serif; margin:10px 0; float:left; width:100%;padding:0 15px}
.buyer-heading.sell-head + .buyer-point li{ line-height:32px;}
.buyer-heading.sell-head + .buyer-point li span{ line-height:22px; font-size:20px;}
.ticket-form{ float:left; width:100%; margin:10px 0 0 0; }
.form-data{ float:left; width:100%; margin:10px 0;}
.form-heading{float:left; width:100%; font-size:18px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; text-transform:uppercase; color:#013673; margin:30px 0;}
.form-data .form-group {
    float: left;
    margin-bottom: 15px;
    width: 100%;
} 
.form-data .form-group label{ width:25%; text-align:left; font-family:Verdana, Geneva, sans-serif; font-size:14px ; color:#272727; font-weight:bold; float:left;   line-height: 36px;
    margin-bottom: 0;
    vertical-align: baseline;}
.input-text{ width:75%; border:1px solid #111111; height:36px; float:left; padding:0 5px; border-radius:0;}
.form-data .form-group .input-text.input-50{ width:37%; margin-right:1.5%}
.form-data .form-group .input-text.input-30{ width:20%; margin-right:1.5%}
.form-data .form-group .input-text.input-20{ width:15%;}
.form-data .form-group .input-text.input-48{ width:48.5%;margin-right:1.5%}
.form-data .form-group .input-text.input-25{ width:25%;}
.pd-right{ padding-right:30px}
.pd-left{ padding-left:30px}
.additional-ticket{ float:left; width:100%; margin:30px 0 0 0; font-size:14px; font-family:Verdana, Geneva, sans-serif; }
.additional-ticket h5{float:left; width:100%; font-size:14px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:15px 0; color:#272727;}
.additional-ticket textarea{ width:100%; border:1px solid #000; padding:5px; font-size:14px; color:#272727;}
.check-detail{ float:left; width:100%; margin:15px 0;}
.check-detail .check-div{float:left; width:auto; margin-right:10px; position:relative; }
.check-detail .check-content{float:left; width:100%;font-size:14px;font-family:Verdana, Geneva, sans-serif; padding-left:40px}
.check-detail .check-content p{ margin-bottom:25px; float:left; width:100%;}
.doller-span{ float:left; font-weight:bold; font-size:14px;font-family:Verdana, Geneva, sans-serif; line-height:30px; margin-right:5px;}
.check-content a{ color:#272727; text-decoration:underline;}
.costom-checkbox input[type="checkbox"]:checked + .check-img.checkbox-style {
    background-image: url("/images/checkbox1-checked.png");
}
.check-div .check-img.checkbox-style{
   background:url("/images/checkbox1.png") no-repeat;
   cursor:pointer;
   }
.sell-btn{ padding:0px 17px; height:43px; line-height:43px; background:#e60000;  min-width:100px; transition:all 1s; font-size:20px; color:#fff; border:none; text-transform:uppercase;} 
.sell-btn:hover{ background:#b00101}

.check-div  label.error{position:absolute;top:26px;font-size:13px;color:#ff0000}
.costom-checkbox input[type="checkbox"]:checked.check-img.checkbox-style{background-image:url("/images/checkbox1-checked.png")}

/*******************Contact us page date 23-03-2016******************************/

.search-concert-block.contact-img {
	background: url(/images/contact_img.jpg) no-repeat center top/cover;
}
.left-contact{ float:left; padding-right:50px; margin:30px 0; border-right:1px solid #05060a;}
.right-contact{ float:left; padding-left:30px;margin:30px 0;}
.left-contact h3, .left-contact h5, .left-contact p{ text-align:left;}
.left-contact .ticket-row{ padding-top:15px;}
.send-heading{float:left; width:100%; font-size:30px; font-weight:bold;  color:#013673; margin:10px 0 20px 0 ;}
.check-div.costom-checkbox{ width:100%;}
.form-contact {float: left;width: 100%;}
.form-contact h5{ float:left; width:100%; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin:10px 0 0 0;}
.check-div.costom-checkbox label{ font-weight:normal;font-size:15px;font-family:Verdana, Geneva, sans-serif;}
.form-contact textarea{width:100%; border:1px solid #888888; padding:5px; font-size:14px; color:#272727; margin:15px 0;}
.form-contact .input-text{ border:1px solid #888888; width:100%}
.sell-btn.send-btn{ width:130px; height:30px; line-height:30px;}


/*******************No event major page date 26-03-2016******************************/

.left-event{ float:left; width:100%; margin-top:10px; margin-bottom:25px;}
.right-event{ float:left; width:100%; margin-top:25px; margin-bottom:25px;}
.buyer-subheading.event-h4{ margin:20px 0; text-transform:capitalize;}
.event-text{ float:left; width:100%; font-size:12px; font-family:Verdana, Geneva, sans-serif; margin:5px 0 20px 0; color:#000000;}
.p-normal.new-margin{ margin:9px 0;}
.grey-box{ float:left; width:100%; background:#f5f5f5; height:185px; display:table; margin-bottom:10px;}
.grey-box-p{width:100%; font-size:24px; display:table-cell; vertical-align:middle;}
.buyer-subheading.new-subheading{ font-size:30px; text-transform:inherit; margin:20px 0;}
.event-contact{ float:left; width:100%; margin-top:12px;margin-bottom:12px}
.event-contact label{ font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#121212; text-transform:uppercase;  font-weight: normal; margin-right:20px; float:left;}
.check-div.event-check{ float:left; width:80px;}
.check-div.event-check label{ text-transform:capitalize;}
.check-div.event-check.last{width:130px;}
.sell-btn.send-event {
    height: 30px;
    line-height: 30px;
    width: 130px;
	background:#013673;
	font-weight: bold;
	font-size:13px;	
}
.sell-btn.send-event:hover{ background:#012248} 
.check-detail .check-content span.ec-text{ font-size:10px;margin-bottom: 0;
    margin-top: 3px;}
.noevent-date{ position:relative;}
.noevent-date .fa.fa-calendar {
    left: 24px;
    position: absolute;
    top: 33px;
	color: #013673;
    font-size: 20px;
}
.noevent-date .input{
    padding-left: 35px;
	font-size:17px;
}	
	
/* 3 March 2016 */
.costom-checkbox {
	margin: 0;
	position: relative;
}
.costom-checkbox label {
	hyphens: auto;
	margin-left: 24px;
}
.costom-checkbox input[type="checkbox"] {
	float: left;
	height: 26px;
	left: 0;
	margin: 2px 0 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 26px;
	z-index: 2;
}
.costom-checkbox .checkbox-style {
	background-image: url("/images/checkbox.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 26px;
	left: 0;
	margin: 2px 10px 0 0;
	position: absolute;
	top: 0;
	width: 26px;
	z-index: 1;
}
.costom-checkbox input[type="checkbox"]:checked + .checkbox-style {
	background-image: url("/images/checkbox-check.png");
}
.form-group.new-group .input-text{width:100%;}
.form-group.new-group label.error {
    margin-left: 10px;
    width: 100%;
}
#ui-datepicker-div{ display:none;}
.pading-45{ padding-left: 8px; margin-bottom: 15px;}
.margin-left9{ margin-left:7%}
#mysuccess .modal-content{ float:left; border:7px solid #013673;border-radius:0;}
#mysuccess .modal-body{ float:left; padding-top:0; }
#mysuccess button.close{ padding:0 5px;}
.pd-left0{ padding-left:0px;}

.check-content label.error {
    color: red;
    margin-left: 14px;
    font-size:11px;
}
.TopHeading .breadcrumb li:last-child a.single_breadcrumb{
    max-width: 400px;
    width: auto;
}
.move-right{
    float: right;
    width: 100% 
}
.TopHeading h3{font-size:30px;}
.remove-left-padding{padding-left:0px}
.show-info{
	width:100%;
	float:left;
}
.pl-0{padding-left:0;}

#myDiv{
	background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#myDiv img{
	border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    height: 90px;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%,-50%); 
	-ms-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%); 
    width: 90px;
}
.header_message{background:#4e99c2;padding:10px 0px;color:#fff;min-height:80px; width: 100%; float: left;}
.message-icon {text-align:center; width:8%;display: table-cell;}
.message-icon  img{width: 40px; margin: 0 0 0 10px;}
.message-text{width:83%;padding:0 10px 0 30px;display: table-cell;vertical-align: middle;}
.message-text h3{margin:0;font-size:19px;font-weight:bold;}
.message-text p{margin:0;text-align: justify;padding-top:0px;}
.custom-container{width: 100%;margin:auto;vertical-align: middle;display: table;}
.msg-close{width:5%;text-align:right;display: table-cell;}
.fa-times {
    border: 1px solid #9fc8de;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-left: 20px;
    padding: 1px 3px;
    background:#9fc8de;
}
.attend-style{
	background: url(/IMG/attend-style.png) no-repeat;
    width: 210px;
    text-align: center;
    margin: 1px 0 0 0;
    padding: 28px 13px 0px 14px;
    float: left;
    height: 80px;
}
.attend-style span{
	color:#fff;
	font-size:11px;
	padding-bottom: 6px;
	//text-shadow: 1px 2px 1px rgba(68, 139, 186, 1);
    display: block;
}
.attend-style a{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	text-shadow:1px 2px 0px rgba(68, 139, 186, 1);
}
.money-back{
    width: 24%;
    padding: 29px 0 0 45px;
    float: right;
}
.money-back img.guarantee{
	margin: 0 7px 0 0;
    padding: 0;
    float: left;
}
.money-back h1{
	color:#203a70;
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
}
.money-back h1 a{
	color:#203a70;
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:700;
	font-family:Arial, Helvetica, sans-serif;
}
.money-back li{
	color: #505050;
    font-size: 13px;
    list-style: disc inside;
}
.money-back a{
	color:#203a70;
	font-size:13px;
}
.money-back .custom-looltip ul{
	padding: 0 0 0 15px;
}
.money-back .custom-looltip li{
	color:#fff;
	list-style: disc outside;
}
.attend-style-mobile{
	background:#55aee9;
	width:100%;
	padding:5px 7px;
	text-align: center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.attend-style-mobile h1{
	color: #fff;
    font-size: 14px;
    margin: 0;
	font-weight: 600;
    padding: 0 0 5px 0;
	text-shadow:1px 2px 1px rgba(68, 139, 186, 1);
}
.attend-style-mobile a{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
/*2018-04-16*/

.filter_nav ul li:first-of-type {
    display: list-item !important;
}


@media (max-width:1024px) {
.TopHeading .breadcrumb > li a{font-size:10px;}
.footer_mid_wrapper .payment img {
	height: 32px;
	width: auto;
}

}
@media (max-width:992px) {
.TopHeading .breadcrumb > li a{font-size:8px;}
.footer_mid_wrapper  .container .ftr_nav_box{width:20%}
.ftr_premium_txt{width:38%}
.fixed-footer-bootom{bottom:0;right:0;left:0}

.TopHeading h3{font-size: 18px;}
}

@media (max-width:760px) {
	div.ticket-panel .content .second-row {
    margin: 4px 0px 0px 0px;
}

div.seat-view-pic>img {
    /* height: 200px; */
    width: 70%;
}
	
	.form-data .form-group label{width:100%;}
	.margin-left9{margin-left:2%}
	.input-text{width:88%}
	.pd-left{padding-left:0}
	.pd-left .form-heading{padding-left:10px}
	.contact{margin-top:10px}
	/*.g-recaptcha>div>div{height:200px!important}*/
	.check-div label.error{top:40px}
	.form-contact .input-text{width:95%}
	.right-contact{padding:0}
	.left-contact{border:none;padding:0;margin:0}
	.form-contact textarea{width:95%}
	.p-normal.p-faq{font-size:13px;margin:0}
	.buyer-heading{line-height:25px}
	.right-contact{width:95%}
	#sucess{text-align:center}
	/*.TopHeading{margin-bottom:15px}*/
	.filter-section > form{margin-top:15px;}
	.col-sm-6.search-remove{display:none}
	.TopHeading{min-height:auto}
	.TopHeading h3{padding:7px 0}
	ul.ui-autocomplete li{font-size:11px}
	.padding-space{padding-bottom:30%;}

	.row.padding-space .pading-45{padding-left:20px}
	#over-flow-changes{width:95%}
	.TopHeading h3{
		font-size: 20px;
	}

	.search-concert-block.sell-img{display:none}
	.fa.fa-refresh{font-size:14px;margin:-1px}
	.contact{margin-top:0}
	.event-info .more-btn{background:#aaa;}
	
	
	.slidx-menu {
	display: none;
	}
	.slidx-menu.slidx-open {
		display: block;
		
	}
	.h-line {
	display: none;
	}
.tal-scrol-sec {
    height: auto !important;
    min-height: 650px;
}
	
}
@media (max-device-width: 768px){
	.filter_nav ul li:first-of-type {
		display:list-item !important;
	}
	.venue-map {
		height: 200px;
	}

	.mBanner{
		width: 100%;
	}
	.VIP-banner {
	    width: 100%;
	    padding: 0px 0 15px 0;
	    display: block;
	}
}


@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 	
	.tuMapTicketList > table + div{height:375px !important;}
	
	div.ticket-panel .content .row-section {
    width: 68%;
	}
	
	
	div.ticket-panel .content .row-price {
    width: 32%;
	}
	
	div.ticket-panel .content .second-row {
    margin: 6px 0px 0px 0px;
}

div.seat-view-pic>img {
    height: 160px;
    width: 100%;
}
}
@media (max-width:480px){
    #ListContainer .tab-content > .tab-pane a.price-btn{
        border-radius: 3px;
        float: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10px;
        font-weight: 600;
        height: 22px;
        line-height: 23px;
        margin: 0 0 0 2px;
        text-align: center;
        width: 50px;
    }
    .PriceSlider {
        float: left;
        margin: 3px 15px 0 15px;
        width: 52%;
    }
    div.PriceDiv{padding: 4px 6px;}
    .e-tickets, .prefer-ticket{
        font-size: 13px;
    }
    .eticket_section .block1{
        padding: 0;
    }
    .list-head li.list-head-price{
        float: right;
    }
	.tuMapTicketList > table + div{height:648px !important;}
}

/* #changes in scroll bar */
@media (max-width:767px){
.modal-open {
    overflow: hidden;
    position: fixed;

}
div.map-mobile {
    margin-bottom: 0px;
	margin-top: 7px;
}
.maps-legend .dropdown-list {
	width: 220px;
	max-height: 142px;
	overflow: auto !important;
}

/* html,body{ -webkit-overflow-scrolling : touch !important; overflow: auto !important; height: 100% !important; } */
	.scrollbar{
		display:none !important;
	}
	#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport, #scrollbar5 .viewport{
    max-height: 370px;
    overflow:auto;
	-webkit-overflow-scrolling:touch;
    position:relative;
 
}
#scrollbar1 .overview, #scrollbar2 .overview, #scrollbar3 .overview, #scrollbar5 .overview{
	width:100%;
    list-style:none;
    position:relative;
    left:0;
    top:0 !important;
    margin:0;
    -webkit-overflow-scrolling:touch;
}
}
/* #End changes in scroll bar */

/*.col-sm-6.remove-left-padding h3{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  
	}*/
#customSpan{margin-top:2px}


.pos-events div.container{
    /*padding-right: 0px;*/
}

/*.fancybox-wrap{
    width: 530px;
    height: auto;
    position: absolute; 
    left: 409px;
    margin: 0 auto !important;
    top: 25% !important;
    opacity: 1;
    overflow: visible;
}*/

#captcha{
    color:#f00;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
 }
 #event_captcha {
	color: #ff0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}
 .filter-section{margin-bottom:10px;}
 .multiline-row {
	position: relative;
 }
 .multiline-row .btn-mini{
	position: absolute;
	bottom: 0;
	width: 105px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
 }
 /*------------------------NEW CSS----------------*/
.navbar-nav > li span.arrow.full,
.navbar-nav > li span.arrow.down.full {
    background-position: 231px center;
    width: 100%;
}
 

 .overview-few-location {
     padding-top: 20px;
     padding-bottom: 30px;
     width: 100%;
     text-align: center;
     background-color: #fff;
 }
 .overview-few-location img {
     margin: 20px;
 }
 .overview-few-location p {
     text-transform: uppercase;
     font-size: 13px;
     
 }
 .upcoming-events li .overview-few-location p a {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
 }
 .navbar-nav > li span.arrow.full,
.navbar-nav > li span.arrow.down.full {
    background-position: 231px center;
    width: 100%;
}

/* Soccer */
 .faq-accordian .panel-heading {
	padding:0;
}
.faq-accordian .panel + .panel {
	margin-top: 0;
}
.faq-accordian .panel {
	border-radius: 0px;
}
.faq-accordian h4 a {
	display:block;
	text-decoration:none;
	padding:15px;
	background:#013673;
	color:#fff;
	text-transform:uppercase;
}
.faq-accordian .panel-default {
	border-color: #6786ab;
}
.panel-group.margin0{margin-bottom:0;}
.soccer-list h2{
	color:#1b1b1b;
	font-size:16px;
	font-weight:600;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.soccer-list li{
	color:#000;
	font-size:12px;
	line-height:24px;
	font-family:Verdana, Geneva, sans-serif;
}
.soccer-list li a{
	color:#000;
}
.soccer-list li a:hover{
	color:#013673;
}
/* Soccer */
/*-----------Seeting chart tooltip popup css  !important-----------------*/
.fancybox-inner img{max-width: 100%; width: auto;}

/* NFL Tickets */
.nfl-tickets{
	width:100%;
	padding:4px 0 10px 0;
	float:left;
}
.nfl-tickets h1{
    background: #013673;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin: 7px 0 14px;
    text-align: center;
    text-transform: uppercase;
}
.nfl-tickets h1.red{
	background:#db0000;
	display: block;
}
.nfl-tickets .half-column{
	width:100%;
	float:left;
}
.column-tickets{
	padding-left:7px;
	padding-right:7px;
}
.column-tickets ul{
	width:100%;
	margin-bottom:0;
        padding-bottom:5px;
	float:left;
}
.column-tickets.pad-l0{padding-left:0;}
.column-tickets.pad-r0{padding-right:0;}
.nfl-tickets h2{
	color:#013673;
	font-size:16px;
	font-weight:700;
	margin:0;
	padding:0 0 8px 0;
}
.nfl-tickets li{
	width:100%;
	margin:0 0 8px 0;
	font-weight:600;
	text-transform:uppercase;
	float:left;
}
.nfl-tickets li a{
	background:#eaeaea;
	width:100%;
	color:#000;
	font-size:22px;
	padding:9px 0 9px 9px;
	float:left;
}
.nfl-tickets.two-column li a{padding:5px 0 5px 5px;}
.nfl-tickets.two-column li a{
    font-size:12px;
}
.nfl-tickets li a img{
    width:50px;
    margin:0 10px 0 0;
    float:left;
}
.nfl-tickets.two-column li a img{margin:0 5px 0 0;}
.nfl-tickets li a span{
	font-size:13px;
	font-weight:300;
	padding:2px 0 0 0;
	text-transform:capitalize;
	display:block
}
.nfl-tickets.two-column li a span{font-size:11px;}
.mar-t20{margin-top:20px;}
.nfl-tickets li a:hover{
	background:#013673;
	color:#fff;
	text-decoration:none;
}
.nfl-event{
	width:100%;
	float:left;
}
.nfl-event h2{
	color:#013673;
	font-size:16px;
	font-weight:700;
	margin:0;
	padding:0 0 13px 0;
}
.nfl-event .column{
	background:#eaeaea;
	width:100%;
	margin-bottom:12px;
	float:left;
}
.nfl-event .column a{
	background:#eaeaea;
	padding:9px 8px 13px;
	display:block;
}
.nfl-event .column a:hover{
	background: #013673;
    color: #fff;
    text-decoration: none;
}
.nfl-event .column h4{
	color:#000;
	font-size:13px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 7px 0;
	font-weight:700;
}
.nfl-event .column a:hover h4{color:#fff;}
.nfl-event .column img{width:100%;}
.column-tickets.pad-l0 {
    padding-left: 0;
}
.column-tickets.pad-r0 {
    padding-right: 0;
}
.primium_seats.second{padding:35px 0 60px 0;}
.column-tickets.pad-l32{padding-left:0;}
.column-tickets.pad-r32{padding-right:0;}
/* NFL Tickets */

/* Affiliate */
.affiliate-banner{
	background: url(/images/affilate.jpg) no-repeat center top;
	background-size:cover;
	width:100%;
	min-height:125px;
	float:left; 
	position:relative;
}
.affiliate-content{
	background:#fff;
	width:100%;
	float:left;
}
.affiliate-content h1{
	color:#013673;
	font-size:21px;
	text-align:center;
	font-weight:600;
	margin:0;
	padding:17px 0 9px 0;
}
.affiliate-content p{
	color:#000;
	font-size:11px;
	text-align:center;
	padding:0 0 5px 0;
	font-family:Verdana, Geneva, sans-serif;
}
.affiliate-section{
	background:#e8e8e8;
	padding:12px 16px 8px 16px;
}
.affiliate-section h2{
	color:#013673;
	font-size:14px;
	margin:0;
	padding:13px 0 17px 0;
	font-weight:600;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.affiliate-list{
	width:100%;
	padding:0;
	float:left;
}
.affiliate-section li{
	background:url(/images/check.png) no-repeat left 4px;
	background-size:18px 16px;
	color:#000;
	font-size:10px;
	padding:0 0 11px 24px;
	font-family:Verdana, Geneva, sans-serif;
}
.affiliate-faq{
	background:#fff;
	width:100%;
	float:left;
}
.affiliate-faq h3{
	color:#013673;
	font-size:21px;
	margin:0;
	padding:25px 0 27px 0;
	font-weight:600;
}
.affiliate-faq h4 a {
	display:block;
	text-decoration:none;
	padding:12px 18px;
	font-weight:600;
	background:#013673;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.affiliate-faq .panel-body{padding:0 26px 30px 26px;}
.affiliate-faq p{padding:18px 0 0 0; font-size:11px; margin:0; text-align:justify;}
.affiliate-form{
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.affiliate-form h5{
	color:#013673;
	font-size:21px;
	font-weight:600;
	text-align:center;
	margin:0;
	padding:0;
}
.affiliate-form p{
	color:#000;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:5px 0 15px 0;
	font-family:Verdana, Geneva, sans-serif;
}
.affiliate-form label{
	color:#272727;
	font-size:8.5px;
	font-weight:600;
	padding:5px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
}
.affiliate-form .form-control{
	width:100%;
	height:24px;
	line-height:24px;
	margin:0;
	border:1px solid #111;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	float:left;
}
.affiliate-form  .input-text{width:100%; height:24px; line-height:24px; margin:0;}
.mob-pad-r0{padding-right:0}
.pad-L0{padding-left:0;}
.pad-r0{padding-right:0;}
.affiliate-form label.terms{
	color:#272727;
	font-size:10px;
	font-weight:400;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
.affiliate-form label.terms a{
	color:#272727;
	text-decoration:underline;
}
.affiliate-form .submit{
	background:#e60000;
	width:155px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	border:none;
	cursor:pointer;
	display:block;
}
.affiliate-form .submit:hover{background:#c90202;}
.affiliate-form label.error{color:red;}
.mobile-divider{width:100%; height:15px; float:left;}
/* Affiliate */

/* New York */
.search-new-york-block.newyork{background: url(/images/newyork.jpg) no-repeat center top;background-size:cover;width:100%;min-height:78px;float:left; position:relative;}
.info h2.gap{
	padding-bottom:22px;
}

/* Las vegas */

.search-las-vegas-block.newyork{background: url(/images/lasvegas-mobile.jpg) no-repeat center top;background-size:cover;width:100%;min-height:80px;float:left; position:relative;}

.info h2.gap{
	padding-bottom:22px;
}

/* Seat View image */

.seat-view-pic>img {
    /* height: 300px; */
	width:70%;
}

.filters-price-input-cnt {
    display: table;
    font-size: 11px;
    margin: auto;
}

.filters-price-input-cnt span.addon:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    float: left;
}
.filters-price-input-min {
    width: 52px;
}

.filters-price-input-min {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    box-shadow: none;
    color: #8e8e93;
    float: left;
    font-size: 14px;
    height: 28px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 60px;
}

.filters-price-input-cnt span.addon:first-child {
    border-radius: 4px 0 0 4px;
    border-right: 0;
    float: left;
}

.filters-price-input-cnt span.addon {
    background-color: #eee;
    border: 1px solid #ccc;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: rgb(204, 204, 204);
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px 6px;
    text-align: center;
}

.filters-price-input-min {
    width: 52px;
}

.filters-price-input-min-cnt:first-child .filters-price-input-text {
    text-align: right;
    width: 68px;
}

.filters-qty-filter .btn, .filters-price-input-min-cnt {
    color: #fff;
}

.filters-price-input-min-cnt {
    display: table-cell;
    float: left;
}

.filters-price-input-min:first-child {
    border-left: 0;
    border-right: 0;
}

.filters-price-input-min {
    width: 52px;
}

.filters-price-input-min {
    border: 1px solid #d2d2d2;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: rgb(210, 210, 210);
        border-left-color: rgb(210, 210, 210);
    border-radius: 0;
    box-shadow: none;
    color: #8e8e93;
    float: left;
    font-size: 14px;
    height: 28px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 60px;
}

.filters-price-input-cnt span.addon:nth-child(2) {
    border-radius: 0 4px 4px 0;
    float: left;
}

.filters-price-input-cnt span.addon {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px 6px;
    text-align: center;
}

.filters-price-input-text {
    text-align: center;
    width: 58px;
}

#TuMap{
	    height: 964px;
}
.submitprice,
.resetprice  {
	border: 2px solid #55aee9;
	border-radius: 2px;
	color: #55aee9;
	background: transparent;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	    margin-left: 10px;
}
.resetprice  {
	border: 2px solid #d33535;
	color: #d33535;
}
.submitprice:hover {
	background: #55aee9;
	color: #fff;
}
.resetprice:hover {
	background: #d33535;
	color: #fff;
}


/*Start Aboutus page css*/

.ps-video-bg
{
	background:#f2f2f2;
	padding:45px 0;
}
.ps-video img
{
	margin:auto;
}
.ps-video-text p
{
    font-size: 18px;
    font-family: Verdana;
    letter-spacing: -0.1px;
	margin-top: 30px;
}
.ps-video-text h3
{
	color:#013673;
	font-size:40px;
	font-weight:600;
	font-family:Trebuchet MS;
	margin-top: 40px;
}
.ps-extensive-bg
{
	background:#fff;
	padding:45px 0;
}
.ps-extensive img
{
	margin:auto;
}
.ps-extensive h3
{
	color:#272727;
	font-family:Verdana;
	font-size:18px;
	font-weight:600;
}
.ps-extensive p
{
    color: #000;
    font-family: Verdana;
    font-size: 14px;
}
.ps-img img
{
	width: 16.6%;
    float: left;
}
.ps-vip-bg
{
	background:#fff;
	padding:45px 0;
	clear: both;
}
.ps-vip-ul
{
		margin:auto;
		    width: 80%;
}
.Preferred
{
	margin-left:0%;
}
.ps-vip h3
{
	font-family:Trebuchet MS;
	font-size:42px;
	color:#013673;
	font-weight:600;
}
.ps-vip p
{
    font-family: Verdana;
    font-size: 18px;
    color: #000;
    padding: 30px 0px;
}
.ps-vip-ul ul 
{
	width:50%;
	float:left;
	margin:auto;

}
.ps-vip-ul ul li
{
	list-style: inside;
    font-family: Verdana;
    font-size: 18px;
    color: #000;
}
.ps-click-btn-bg
{
	background: #e5e5e5;
    padding-bottom: 10px;
	width: 101.5%;
}
.ps-click-btn-bg h3
{
	display: inline-block;
	color:#013673;
	font-family:Trebuchet MS;
	font-size:27px;
	font-weight:600;
}
.ps-click-text
{
	font-family:Verdana;
	font-size:16px;
	color:#000;
	font-style: italic;
	padding-top: 25px;
}
.ps-click-btn-bg img
{
	padding-bottom: 10px;
}
.ps-click-btn-bg a
{
	position: relative;
    top: -5px;
}
.ps-package
{
	background: #032c5c;
	padding: 6px 25px;
    margin: 25px 5px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;

}
.ps-package:hover
{
    color: #fff;
	text-decoration:none;

}
.ps-affiliated
{
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    color: #a4a4a4;
    font-style: italic;
    letter-spacing: .6px;
    padding-top: 30px;
}
.ps-meet-text h3
{
	text-align:center;
	font-family:Trebuchet MS;
	font-size:42px;
	font-weight:600;
	color:#023672;
}

#video1 {
	width: 78%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  
{
.ps-click-btn-bg h3 {
    display: inline-block !important;
    color: #013673;
    font-family: Trebuchet MS;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
}
.ps-vip-ul ul li {
    font-size: 11px;
}
#video1 {
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
   .ps-img img
	{
		width: 50%;
		float: left;
	}
	.ps-vip-ul
{
		margin:auto;
		    width: 100%;
}
.Preferred
{
	margin-left:10%;
}
.ps-video-text h3 {
    color: #013673;
    font-size: 18px;
    font-family: Trebuchet MS;
}
.ps-vip h3
{
	font-family: Trebuchet MS;
    font-size: 23px;
    color: #013673;
}
.ps-vip p
{
	font-family:Verdana;
	font-size:12px;
	color:#000;
	padding:10px 0px;
}
.ps-vip-ul ul li {
    list-style: inside;
    font-family: Verdana;
    font-size: 11px;
    color: #000;
}
.ps-extensive p {
    color: #000;
    font-family: Verdana;
    font-size: 12px;
    padding-bottom: 30px;
}
.ps-vip-ul ul 
{
	width:100%;
	float:left;
	margin:auto;

}
.ps-click-btn-bg h3 {
    display: block;
    color: #013673;
    font-family: Trebuchet MS;
    font-size: 30px;
    font-weight: 600;
	text-align:center;
	padding-top: 30px;
}
.click-btn-text-mobile
{
	padding-top: 0px !important;
}
.ps-meet-text
{
	clear:both;
}
.ps-meet-text h3 {
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 30px;
    font-weight: 600;
    color: #023672;
    padding-bottom: 30px;
}
.ps-affiliated {
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    color: #a4a4a4;
    font-style: italic;
    letter-spacing: 1.1px;
    padding-top: 0px;
}
.ps-click-btn-bg {
    background: #e5e5e5;
    padding-bottom: 10px;
    margin: auto;
}
.ps-img-bg
{
	    margin-top: -40px !important;
}
.ps-vip-bg {
    background: #fff;
    padding: 10px 0;
    clear: both;
}
.ps-click-btn-bg img {
    padding-bottom: 10px;
    margin-left: 15%;
}
#video1 {
	width: 100%;
}
}
@media only screen and (max-width: 320px) {
.ps-vip h3
{
	font-family: Trebuchet MS;
    font-size: 20px;
    color: #013673;
}
.Preferred {
    margin-left: 10%;
}
.ps-vip-ul ul li {
    font-size: 10px;
}
.ps-click-btn-bg h3 {
    font-size: 25px;

}
#video1 {
	width: 100%;
}
}
/*End Aboutus page css*/


/*Start Search results page css*/
.ps_search_bg
{	
	background: url(/images/default_images/search_page_search_banner_image.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-height: 136px;
    max-height: 177px;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 25px;
}
.ps_search-bar .button {
    background: url("/images/search.png") no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    color: #013673;
    margin: 7px 0 0 0;
    float: left;
    background-size: 22px;
}
.ps_Search-text h2
{
	color:#043476;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
	font-family:Trebuchet MS;
}
.ps_Search-text h3
{
	border-bottom: 2px solid #043476;
    width: 95%;
    display: inline-block;
	color:#043476;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	font-family:Trebuchet MS;
}
.ps_Search-text ul li
{
	font-size:24px;
	/* font-weight:600; */
	font-family:Trebuchet MS;
	color:#000;
	    line-height: 35px;
}
.ps_Search-text ul li a{
	color:#000;	
}

.ps_Search-text ul li a:hover {
    color: #013673;
}

.ps_fa-star
{
	color: #000;
    font-size: 28px !important;
    margin-right: 5px;
}
.ps_Search-view
{
	background:#f2f2f2;
	margin-bottom:0px;
	margin-top:5px;
}
.ps_search-view h3{
	margin-top: 7px;
	color:#000;	
	font-size:19px !important;
}
.ps_search-view h3 a
{
	color:#000;
	text-decoration:none;
	text-transform:initial;
	font-size: 19px;
    font-weight: 700;
}
.ps_search-view h3 a:hover
{
	color:#013673;
}
.ps_event-text2
{
	color:#013673;
	font-size:18px;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom: 0px;
    margin-top: 0px;
}
.ps_detail p {
    font-size: 10px;
	color:#000;
    text-transform: initial;
}
.ps_detail-text h5
{
	text-transform: capitalize;
}
.ps_margin-right10
{
	margin-right: 10px;
}
.ps_margin-top60
{
	margin-top: 0px;
}
.ps_margin-top40
{
	margin-top:5px;
}
.ps_event-text2 h3
{
	font-size: 17px;
    font-weight: 600;
	    margin-bottom: 20px;
}
.ps_Search-text ul
{
	margin-top:10px;
}

.padding-b15{
	padding-bottom:15px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  
{
.ps_Search-text h3 {
    border-bottom: 2px solid #043476;
    width: 90%;
    display: inline-block;
    color: #043476;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: Trebuchet MS;
}
.ps_Search-text ul
{
	margin-top:10px;
}

}
@media only screen and (max-width: 767px) {
.mc-banner .mc-layout__bannerContent iframe{
	height: auto !important;
}
.ps_Search-text h2 {

    font-size: 22px;
    font-weight: 600;
    font-family: Trebuchet MS;
}
.ps_Search-text h3 {
    border-bottom: 2px solid #043476;
    width: 78%;
    display: inline-block;
    color: #043476;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: Trebuchet MS;
}
.ps_Search-text ul li {
    font-size: 13px;
    font-weight: 600;
    font-family: Trebuchet MS;
    color: #000;
}
.ps_event-text2 h3
{
	font-size: 13px;
    font-weight: 600;
}
.ps_search-view h3 a
{
	color:#000;
	text-decoration:none;
	text-transform:initial;
	padding:5px;
	line-height: 30px;
}
.ps_multile_date{
	width:45px !important;
}
.custom-message h3{
	font-size:17px !important;
}
}
@media only screen and (max-width: 320px) {
.ps_Search-text h2 {

    font-size: 20px;
    font-weight: 600;
    font-family: Trebuchet MS;
}
.ps_Search-text h3 {
    border-bottom: 2px solid #043476;
    width: 78%;
    display: inline-block;
    color: #043476;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: Trebuchet MS;
}
.ps_Search-text ul li {
    font-size: 13px;
    font-weight: 600;
    font-family: Trebuchet MS;
    color: #000;
}
.ps_detail-text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 80% !important;
    padding-left: 10px;
    float: left;
}
.ps_event-text2 h3
{
	font-size: 13px;
    font-weight: 600;
}
.ps_search-view h3 a {
    color: #000;
    font-size: 19px;
    text-decoration: none;
	font-weight: 700;
    /* text-transform: initial; */
}
}
/*End Search results page css*/
.ps_multile_date{
	width:53px;
}

.mc-modal .mc-layout__modalContent{
	overflow: hidden;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
 opacity: 0.4;
}