/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #6588c1; color:#fff; text-shadow: none; }
::selection { background:#6588c1; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h6 { font-weight: bold; }
h5 {font-weight: 800; }
a, a:active/*, a:visited*/ { color: #607890; }
a:hover { color: #036; }







body {
    background-image:url("/templates/custom/2012_taste_of_buffalo/images/body-border.jpg");
    background-repeat:repeat-x;
    padding-top:4px
}


.outter-wrap {
    background-image:url("/templates/custom/2012_taste_of_buffalo/images/header-bg.jpg");
    min-height:750px;
}

.outter-wrap-inner {
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/header-bg.jpg");
}

.wrapper {
    width:960px;
    margin:auto;
}

.header-wrap {
     /* chef pic background-image: url("/templates/custom/2012_taste_of_buffalo/images/masthead-img.png"); */
    background-repeat: no-repeat;
    margin: auto;
    /*min-height: 750px;     when there's 3 callouts*/
    /* min-height: 570px;*/
    background-position: 449px -30px;
}

.header-wrap-inner {
    width: 960px;
    margin: auto;
}

.main-callout {
    float: left;
    clear: left;
    margin-top: 60px;
    height: 190px;
}

header.header {

}

.logo {
    float:left;
    margin-top:20px;
}

nav.main-nav {
    float: left;
    clear: left;
    margin-top: 20px;
    height: 40px;
}

.social {
    float: right;
    margin-top: 20px;
    font-size:14px;
    color:#757575;
    text-transform:uppercase;
    z-index: 1;
    position: relative;
}

.social img {
    margin-top: 8px;
}

.callout-wrap {
    float: left;
    clear: both;
    position: relative;
    margin-top: 40px;
}

.callouts {
    position: relative;
    left: 0;
    z-index: 2;
}

.clock {
    /* z-index: 1;*/
    width: 312px;
    height: 312px;
    /* background-image: url("/templates/custom/2012_taste_of_buffalo/images/clock.png"); */
    background-image: url("/content/images/2016/clock-white.png");
    position: absolute;
    right: 97px;
    top: -265px;
}

.three-col-bar-wrap {
    float: left;
    clear: left;
    width: 100%;
    background: #f1f1f1;
    min-height: 190px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.three-col-bar-wrap h2 {
    color: #676767;
}
.three-col-bar-wrap a{
    color:#676767;
}

.three-col-bar {
    width:960px;
    margin:auto;
}

article.main-body {
/*    float: left;
    clear: left;*/
    min-height: 400px;
    margin-bottom: 20px;
    padding-top: 40px;
}

article.main-body-full {
    float: left;
    clear: left;
    min-height: 400px;
}

aside.aside {
    float:right;
    clear:right;
    width:300px;
    margin-top:40px;
}

aside.aside-inner {
    float: right;
    clear: right;
    width: 300px;
    margin-top: 40px;
}

.search-right-text-on, .search-right-text-off {
    height:25px;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    border:solid 1px #cdcdcd;
    padding-left:10px;
    width:290px;
}

.aside .submit-off, .aside .submit-over {
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/btn-search.png");
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: 40px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 14px;
}

.aside-inner .submit-off, .aside-inner .submit-over {
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/btn-search.png");
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: 40px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 14px;
}

.search-aside-2012 {
    position:relative;
    width:300px;
    height:40px;
}

.search {
    float:left;
}

footer.footer-wrap {
    clear: both;
    float: left;
    width: 100%;
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/footer-bg.jpg");
    margin-top: 20px;
    padding: 40px 0;
    text-align: center;
}

.footer {
    margin: auto;
    display:block;
}

footer.footer-wrap-cap {
    width:100%;
    float:left;
    clear:both;
    height:135px;
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/footer-bg.jpg");
    border-top: dashed 1px #a5a5a5;
}

.footer-cap {
    margin:auto;
}

.footer-social {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    color: #757575;
    text-transform: uppercase;
    height: 70px;
}

nav.footer-nav {
    float:right;
    clear:right;
}

.author_1 {
    width: 100%;
    text-align: center;
    height: 45px;
    clear: both;
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/author-bg.jpg");
    padding-top: 10px;
}

.author {
    width: 100%;
    text-align: center;
    clear: both;
    background-image: url("/templates/custom/2012_taste_of_buffalo/images/author-bg.jpg");
    padding-top: 40px;
}

#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4 {
    background-color: #6F6F6F !important;
    color: white !important;
    width: 300px!important;
}

.twtr-widget h3, .twtr-widget h4, .twtr-widget p {
    margin: 0!important;
    padding: 0!important;
    line-height: 1.2!important;
    width: auto!important;
    font-size: 14px;
}

.twtr-hd {
    padding: 0;
    position: relative;
    zoom: 1;
    overflow: hidden;
    display: none;
}

.twtr-widget .twtr-tweet-wrap {
    padding: 6px 8px;
    overflow: hidden;
    zoom: 1;
    padding: 0px!important;
}

#twtr-widget-1 .twtr-new-results, #twtr-widget-1 .twtr-results-inner, #twtr-widget-1 .twtr-timeline {
    background: #6F6F6F !important;
    height: 100px!important;
}

.twtr-widget em, .twtr-widget .twtr-new-results {
    font-size: 9px;
    font-style: normal;
    display: block;
    margin-top: 2px;
    zoom: 1;
    padding-bottom: 22px!important;
    margin-bottom: 22px!important;
}

.twtr-ft div {
    overflow: hidden;
    padding: 10px;
    zoom: 1;
    padding-left: 2px!important;
}

.homepage-content-module {
    margin-top: 20px;
    float: left;
}

.pagerItem div {
    padding:0px!important;
    width: 294px!important;
    height: 170px!important;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

.pagerItem {
    height: 170px!important;
    margin-left:0!important;
    margin-right:0!important;
    width:294px!important;
}

.horizontalPagerView {
    height: 170px!important;
    margin-left:0!important;
    margin-right:0!important;
    width:294px!important;
}

.horizontalPagerStatus {
    display:none!important;
}

.horizontalPagerContainer {
    margin-left:10px;
    padding-top:10px;
}

.countdown_title {
    text-transform:uppercase;
    font-size:15px;
    color: #6588c1;
    text-shadow:1px 1px 1px #42597f;
}

.countdown_footer {
    text-transform:uppercase;
    font-size:15px;
    color:#6588c1;
    text-shadow:1px 1px 1px #42597f;
}

.countdown-wrap {
    position: absolute;
    right: 102px;
    top: 113px;
    text-align: center;
}

#clock {
    font-size: 70px;
    color: #6588c1;
    text-shadow: 1px 1px 1px #3E5477;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 58px;
    margin-left: -7px;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #7AC142;
    background-image: none;
}

.navbar .btn-navbar {
    background-color: #62a32f;
    background-image: none;
}

.navbar .btn-navbar:hover {
    background-color: #afda8e;
    background-image: none;
}

.span8 .span4 {
    margin-left: 0;
}

.span8 .span4:last-child {
    margin-left: 30px;
    width: 360px;
}

.homepage-content-wrapper {
    float: left;
    width: 800px;
}

.mobile-sponsor {
    background-color: #6588C1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 5px;
    overflow: hidden;
    text-shadow: none;
}

.mobile-sponsor a {
    color: #fff;
}

.mobile-dates {
    font-weight: bold;
    padding: 10px;
    padding-bottom: 5px;
    color: #999;
    padding-left: 0;
}

.mobile-map {
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:6px;
    background-color:#fff;
    border:solid 1px #ccc;
}

.dates {
    margin-top:25px;
    color: #656565;
    z-index: 1;
    position: relative;
}

td.restaurant-info a{
    font-size: 16px;
    font-weight: bold;
}

#restaurant_list_filter input[type="text"],
#restaurant_list_filter select{
    padding: 4px 5px;
    font-size: 12px;

    background: rgb(226,226,226); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(242,242,242,1) 17%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(17%,rgba(242,242,242,1)), color-stop(45%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 17%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 17%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 17%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(242,242,242,1) 17%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


}
#restaurant_list_filter input[type="submit"] {
    background: #6588c1;
    padding: 7px 10px;
    border-radius: 7px;
    border: 0;
    color: #fff;
    font-size: 12px;
    border-top: 1px solid #98add4;
    border-bottom: #5577ad;
    margin-right: 10px;
}
#restaurant_list_filter input[type="submit"]:hover {
    background: #6d90ca;
    border-top: 1px solid #98add4;
    border-bottom: #5577ad;
    margin-right: 10px;
}
#restaurant_list_filter select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
#restaurant_list_filter td.form-caption-1 {
    color: #656565;
}
#restaurant_list_filter td.form-element-1 {
    padding: 0 10px 0;
}

