h1, h2, h3 {
	color: #fff;
	padding: 0;
	margin-bottom: 10px;
}

h1 {
	font-size:26px;
}

.footer h1 {
    color:#fff;
}

h2 {
    font-size:22px;
}

h3 {
    font-size:18px;
}

.wiz h1,h2,h3 {
	color:#000;
}

.main-box iframe {
    width:100%;
}

.article-selector li:hover {
    background-color:#c6c6c6;
}

.basiceventinfo {
    display:none;
}

.ads {
    display:none;
}

.listing-page-desc-short {
    margin-right:35%;
}

.ui-datepicker
    {
        z-index: 9999999;
    }

.spinner img {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-100px;
	
}

.sharethis {
    height:25px;
}

.stButton .chicklets {
    padding-left: 5px;
    padding-right: 5px;
    margin-right:-12px;
    height:25px;
}

.listing-page-location {
    line-height:20px;
    margin-top:15px;
}

.spinner {
    position: fixed;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    background:rgba(0,0,0,0.3);
}

.pagination > .active > a {
	background-color: #3d6893;
  	border-color: #3d6893;
}

.black-font {
	color:#333;
}

.white-font {
	color:#fff;
}

.navbar-default {
  background-color: #393838;
  border-color: #393838;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 11;
}

.navbar {
  border-radius: 0px;
}

.spacer {
	height:70px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-nav > li:hover {
	background-color:#1a1717;;
}

.dropdown-menu {
    background-color: #333;
    color:#fff;
}

.dropdown-menu > li > a {
    color:#fff;
}

.btnred a {
    color:#fff;
}

#mce-EMAIL {
	color:#000;
}

.navbar-center {
	position:absolute;
	left: 50%;
	margin-left: -76px;
	background-image:url('../images/logo-text.png');
	background-repeat: no-repeat;
	height: 30px;
	width:117px;
	margin-top:10px;
	background-position: 100%;
	background-size: 100%;
}



.featured {
	margin-top: 50px;
}

.event-banner {
	position: absolute;
	top:20px;
	left:20px;
	width:200px;
}

.event-banner img {
	width:200px;
}

.featured h1 {
	color: #666;
	text-align: center;
}

.event-selector-home {
	margin-top: 10%;
	height: 400px;
	padding: 15px;
	background: rgba(0,0,0,.6);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	text-align: center;
}

.event-selector-logo {
	position: relative;
	width:25%;
	left:50%;
	margin-left: -12.5%;
	margin-bottom: 10px;
}

.event-selector-logo img {
	width:100%;
}

.event-selector-circle-con {
	width: 8%;
	display: inline-block;
  	margin: 0;
  	padding: 0;
  	margin-right:5px;
}

.event-selector-circle-con img {
	width: 100%;
}

.event-cat-search {
	margin: 0 auto;
}

.eventcard {
	background-color:#fff;
	height: 500px;
	
	position:relative;
	margin-bottom: 20px;
}

.eventcardinner {
	padding: 15px;
	padding-bottom: 60px;
	border-bottom: 1px solid #393838;
}

.eventcardlogo img {
	width:100%;
}

.eventcardlogo {
	position:relative;
	width:115px;
	height:70px;
	z-index: 10;
}

.eventcardimage img {
	width: 100%;
	height: 200px;
}

.eventcardimage {
	position:relative;
	width:100%;
	min-height:200px;
	z-index: 9;
	margin-top: -70px;
}

.eventcardheading {
	margin-top:5px;
	font-weight:bolder;
	color:#000;
	position: relative;
	font-size:16px;
}

.eventcarddescription {
	margin-top:5px;
	color:#000;
	position: relative;
	font-size:14px;
}

.eventcardbutton {
	margin-top:-20px;
	width: 100px;
	padding: 10px;
	background-color: #3d6893;
	color: #fff;
	text-align: center;
	float: right;
}

.btn {
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px;
	background-color: #3d6893;
	color: #fff;
	text-align: center;
	float: right;
	border: 0;
}

.eventcardbutton a {
	color: #fff;
}

