body {
    overflow-x: hidden;
}

.img-responsive {
    width: 100% !important;
}

#homeview {
    background: #1D1008;
}
.blog_head a{
	color:#412c1a;	
}
.blog_head a:hover{
	color:	#f05223;
}
.blog_head{
	margin-top:10px;	
}
/* BOOTSTRAP OVERRIDE */
@media (min-width: 1000px) {
    #visitor-info .col-sm-5 {
        width: 49%;
    }
	
}

@media (min-width: 375px) and (max-width: 768px) { 
    #visitor-info .col-xs-10 {
        width: 90%;
    }
}
@media (max-width: 374px) { 
    #visitor-info .col-xs-10 {
        width: 75%;
    }
}
.col-sm-12 {
    width: 95%;
}
    
    #event-container .col-xs-9 {
        width: 70% !important;
    }
    
.container-961 .img-responsive{
	margin-left:20px;	
}
@media (max-width: 580px) { 
    #events .col-xs-3 {
        width: 145px;
    }

    #all-event-container .col-xs-3 {
        width: 30% !important;
    }
    #all-event-container .col-xs-9 {
        width: 70% !important;
    }
}

@media (max-width: 460px) { 
    #all-event-container .col-xs-3 {
        width: 40% !important;
    }
    #all-event-container .col-xs-9 {
        width: 60% !important;
    }
}


@media (max-width: 506px) { 
    #event-container .col-xs-9 {
        width: 62% !important;
    }
}
@media (max-width: 404px) { 
    #event-container .col-xs-9 {
        width: 92% !important;
    }
}
    


    




/* COMMON TAGS */ 
@font-face {
    font-family: 'noto_serifregular';
    src: url('../webfont/notoserif-regular-webfont.eot');
    src: url('../webfont/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/notoserif-regular-webfont.woff') format('woff'),
         url('../webfont/notoserif-regular-webfont.ttf') format('truetype'),
         url('../webfont/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../webfont/bebasneue-webfont.eot');
    src: url('../webfont/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfont/bebasneue-webfont.woff') format('woff'),
         url('../webfont/bebasneue-webfont.ttf') format('truetype'),
         url('../webfont/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../webfont/BebasNeue.eot');
    src: url('../webfont/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('../webfont/BebasNeue.woff') format('woff'),
         url('../webfont/BebasNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
@font-face {
    font-family: 'Noto Serif';
    src: url('../webfont/notoserifregular.eot');
    src: url('../webfont/notoserifregular.eot?#iefix') format('embedded-opentype'),
         url('../webfont/notoserifregular.woff') format('woff'),
         url('../webfont/notoserifregular.ttf') format('truetype');   
    font-weight: normal;
    font-style: normal;
}

a {
    color: #fd4f00;
}
a:hover {
    color: #fd4f00;
    text-decoration: underline;
}



h1 {
    font-size: 28px; 	
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    text-transform: uppercase; 
    color: #412c1a;
    border-bottom: solid 4px #412d1a;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-right: 0;
}

h2 {
    color: #412C1A;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size: 24px;
    text-align: left;
    text-transform: uppercase; 
    border-bottom: solid 2px #412d1a;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 20px !important;
 
}
.secondary-search-detail h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

@media (max-width: 1000px) {
/*    h2 {
        width: 95%;
    }*/
}

h3 {
    font-family: 'bebas_neueregular',Arial,sans-serif;
    text-align:left;
    font-size: 20px;
    color:#412c1a;
    text-transform:uppercase;
    margin: 0 0 8px 0;
}

h4 {
    color: #412C1A;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    margin-right: 0;
}

.bebas {
    font-family: 'bebas_neueregular',Arial,sans-serif;
}

.standard-copy {
    font-family: Georgia,serif;
    font-size: 13px;
    line-height: 22px;
}

.debug {
    border:1px solid red;
}  

.clear-both {
    clear: both;
}

.frame {
    box-shadow: 0 0 0 2px #412C1A, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0, 0, 0, 0.5);
}
.frame:first-child {
    -webkit-transform: translateX(2px);
}
a.active .frame {
    box-shadow: 0 0 0 2px #fd4f00, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0, 0, 0, 0.5);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.orange_button {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    /*height: 32px;*/
    padding: 3px 15px;
    color:#fff;
    font-family: 'bebas_neueregular',Arial,sans-serif !important;
    border:0px;
    background-color: #fd4f00;
    /*background:url(/media/images/front/orangeBox.png) no-repeat;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), 1px 1px 0 rgba(0,0,0,.2);
}

.orange_button:hover {
    text-decoration: none;
    color:#fff;
/*    -webkit-box-shadow: inset -1px -1px 0 rgba(255,255,255,.2), -1px -1px 0 rgba(69,69,69,.2);
    -moz-box-shadow: inset -1px -1px 0 rgba(255,255,255,.2), -1px -1px 0 rgba(69,69,69,.2);
    box-shadow: inset -1px -1px 0 rgba(255,255,255,.2), -1px -1px 0 rgba(69,69,69,.2);
    padding: 1px 16px 3px 14px;*/
}
.nogreen {
    background: #008530 !important;
}
.andbigger {
    font-size: 18px;
    padding: .6em 1.5em;
}

.info-tip {
    font-family: geogia;
}

@media (max-height: 515px) {
    .info-tip #map_canvas1 {
        display: none;
    }
}

.error{
	color: #F05223 !important;
    font-family: 'noto_serifregular',serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
   /* margin-bottom: 10px;*/
    margin-left: 160px;
    margin-top: 0;
    padding-top: 0;
    text-align: left !important;
    width: 300px !important;
}
.validation-error{border: 1px solid #f05223;}
  
/* end COMMON TAGS */ 
  
/* HEADER NAVIGATION */  
  
.navigation {
    /*background: url(/media/images/front/topBarPattern.png) repeat-x center 0 #ffffff;*/ 
    height:47px; 
    margin:0px; 
    width:100%; 
}
  
.navigation-home {
    /*background: url(/media/images/front/topBarPattern.png) repeat-x center 0 transparent;*/ 
    background: none;
}

.top-bar {
    background: url(/media/images/front/topBarPattern.png) repeat-x center 0 #ffffff; 
    height:43px; 
    margin:0px; 
    width:100%; 
    position: absolute;
    z-index: 1;
}

.container-960 {
    width: 1006px;
    margin: 0 auto;
    display: table;
    padding: 0 15px;
    background: none;
    position: relative;
}
.container-961 {
    width: 1006px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    background: none;
    position: relative;
}
@media (max-width: 975px) {
    .container-960 {
        width: 100%;
    }
    .container-961 {
        width: 100%;
    }
}

.top-nav {
    padding-top: 10px;
   /* margin-right: 4px;*/
    z-index: 2;
    position: relative;
}


.nav-burger {
    display: none;
}

.nav-burger .fa-bars {
    color:#412d1a;
    font-size: 22px;
}

@media (max-width: 1000px) {
  .nav-burger {
    display: block;
    margin: 12px 12px 0 0;
    position: relative;
    z-index:999;
  }
}

#logo {
    background: url(/media/images/front/logo.png) no-repeat;
    width:131px;
    height:194px;
    display:block;
    margin-top: 0px;
    position:absolute;
    z-index:999;
}

@media (max-width: 1000px) {
  #logo {
    background: url(/media/images/front/logo_condensed.png) no-repeat;
    height:26px;
    width:138px;
    margin: 5px 0 12px 0;
    position:relative;
  }
  
}

@media (max-width: 400px) {
  #logo {
    background: url(/media/images/front/logo_condensed.png) no-repeat;
    height:26px;
    width:22px;
    margin: 5px 0 12px 0;
    position:relative;
  }
}