#restaurant_list_filter a{
    background: #eef6ff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 10px;
    color: #000;
    margin-right: 10px;
    white-space: nowrap;
    margin-top: 12px;
    display: inline-block;
    float: right;
}

.slider-wrapper {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    padding-bottom: 10px;
}

.slider .flexslider {
    background:none;
    border-radius:0;
    box-shadow:none;
    margin:0;
    border:0;
}
.slider .flexslider .slides li {
    position: relative;
}

.slider ul li {
    margin: 0
}

.slider img {
    max-width: 1150px;
    height: auto;
}
.slider .flexslider .slides img {
    margin: auto;
}

.slider .flex-control-nav {
    bottom: 18px;
    text-align: right;
    font-size: 0;
    margin-right: 10px;
}

.slider .flex-control-paging li a {
    background: rgba(0,0,0,0.2);
}

.slider .flex-control-paging li a.flex-active {
    background: #6588c1;
}

.culinarystage {
    margin-top: 60px;
}

.culinarystage .description {
    font-family: 'Sanchez', arial, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #232323;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.culinarystage .blue {
    background: url(/content/images/2015/culinary-bg-blue.jpg) repeat;
    padding: 20px;
}

.culinarystage .green {
    background: url(/content/images/2015/culinary-bg-green.jpg) repeat;
    padding: 20px;
}

