/*platform start*/
section h4 {
	border: 1px solid #999999;
	padding: 10px 0px;
}
section h4:hover {
	background-color: lightgray;
}
.TabHeight {
    height: 73px !important;
    text-align: center;
    line-height: 50px !important;
    background-color: #f5f5f5;
    color: #676767;
}
.ActiveTextStyles {
    color: #5d5d5f !important;
    cursor: pointer !important;
}
.panel-heading {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.ActiveTextUnderline{
	background-color: #5388C4 !important;
    cursor: pointer;
   	padding: 6px 12px;
   	font-size: 14px;
   	color: #fff;
}
.img-pointer img {
    cursor: pointer;
}
.BulletListStyles li {
    list-style: disc !important;
}
.BulletListStyles {
    padding-left: 15px !important;
}
@media (min-width: 500px) {
    #featuresid {
        margin-left: 0px;
        margin-right: 0px;
    }
    #howItWorksid {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media (max-width: 500px) {
    #howItWorksTabid {
        padding-right: 0px !important;
    }
    #featuresid {
        font-size: 18px !important;
    }
    #howItWorksid {
        font-size: 18px !important;
    }
}
.PrevNextBtnInlineStyles{
	margin-bottom:15px;
	border-radius:0px !important;
	font-family: Montserrat Light !important;
	font-size:12px;
	text-transform:uppercase;
	background:lightgrey;
	width:84px
}
#howItWorksid:hover {
	text-decoration:none!important;
}
#featuresid:hover {
	text-decoration:none!important;
}
.pre-nxt-button {
	font-family: Muli-Regular !important;
	font-size: 14px !important;
	color: #5d5d5f !important;        	
}
.ticketing-rsvp-tabs{
	cursor: pointer;
	background-color: #e4e4e4;
	font-size: 14px;
	padding: 6px 12px;
}
/*platform end*/

/*faq start*/
.navbar-nav {
	margin: 18px -8px;
}
li.bullet{
	list-style:disc !important
}
.signup {
	margin-top: -8px
}
.white {
	color: white;
}

.box>.icon {
	text-align: center;
	position: relative;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 7px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #63B76C;
	vertical-align: middle;
}

.box>.icon:hover>.image {
	border: 4px solid #428bd3;
}

.box>.icon>.image>i {
	font-size: 40px !important;
	color: #fff !important;
}

.box>.icon:hover>.image>i {
	color: white !important;
}

.box>.icon>.info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}

.box>.icon>.info>h3.title {
	color: #428bd3;
	font-size: 32px;
	font-weight: 500;
}

.box>.icon>.info>p {
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box>.icon:hover>.info>h3.title,.box>.icon:hover>.info>p,.box>.icon:hover>.info>.more>a
	{
	color: #428bd3;
}

.box>.icon>.info>.more a {
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
	color: #000;
	padding: 6px 8px;
	border-bottom: 4px solid black;
}

.box .space {
	height: 30px;
}

.shape {
	border-style: solid;
	border-width: 0 80px 60px 0;
	float: right;
	height: 0px;
	width: 0px;
	-ms-transform: rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg); /* Opera 10.5 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	transform: rotate(360deg);
}

.listing {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow: hidden;
}

.listing:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.shape {
	border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0)
		rgba(255, 255, 255, 0);
}

.listing-radius {
	border-radius: 7px;
}

.listing-danger {
	border-color: #d9534f;
}

.listing-danger .shape {
	border-color: transparent #d9533f transparent transparent;
}

.listing-success {
	border-color: #5cb85c;
}

.listing-success .shape {
	border-color: transparent #5cb75c transparent transparent;
}

.listing-default {
	border-color: #999999;
}

.listing-default .shape {
	border-color: transparent #999999 transparent transparent;
}

.listing-primary {
	border-color: #428bca;
}

.listing-primary .shape {
	border-color: transparent #318bca transparent transparent;
}

.listing-info {
	border-color: #5bc0de;
}

.listing-info .shape {
	border-color: transparent #5bc0de transparent transparent;
}

.listing-warning {
	border-color: #f0ad4e;
}

.listing-warning .shape {
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	right: -34px;
	top: 2px;
	white-space: nowrap;
	-ms-transform: rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg); /* Opera 10.5 */
	-webkit-transform: rotate(30deg); /* Safari and Chrome */
	transform: rotate(30deg);
}