#search-label{ 
	width:auto; 
        float:left;
	color:#412d1a;
	font-family: 'bebas_neueregular',Arial,sans-serif;
	font-size:22px;
	text-shadow: 1px 1px #d1ba7d, 0px 0px #000;
	margin-top:-4px;
}

#search-box{
	height: 28px; 
	/*background: url(../../images/front/aboutIcon.png) no-repeat top 0px right 60px;*/
	z-index:9999;
	position:relative;
        margin-right: 15px;
}
#search-box .faux-input {
    background-color: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 215px;
    padding: 2px 0;
}
#search-box input{
    border: none;
    font-size: 12px;
    height: auto;
    width: 185px;
    margin-left: 5px;
    background: transparent;
    font-family: 'noto_serifregular';
    font-style: italic;
    /*background: url("/media/images/front/searchBox.png") no-repeat;*/
}

@media (max-width: 610px) {
  #search-box .faux-input {
    width: 150px;
  }
  #search-box input {
    width: 120px;
  }
}

@media (max-width: 450px) {
  #search-box .faux-input {
    width: 119px;
  }
  #search-box input {
    width: 107px;
  }
  #search-box i{
	display:none;  
  }
.container-961 .img-responsive{
	margin-left:5px!important;
}
}
@media (max-width: 400px) {
.container-961 .img-responsive{
	margin-left:5px!important;
}
}

#search-box i {
    margin-left: 10px;
}
.about-info .fa-info-circle {
    color: #372515;
    font-size: 26px;
}
.language-header .fa-sort-asc {
    color: #372515;
    font-size: 26px;
}
.language-header{
	margin-left:135px; 
	z-index:500000; 
	position:relative;
	margin-top:5px;
	
}
#languageQtip img{
	padding-bottom:	5px;
}
#qtip-1-content #languageQtip{
    display: block;
    height: 39px !important;
    margin-left: -8px;
    margin-right: -9px;
    margin-top: -5px;
    padding-left: 8px;
    padding-top: 5px;
    width: 58px;
}
#qtip-1-content #languageQtip:hover{
    background-color: #f1d031;

}
.modal-body iframe{
	height:500px!important;
	width:100%!important;	
}
@media (max-width: 400px) {
    .about-info {
        margin-right: 0px;
    }
	.language-header{
		margin-left:5px;
	}
.language-header img{
	width:32px;
	height:22px;	
}
.modal-body iframe{
	height:100%!important;
	width:100%!important;	
}
}

.job_ops_button {
    margin-top: 0px;
    display: block;
    padding: 2px 15px 1px;
    margin-left: 15px;
}

@media (max-width: 610px) {
    .job_ops_button {
        display: none;
    }
    .about-info {
        margin-right: -10px;
    }
}

.main-nav {
    position: absolute;
    background-color: #fff;
}

#homeview .main-nav {
    background-color: transparent;
}

.main-nav ul {
    float: left;
    padding: 0;
    margin: 0;
}

