@media (max-width: 767px) {
  .row-fluid .span8 {
      margin-left: 0 !important;
      width: 99% !important;
}
}
h1
{
	font-size: 18px !important;
	text-transform: uppercase;
}


h2
{
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: none !important;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 28px;	
}


.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1d3877;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #1d3877;
  background-image: -moz-linear-gradient(top, #1d3877, #1d3877);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d3877), to(#1d3877));
  background-image: -webkit-linear-gradient(top, #1d3877, #1d3877);
  background-image: -o-linear-gradient(top, #1d3877, #1d3877);
  background-image: linear-gradient(to bottom, #1d3877, #1d3877);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1d3877;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #709ad8;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #b5e1fd;
  *background-color: #b5e1fd;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -40px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #1d3877;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.extcal_minical .extcal_navbar {
    background: #6d8fc2;
    
}

.extcal_minical table.extcal_minical {
    background-color: #6d8fc2;
    padding: 5px;
    width: 100%;
}

.mod_eb_minicalendar_link {
	color: #709ad8;
    font-weight: bold;
}

.extcal_minical .extcal_month_label a {
  color: #eef6fb;  
    font-weight: bold;
}
/* Mini Calendar */

.eb_minicalendar_monthyear{
	color:#F0F0F0;
}

.mod_eb_mincalendar_td_dayname {
    background: #6d8fc2;
    color: #fff;
}

.eb_minicalendar_monthyear a.mod_eb_minicalendar_link {
	color:#F0F0F0;
}

.mod_eb_mincalendar_table td {
    border: 1px #a5b0c8 solid;
    background-color: #eef6fb;
}

.mod_eb_mincalendar_td_dayname {
	color:#0A0A4A;
}

.mod_eb_mincalendar_td_dayname .sunday {
	color:#a7a7c0;
}

.mod_eb_mincalendar_td_dayname .saturday {
	color:#a7a7c0;
}

td.mod_eb_mincalendar_event{
	background-color:#0a0a6c;
}
.ebm-upcoming-events-improved div.ebm-event-month{
    background: #6d8fc2;
    border: 1px solid #6d8fc2;
}

.ebm-upcoming-events-improved div.ebm-event-day {
    border: 1px solid #ffffff;
    color: #214865;
   font-weight: normal;
}


.ebm-upcoming-events .ebm-event-link {
    font-size: 110%;
    font-weight: normal !important;
}  

.ebm-upcoming-events li {
    list-style: none !important;
}


/* eb calendar module */
ul.eventsmall li {
    list-style: none;
    border-top: 1px solid #214865;
}

span.event-date span.month {
    color: #5380c3;
    background: #b5e1fd;
    border: 1px solid #b5e1fd;
}

span.event-date span.day {
    border: 1px solid #b5e1fd;
    color: #5380c3;
}

.eb-event-container {
    background-image: url("../images/dot-ver2.png");
    background-position: 42px 85px;
    background-repeat: repeat-y;
    margin-top: 0;
    padding: 0 0 0 100px;
}

.eb-event-price-container {
    /* display: inline-block; */
    float: right;
    font-size: 140%;
    color: #eef6fb !important;
    background: #eef6fb !important;
    background-image: none !important;
}

.eb-event-price-container .eb-individual-price {
    color: #eef6fb !important;
    /* display: inline-block; */
    padding: 10px;
}

.alert
{
	border: 1px solid #0A0A4A !important;	
}

.eb-event-date-info {
	font-size: 110%;
	line-height: 150%;
	display: inline-block;