.listing-content {
	padding: 0 20px 10px;
}

.details {
	min-height: 355px;
	display: inline-block;
}

.blogicon {
	font-size: 217px;
	color: #5CB85C;
}

.height {
	min-height: 200px;
}

.icon {
	font-size: 47px;
	color: #5CB85C;
	cursor: pointer;
}

.iconbig {
	font-size: 77px;
	color: #5CB85C;
}

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

.table>thead>tr>.emptyrow {
	border-bottom: none;
}

.table>tbody>tr>.highrow {
	border-top: 3px solid;
}

.panel:hover {
	background-color: none;
}

.clearfix {
	clear: both;
}

.rowcolor {
	background-color: #CCCCCC;
}
.ratetext {
	font-size: 37px;
	text-decoration: underline;
	padding-bottom: 10px;
}

.votes {
	font-size: 47px;
	padding-right: 20px;
	color: #197BB5;
}

a.list-group-item {
	height: auto;
	min-height: 250px;
}

a.list-group-item:hover,a.list-group-item:focus {
	border-left: 10px solid #5CB85C;
	border-right: 10px solid #5CB85C;
}

a.list-group-item:hover,a.list-group-item:focus {
	background-color: #edf5fc !important;
}

a.list-group-item {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#create {
	cursor: pointer;
}

#promote {
	cursor: pointer;
}

#manage {
	cursor: pointer;
}

.blogicon2 {
	font-size: 128px;
}

.blogicon3 {
	font-size: 60px;
}

.icon {
	font-size: 47px;
	color: #5CB85C;
}

.iconbig {
	font-size: 77px;
	color: #5CB85C;
}

.fixed {
	top: 0;
	position: fixed;
	display: none;
	border: none;
	z-index: 999999999;
	background-color: #EEEEEE;
}

.section_header {
	font-size: 42px;
	font-weight: 500;
	text-align: center;
	color: #5d5d5f;
}

.main_header_orange {
	font-size: 42px;
	font-weight: 800;
	text-align: center;
	color: #F27D2F;
}

.caption_header_blue_faq {
	font-size: 32px; #
	font-weight: normal; #
	text-align: center;
	color: #428BCA;
}

.normal_desc_grey_ans {
	color: #333333;
	font-size: 14px;
}

.dropdown {
	background-color: white;
	border: 1px solid white;
	border-radius: 11px 11px 11px 11px;
	height: 182px;
	margin: 26px;
	width: 212px;
}

.subevent {
	border: 1px solid #F3F6FA;
	background-color: #F3F6FA;
	border-radius: 27px 27px 27px 27px;
	cursor: pointer;
	height: 45px;
	margin: 7px;
	padding: 5px;
	width: 315px;
	color: #ffffff;
}

.textbox {
	margin: 10px;
	padding-left: 30px;
}

.input-field {
	background-color: #FFFFFF;
	border: medium none #FFFFFF;
	height: 30px;
	width: 50px;
}

.avgtooltip {
	background-color: #F27A28;
	bottom: 18px;
	box-shadow: 0 0 1px 1px #DDDDDD;
	color: #FFFFFF;
	left: 218px;
	padding: 17px 0 5px;
	position: absolute;
	text-align: center;
	width: 50px;
}

.range-max {
	font-size: 20px;
}

.range-min {
	font-size: 20px;
}

li {
	list-type: desc;
}

i {
    font-weight: bold;
    font-style: italic !important;
}

.serialnumber { #
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif; #
	font-size: 23px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 15px;
	width: 40px;
}

.serialnumber1 {
	color: #C6C6C6;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 23px;
	font-weight: bold;
	line-height: 22px;
	width:40px;
	padding-bottom:15px;
    padding-left: 7px;
}

ol.u {
	list-style-type: none;
}

a {
	outline: none !important;
}

.responsive-video {
	position: relative;
	padding-bottom: 200px;
	padding-top: 150px;
	overflow: hidden;
}

.responsive-video iframe,.responsive-video object,.responsive-video embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*faq end*/
/*pricing start*/

.compare-pricing-bg{
	background-color: #E4E4E4; 
	border-radius: 20px 20px 20px 20px; 
	padding: 5px 10px;
}