.main-nav ul li {
    float: left;
    
    margin-right: 8px;
    background-image:url("/media/images/front/nav.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
    width:131px;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    text-shadow: 0px -1px 0 rgba(255,255,255,0.4);
    font-size:20px;    
    text-align:center;
    list-style: none;
}

.main-nav ul li a {
    color:#412d1a;
    display: block;
    padding:18px 5px 12px;
}

.main-nav ul li a:hover {
    text-decoration: none;
    color:#008531;
}

@media (max-width: 1000px) {
  .main-nav {
    width: 131px;
    clear: both;
    margin: -360px 0 0 3px;
    position: absolute;
    background-color: transparent;
    display: none;
  }
  
}

@media (min-width: 1000px) {
  .main-nav {
    margin: 43px 0 0 153px;
  }
}

@media (min-width: 400px) and (max-width: 1000px) and (max-height: 400px) {
    .main-nav {
        width: 100%;
        clear: both;
        margin: 43px auto 0 auto;
        left: 15px;
        position: absolute;
        float: none;
        background-color: transparent;
    } 
}

@media (max-width: 400px) {
    .main-nav {
        width: 293px;
        clear: both;
        margin: 43px auto 0 auto;
        right: 0;
        left: 0;
        position: absolute;
        float: none;
        background-color: transparent;
    } 
/*    .main-nav ul {
        margin-left: -14px;
    } */
/*    .main-nav ul li {
        margin-right: 14px;
        margin-left: 14px;
    }*/
    .main-nav ul li:nth-child(odd) {
        margin-right: 14px;
        margin-left: 0px;
    }
    .main-nav ul li:nth-child(even) {
        margin-right: 0px;
        margin-left: 14px;
    }
}

/* end HEADER NAVIGATION */ 


/* HOMEPAGE CONTENT */

.nav-holder-mobile {
    display: none;
    height: 220px;
    background-color: #1D1008;
    margin-bottom: -20px;
}

@media (max-width: 400px) {
    .nav-holder-mobile {
        display: block;
    }
}

/* carousel */

.carousel {
    margin-top: 20px;
}

.carousel-inner {
    width:100%;
    min-height: 380px; 
}

.carousel-inner img {
    width: 100%;
}

@media (max-width: 1000px) {
    .carousel-inner img {
        transform: scale(3) translateY(50px);
        ms-transform:scale(3) translateY(50px); 
        -webkit-transform:scale(3) translateY(50px); 
        height: 100%;
    }    
    .carousel-inner {
        min-height: 380px;
   
    }
}

@media (max-width: 400px) {
    .carousel-inner img {
        height: 100%;
        transform: scale(3) translateY(35px);
        ms-transform:scale(3) translateY(35px); 
        -webkit-transform:scale(3) translateY(35px); 
    }
    .carousel-inner {
        min-height: 320px;
    }
}

.carousel-caption {
    background:#f05223;
    color: #f1efd3;
    display: block;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 248px;
    padding-top: 20px;
    position: absolute;
    top: 60%;
    right: 0;
    bottom: initial;
    left: initial;
    min-width:20%;
    z-index: 4;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size:30px;
    text-align: left;
    text-shadow: none;
    height: auto;
}

.caption-text{
    display: block;
    font-family: Georgia,serif;
    font-size: 14px;
    font-weight:bold;
}

@media (max-width: 1000px) {
    .carousel-caption {
        padding:10px 15px;
        font-size: 20px;
        top: 240px;
    }
    .caption-text {
        font-size: 12px;
    }
}
@media (max-width: 400px) {
    .carousel-caption {
        top: 210px;
    }
}

.carousel-play {
    background-color: rgba(255,255,255,0.3);
    display: block;
    position: absolute; 
    z-index: 3; 
    left: 50%; 
    top: 40%; 
    margin-left:-50px;
    font-size: 60px;
    color: #f05223;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    border-radius: 9px;
    opacity: 0.70;
}

.blog-play {
    background-color: rgba(255,255,255,0.3);
    display: block;
    position: relative;
	float:left; 
    z-index: 3; 
    margin-left:-50px;
    font-size: 60px;
    color: #f05223;
    width: 120px;
    text-align: center;
    padding: 5px 0;
    border-radius: 9px;
    opacity: 0.70; 
	vertical-align: middle;
}
@media (max-width: 1000px) {
    .carousel-play {
        font-size: 30px; 
        width: 60px;
        transform: translate(35px,35px);
        ms-transform:translate(35px,35px); 
        -webkit-transform: translate(35px,35px); 
    }
}

.carousel-play:hover {
    opacity: 1;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators li {
    border-color: #f05223;
}

.carousel-indicators li.active {
    background-color: #f05223;
}

@media (max-width: 1000px) {
    .carousel-indicators {
        bottom: 0px;
    }
}
@media (max-width: 767px) {
    .carousel-play {
        font-size: 30px; 
        width: 60px;
        transform: translate(35px,35px);
        ms-transform:translate(35px,35px); 
        -webkit-transform: translate(35px,35px); 
    }
	
	.language-header{
		margin-left:5px;	
	}
}

.carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-inner .active {
  opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
}
.carousel-control {
  z-index: 2;
}



/* end carousel */

/* video player */

.youtubeclose {
    text-align:right; margin-top:-13px;
}

.youtubeclose a span {
    color:#412d1a; font-weight:bold;
}

#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .30;
	z-index: 9999 !important;
}

.window 
{
    background-color: #fdfdfd;
/*    border: 4px solid #412d1a;*/
    height: auto;
    left: 29%;
    margin: 0 auto;
    padding: 15px;
    position: fixed;
    display:none;
    top: 150px;
    width: auto;
    z-index: 99999;
    overflow: hidden;
    box-shadow: 0 0 0 2px #412c1a, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 0 2px #412c1a, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0,0,0,.5);
/*	border-radius:15px 15px 15px 15px;
	-moz-border-radius:15px;
    -webkit-border-radius:15px;*/
}

/* end video player */

/* sliding tabs */

.player-icon {
    width:28px; 
    height:27px; 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
}

.inner-left-tab {
    height: 156px;
    margin-left: 24px;
    margin-top: 24px;
    text-align: center;
    width: 176px;
    float:left; 
    overflow:hidden;
}

.inner-right-tab { 
    width:205px; 
    margin-top:24px; 
    margin-right:24px; 
    height:156px; 
    float:right;
    position:relative;
    white-space:normal;
    text-align:left;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: normal;
    color:#412c1a;
    text-transform:none !important;
}

.tab-block {
    background: none repeat scroll 0 0 #EBE7CE; 
    /*border-top-right-radius: 10px;*/ 
    height: 245px; 
    width: 450px;
}

.tab-block .inner-left-tab a { 
    width:100%; 
    padding:0px;
}

.tab-inner-link { 
    cursor:pointer; 
    text-decoration:underline; 
}

.nav-tabs-wrapper {
    width: 910px;
    padding:0 !important;
    margin:0 auto;
    background: #EBE7CE; 
}

.tab-wrapper {
    position: absolute;
    z-index: 21;
}



.tab-header, .tab-header-1000, .tab-close, .tab-header-collapse {
    margin-top: -50px;
    text-align: center; 
    float: left;
    background: url(/media/images/front/bannerBottomMenu.jpg) no-repeat center 0;
    height: 50px;
    width: 224px;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    padding-left:0;
    font-size: 24px;
    color:#412c1a;
    text-transform:uppercase;
    text-align:center;
    overflow: hidden;
    line-height: 50px;
    vertical-align: middle;
}

.tab-header-1000 {
    display: none;
}

.collapse {
    display: block;
}

@media (max-width: 1000px) {
    .nav-tabs-wrapper {
        width: auto;
        text-align: center;
    }
    .tab-wrapper {
        position: relative;
        margin:0 !important;
        display:inline-block;
        width: 185px;
    }
    .tab-header {
        display: none;
    }
    .tab-header-1000 {
        display: block;
        margin-top: 0px;
        margin-left: 3px;
        font-size: 20px;
        width: 185px; 
        text-align: left;
    }
    .tab-block {
        height: auto; 
        width: auto;
        clear: both;
    }
    .tab-close {
        display: none;
    }
    .inner-right-tab { 
        padding-left: 24px;
    }
    .tab-header {
        margin-top: 0px;
        background: none;
    }
    .inner-left-tab {
        margin: 0 5px 0 0;
    }
    .inner-right-tab {
        margin: 10px 5px 0 0;
    }
	.language-header{
		margin-left:5px;	
	}
}

.tab-header-collapse {
    display: none;
}

.nav-tabs-wrapper .panel {
    border: 0;
    background: none;
}



@media (max-width: 770px) {
    .tab-header-collapse {
        display: block;
        width: 100%;
        background: url(/media/images/front/tabs-collapse-header-bg.png) repeat center 0;
        text-align: left;
        margin-top: 0px;
        padding-left: 16px;
        border-bottom: 1px solid #988a74;
        
    }
    .tab-header-collapse i.pull-right {
        padding: 13px 15px 0 0;
    }
    .tab-header-1000 {
        display: none;
    }
    .tab-wrapper {
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }
    .tab-block {
        width: 100%;
        text-align: center;
        height: 0;
    }    
    .inner-left-tab { 
        display: inline-block;
        float: none;
        padding-top: 25px;
        padding-bottom: 25px;
        height: auto;
    }
    
    .inner-right-tab { 
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-top: 15px;
        height: auto;
    }
}

.tab-close, .tab-header-1000 {
    background: none;
}

#tab2 {
    margin-left: 228px;
}

#tab3 {
    margin-left: 456px;
}

#tab4 {
    margin-left: 684px;
}

.tab-header a, .tab-header-collapse a {
    color: #412c1a;
    display: block;
}

.tab-header a:hover, .tab-header-collapse a:hover {
    background: none;
    color: #412c1a;
    text-decoration: none;
}





/* end sliding tabs */


/* end HOMEPAGE CONTENT */






/* FOOTER CONTENT */

.footer-top-nav {
    background: url(/media/images/front/connectBarPattern.png) repeat-x center 0; 
    height:43px; 
    margin:0px; 
    width:100%; 
    position:relative; 
    z-index:99; 
    line-height: 43px;
    vertical-align: middle;
}

.newsletter {
    margin-left: 30px;
}

.social-icons {    
    margin-right: 30px;
}

@media (max-width: 1000px) {
    .newsletter {
        margin-left: 0px;
    }

    .social-icons {    
        margin-right: 10px;
    }
}

.newsletter .orange_button {
    line-height: initial;
}

.newsletter .input-sm {
    width: 283px;
    height: 24px;
    font-style: italic;
    display: inline-block;
}