.culinarystage h3 {
    font-size: 22px;
    font-family: 'Sanchez', arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #304976;
}

.culinarystage h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Sanchez', arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #304976;
}

.culinarystage p {
    line-height: 21px;
    color: #2f2f2f;
    font-size: 14px;
}

.culinarystage span {
    text-transform: uppercase;
    color: #304976;
    font-family: 'Sanchez', arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.culinarystage .blue,
.culinarystage .green {
    min-height: 350px;
    margin-bottom: 30px;
}

.culinarystage2017 .lead {
  font-size: 16px;
}

.culinarystage2017 h2 {
  text-transform: uppercase;
  color: #5f76a1;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 30px;
}

.culinarystage2017 h3 {
  color: #333;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 22px;
  margin: 5px 0;
}

.culinarystage2017 h4 {
  margin-top: 20px;
  color: #6f8ec2;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 20px;
}

.culinarystage2017 .s-tops-logo {
  width: 40px;
  height: auto;
  vertical-align: middle;
}

.culinarystage2017 hr {
  border-top: 1px dotted #dfdfdf;
}

.grid-accordion .caption {
    position: initial!important;
}
.grid-accordion .caption p {
  /* overflow: scroll; */
  font-size: 12px;
  width: 95%!important;
}

/*-------------------------------------------------------------------------------------------------------------------------*
    /app/participant-forms
*-------------------------------------------------------------------------------------------------------------------------*/

.form-item-wrap {
    margin-bottom: -1px;
    border: 1px solid #e7e7e7;
    padding: 14px;
    width: 75%;
}
@media (max-width: 991px) {
    .form-item-wrap {
        width: 90%;
    }
}

.form-item-wrap span {
    font-size: 16px;
}

.form-item-wrap .checkbox-container {
    float: left;
    width: 25px;
}

.form-item-wrap i.fa.fa-print {
    color: #6588c1;
    margin-left: 6px;
    float: right;
}

/*-------------------------------------------------------------------------------------------------------------------------*
    /app/healthy-options-form
*-------------------------------------------------------------------------------------------------------------------------*/

.healthy-options-form .form-caption-1 {
    text-align: left;
}

.healthy-options-form input[type="text"],
.healthy-options-form textarea,
.healthy-options-form select {
    width: 100% !important;
}



@media (max-width: 480px) {
    .header-wrap {
        background-image: none;
    }
    .container {
        padding:20px;
    }

    .callout-wrap {
        margin-top: 20px;
    }
    .main-callout {
        margin-top: 20px;
        height: auto!important;
    }
    .navbar {
        margin-bottom: 0!important;
    }
    .three-col-bar-wrap {
        padding-top: 10px;
    }
    .homepage-content-wrapper {
        float: left;
        width: 100%;
    }
    #restaurant_list_filter #simple-list-display-001 {
        max-width: 280px;
    }
    #restaurant_list_filter td,
    #restaurant_list_filter #simple-list-display-001 td {

        text-align: left!important;
        color: #656565;
    }
    #restaurant_list_filter input,
    #restaurant_list_filter select {
        /*max-width: 100%;*/
    }
    #restaurant_list_filter select {
        width: 93%
    }
    #simple-list-display-001 table {
        width: 100%;
    }


    span.twitter-typeahead {
        width: 88%!important;
    }
    .restaurant_name_element {
        width: 100%!important;
        float: left;
    }
    .restaurant_name_caption {
        width: 100%!important;
        float: left;
    }
    .category_id_element {
        width: 100%!important;
        float: left;
    }
}