.caption_header_blue_pricing {
	color: #428bca;
	font-size: 32px;
	text-align: center;
}

.dropdown {
	background-color: white;
	border: 1px solid white;
	border-radius: 11px 11px 11px 11px;
	height: 182px;
	margin: 26px;
	width: 212px;
}

.align-text {
	text-align: center;
}

#price-flag .dropdown-menu {
	min-width: 316px !important;
	left: -137px !important;
    max-height: 274px !important;
}
@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
@media only screen and (max-width : 1200px) {
	#banner_div .caption_header_blue_pricing {
		font-size: 25px !important;
	}
	#banner_div .main_header_orange {
		font-size: 38px !important;
	}
}

@media ( max-width : 1000px) {
	#banner_div .caption_header_blue_pricing {
		font-size: 25px !important;
	}
	#banner_div .main_header_orange {
		font-size: 38px !important;
	}
}

@media only screen and (max-width : 980px) {
	.align-text {
		text-align: center;
	}
	#banner_div .caption_header_blue_pricing {
		font-size: 25px;
	}
	#banner_div .main_header_orange {
		font-size: 38px;
	}
}

@media only screen and (max-width : 768px) {
	.align-text {
		text-align: center;
	}
	#banner_div .main_header_orange {
		font-size: 32px !important;
		font-weight: 800;
		text-align: center;
	}
	#banner_div .caption_header_blue_pricing {
		font-size: 22px !important;
		text-align: center;
	}
}

@media only screen and (max-width : 540px) {
	.align-text {
		text-align: center;
	}
	#banner_div .main_header_orange {
		font-size: 32px !important;
		font-weight: 800;
		text-align: center;
	}
	#banner_div .caption_header_blue_pricing {
		font-size: 22px !important;
		text-align: center;
	}
}

@media only screen and (max-width : 480px) {
	.align-text {
		text-align: center;
	}
	#banner_div .main_header_orange {
		font-size: 28px !important;
		font-weight: 800;
		text-align: center;
	}
	#banner_div .caption_header_blue_pricing {
		font-size: 18px !important;
		text-align: center;
	}
}

@media only screen and (max-width : 320px) {
	.align-text {
		text-align: center;
	}
	#banner_div .main_header_orange {
		font-size: 28px !important;
		font-weight: 800;
		text-align: center;
	}
	#price-flag .dropdown-menu {
		min-width: 253px !important;
		left: -117px !important;
		max-height: 551px !important;
	}
	#banner_div .caption_header_blue_pricing {
		font-size: 18px !important;
		text-align: center;
	}
}

.caption_header_blue_pricing {
	font-size: 32px; #
	font-weight: normal;
	text-align: center;
	color: #428BCA;
}

.medium_desc_grey {
	color: #5d5d5f;
	font-size: 20px;
	text-align: center;
}

.medium_desc_grey a{
	cursor: pointer; 
	text-decoration: none;
	color:#5d5d5f;
}

.normal_desc_grey {
	color: #333333;
	font-size: 14px;
	text-align: center;
}

.dropdown {
	background-color: white;
	border: 1px solid white;
	border-radius: 11px 11px 11px 11px;
	height: 182px;
	margin: 26px;
	width: 212px;
}

.subevent {
	border: 1px solid #F3F6FA;
	background-color: #F3F6FA;
	border-radius: 27px 27px 27px 27px;
	cursor: pointer;
	height: 45px;
	margin: 7px;
	padding: 5px;
	width: 360px;
	color: #ffffff;
}

.avgtooltip {
	background-color: #F27A28;
	bottom: 18px;
	box-shadow: 0 0 1px 1px #DDDDDD;
	color: #FFFFFF;
	left: 218px;
	padding: 17px 0 5px;
	position: absolute;
	text-align: center;
	width: 70px;
}

li {
	list-type: desc;
}

.dropdown-toggle {
	background-color: transparent !important;
	border-color: transparent !important;
}

.dropdown-toggle:hover {
	background-color: transparent !important;
	border-color: transparent !important;
}

.dropdown-menu li {
	display: inline !important;
	float: left;
	margin: 5px;
}

.dropdown-toggle,.tool-tip {
	text-transform: none !important;
	font-weight: normal !important;
	z-index: 999999 !important;
}