@media (max-width: 610px) {
    .newsletter .input-sm {
        width: 130px;
    }   

    .social-icons {    
        margin-right: 0px;
        overflow-y: hidden;
        height: 43px;
        width: 96px;
    }
}

@media (max-width: 400px) {
    .newsletter {
        margin-left: 0px;
    }

    .footer-top-nav .container-960 {    
        padding-right: 0px;
    }
    .footer-top-nav .container-961 {    
        padding-right: 0px;
    }
}

.footer {
    background: #1D1008 url('/media/images/Gradient_Footer.png') no-repeat;
    position: relative;
    z-index: 22;
}

.footer-logo {
    margin-top: 50px;
    margin-left: 30px;
}

.footer-logo img {
    vertical-align: top;
}

.footer-logo-text {
    display: inline-block;
    border-left: 1px solid #fbfadb;
    height: 76px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 20px;
    margin-top: 2px;
}

.footer-logo-text span {
    display: block;
    color: #fbfadb;
    font-size: 20px;
    font-family: Georgia,serif;
    font-style: italic;
    margin-top: 3px;
}

.footer-map {
    margin: 20px 30px 0px 0;
}

@media (max-width: 1000px) {
    .footer-map {
        display: none;
    }
}

.footer-buttons {
    margin-left: 13px;
}

.footer-buttons .orange_button {
    width: 154px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin: 28px 15px;
}

.site-map {
    float: left;
    margin-left: 30px;
    height: auto;
}

.footer-title-text, .footer-collapse-button {
    color: #fbfadb;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'bebas_neueregular',Arial,sans-serif;
}

.footer-link {
    float: left;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 187px;
    margin-bottom: 30px;
}

.footer-link li {
    padding: 5px 0;
}

.footer-link a, .footer-hours {
    color: #fbfadb;
    font-family: Georgia, serif;
    font-size: 13px;
}

.footer-hours {
    float: right;
    text-align: right;
    width: 200px;
    margin-right: 30px;
    height: auto;
}

@media (max-width: 1000px) {    
    .footer-market-buzz-button {
        display: none !important;
    }
    .footer-buttons .orange_button {
        margin: 28px 14px;
    }
    .footer .container-960 {    
        padding-right: 0px;   
        padding-left: 0px;
    }
    .footer .container-961 {    
        padding-right: 0px;   
        padding-left: 0px;
    }
    .footer-hours {
        width: 130px;
    }
}

.footer-collapse-button {
    display: none;
}

#footer-collapse {
    margin-top: 0px;
}

#footer-collapse .panel {
    background: none;
}

.panel-sitemap {
    float: left;
}

.panel-footerhours {
    float: right;
}

.panel-sitemap .here-for-padding, .panel-footerhours .here-for-padding {
    display: none;
}

.footer-collapse-button i {
    padding: 6px 0 0 0;
}

.copyright {
    color: #fbfadb;
    font-family: Georgia, serif;
    font-size: 12px;
    padding-left: 30px;
    padding-bottom: 30px;
    font-style: italic;
}
.footer-jobs {
    display: none;
}

@media (max-width: 1000px) {
    .footer .container-960 {
        padding: 0;
        width: 760px;
        margin: 0 auto;
    }
    .footer .container-961 {
        padding: 0;
        width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 770px) {
    .panel-sitemap .here-for-padding, .panel-footerhours .here-for-padding {
        display: block;
        height: 30px;
    }
    .footer-buttons {
        display: none;
    }
    .footer-title-text {
        display: none;
    }
    .footer-collapse-button {
        display: block;
        background: #412d1a;
        border-bottom: 1px solid #847760;
        padding: 15px 18px;
        margin: 0;
    }
    .footer-link {
        float: none;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        width: 187px;
    }
    .site-map, .panel-footerhours, .panel-sitemap {
        float: none;
    }
    .footer-logo {
        clear: both;
        float: none;
    }
    .footer .container-960, .footer .container-961 {
        padding: 0;
        width: 100%;
    }
    .site-map, .footer-hours {
        height: 0;
    }
    .footer-hours {
        float: none;
        text-align: left;
        width: 200px;
        margin-left: 30px;
    }
    #footer-collapse .panel {
        display: block;
        margin: 0;
        border: 0;
    }
    .footer-collapse-button:hover, .footer-collapse-button:focus {
        color: #fbfadb;
        text-decoration: none;
    }
    #footer-collapse {
        margin-top: 30px;
    }
    
}

@media (max-width: 610px) {
    .footer-logo {
        margin: 25px 15px 0px 15px;
        width: auto;
    }
    .footer-logo img {
        width: 130px;
    }
    .footer-logo-text {
        margin-left: 5px;
        padding-left: 10px;
        width: 140px;
    }
    .footer-logo-text span {
        word-wrap:break-word;
    }
    .footer-logo-text img {
        width: 140px;
        display: block;
    }
    .footer-logo-text span {
        font-size: 13px;
    }
    .footer-jobs {
        display: block;
        min-width: 200px;
        padding: 50px 0 0;
        text-align: center;
    }
}
@media (max-width: 510px) {
    .footer-jobs {
        clear: both;
        float: none !important;
        min-width: 100%;
        padding: 20px 0 0;
        text-align: center; 
    }
}

/* end FOOTER CONTENT */


/* COMMON SECONDARY PAGE CONTENT */

.secondary-page-wrapper {
    padding-left: 169px;
    padding-top: 101px;
    padding-bottom: 40px;
    /*display: block;*/
}

.secondary-page-header {
    /*position: fixed;*/
    background-color: #fff; 
    padding-top: 5px;
    /*z-index: 9999;*/
    width: 823px;
    z-index: 10;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff; /* display hack to cover stuff as it scrolls */
}
.secondary-page-header.scrolling {
    -moz-box-shadow: inset 0px -2px #412d1a;
    -webkit-box-shadow: inset 0px -2px #412d1a;
    box-shadow: inset 0px -2px #412d1a;
}
.secondary-page-header.scrolling:after { /* generate content gradient for scrolling content to fade to white */
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    width: 823px;
    height: 20px;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 1000px) {
    .secondary-page-header {
        width: 95%;
    }
    .secondary-page-wrapper {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 40px;
    }
}

.page-tagline {
    border-left-width: 1px;
    font-size: 12px;
    text-align: left;
    font-family: Georgia,serif;
    /*width:825px;*/
    text-transform:none;
    padding-right: 20px;
}

@media (max-width: 400px) {
    .secondary-page-header {
        width: 90%;
    }
    .page-tagline  {
        display: none;
    }
}

.secondary-page-nav {
    margin-top: 0px;
    /*overflow-x: scroll;*/
    /*padding-right: 20px;*/ 
    z-index: 9999;
    position: relative;
}

/* flexbox navigation for window width > 768px */