@media (max-width: 768px) {
    .header-wrap {
        background-image: none;
    }
    .container {
        padding:20px;
    }

    .homepage-content-wrapper {
        float: left;
        width: 100%;
    }
    .dates {
        clear: both;
        padding: 10px;
    }
    article.main-body {
        padding-top: 0;
        max-width: 100%;
    }
    #restaurant_list_filter div#simple-list-display-001 {
        max-width: 691px;
    }
    #restaurant_list_filter td,
    #restaurant_list_filter #simple-list-display-001 td {
        display: block;
        width: 100%;
        color: #656565;
        text-align: left;
    }
    #restaurant_list_filter td.form-element-1 {
        padding: 4px 2px;
    }
    #restaurant_list_filter .restaurant-submit,
    #restaurant_list_filter .restaurant-viewall {
        width: 50%;
        float: left;
    }
    .culinarystage .description {
        font-size: 16px;
        line-height: 27px;
    }
    .culinarystage .date {
        margin-top: 40px;
    }
    .culinarystage .blue,
    .culinarystage .green {
        margin-bottom: 20px;
    }
    .culinarystage img {
        margin: auto;
        display: block;
    }
    .culinarystage h3 {
        font-size: 20px;
    }
    .culinarystage h4 {
        font-size: 18px;
    }
    .culinarystage p {
        line-height: 22px;
        color: #2f2f2f;
        font-size: 14px;
    }
}
@media (min-width: 481px) and (max-width: 767px)  {
    #restaurant_list_filter input[type="text"] {
        width: 100%;
    }
    #restaurant_list_filter select {
        width: 104%;
    }
    #restaurant_list_filter td.form-caption-1 {
        width: 30%;
        float: left;
        text-align: right;
    }
    #restaurant_list_filter td.form-element-1 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .header-wrap {
        background-image: none;
    }
    .container {
        padding:20px;
    }
    .homepage-content-wrapper {
        float: left;
        width: 100%;
    }
    .header-wrap {
        /* background-image: url("/templates/custom/2012_taste_of_buffalo/images/masthead-img.png"); */
        background-repeat: no-repeat;
        margin: auto;
        min-height: 0;
        background-position: 279px 80px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .three-col-bar-wrap {
        float: left;
        clear: left;
        width: 100%;
        min-height: 190px;
        padding-top: 0px;
    }
    .outter-wrap .container {
        padding:0;
    }
    .outter-wrap {
        min-height: 700px;
    }
    #simple-list-display-001 table {
        width: 100%;
    }
    #restaurant_list_filter input[type="text"], #restaurant_list_filter select {
        width: 190px;
    }
    .culinarystage .blue, .culinarystage .green {
        min-height: 472px;
    }
    .mobile-sponsor {
        margin-top: 15px;
    }
}

@media (max-width: 980px) {
    .homepage-content-wrapper {
        float: left;
        width: 100%;
    }
}

@media (min-width: 980px) {
    .homepage-content-wrapper {
        float: left;
        width: 640px;
    }
    .footer {
        display:none;
    }
    footer.footer-wrap {
        clear: both;
        float: left;
        width: 100%;
        min-height: 50px;
        background-image: url("/templates/custom/2012_taste_of_buffalo/images/footer-bg.jpg");
        margin-top: 20px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    article.main-body {
        float: none;
    }
    #restaurant_list_filter input[type="text"], #restaurant_list_filter select {
        width: 138px;
    }
}
@media (min-width: 1200px) {
    .homepage-content-wrapper {
        float: left;
        width: 800px;
    }
    .footer {
        display:block;
    }
    footer.footer-wrap {
        clear: both;
        float: left;
        width: 100%;
        min-height: 300px;
        background-image: url("/templates/custom/2012_taste_of_buffalo/images/footer-bg.jpg");
        margin-top: 20px;
    }
    #restaurant_list_filter input[type="text"],
    #restaurant_list_filter select{
        width: 100%;
    }
}



.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

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

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}