.tooltip {
	position: fixed !important;
	z-index: 99999999;
}

.red-tooltip+.tooltip>.tooltip-inner {
	background-color: #000 !important;
	color: #fff !important;
}

.red-tooltip+.tooltip>.tooltip-arrow {
	border-top-color: #000 !important;
	color: #fff !important;
}

.dropdown-menu {
	background: #e4e4e4 !important;
}

#myDropdown label {
	font-weight: normal !important;
}

#myDropdown lable:hover {
	border: none !important;
}

#myDropdown a {
	color: #333;
}

#myDropdown a:focus,#myDropdown a:hover {
	text-decoration: none;
}

.drop .dropdown-menu {
	background-color: transparent !important;
	border-color: transparent !important;
}

.open {
	border-radius: 0;
	width: 26px !important;
	margin-bottom: 15px;
}

.drop  .dropdown-toggle {
	padding: 0px !important;
}

.drop .dropdown-menu>li>a {
	padding: 2px !important;
}

@media(max-width:330px){
	.input-field{
		width:30px !important;
	}
}
.slider-wrapper {
	margin-top: 30px !important;
	top: 27px !important;
}
.vertical {
	height: 75% !important;
}
.range-max {
    top: -38px !important;
    left: -32px !important;
}
.range-min {
    bottom: -25px !important;
    left: -9px !important;
}
.range-min, .range-max {
    font-size: 20px !important;
    padding-top: 1px !important;
}
.avgtooltip {
    padding: 12px 0px !important;
}
.dropdown{
	text-align: center !important;
}
.input-field {
    padding: 5px !important;
}
@media (max-width: 766px) and (min-width: 300px){
	.dropdown{
		text-align: center !important;
		width: auto !important;
	}
	.caption_header_blue_pricing.header-title {
	    padding-top: 15px !important;
	}
	#basic .caption_header_blue_pricing.header-title {
	    padding-top: 0px !important;
	}
	#avgticketsprice, #ticketssold {
	    padding-top: 30px !important;
	}
	.dropdown{
		height:auto !important;
		text-align: center;
	}
	.subevent span {
    	font-size: 14px !important;
	}
	.dropdown, .slider-wrapper, .vertical, .subevent {
	    margin-left: auto !important;
	    margin-right: auto !important;
	}
	.subevent{
		width: auto !important;
	    display: inline-block;
	    white-space: nowrap !important;
	}
	#currentticket {
	    padding-bottom: 7px !important;
	}
}

@media(min-width:767px) and (max-width:991px) {
    .subevent {
        white-space: nowrap !important;
        margin: 7px !important;
        width:auto !important;
    }
    .dropdown {
        display: inline-flex !important;
        height: auto !important;
    }
    .input-field {
        width: 40px !important;
    }
}
/*pricing end*/

/*how-it-works start*/

.btn-lg {
    font-size: 38px;
    line-height: 1.33;
    border-radius: 6px;
}
.box > .icon {
    text-align: center;
    position: relative;
}
.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 7px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #63B76C;
    vertical-align: middle;
}
.box > .icon:hover > .image {
    border: 4px solid #428bd3;
}
.box > .icon > .image > i {
    font-size: 40px !important;
    color: #fff !important;
}
.box > .icon:hover > .image > i {
    color: white !important;
}
.box > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}
.box > .icon > .info > h3.title {
    color: #428bd3;
	font-size:32px;
    font-weight: 500;
}
.box > .icon > .info > p {
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
    color: #428bd3;
}
.box > .icon > .info > .more a {
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
    color: #000;
    padding: 6px 8px;
    border-bottom: 4px solid black;
}

.shape {
    border-style: solid;
    border-width: 0 80px 60px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(360deg);
}
.listing {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}
.listing:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}

.height {
    min-height: 200px;
}
.icon {
    font-size: 47px;
    color: #5CB85C;
	cursor:pointer;
}
.iconbig {
    font-size: 77px;
    color: #5CB85C;
}
.table > tbody > tr > .emptyrow {
    border-top: none;
}
.table > thead > tr > .emptyrow {
    border-bottom: none;
}
.table > tbody > tr > .highrow {
    border-top: 3px solid;
}
.panel:hover {
	background-color: none;
}   