.eventcardcity {
	position: relative;
	border-right: 1px solid #393838;
	border-bottom: 1px solid #393838;
	width: 50%;
	padding: 10px;
	text-align: center;
	float: left;
}

.eventcardcat {
	margin-top: -40px;
	padding: 10px;
	z-index: 10;
	background-color: #000;
	height: 40px;
	position: absolute;
	color:#fff;
}
.eventcarddate {
	position: relative;
	border-bottom: 1px solid #393838;
	width: 50%;
	padding: 10px;
	text-align: center;
	float: right;
}

.eventcarddistance {
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: center;
	margin-top: 50px;
}

.col-md-4 {
	padding-left: 0;
	padding-right: 0;
}

.footer {
	background-color:#393838;
	min-height: 400px;
	padding-top:30px;
	margin-top:30px;
}

.footer-clip {
	background-clip: padding-box;
    border: 10px solid transparent;
}

.footer p {
	color:#fff;
}

.footer ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

.footer li a {
	color:#fff;
	font-size:16px;
}

.table_header {
	text-align: center;
	height:50px;
	text-align:center; 
    vertical-align:middle;
}

.calendar_outer {
	background-color:#fff;
	padding:20px;
	margin-bottom:30px;
}

.calendar {
	background-color:#fff;
	position: relative;
}


.cal_year {
	text-align:center; 
    vertical-align:middle;
}
.cal_next {
	text-align:right;
}

.cal_day {
	width:14%;
	position: relative;
}

.cal_date {
	position: absolute;
	top:0;
	left:0;
}

.listing-box {
	position: relative;
	padding: 20px;
	height:398px;
}

.listing-color {
	position: relative;
	bottom: 30;
	width:30%;
	height:30px;
	text-align:center;
	padding-top:5px;
}

.listing-color p {
	color:#fff;
	font-size:16px;
}

.listing-box-feat {
	position: relative;
	padding: 20px;
	height:420px;
}

.video-box {
	position: relative;
	padding: 20px;
	height:398px;
}

.listing-box-re {
	position: relative;
	padding: 20px;
	height:450px;
}



.listing-name {
	font-weight: bold;
	font-size: 18px;
	padding-top:5px;
	padding-bottom:15px;
	text-align:center;
}

.article-listing-name {
	font-weight: bold;
	font-size: 18px;
	margin-top:-30px;
	padding-bottom:15px;
	text-align:center;
}

.listing-left {
	width:30%;
	float:left;
}

.listing-right {
	width:70%;
	float:right;
}

.listing-image img {
	width:100%;
	height:200px;
	z-index:9;
}

.video-image img {
	width:100%;
	height:200px;
}

.line-separator {
	margin-top:20px;
	margin-bottom:10px;
	height:1px;
	border-bottom:1px solid #dadada;
}

.view-icons {
	position:relative;
	float: right;
	margin-top:-25px;
}

.video-box iframe {
	width:100%;
}

 hr {
  background-color: #4E4E4E;
  height: 6px;
  border: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}

.eventcard {
    background-clip: padding-box;
    border: 10px solid transparent;
}


.banners {
	margin-top:20px;
	position: relative;
}

.banner-container {
    position:relative;
}

.banners img {
	width:100%;
	position: relative;
}

.banner-box {
	background-color:#fff;
	padding:20px;
	position: absolute;
	width:30%;
	top:40%;
}

.banner-title {
	font-weight:bold;
	font-size:24px;
}

.bannerbutton {
	padding: 10px;
	background-color: #d83c3c;
	color: #fff;
	text-align: center;
	float: right;
	border: 0;
}

.submitbutton {
	padding: 10px;
	background-color: #d83c3c;
	color: #fff;
	text-align: center;
	border: 0;
}

.justify-text {
	text-align: justify;
    text-justify: inter-word;
    min-height:80px;
}

/** ----------------------------------- Event Page ----------------------------------- **/

.listing-inner {
	padding: 20px;
	background-color:#fff;
	min-height:170px;
	margin-top:-40px;
}

.backbutton {
	margin-top:-15px;
	float:left;
}