.secondary-page-nav ul {
    height: 40px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.secondary-page-nav ul:before, .secondary-page-nav ul:after {
    display: none;
}
.secondary-page-nav ul li { }
.secondary-page-nav ul li a {
    color: #412C1A;
    font-family: Georgia,serif;
    font-weight: bold;
    font-size: 14px;
    padding:0; margin:0;
    line-height: 36px;
    white-space: nowrap;
}
 
.secondary-page-nav ul li a:hover, .secondary-page-nav ul li a.active, .secondary-page-nav ul li.active a {
    color: #008631;
    border-bottom: 4px solid #008631;
    text-decoration: none;
    background-color: #fff;
}

.secondary-nav-arrows {
    display: none;
}

.secondary-nav-arrows .fa-angle-left, .secondary-nav-arrows .fa-angle-right {
    position: absolute;
    z-index: 20;
    font-size: 24px; 
    width: 45px;
    
}

.secondary-nav-arrows .fa-angle-left {
    margin: 6px 0 0 -13px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );

}

.secondary-nav-arrows .fa-angle-right {
    margin: 6px 0 0 0;
    right: 25px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
text-align: right;
}

@media (max-width: 560px) {
    .secondary-page-nav ul li a {
        margin-right: 10px;
    }
    .secondary-page-nav {
        /*width: 90%;*/
        overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    }
   /* .secondary-page-nav ul {
        width: 900px;
        text-align: justify;
    }
    .secondary-page-nav ul:after {
        content: '';
  display: inline-block;
  width: 100%;
    }*/
    .secondary-nav-arrows {
        display: block;
    }
}

.secondary-content {
    margin-top: 78px;
/*    padding-left: 2px;
    padding-right: 2px; */
    /*padding-left: 20px;*/
}

@media (max-width: 1000px) {
    .secondary-content {
        /*padding-right: 40px;*/
    }
}

.secondary-search-detail {
    border-top: 2px solid #412d1a;
    margin-bottom: 30px;
    padding-top: 30px;
}
.secondary-search-detail .secondary-detail-meta {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}
.secondary-search-detail .secondary-detail-action a {
    display: block;
    font-size: 22px;
    padding: 8px 0;
    text-align: center;
    margin-bottom: 14px;
}
.secondary-search-detail .secondary-detail-meta span {
    white-space: nowrap;
    padding-right: 20px;
}
.secondary-search-detail .secondary-detail-meta span:last-child {
    padding-right: 0;
}

/*.thin-separator{ clear:both; padding-top:116px!important; float:left; width:100%;}*/

/* end COMMON SECONDARY PAGE CONTENT */


/* VISITOR INFO CONTENT */

.visitor-map {
    margin-left: 6px;
    margin-bottom: 20px;
}

.map-links {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

.visitor-maps-small {
    width: 380px;
    margin-top: 20px;
}

.visitor-maps-small div {
    margin-left: 0px;
    display: inline-block;
}

.visitor-maps-small div:nth-child(2) {
    margin-left: 20px;
}

.visitor-maps-large {
    display: none;
}

@media (max-width: 1000px) {
    .visitor-map iframe {
        display: none;
    }
    .visitor-maps-large {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
   .visitor-maps-small img.frame {
        width: 124px;
    }
    .visitor-maps-large img.frame {
        width: 270px;
    }
    .visitor-maps-small {
        width: 270px;
    }
    .visitor-maps-small div:nth-child(2) {
        margin-left: 18px;
    }
}

@media (max-width: 400px) {
    .visitor-maps-small img.frame {
        width: 124px;
    }
    .visitor-maps-large img.frame {
        width: 270px;
    }
    .visitor-maps-small {
        width: 270px;
    }
    .visitor-maps-small div:nth-child(2) {
        margin-left: 18px;
    }
    .col-sm-1 {
        display: none;
    }
    .col-xs-10 {
        word-wrap:break-word;
    }
/*    .col-xs-9 {
        padding-left: 40px;
    }*/
}



.visitor-info-listings {
    margin-bottom: 20px;
}

.visitor-info-listings img.frame {
    width: 170px;
    margin-bottom: 20px;
    margin-left: 6px;
}

.visitor-info-listings h4, .visitor-info-listings .orange_button {
    text-align: right;
    float: right;
    clear: both;
}

.visitor-info-listings .orange_button {
    padding: 5px 45px;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
}

.faq-questions {
    font-weight: bold;
}

.faq-answers {
    color: #7C7470; 
}

.faq-questions b {
    color: #f05223;
}

.faq-answers b {
    color: #008531;
}

@media (max-width: 767px) {
    .visitor-info-listings img.frame {
        width: 270px;
    }
    .visitor-info-listings h4, .visitor-info-listings .orange_button {
        text-align: left;
        float: none;
    }
}

@media (max-width: 767px) {
/*    .row {
        margin-right: 0;
    }*/
    .col-xs-10, .col-xs-9 {
        padding-right: 0;
        /*width: 50%;*/
    }
    #visitor-info-page .col-xs-11 {
        padding-right: 0;
        width: 40%;
    }
}

/* end VISITOR INFO CONTENT */


/* EVENT CONTENT */

.fcaption {
    bottom: 15%;
    position: absolute;
    right: -18px;
    font-family: 'bebas_neueregular',Arial,sans-serif !important;
    font-size: 32px;
    text-align:left;
    background:#FC4F00;
}

.fcaption:before {
    content:"";
    position: absolute;
    bottom: -12px;
    right: 0;
    border-width: 0px 0 12px 12px;
    border-style: solid;
    border-color: #412D19 #412D1A #FFFFFF;
    background: #FC4F00;
    display: block;
    width: 0;
}
.fcaption a {
    color:#F1EFD3;
    display: block;
    padding:10px 35px 10px 15px;
}
.fcaption a:hover {
    text-decoration: none;
}

.caption_text {
    display: block;
    font-family: Georgia,serif;
    font-size: 14px;
    font-weight:bold;
}

.featured-events {
    padding-left: 6px;
    margin-bottom: 20px;
}

.event-feature-image {
    position: relative;
}

.event-feature-image img {
    width: 100%;
}

.sub-feature-image { 
    float:left; 
    position: relative; 
    width:230px;
    margin-top:35px; 
    margin-right:16.5px; 
    background:url(/media/images/front/tabs-collapse-header-bg.png) top left;
    font-size: 24px;
    
    text-align: center;
}

.sub-feature-image:nth-child(4) { 
    margin-right:0px;
}

.sub-feature-image a {
    color: #412D1A; 
    font-family: 'bebas_neueregular',Arial,sans-serif;
    display: block;
    padding:18px 0;
}

.sub-feature-image a:hover {
    text-decoration: none;
}

@media (max-width: 1000px) {
    .fcaption {
        font-size: 28px;
        top: auto;
    }
    .caption_text {
        font-size: 12px;
    }
    .sub-feature-image { 
        padding:0px;
        width: 100%;
        float: none;
        margin:15px 0 0 0;
        /*display: inline-block;*/
        font-size: 20px;
/*        box-shadow: 0 0 0 0px #412C1A, 0 0 0 0px #FBFDE8, 0 0px 0px 0px rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid #412C1A;*/
        
    }
    .featured-events {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .fcaption {
        font-size: 20px;
        bottom: 22%;
    }
    .caption_text {
        display: none;
    }
}

.show-all-event { 
    float:right;
    color: #F05223;
}

#show-events-year {
    cursor:pointer;
    padding-bottom: 9px;
}
#events-year { 
    position:absolute; 
    display:none; 
    width:100px; 
    background:#F1EFD3; 
    margin-top:-30px; 
    z-index: 20;
}
#events-year ul { 
    list-style:none; 
    margin-top:10px;
}
#events-year ul li { 
    margin:0px; 
    text-align:left;
}
#events-year ul li a { 
    color: #412C1A; 
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    font-size: 18px; 
    cursor:pointer;
}
#events-year ul li a:hover { 
    color: #F05223;
}
.section-nav {
    list-style:none;
    padding:0; margin: 0;
    position: relative;
}
.section-nav li {
    text-align:left;
    margin-bottom:10px;
    white-space: nowrap;
}