a.list-group-item {
    height: auto;
    min-height: 250px;
}

a.list-group-item:hover, a.list-group-item:focus {
    border-left:10px solid #5CB85C;
    border-right:10px solid #5CB85C;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color:#edf5fc !important;
}

a.list-group-item {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
#create{
	cursor:pointer;
}
#promote{
	cursor:pointer;
}
#manage{
	cursor:pointer;
}
.blogicon2{
	font-size:128px;
}
.blogicon3{
	font-size:60px;
}

.box > .icon {
	text-align: center;
	position: relative;
}
.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 7px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #63B76C;
	vertical-align: middle;
}

.icon {
	font-size: 47px;
	color: #5CB85C;
}
.iconbig {
	font-size: 77px;
	color: #5CB85C;
}  
 .caption_header_blue{
	font-size:32px;
	color: #428BCA;
}
/* p{
	#line-height:24px;
} */
.pricing_desc_grey{
	color: #5d5d5f;
	font-size: 20px;
}
.li-custom li{
	list-style: disc !important;
}
/*how-it-works end*/

/*search.jsp start*/
.featuredeventsheader h2 {
margin-top:0px;
margin-bottom:0px;
font-family: Myraid Pro;
color:#3a3a3a;
font-size: 18px;
font-weight: 1200;
}
  #promotionsbox{
  font-family:Lucida Grande,Lucida Sans Unicode,sans-serif;
font-size:12px;
color: black;
line-height: 20px;
  }

#promotionsbox a{
color: blue;
text-decoration:none;
}

  .pg-normal {
                
                font-weight: normal;
                text-decoration: none;    
                cursor: pointer;
				background: none repeat scroll 0 0 #FFFFFF;
				border-color: #999999;
				color: #5d5d5f;
				border: 1px solid 
				margin-bottom: 5px;
				margin-right: 5px;
				min-width: 1em;
				padding: 0.3em 0.5em;
				text-align: center;
            }
            .pg-selected {
                font-weight: bold;        
                cursor: pointer;
				background: none repeat scroll 0 0 #2266BB;
				border: 1px solid #AAAAEE;
				color: #FFFFFF;
    margin-bottom: 5px;
    margin-right: 5px;
    min-width: 1em;
    padding: 0.3em 0.5em;
    text-align: center;
            }
  .taskcontent .td{
  padding-bottom:10px; 
  }

.searchform {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    position: relative;
	#padding:3px;
    margin-bottom:20px;
}