.listing-page-full {
	background-color:#fff;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}

.listing-page-title {
	margin-top:-50px;
}

.listing-page-icon {
	float: right;
	margin-top:-5px;
}

.listing-page img {
	width:100%;
}

.listing-page-full img {
	width:100%;
}

.arrow {
	height:60px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
	padding:20px;
}

.rate_widget {
    overflow:   visible;
    padding:    10px;
    position:   relative;
    width:      380px;
    height:     104px;
}
.ratings_stars {
    background: url('../images/star_empty.png') no-repeat;
    float:      left;
    height:     44px;
    padding:    2px;
    width:      44px;
}
.ratings_vote {
    background: url('../images/star_full.png') no-repeat;
}
.ratings_over {
    background: url('../images/star_highlight.png') no-repeat;
}

.total_votes {
    background: #eaeaea;
    bottom: 0px;
    left: 0;
    padding: 5px;
    position:   absolute;  
} 
.event_stars {
    font: 10px verdana, sans-serif;
    
    width: 380px;
}

#chat {
	position:relative;
}

#chat .col-md-2 {
	text-align:right;
}

#user {
	font-weight:bold;
}
.avatar-chat {
	height:40px;
	width:40px;
	border: 2px solid #000;
	float:left;
	margin-right:15px;
	margin-left:-15px;
}

.message-text {
	position: relative;
	left:60px;
	top:-10px;
	width:80%;
	clear:both;
	height: auto;
}

.message-report {
	margin-right:20px;
}

#form_message {
	width:100%;
	height:100px;
	border: 3px solid #cccccc;
	padding: 5px;
	resize: none;
	text-align:left;
}

.emoji-wysiwyg-editor {
	text-align:left;
}

#chat_submit {
	padding: 10px;
	background-color: #d83c3c;
	color: #fff;
	text-align: center;
	border: 0;
}

.message_chat {
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	height: auto;
}

.event-chat-button {
	margin-top:10px;
	display:inline-block;
}

.emoji-button {
	display:inline;
	margin-top:10px;
	text-align:right;
	margin-right:10px;
	padding: 10px;
	background-color: #337ab7;
	color: #fff;
	text-align: center;
	border: 0;
	display:inline-block;
}

.emoji-button img {
	width:40px;
}

.additional-image {
	margin-bottom:10px;
	height:auto;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

.event-para {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
}

.eventcol {
	height:50px;
	line-height: 50px;
}

.eventcoltop {
	border-bottom:none;
}

.right-col {
	background-color:#fff;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 380px;
  float: left;
  width: 100%;
  border: 0;
  }
  
  .main-box-right {
    float: right;
    background-color: #fff;
    width: 28%;
    padding: 20px;
    text-align:right;
}

.main-box img {
    width:100%;
}

.inner {
    width:70%;
}
  
/** ----------------------------------- Event Page ----------------------------------- **/


/*------------------------------------- Accordion ------------------------------------ **/

.accordion input[type="text"] {
	width:100%;
	height: 40px;
	padding-left: 20px;
}

.accordion select {
	width:100%;
	height: 40px;
	padding-left: 20px;
}

.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
    text-align:left;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
    margin-top:15px;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#333;
    /* Type */
    font-size:1.200em;
    color:#fff;
}
 