.section-nav li a {
    font-size:18px;
    font-family:'bebas_neueregular',Arial,sans-serif;
    color:#412D1A;
}

.section-nav li a:hover, ul.section-nav li a.active{
    color:#f05223;
    text-decoration: none;
}


.secondary-searchpage {
    margin-top: 170px;
}
.secondary-category-title {
    margin-bottom: 30px;
}
.secondary-page-search {
    background: url(/media/images/front/topBarPattern.png) repeat-x center 0 #ffffff; 
    height:44px;
}
.secondary-page-search-input,
.secondary-page-search-button {
    display: block;
    border: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 1em;
    width: 100%;
    margin: 5px 0;
}
.secondary-page-search .float-80,
.secondary-page-search .float-20 {
    padding: 0 5px;
}
.float-80 {
    float: left;
    width: 80%;
}
.float-20 {
    float: left;
    width: 20%;
}
.secondary-page-search-button {
    text-align: center;
    font-size: 20px;
}
.quarter-tile-wrapper {
    display: none;
}
.quarter-tile {
    height: 21em;
}
.quarter-tile-img {
    display: block;
    width: 145px;
    height: 75px;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 14px;
    /*box-shadow: 0 0 0 2px #412c1a, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0,0,0,.5);*/
    /*-webkit-box-shadow: 0 0 0 2px #412c1a, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0,0,0,.5);*/
}
.quarter-tile-title {
    font-size: 24px;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    line-height: 1em;
    color: #412D1A;
}
.quarter-tile-content {
    font-size: 13px;
}
.quarter-tile-action {
    display: block;
}

.searched-breadcumbs {
    display: block;
    font-size: 16px;
}
.secondary-detail {
    margin-top: 110px;
}
.secondary-detail-meta {
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size: 24px;
    margin-bottom: 14px;
}
.secondary-meta-item {
    display: inline-block;
    margin-right: 20px;
}
.secondary-meta-item:last-child {
    margin-right: 0;
}
.secondary-detail-content {
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
}
/* HIDING NON-RESPONSIVE VIDEO EMBEDS FOR NOW */
/*.secondary-detail-content iframe {
    display: none !important;
}*/

.detail-gallery {
    padding-left: 6px;
}

.detail-gallery-cover a, .detail-gallery-others a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.detail-gallery-zoom-icon {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 10px;
    padding: 5px;
    color: #fd4f00;
    background-color: #412C1A;
    background-color: rgba(40,20,30,.7);
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    border-radius: 3px;
}
a:hover .detail-gallery-zoom-icon {
    color: #fff;
}
#history a[data-toggle]:hover img {
    cursor: -webkit-zoom-in;
}
.featured-press-container .detail-gallery-zoom-icon, .margin-thirty-top .detail-gallery-zoom-icon, .history-icon {
    top: 10px;
    right: 23px;
} 
.visitor-info-listings .detail-gallery-zoom-icon {
    top: 10px;
    right: 30px;
}
.detail-gallery-cover img {
    cursor: -webkit-zoom-in;
}
.detail-gallery-cover, .detail-gallery-others {
    margin-bottom: 20px;
}
.modal-content {
    background: #412d1a;
}
.modal-closer {
    display: block;
    position: absolute;
    top: -14px;
    right: -11px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    border-radius: 100%;
    background: #412d1a;
    color: #fd4f00;
    border: 2px solid #fff;
    box-shadow: -2px 2px 5px rgba(0,0,0,.4);
}
.modal-closer:hover {
    color: #fff;
}
#merchant-category-list,
#merchant-category-list ul,
#merchant-category-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#merchant-category-list > ul {
    margin-bottom: 30px;
}
#merchant-category-list > li {
    clear: left;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}
#merchant-category-list li li {
    float: left;
    width: 33%;
    font-family: Georgia,serif;
    font-size: 14px;
    margin-top: 8px;
}


.hr-line {
    width:100%; 
    height:4px; 
    background:#412c1a; 
    clear:both; 
    margin:0px;
}

.hr-line-with-margin{ width:100%; height:4px; background:#412c1a; clear:both; margin:35px 0px;}

@media (max-width: 1000px) {
    .hr-line {
        width:95%; 
    }
}

#acord {
    margin-top: 40px;
}

.block {
    display: block;
}
.none {
    display: none;
}

/*#acord > div { width:650px; margin-bottom:10px; clear:both;  float:left;}*/
/*#acord #head{ width:650px; margin:0px; float:left; height:25px; cursor:pointer;}*/ 
#acord #head {
    padding-top: 10px;
    padding-bottom: 8px;
}
.head-title {
    font-weight: bold;
    padding-top: 5px;
}
#acord #content {  float:left; padding: 15px 0; }
#acord #content:first-child {  float:left; padding-top: 0 !important; }
#acord #secondary-head {
    margin-bottom:10px;
}

#acord .icon-state-close { 
    width:25px; 
    height:25px; 
    float:right!important; 
    background:url('../../images/front/arrow.png') no-repeat; 
    background-position:0 -26px;  
    margin-top: -23px;
    cursor: pointer;
}
#acord .icon-state-open { 
    width:25px; 
    height:25px; 
    float:right!important; 
    background:url('../../images/front/arrow.png') no-repeat top right; 
    cursor: pointer;
}

/*#acord .acord-left{ float:left; width:174px; text-align:left;}
#acord .acord-right{ float:left; width:455px; text-align:left;}*/

.acord-title{ 
    float:left; 
    min-width:215px; 
    max-width:328px; 
    font-size:30px; 
    text-align:left; 
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    text-transform:uppercase; 
    color:#412c1a; 
    line-height:24px;     
}

.acord-title a { 
    color:#412c1a; 
}

.acord-title a:hover { 
    text-decoration: none; 
}