.searchform .icon-search {
    background: url(/images/home/icon_search.png) no-repeat;
	border: 0px;
    bottom: 3px;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    right: 3px;
    cursor:pointer;
    top:100px;
	top:11px;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.searchform input {
    background: transparent;
	border: 0px solid #ccc;
    box-shadow: none;
    font: 15px "Lucida Grande",Lucida,Verdana,sans-serif;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
   width: 100%;
   margin:4px;
}

.searchform input:-moz-placeholder {
    color: #ccc;
}

.input-group {
border-top-left-radius: 0px;
}

#eventsearch img{width: 90px; height: 90px; float: left; margin: 0px 15px 0px 0px; }
  #eventsearch h2{margin: 5px 0px;}
  #eventsearch tr{cursor: pointer;}
  #eventsearch a{color: #000}
  #eventsearch tr {background-color: rgb(229, 229, 229)}
  #eventsearch td {padding: 15px !important}
  #eventsearch tr:hover{background-color:rgb(219, 221, 222)}
  table#eventsearch { border-spacing: 0 1em; border-collapse: separate; margin-bottom: 0px; }
/*search.jsp end*/

.party-ticketing-button {
   -moz-box-orient: vertical;
    background-color: #EF5A08;
    border: 1px solid #FF6F00;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 15px/100% "arial rounded mt bold",helvetica,arial,sans-serif;
    outline: medium none;
    padding: 5px 10px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}

.payment-links{
	color:#55a0d8;
}

.payment-links:hover{
	color:#3c87af;
}

.payment-type-lbls{
	color:#29497a;
	padding:0px 0px 20px 0px;
}
.access-funds{
	color: #fff;
	font-family: Montserrat ultra Light !important;
}
.cc-processing{
	color:#ffffff !important;
	font-family: Muli-Regular !important;
	font-size:32px;
	text-align:center !important;
}

.payment-img{
	border:5px solid #f3f7fa;
}

.sidebar-gallery li {
    	display: inline-block;
    	margin: 0 10px 10px 0;
	}
.sidebar-gallery {
	list-style: outside none none;
	display:inline;
	padding:0px;
}

.mgr-app-title{
	padding-top:0px !important;
	padding-bottom:0px !important;
	border:none !important;
	color: #5d5d5f;
	background-color:#fff !important; 
	text-align:center;
}
.mgr-app-bnr1{
	width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	background-color:#fff !important
}
.mgr-app-bnr2{
	width:100% !important;
	padding-right:0 !important;
	padding-left:0 !important;
	background-color:#f1f5f7 !important;
}
.mgr-app-cont1{
	width:100% !important;
	background-color:#fff !important;
	padding-top:50px;
}

.mgr-app-cont2{
	width:100% !important;
	background-color:#f1f5f7 !important;
	padding-top:50px;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	font-weight: normal !important;
	display: block;
	margin: auto;
	max-width: 100%;
}

.fa {
	font-weight: none !important;
	font-size: 35px !important;
	color: #bbb !important;
}

.ebee-for-bus1{
	color:#ffffff !important;
	font-family: Muli-Regular !important;
}

.ebee-for-bus2{
	color: #428bca;
	font-size: 32px;
}

.ebee-for-bus3{
	font-family: Montserrat Light !important;
	font-size:12px;
	text-transform: uppercase; 
	border-radius: 0px;
}

.ebee-for-bus4{
	display:inline-block; 
	margin-left:20px; 
	color:#666;
}
.ebee-for-bus5{
	border-top: 1px solid #ccc;
}

.hlp-static-cont1{
	margin-left: 0px !important;
	color: #428bca;
	font-size: 32px;
}

.hlp-static-cont2{
	width:100% !important;
	padding-left:0 !important;
	background-color:#fff !important
}
.per-ticket{
	font-size:12px;
	position:relative;
	top:22px;
	color:#666;
}

.kindle-color{
		color: #5388C4;
	}
.kindle-color:HOVER{
	color: #3c60aa;
}

.pricing-save-cont{
	width: 100%; 
	background-color: #FFFFFF;
	min-height:400px;
}

.price-save-cont2{
	padding: 12px;
	color:white;
	font-family: Muli-Regular !important;
}

.price-save-cont3{
	padding: 12px;
	color:grey;
	font-family: Muli-Regular !important;
}
.imm-acc-funds-div{
	min-height:300px;
	background-color:#ffffff;
	border-radius: 40px 40px 0 0;
}
.sim-cc-proc-div{
	style="min-height: 200px;
	background-color: #ffffff;
	border-radius: 0px 0px 40px 40px"
}
.hp-div-bg1{
	background-color:#fff !important;
}
.hp-div-bg2{
	background-color: #f1f5f7 !important;
}

.hp-div-bg3{
	background-color: #F3F6FA !important;
}
.pf-panel-head{
	background-color:#fff !important; 
	border:none !important;
	text-align:center;
	font-size:32px;
}

.pf-panel-body-bg1{
	background-color:#f1f5f7 !important;
	padding-top:50px !important;
	padding-bottom:50px !important;
}

.pf-panel-body-bg2{
	background:#fff;
	padding-top:50px !important;
	padding-bottom:50px !important;
}

.how-it-works-cont{
	font-family: Muli-Regular !important;
    font-size: 18px !important;
	color: #5d5d5f !important;
}

.how-it-works-hd{
	border:none !important;
	color: #5d5d5f;
	background-color:#fff !important;
	padding:0px; 
	text-align:center;
}

.faq-ans-cont{
	font-family: Muli-Regular !important;
	font-size: 14px !important;
	color: #333333 !important;
}

.hp-grey-cont1 { 
	color: #5d5d5f !important;
}

.hp-grey-cont2{
	color: #58585a !important;
}

.hp-grey-cont3{
	color: #666 !important;
}

.hp-grey-cont4{
	color: #666 !important;
}

.hp-black-cont1{
	color: #000 !important;
}

.hlp-link-blue a {
 	color: #0C50A1;
 }