.accordion a {
	color:#fff;
	text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

.pagination {
	position:relative;
	margin:0 auto;
	font-size:20px;
	color:#393838;
	margin-top:20px;
}

.pagination a {
	color:#393838;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: 415px;
  max-width: 500px;
  height:520px;
  margin: 20px auto;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.ui-datepicker-calendar {
    display: none;
}​

.popup-inner {
	background: #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	height:100%;
}

.popup-inner p {
	color:#d83c3c;
}

.popup-inner input[type="text"] {
	margin-bottom: 8px;
	width:100%;
}
.popup-inner input[type="password"] {
	margin-bottom: 8px;
	width:100%;
}

.popup-inner h3 {
	color:#000;
}
.popup-inner h4 {
	color:#000;
}




/*------------------------------------- Register ------------------------------------ **/


/*
http://www.freshdesignweb.com/beautiful-registration-register-form-with-html5-and-css3.html
*/

.register-form submit {
	float:right;
}

.register-form label {
	height:40px;
	margin-bottom: 8px;
	padding-top:10px;
}

.register-form input[type="text"] {
	margin-bottom: 8px;
	width:100%;
	height: 40px;
	padding-left: 20px;
}
.register-form input[type="password"] {
	margin-bottom: 8px;
	width:100%;
	height: 40px;
	padding-left: 20px;
}

.register-form .col-md-3 {
	vertical-align: bottom;
}

.row2 {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
  
}

.menu-category {
 display: inline-block;
 margin:  0.25rem;
 padding:  1rem;
 width:  100%; 
}

.article-selector a {
	color: #333;
	font-size:18px;
	font-weight:bold;
	margin-top:-15px;
}

.article-selector a:hover {
	text-decoration: none;
}

.article-selector {
	text-align: center;
	margin-top:-10px;
}

.article-selector li {
	list-style: none;
	padding:12px;
	display:inline-block;
	background-color: #f5f5f5;
	height: 50px;
	width:110px;
}

.article-selector-bottom {
	height:20px;
	width:100%;
}

/*------------------------------------- Profile ------------------------------------ **/

.profile-con img {
	width:100%;
}

.profile-con h2 {
	color:#333;
}
.profile-con h3 {
	color:#333;
	margin-bottom:10px;
}

.profile-selctors {
	margin-top:5px;
	background-color:#dedcdc;
	padding:15px;
}

.profile-box {
	background-color:#fff;
	padding:20px;
	height:500px;
}

.profile-left-box {
	padding:20px;
	-webkit-box-shadow: 3px 6px 11px -1px rgba(133,129,133,1);
	-moz-box-shadow: 3px 6px 11px -1px rgba(133,129,133,1);
	box-shadow: 3px 6px 11px -1px rgba(133,129,133,1);
}

.profile-right-box {
	padding:20px;
}

.line-separator {
	height:1px;
	background:#c5c3c3;
	border-bottom:1px solid #c5c3c3;
}

.profile-events-head {
	background-color:#89c4f4;
	padding:10px;
}

.profile-events-head h3 {
	margin: 0;
}

.profile-button {
	margin-top:-20px;
	width: 100px;
	padding: 10px;
	background-color: #89c4f4;
	color: #000;
	text-align: center;
	float: right;
	border: 0;
}

/*------------------------------------- Discounts ------------------------------------ **/

.discount-box {
	background-color: #fff;
	padding:20px;
}

.discount-box img {
	width: 188px;
}

.discount-box .col-md-2 {
	padding: 0;
}

.discount-box h1 {
	color: #1b1b1b;
    font-family: 'robotoregular';
    font-size: 21px;
    margin-bottom:15px;
}

.discount-box h3 {
	color: #1b1b1b;
    font-family: 'robotoregular';
    font-size: 18px;
    margin:0;
    margin-bottom:10px;
}

.discount-button {
	width: 130px;
    padding: 10px;
    background-color: #3d6893;
    color: #fff;
    text-align: center;
    float: right;
    border: none;
    margin-bottom: 10px;
    margin-left: 5px;
}

.discount-form textarea {
	width:100%;
}


.discount-form label {
	display: block;
}

.nobgd {
	background: #fff;
}

.discount-box iframe {
	width:100%;
}

.dborder {
	border: 1px solid #d83c3c;
}

/*------------------------------------- Footer ------------------------------------ **/

.jotform-form {
	margin-top:17px;
}

.jotform-form button {
	border: 1px solid #9a9a98;
	margin-top:10px;
	padding:10px;
}

.jotform-form input {
	width:95%;
	height: 34px;
	margin-bottom:10px;
}

.jotform-form label {
	color:#fff;
	margin:0;
}

.charities img {
	width:200px;	
}

.demo img {
	width:26px;
}

.ep-logo img {
	width:180px;
}


/*------------------------------------- Footer ------------------------------------ **/

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