.acord-title span{ float:left; font-size:18px; text-align:left; font-family: 'bebas_neueregular',Arial,sans-serif; text-transform:uppercase; color:#412c1a; display: block;clear: both; }
div.acord-event{ float:left; width:70px;font-size:12px; text-align:left; font-family: 'bebas_neueregular',Arial,sans-serif; text-transform:uppercase; color:#f1efd3;}


.summary, p{ 
    text-align:left; 
    font-family: Georgia,serif; 
    color:#412c1a; 
}
#acord #head .summary{ font-size:12px; }
#acord #content .summary{ font-size:13px; }

div.acord-event {
    background:url('../../images/front/merchantEvent.png') no-repeat top right; 
    padding:5px 5px 5px 16px;
    margin-left: 10px;    
    margin-top: 15px;
    width: 90px;
    position: absolute;
    top: -21px;
    left: 51px;
}

.merchant-event {
    background:url('../../images/front/merchantEvent.png') no-repeat top right; 
    padding:5px 5px 5px 16px;
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    text-transform:uppercase; 
    color:#f1efd3;
    position: absolute;
    right: 20px;
    margin-top: -35px;
    font-size: 12px;
    width: 90px;
}

#all-event-container .merchant-event {
    right: 30px;
    margin-top: -30px;
}


#acord #head .acord-left span{font-size:18px; text-align:left; font-family: 'bebas_neueregular',Arial,sans-serif; text-transform:uppercase; color:#412c1a; }

#acord #content #secondary-head span {
    font-size:18px; 
    text-align:left; 
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    text-transform:uppercase; 
    color:#412c1a; 
    float:left;  
}

.acord-time-wrapper {
    width: 135px;
}

#acord #content #secondary-head span.acord-date{
    background:url('../../images/front/8_10pm.png') repeat-x top left; 
    padding:3px 0; 
    color:#f1efd3; 
    line-height:18px; 
    text-align:center; 
    width:50px;
    margin-right:2px;
}
#acord #content #secondary-head span.acord-time{
    background:url('../../images/front/8_10pm.png') repeat-x top left; 
    padding: 8px 0;
    color: #F1EFD3; 
    text-align:center;
    width: 77px;
}
#acord #content div.acord-image{ 
    clear:both;  
    width:125px; 
    /*height:62px;*/
    box-shadow: 0 0 0 2px #412C1A, 0 0 0 5px #FBFDE8, 0 3px 5px 3px rgba(0, 0, 0, 0.5);
    /*height: 72px;
    width: 140px;*/
    margin-bottom:15px;
    margin-top: 10px;
    overflow: hidden;
    margin-left: 2px;
}
.acord-view{ background:url('../../images/front/viewGallery.png') no-repeat top left; color: #F1EFD3 !important;float: left;font-family: 'bebas_neueregular',Arial,sans-serif;font-size: 18px; padding: 8px 10px 8px 39px; text-align: left;text-transform: uppercase;width: 84px; margin-bottom:10px; margin-right:15px; }
.acord-ticket {
    background:url('../../images/front/buyTickets.png') no-repeat top left; 
    color: #F1EFD3;
    float: left;
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size: 18px; 
    padding: 8px 12px 8px 12px; 
    text-align: left;
    text-transform: uppercase; 
    margin-bottom:10px;
    width: 129px;
}
.acord-ticket:hover {
    color: #F1EFD3;
}
.acord-ticket-left {    
    float:left; 
}
.acord-ticket-right {    
    float:right; 
}

.acord-right p {
    margin-top: 10px;
}

#sharethis {
    clear:both; 
    text-align:left; 
    margin-left:8px; 
    padding-top:0px;
    margin-top:0px; 
    margin-bottom: 5px;
    z-index: 1 !important; 
    position: relative;
    width: 142px;
}
#sharethis span {
    margin:0;
    padding-right: 0;
    padding-top: 0;
    margin-left: 0px;
}

.register-now{font-size:14px; text-align:left; font-family: 'bebas_neueregular',Arial,sans-serif; text-transform:uppercase; color:#f05223!important; }
 
/*  for download block on event page  */
#doc {
    /*width:100%;*/ 
    margin-top:45px;
}
/*#doc .doc-left { 
    width:15%; 
    height:110px; 
    padding-right:75px; 
    display: inline-block;
}
#doc .doc-right {   
    width: 75%;
    display: inline-block; vertical-align: top;
}*/
#doc .doc-right .title {
/*    float:left; 
    width:80%;*/
    font-size:34px; 
    text-align:left; 
    font-family: 'bebas_neueregular',Arial,sans-serif; 
    text-transform:uppercase; 
    color:#412c1a; 
    line-height:28px; 
    /*clear:both;*/ 
}
/*#doc .doc-right .title span {
    float:left; 
    min-width:215px;
    font-size:14px; 
    text-align:left;
    font-family: Georgia,serif; 
    text-transform:uppercase; 
    color:#412c1a; 
    line-height:27px; 
    clear:both; 
}*/
.doc-btn { 
    background:url('/media/images/front/downloadNow.png') repeat-x top left; 
    color: #F1EFD3 !important;
    /*clear: both;*/
    font-family: 'bebas_neueregular',Arial,sans-serif;
    font-size: 18px; 
    padding: 8px 18px 8px 0; 
    text-align: right;
    text-transform: uppercase; 
    margin-bottom:10px; 
    width: 129px;
    display: block;
}

.doc-btn:hover {
    text-decoration: none;
}

#doc .doc-btn {
    width: 140px;
}
@media (max-width: 580px) { 
    #doc .col-xs-3 {
        width: 35%;
    }
    #doc .col-xs-9 {
        width: 65%;
    }
}

/*
.doc-right .doc-btn {
    width: 140px;
}*/

/*#event-calendar {
    min-height: 1000px;
}*/

@media (min-width: 1000px) {
    #all-event-container .col-xs-3 {
        width: 20%;
    }
    #all-event-container .col-xs-9 {
        width: 80% !important;
    }
}

@media (max-width: 555px) { 
    #acord .icon-state-close, #acord .icon-state-open { 
        display: none;
    }
    #content {
        margin-top: 15px;
        display: block !important;
    }
    #head {
        display: none !important;
    }
    #acord #secondary-head .acord-event {
        position: absolute;
        margin-top: -10px;
        right: 0;
    }
}

@media (max-width: 767px) {
    /*#acord > div { width:90%; margin-left: 20px;margin-bottom:10px; clear:both;  float:left;}*/
    /*#acord #head{ width:90%; margin:0px; float:left; height:25px; cursor:pointer;}*/ 
/*    #acord .acord-left{ float:left; width:174px; text-align:left;}
    #acord .acord-right{ float:left; width:90%; text-align:left;border:0px solid red;}*/
    
}
@media (max-width: 404px) {
    .acord-time-wrapper {
        position: absolute;
        margin-top: 67px;
        margin-left: 150px;
    }
    #event-container #sharethis {
        position: absolute;
        margin-left: 158px;
        margin-top: -30px;
    }
    .acord-title {
        font-size: 20px;
        min-width: 260px;
    }
    .acord-title span {
        font-size: 14px !important;
    }
    #event-calendar h2, .hr-line {
        width: 100%;
    }
    
    .row p {
        padding-bottom: 15px;
    }
    
    #doc .doc-right .title {
        font-size: 26px;
    }
    
    #all-event-container .col-xs-3 {
        width: 145px;
    }
    #all-event-container .col-xs-9 {
        width: 90% !important;
    }
    
/*    #doc .doc-right {  
        width:150px; 
        padding-left:15px; 
        display: inline-block; vertical-align: top;
    }*/
}

