#header  {
background-color: #dcd0c0;
}

body {
	background-color: #dcd0c0;
}

a {
	color:#842529;
}
a:hover, a:focus, a:active {
	color: #9C383C;
}

#menu {
	background-color: #842529;
	padding: 0;
}


.menuContainer.main-nav .nav .menuTopItem.open .dropdown-menu, ul.menuSub.dropdown-menu {
	padding: 0;
	border: none;
	background-color: #842529;
}

/*li.menuSubItem {
    border-bottom: 1px solid #fff;
}*/
    
.menuContainer.main-nav .nav li .dropdown-menu li a {
	padding: 10px;
}

#menu #menuTop .menuSubItem a:hover, .menuContainer.main-nav .nav .menuTopItem .menu_item:hover {
	
	color: #000;
}


.menuContainer.main-nav .nav .menuTopItem .menu_item span {
	text-transform: uppercase;
	font-weight: 500;
}


#menuTop.menuTopItem a, .menuContainer.main-nav .nav .menuTopItem .menu_item, .menuContainer.main-nav .nav .open .menuTopItem .menu_item, .menuContainer.main-nav .nav li .dropdown-menu li a {
	color: #fff;
	padding: 15px 10px;
	text-transform: uppercase;
}

.menuContainer.main-nav .nav .menuTopItem .dropdown-menu {
	border: 0;
}


/* MENU DROPDOWN HOVER */

.menuTopItem:hover .menuSub.dropdown-menu {
display: block !important;
}


menuTopItem.open ul.menuSub.dropdown-menu {
	display: none;
}

/*.menuTopItem:hover a.menu_item {
	background-color: #EEF0F3 !important;
}*/


.menuContainer.main-nav .nav .menuTopItem .dropdown-menu {
	background-color: #842529;
	margin: 0;
	padding: 0;
	border-radius: 0;
}



/* ------------------------- */












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

.nav > li > a:hover, .nav > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #dcd0c0;
	color: #000;
}

.search-box {
	background: transparent;
}

.btn.btn-primary {
	background-color: #842529;
	border-color: transparent;
}

.btn.btn-primary:hover {
background-color: #9C383C;
}

#contentsearch h3.search-results-heading, .show-description h3.tickets-header {
	font-size: 2.2em;
	color: #842529;
   letter-spacing: .05em;
    font-weight: 400;
    text-transform: uppercase;
}

div.ticket-search {
	position: relative;
    margin-top: 130px;
}

.availability-legend.result-box {
	position: absolute;
    top: 0;
    display: block;
    margin-top: -110px;	
}



#searchBox {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bodyDetails {
	margin-bottom: 40px;
}


#content {
	background: rgba(255, 255, 255, 0.9);
}

#calendarWidget-navigation tbody, #calendarWidgetTable .WidgetEvent:hover, #calendarWidgetTable .WidgetEvent {
	background-color: #842529;
}

h5.date {
	font-size: 13px;
}


.emerson-article {
	padding: 15px;
}

.show-date2 {
    font-size: 18px;
    font-weight: 500;
   /* color: #ddd;*/
    background: #eee8e0;
    padding: 30px;
    text-align: left;
    text-transform: uppercase;
    overflow: auto;
}

.show-date2 .btn {
    margin-top: 15px;
}

.show-description {
	background: transparent;
    height: auto;
    overflow: auto;
    padding: 30px 15px 30px 15px;
    font-size: 15px;
    line-height: 1.6;
}

.show-calendar {
    min-height: 480px;
    height: auto;
    background: #eee8e0;
    overflow: auto;
    padding: 30px;
	border-top: 1px solid #bbb1a5;
    /*color: #aaaaaa;*/
}



.show-calendar h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.show-calendar ul {
    background: none;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
}

.show-calendar ul li {
    background: none;
    border-top: 1px solid #bbb1a5;
    padding: 5px 0 5px 0;
}

.btn-fb {
    background: #4c69ba;
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    background: linear-gradient(#4c69ba, #3b55a0);
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
    padding: 2px 4px;
}

.btn-fb:hover {
    background: #5b7bd5;
    background: -webkit-linear-gradient(#5b7bd5, #4864b1);
    background: linear-gradient(#5b7bd5, #4864b1);
    border-color: #5874c3 #4961a8 #41599f;
    box-shadow: inset 0 0 1px #607fd6;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	
	background-color: #eee8e0;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	
	background-color: #842529;
	border-color: #842529;
}

.pagination > li > a, .pagination > li > span {
	color: #842529;
}


.emerson-footer.container {
	margin: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
	
}


@media screen and (min-width: 768px) {
.nav-stacked > li {
    float: left;
    margin-top: 2px;
}
}


@media screen and (max-width: 991px) {
.active-nav #menu #menuTop .menuSubItem a:hover {
	background-color: #dcd0c0;
	color: #000;
}
}

@media screen and (min-width: 992px) {
.customer-options, .active-nav .customer-options, .active-sidebar .customer-options {
	position: absolute;
	background: transparent;
}

#orderInfo, .active-nav  #orderInfo, .active-sidebar #orderInfo {
	color: inherit;
}

#header {
	padding: 45px 0 0;
}

.header-content {
	padding: 0;
	min-height: initial;
}

.header-content img.logo {
	display: none;
}


.menuContainer.main-nav .nav .menuTopItem {
	padding: 0 10px;
}

#menu {
	width: 970px;
	margin: 0 auto;
}

.menuContainer.main-nav .nav .menuTopItem .menu_item:hover, .menuContainer.main-nav .nav .open .menuTopItem .menu_item:hover {
	color: #fff;
}


.menuContainer.main-nav .nav .menuTopItem .menu_item, .menuContainer.main-nav .nav .open .menuTopItem .menu_item {
	float: none;
}

.articles.has-tertiary-features .article-container.main-article-body {
width: 66.666%;
}

.articles .article-container.tertiary-linked-features {
    width: 33.333%;
	
	}

.layer-show-page .show-date2 {
	display: none;
}

}


@media screen and (min-width: 1200px) {
#menu {
	width: 1170px;
	margin: 0 auto;
}
}


@media screen and (max-width: 767px) {

.grid-result {
	width: 100%;
}
}

@media screen and (max-width: 515px) {
div.ticket-search {
    margin-top: 160px;
}

.availability-legend.result-box {
    margin-top: -150px;	
}


.bodyDetails {
	margin-bottom: 270px;
}

}

@media screen and (max-width: 992px) {
	
	.header-content {
	min-height: 100px;
}

#header {
	background-color:#000;
}
	
	.header-content img.logo {
	width: 200px;
    margin-top: 27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
	}
	
	.header-content img.banner {
		display: none;
	}
	
	.emerson-article-sidebar .show-date2 {
	 display:none;
 }
 
 .layer-show-page .show-date2 {
	text-align:center;
	margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
    padding: 30px;
    text-transform: uppercase;
    overflow: auto;
}
 
}