/*
.featured-desc{ text-align:left; margin-left:30px;}

.featured-desc .title{ padding:0px !important;}

#image-container #mainFrame{width:360px;}
#image-container{ margin-top:25px; }

.featured-desc p{ margin-top:15px; font-family: Georgia,serif; color:#412c1a; font-size:14px; }

 #merchant-details-container{
 padding-bottom:20px;
 float:left;
 }
 
 #merchant-details-container #image-container{
 float:left;
 width: 365px;
 margin-top:15px;
 }*/


.no-header-padding {
    margin-top: 40px;
}

.paragraph-spacing {
    padding-top: 20px;
}

@media (max-width: 450px) {
    #event-detail-view .col-xs-6 {
        width: 95%;
    }
    
    #event-detail-view .img-responsive {
        width: 100%;
    }
}


/* end EVENT */



/* MARKET BUZZ / FEATURED PRESS */

.press-date-time{font-family: 'bebas_neueregular',Arial,sans-serif; font-size: 16px; color:#412c1a; text-transform:uppercase;}

.orange-box { 
    color: #F1EFD3;
    float: left;
    font-size: 19px;
    height: 50px;
    padding: 7px 0;
    text-decoration: none;
    width: 136px;  
    font-family: 'bebas_neueregular',Arial,sans-serif;
    background:url('../../images/front/orangeBox.png') no-repeat;
    text-align:center;
}
.orange-box:hover {
    color: #F1EFD3;
    text-decoration: none;
}

input.orange-box{ border:0px; height:40px;}

#market-buzz .img-responsive {
    margin-bottom: 20px;
}

.margin-thirty-top {
    margin-top: 30px;
}

/* end MARKET BUZZ */

@media (max-width: 767px) {

    .secondary-page-header h1 a.pull-right {
        margin-top: 7px;
        font-size: 14px;
    }
    
    .secondary-page-nav ul {
        display: table;
        table-layout: fixed;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .secondary-page-nav ul:before, .secondary-page-nav ul:after {
        display: none;
    }
    .secondary-page-nav ul li {
        margin-right: 20px;
        display: inline-block;
    }
    .secondary-page-nav ul li a {
        display: inline-block;
    }

    .secondary-page-search-button {
        font-size: 0px;
    }
    .secondary-page-search-button:after {
        content: "\f002";
        font-size: 20px;
        /*display: inline-block;*/
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
       /* line-height: 1;*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .secondary-page-header.scrolling:after {
        display: none !important;
    }
    .secondary-searchpage {
        margin-top: 152px;
    }
    .secondary-category-title {
        margin-bottom: 10px;
    }
    .secondary-search-detail .secondary-detail-action,
    .secondary-search-detail h2 {
        padding-top: 14px;
    }

    .section-nav-wrapper {
        overflow-x: scroll;
        height: 32px;
        margin-bottom: 20px;
        -webkit-overflow-scrolling: touch;
    }
    .section-nav {
        width: 95%;
        display: table;
        table-layout: fixed;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    .section-nav:before,
    .section-nav:after {
        display: none;
    }
    .section-nav li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .section-nav li a {
        padding-bottom: 7px;
    }
    .section-nav li a.active {
        border-bottom: 2px solid;
    }
    .quarter-tile {
        height: auto;
    }
    .quarter-tile-img {
        width: 255px;
        height: 125px;
    }
    .row p.quarter-tile-title {
        padding-bottom: 0;
    }
    #merchant-category-list li li {
        float: none;
        width: auto;
    }
    #history .img-responsive {
        margin-bottom: 20px;
    }
 
}
.responsive-subnav-wrapper {
    position: relative;
}
.responsive-nav-leftarrow,
.responsive-nav-rightarrow {
    display: block;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    background: transparent;
    outline: none !important;
}
.responsive-nav-leftarrow i,
.responsive-nav-rightarrow i {
    display: block;
    width: 36px;
    height: 36px;
    color: #412C1A;
    font-size: 16px;
    line-height: 36px;
    margin-top: -16px;
}

@media (max-width: 1000px) {
    .secondary-page-search {
        display: none;
    }
    .secondary-content {
        margin-top: 95px !important;
    }
    h1 {
        font-size: 20px;
    }
}
.responsive-nav-leftarrow {
    left: 0;
}
.responsive-nav-leftarrow i {
    text-align: left;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.responsive-nav-rightarrow {
    right: 0;
}
.responsive-nav-rightarrow i {
    text-align: right;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.secondary-page-header .responsive-nav-leftarrow,
.secondary-page-header .responsive-nav-rightarrow {
    z-index: 9999;
}
.secondary-page-header .responsive-nav-leftarrow i,
.secondary-page-header .responsive-nav-rightarrow i {
    margin-top: 0;
}

/* CONTACT US */

#contact-us-table{margin:0; text-align:left;}
#contact-us-table td, #contact-us-table th{ vertical-align:top; }
#contact-us-table td label{ margin:0px;}
#contact-us-table #title{color: #412D1A; font-family: 'bebas_neueregular',Arial,sans-serif;font-size: 24px; margin-top: 15px;}
#contact-us-table .contacttext{ font-family: Georgia,serif; color:#412c1a; font-size:14px; }
#contact-us-table .mainbodytext{color: #412D1A; font-family: Georgia,serif;font-size: 14px;}
#contact-us-table input[type='text'],#contact-us-table textarea{width:200px; font-size:12px; padding:0px; }

#contact-us-table textarea{
moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
overflow:none;
border:1px solid;
height:auto;
}
.success{color: #008530; font-family: 'bebas_neueregular',Arial,sans-serif;font-size: 18px; padding:5px 0; text-align:center;}

#contactus-info label
{
	clear: both;
    display: block;
    float: left;
    font-family: NotoSerif;
    font-size: 14px;
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 130px;
}

#contactus-info input
{
	border: 1px solid grey;
    box-shadow: none !important;
    color: grey;
    font-family: 'Georgia',serif;
    font-size: 12px;
    height: 30px;
    margin: 5px 0 10px 10px;
	width: 300px;
}
#contactus-info textarea
{
border:1px solid grey;
font-family: Georgia, serif;
font-size:12px;
color:grey;
height:90px;
width:300px;
border-radius:0;
-webkit-border-radius:0px;
-moz-border-radius:0;
margin:5px 0 10px 10px;
border-radius:none!important;
box-shadow:none!important;
}

.contactus-button{ margin-left: 139px;float: left;}
.contactus-button input:nth-child(1) {
    margin-right: 18px;
}
.contactus-button input {
    float: none;
}
/*.contactus-button input{ margin-right:20px; float:none!important;}*/

@media (max-width: 500px) {
    #contactus-info input, #contactus-info textarea {
        width: 90%;
    }
    #contactus-info label {
        text-align: left;
        margin-left: 10px;
    }
    .contactus-button input:nth-child(1) {
        margin-right: 5px;
    }
    .contactus-button input {
        width: 110px;
    }
    .contactus-button{ margin-left: 10px;}
}

/* end CONTACT US */

.fixed {
    position: fixed;
}
.scroll-limit .secondary-page-wrapper {
    padding-top: 62px;
}
.scroll-limit .secondary-content {
    margin-top: 10px !important;
}

@media (max-width: 400px) {
	.blog-play{   
		width: 88px;
		font-size: -50px;
		margin-left: -75px;
	}
}