@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300);
@import url(https://fonts.googleapis.com/css?family=Yeseva+One);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
/* line 15, ../sass/main-v2-8.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 19, ../sass/main-v2-8.scss */
.clear-fix:after {
  content: "";
  display: table;
  clear: both; }

/* line 73, ../sass/main-v2-8.scss */
html, body {
  height: 100%; }

/* line 78, ../sass/main-v2-8.scss */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4; }

/* line 90, ../sass/main-v2-8.scss */
h2 {
  color: #4d4d4d;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 40px;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

/* line 103, ../sass/main-v2-8.scss */
h3 {
  color: #4d4d4d;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin: 0;
  padding: 0; }

/* line 116, ../sass/main-v2-8.scss */
h4 {
  color: #333333;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

/* line 127, ../sass/main-v2-8.scss */
h5 {
  color: #a57b51;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 46px;
  font-style: italic;
  margin: 0px 0px 20px 0px;
  padding: 0;
  text-align: center;
  text-transform: uppercase; }

/* line 143, ../sass/main-v2-8.scss */
h6 {
  color: #a57b51;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 25px;
  margin: 20px 0 0 0;
  padding: 0; }
  
  h7 {
  color: #a57b51;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  margin: 0px 0 0 0;
  padding: 0; }
  
  h8 {
  color: #a57b51;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
  font-size: 46px;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: center; }

/* line 168, ../sass/main-v2-8.scss */
.oneWord {
  white-space: nowrap; }

/* line 172, ../sass/main-v2-8.scss */
.gold {
  color: #a57b51; }

/* line 176, ../sass/main-v2-8.scss */
.sff-wrapper {
  overflow: hidden;
  position: relative;
  width: 940px;
  margin: 0 auto 0 auto;
  	/*&:before, &:after{
  		@include pseudo;
  		top: 0;
  		width: 160px;
  		height: 100%;
  		background: {
  			image: url(../img/gutter-texture.jpg);
  			repeat: repeat-y;
  		}
  	}
  
  	&:before{
  		left: -160px;
  	}
  
  	&:after{
  		right: -160px;
  	}*/ }

/* line 202, ../sass/main-v2-8.scss */
.overline {
  border-top: 1px solid #cccccc;
  padding-top: 20px !important; }

/* line 207, ../sass/main-v2-8.scss */
.underline {
  border-bottom: 1px solid #cccccc; }

/* line 212, ../sass/main-v2-8.scss */
.expanded-intro {
  color: #a57b51;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  text-align: center; }
  /* line 226, ../sass/main-v2-8.scss */
  .expanded-intro.emphasize {
    border: 1px solid #a57b51;
    border-radius: 30px;
    display: inline;
    padding: 10px 20px; }

/* line 234, ../sass/main-v2-8.scss */
.bold-cta {
  color: #4d4d4d;
  font-weight: 900;
  font-size: 18px;
  padding: 0 0 20px 0;
  text-align: center; }

/* line 244, ../sass/main-v2-8.scss */
.intro {
  position: relative;
  padding: 0px 20px 30px 50px;
  background-repeat: no-repeat;
  background-position: center top;
  /*&:before{
  	@include pseudo;
  	top: 325px;
  	left: 0;
  	width: 100%;
  	height: 100px;
  	background: {
  		image: url(../img/generic-sprite.jpg);
  		repeat: no-repeat;
  		position: 0 -1125px;
  	}
  }*/ }
  /* line 266, ../sass/main-v2-8.scss */
  .intro:after {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    left: 0;
    width: 100%;
    height: 101px;
    background-repeat: no-repeat;
    background-position: center center; }

/* line 280, ../sass/main-v2-8.scss */
.intro-container {
  width: 840px;
  margin: 20px 50px 0 50px; }
  /* line 284, ../sass/main-v2-8.scss */
  .intro-container .description {
    margin: 20px 0 0 0; }

/* line 289, ../sass/main-v2-8.scss */
.vert-divider {
  position: absolute;
  width: 1px !important;
  height: 100%;
  left: 50%;
  background-color: #333333; }

/* line 297, ../sass/main-v2-8.scss */
.description {
  color: #4c4c4c;
  position: relative;
  list-style-type: none;
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 15px;
  text-align: center; }
  /* line 306, ../sass/main-v2-8.scss */
  .description li {
    top: 0;
    width: 50%;
    float: left; }
    /* line 312, ../sass/main-v2-8.scss */
    .description li.left {
      padding: 0 20px 20px 0; }
    /* line 317, ../sass/main-v2-8.scss */
    .description li.right {
      padding: 0 0 20px 20px; }

/* line 323, ../sass/main-v2-8.scss */
ul.call-to-action {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  color: #4d4d4d; }
  /* line 330, ../sass/main-v2-8.scss */
  ul.call-to-action .question {
    color: black;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    margin: 0 0 20px 0; }

/* line 340, ../sass/main-v2-8.scss */
.feature-image {
  background-image: url(../img/generic-sprite.jpg);
  background-repeat: no-repeat;
  background-position: 0 -560px;
  height: 200px;
  margin: 20px 50px 50px 50px;
  position: relative;
  width: 840px; }
  /* line 352, ../sass/main-v2-8.scss */
  .feature-image:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
    background-image: url(../img/transparent-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -185px; }
  /* line 365, ../sass/main-v2-8.scss */
  .feature-image .clip-container {
    position: absolute;
    overflow: hidden;
    width: 840px;
    height: 200px;
    left: 0;
    top: 0; }
    /* line 374, ../sass/main-v2-8.scss */
    .feature-image .clip-container .logo-snippet {
      position: absolute;
      background-image: url(../img/generic-sprite.jpg);
      background-repeat: no-repeat; }
      /* line 381, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet0 {
        background-position: 0 -350px;
        left: -117px;
        top: 0;
        width: 117px;
        height: 200px; }
      /* line 389, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet1 {
        background-position: -117px -350px;
        left: 117px;
        top: -70px;
        width: 173px;
        height: 70px; }
      /* line 397, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet2 {
        background-position: -117px -420px;
        left: 117px;
        top: 200px;
        width: 173px;
        height: 130px; }
      /* line 405, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet3 {
        background-position: -290px -350px;
        left: 290px;
        top: -100px;
        width: 100px;
        height: 100px; }
      /* line 413, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet4 {
        background-position: -290px -450px;
        left: 290px;
        top: 200px;
        width: 200px;
        height: 100px; }
      /* line 421, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet5 {
        background-position: -390px -350px;
        left: 390px;
        top: -100px;
        width: 100px;
        height: 100px; }
      /* line 429, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet6 {
        background-position: -490px -350px;
        left: 490px;
        top: 200px;
        width: 200px;
        height: 200px; }
      /* line 437, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet7 {
        background-position: -690px -350px;
        left: 840px;
        top: 0;
        width: 150px;
        height: 150px; }
      /* line 445, ../sass/main-v2-8.scss */
      .feature-image .clip-container .logo-snippet.snippet8 {
        background-position: -690px -500px;
        left: 690px;
        top: 200px;
        width: 150px;
        height: 50px; }

/* line 456, ../sass/main-v2-8.scss */
.winner-intro .call-to-action {
  margin-top: 10px; }

/* line 460, ../sass/main-v2-8.scss */
.winner-image {
  margin: 0 200px; }

/* line 464, ../sass/main-v2-8.scss */
.winner-description {
  margin: 0 auto 100px auto;
  text-align: center;
  width: 840px; }
  /* line 469, ../sass/main-v2-8.scss */
  .winner-description .call-to-action {
    margin: -60px 0 50px 0; }
    /* line 472, ../sass/main-v2-8.scss */
    .winner-description .call-to-action .emphasize {
      background-color: #a57b51;
      border: 0;
      color: white !important; }
    /* line 478, ../sass/main-v2-8.scss */
    .winner-description .call-to-action .restaurant-name {
      margin-top: 20px; }
      /* line 481, ../sass/main-v2-8.scss */
      .winner-description .call-to-action .restaurant-name h3 {
        color: gray !important;
        display: inline; }
      /* line 486, ../sass/main-v2-8.scss */
      .winner-description .call-to-action .restaurant-name .bracket {
        color: #cccccc; }

/* line 493, ../sass/main-v2-8.scss */
ul.finalists-container {
  font-size: 14px;
  list-style-type: none;
  margin: 50px 0 70px 0;
  min-height: 200px;
  padding: 0 50px 0 50px;
  width: 940px; }
  /* line 502, ../sass/main-v2-8.scss */
  ul.finalists-container.loader {
    background-color: white;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat; }
  /* line 511, ../sass/main-v2-8.scss */
  ul.finalists-container li.nominee {
    display: inline-block;
    cursor: pointer;
    padding: 20px 20px 20px 120px;
    position: relative;
    width: 50%; }
    /* line 518, ../sass/main-v2-8.scss */
    ul.finalists-container li.nominee .image {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      border: 2px solid white;
      height: 100px;
      left: 0;
      position: absolute;
      top: 20px;
      width: 100px;
      z-index: 1;
      behavior: url(css3pie/PIE.htc); }
    /* line 531, ../sass/main-v2-8.scss */
    ul.finalists-container li.nominee .shadow {
      z-index: 0;
      position: absolute;
      left: 10px;
      top: 120px;
      background-image: url(../img/generic-sprite.jpg);
      background-repeat: no-repeat;
      background-position: -54px -1090px;
      width: 80px;
      height: 20px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    /* line 546, ../sass/main-v2-8.scss */
    ul.finalists-container li.nominee .copy-block {
      height: 100px;
      overflow: hidden;
      position: relative;
      /*&:after{
      	@include pseudo;
      	bottom: 0;
      	height: $padB;
      	left: 0;
      	width: 100%;
      	@include background-image(linear-gradient(bottom, white, rgba(white, 0)));
      }*/ }
      /* line 551, ../sass/main-v2-8.scss */
      ul.finalists-container li.nominee .copy-block h3 {
        color: #a57b51; }
      /* line 555, ../sass/main-v2-8.scss */
      ul.finalists-container li.nominee .copy-block h3.chef-name {
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 300;
        margin: 5px 0; }
        /* line 565, ../sass/main-v2-8.scss */
        ul.finalists-container li.nominee .copy-block h3.chef-name .bracket {
          color: #cccccc; }
      /* line 570, ../sass/main-v2-8.scss */
      ul.finalists-container li.nominee .copy-block p {
        margin: 5px 0; }
      /* line 574, ../sass/main-v2-8.scss */
      ul.finalists-container li.nominee .copy-block .gradient {
        position: absolute;
        bottom: 0;
        height: 50px;
        left: 0;
        width: 100%;
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
        background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0)); }

/* line 595, ../sass/main-v2-8.scss */
.map-container {
  position: relative;
  height: 400px;
  margin: 50px 0 0 0; }

/* line 601, ../sass/main-v2-8.scss */
.rnd-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../img/transparent-sprite.png);
  background-repeat: no-repeat;
  background-color: #4d4d4d;
  border: 1px solid #333333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css3pie/PIE.htc); }

/* line 618, ../sass/main-v2-8.scss */
.region-map {
  z-index: 200;
  position: absolute;
  top: -15px;
  left: 80px;
  width: 270px;
  height: 390px; }
  /* line 629, ../sass/main-v2-8.scss */
  .region-map #paper {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 390px; }
  /* line 642, ../sass/main-v2-8.scss */
  .region-map ul.land-mass {
    z-index: 25;
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 390px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(../img/map-assets.png);
    background-repeat: no-repeat;
    background-position: 0 0; }
    /* line 658, ../sass/main-v2-8.scss */
    .region-map ul.land-mass li {
      position: absolute;
      top: 0;
      left: 0;
      width: 270px;
      height: 390px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background-image: url(../img/map-assets.png);
      background-repeat: no-repeat; }
      /* line 672, ../sass/main-v2-8.scss */
      .region-map ul.land-mass li[data-num="0"] {
        background-position: -270px 0; }
      /* line 676, ../sass/main-v2-8.scss */
      .region-map ul.land-mass li[data-num="1"] {
        background-position: -540px 0; }
      /* line 680, ../sass/main-v2-8.scss */
      .region-map ul.land-mass li[data-num="2"] {
        background-position: -810px 0; }
      /* line 684, ../sass/main-v2-8.scss */
      .region-map ul.land-mass li[data-num="3"] {
        background-position: -1080px 0; }
      /* line 688, ../sass/main-v2-8.scss */
      .region-map ul.land-mass li[data-num="4"] {
        background-position: -1350px 0; }

/* line 695, ../sass/main-v2-8.scss */
.region-list {
  z-index: 200;
  position: absolute;
  border: 1px solid #a57b51;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  left: 45%;
  top: 25%;
  width: 400px;
  background-color: white;
  padding: 30px 10px 30px 10px;
  behavior: url(css3pie/PIE.htc);
  /* &:before{
  	bottom: 100%;
  	height: 30px;
  	background-position: 0 0;
  } */ }
  /* line 709, ../sass/main-v2-8.scss */
  .region-list:before, .region-list:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 100%;
    background-image: url(../img/transparent-sprite.png);
    background-repeat: no-repeat; }
  /* line 725, ../sass/main-v2-8.scss */
  .region-list:after {
    top: 100%;
    height: 20px;
    background-position: 0 -40px; }
  /* line 731, ../sass/main-v2-8.scss */
  .region-list li {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 10px 0 40px;
    color: #4d4d4d;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 18px;
    font-style: normal; }
    /* line 746, ../sass/main-v2-8.scss */
    .region-list li:before {
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      margin: -8px 0 0 0;
      left: 10px;
      width: 9px;
      height: 9px;
      border: 1px solid gray;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }

/* line 760, ../sass/main-v2-8.scss */
.white-out {
  z-index: 900;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95); }

/* line 773, ../sass/main-v2-8.scss */
.modal {
  z-index: 1000;
  display: none;
  position: absolute;
  width: 940px;
  min-height: 240px;
  background-color: rgba(255, 255, 255, 0.95);
  /*&:before{
  	@include pseudo;
  	width: 100%;
  	height: 20px;
  	top: 100%;
  	left: 0;
  	background: {
  		image: url(../img/transparent-sprite.png);
  		repeat: no-repeat;
  		position: 0 -185px;
  	}
  }*/ }
  /* line 789, ../sass/main-v2-8.scss */
  .modal .top-fade, .modal .bottom-fade {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px; }
  /* line 797, ../sass/main-v2-8.scss */
  .modal .top-fade {
    bottom: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)); }
  /* line 802, ../sass/main-v2-8.scss */
  .modal .bottom-fade {
    top: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)); }
  /* line 820, ../sass/main-v2-8.scss */
  .modal ul.buttons {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 829, ../sass/main-v2-8.scss */
    .modal ul.buttons .rnd-btn {
      float: right; }
    /* line 833, ../sass/main-v2-8.scss */
    .modal ul.buttons .left {
      display: none;
      background-position: 0 -125px;
      -webkit-box-shadow: -2px 5px 11px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: -2px 5px 11px 0 rgba(0, 0, 0, 0.15);
      box-shadow: -2px 5px 11px 0 rgba(0, 0, 0, 0.15); }
    /* line 839, ../sass/main-v2-8.scss */
    .modal ul.buttons .right {
      display: none;
      background-position: -50px -125px;
      margin: 0 20px 0 20px;
      -webkit-box-shadow: -3px 6px 13px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: -3px 6px 13px 0 rgba(0, 0, 0, 0.25);
      box-shadow: -3px 6px 13px 0 rgba(0, 0, 0, 0.25); }
    /* line 846, ../sass/main-v2-8.scss */
    .modal ul.buttons .close {
      background-position: -100px -125px;
      -webkit-box-shadow: -4px 7px 15px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: -4px 7px 15px 0 rgba(0, 0, 0, 0.35);
      box-shadow: -4px 7px 15px 0 rgba(0, 0, 0, 0.35); }

/* line 853, ../sass/main-v2-8.scss */
.data {
  position: relative;
  margin: 98px 0 20px 290px;
  width: 650px;
  padding: 0 20px 0 30px;
  border-left: 1px solid #cccccc; }
  /* line 861, ../sass/main-v2-8.scss */
  .data .main-heading {
    color: #333333;
    font-family: "Roboto Slab", serif;
    font-weight: 900;
    font-size: 36px;
    margin: 0;
    padding: 0; }
  /* line 872, ../sass/main-v2-8.scss */
  .data .image {
    z-index: 1;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid white;
    -webkit-border-radius: 50% 10% 50% 50%;
    -moz-border-radius: 50% 10% 50% 50%;
    -ms-border-radius: 50% 10% 50% 50%;
    -o-border-radius: 50% 10% 50% 50%;
    border-radius: 50% 10% 50% 50%;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
    height: 230px;
    margin-right: 35px;
    right: 100%;
    top: 10px;
    width: 230px;
    behavior: url(css3pie/PIE.htc);
    /*&.finalist{
    	background: {
    		//color: red;
    		image: url(../img/generic-sprite.jpg);
    		position: 0 -270px;
    		repeat: no-repeat;
    	}
    	height: 70px;
    	left: -270px;
    	top: 300px;
    	width: 250px;
    }*/ }
    /* line 889, ../sass/main-v2-8.scss */
    .data .image.logo {
      border: 0;
      background-image: url(../img/sketch-sprite-large.png);
      top: -80px;
      left: -280px;
      width: 250px;
      height: 250px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      /* line 899, ../sass/main-v2-8.scss */
      .data .image.logo.finalist {
        top: 330px; }
      /* line 903, ../sass/main-v2-8.scss */
      .data .image.logo:before {
        left: 30px;
        bottom: 50px; }
    /* line 909, ../sass/main-v2-8.scss */
    .data .image.dish, .data .image.chef {
      left: -280px;
      width: 250px;
      behavior: url(css3pie/PIE.htc); }
      /* line 914, ../sass/main-v2-8.scss */
      .data .image.dish:before, .data .image.chef:before {
        left: 30px;
        bottom: -30px; }
    /* line 920, ../sass/main-v2-8.scss */
    .data .image.dish {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      height: 250px;
      top: 550px; }
    /* line 928, ../sass/main-v2-8.scss */
    .data .image.chef {
      -webkit-border-radius: 31.25px;
      -moz-border-radius: 31.25px;
      -ms-border-radius: 31.25px;
      -o-border-radius: 31.25px;
      border-radius: 31.25px;
      height: 350px;
      top: 10px; }
    /* line 950, ../sass/main-v2-8.scss */
    .data .image:before {
      position: absolute;
      display: block;
      content: "";
      width: 190px;
      height: 30px;
      background-image: url(../img/transparent-sprite.png);
      background-repeat: no-repeat;
      background-position: -630px 0;
      margin-left: 15px;
      top: 105%; }
    /* line 964, ../sass/main-v2-8.scss */
    .data .image[data-sprite="cervena-venison"] {
      background-position: 0px center; }
      /* line 967, ../sass/main-v2-8.scss */
      .data .image[data-sprite="cervena-venison"]:before {
        bottom: 30px; }
    /* line 972, ../sass/main-v2-8.scss */
    .data .image[data-sprite="silere"] {
      background-position: -250px center; }
      /* line 975, ../sass/main-v2-8.scss */
      .data .image[data-sprite="silere"]:before {
        bottom: 30px; }
    /* line 980, ../sass/main-v2-8.scss */
    .data .image[data-sprite="angus"] {
      background-position: -500px center; }
      /* line 983, ../sass/main-v2-8.scss */
      .data .image[data-sprite="angus"]:before {
        bottom: 40px; }
    /* line 988, ../sass/main-v2-8.scss */
    .data .image[data-sprite="hereford"] {
      background-position: -750px center; }
      /* line 991, ../sass/main-v2-8.scss */
      .data .image[data-sprite="hereford"]:before {
        bottom: 40px; }
    /* line 996, ../sass/main-v2-8.scss */
    .data .image[data-sprite="reserve"] {
      background-position: -1000px center; }
    /* line 1000, ../sass/main-v2-8.scss */
    .data .image[data-sprite="sff-beef"] {
      background-position: -1250px center; }
    /* line 1004, ../sass/main-v2-8.scss */
    .data .image[data-sprite="sff-venison"] {
      background-position: -1500px center; }
    /* line 1008, ../sass/main-v2-8.scss */
    .data .image[data-sprite="sff-lamb"] {
      background-position: -1750px center; }
  /* line 1013, ../sass/main-v2-8.scss */
  .data .finalist-chef, .data .finalist-dish, .data .finalist-judge {
    color: #9b7e54; }
  /* line 1017, ../sass/main-v2-8.scss */
  .data .finalist-dish {
    margin-top: 20px; }
  /* line 1021, ../sass/main-v2-8.scss */
  .data .finalist-restaruent {
    color: #4d4d4d;
    padding: 0 0 10px 0; }
    /* line 1025, ../sass/main-v2-8.scss */
    .data .finalist-restaruent .website {
      color: #cccccc;
      text-decoration: none; }
      /* line 1029, ../sass/main-v2-8.scss */
      .data .finalist-restaruent .website:hover {
        color: #9b7e54; }
  /* line 1035, ../sass/main-v2-8.scss */
  .data h2 {
    font-family: "Roboto Slab", serif;
    font-style: normal; }
  /* line 1042, ../sass/main-v2-8.scss */
  .data h3 {
    padding: 20px 0 0 0;
    color: #9b7e54; }
  /* line 1047, ../sass/main-v2-8.scss */
  .data .finalist-bio, .data .judge-details, .data .finalist-details {
    color: #4d4d4d; }
  /* line 1053, ../sass/main-v2-8.scss */
  .data .finalist-bio .list-title {
    color: black;
    font-weight: 500; }
  /* line 1062, ../sass/main-v2-8.scss */
  .data .finalist-bio ul {
    list-style-type: circle;
    margin: 20px 0 20px 50px; }
    /* line 1066, ../sass/main-v2-8.scss */
    .data .finalist-bio ul li {
      padding-top: 10px; }
      /* line 1069, ../sass/main-v2-8.scss */
      .data .finalist-bio ul li:first-child {
        padding-top: 0; }
  /* line 1076, ../sass/main-v2-8.scss */
  .data .judge-details {
    color: #9b7e54;
    display: block;
    font-style: italic;
    margin-top: 20px;
    position: relative; }
    /* line 1083, ../sass/main-v2-8.scss */
    .data .judge-details .judge-signature {
      color: #553d1a;
      display: inline-block; }
  /* line 1089, ../sass/main-v2-8.scss */
  .data .course, .data .title {
    color: #cccccc; }
  /* line 1093, ../sass/main-v2-8.scss */
  .data .bullet {
    position: relative;
    padding: 0 0 0 20px; }
    /* line 1097, ../sass/main-v2-8.scss */
    .data .bullet:before {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      top: 7px;
      width: 9px;
      height: 9px;
      border: 1px solid gray;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  /* line 1108, ../sass/main-v2-8.scss */
  .data ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    /* line 1113, ../sass/main-v2-8.scss */
    .data ul .name {
      padding: 0 0 10px 20px;
      font-weight: 900;
      font-size: 16px; }
    /* line 1122, ../sass/main-v2-8.scss */
    .data ul .break {
      padding: 0 0 10px 0; }
    /* line 1126, ../sass/main-v2-8.scss */
    .data ul .extra-address, .data ul .phone, .data ul .web {
      padding: 0 0 10px 20px; }
    /* line 1130, ../sass/main-v2-8.scss */
    .data ul .web .address {
      color: #a57b51;
      text-decoration: none; }

/* line 1139, ../sass/main-v2-8.scss */
.slider-container {
  position: absolute;
  background-color: gray;
  border: 1px solid #a57b51;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  top: 30px;
  left: 0;
  width: 840px;
  height: 300px;
  margin: 0 50px 0 50px;
  background-image: url(../img/map-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  behavior: url(css3pie/PIE.htc);
  /*.footer-shell{
  	z-index: 150;
  	position: absolute;
  	height: 45px;
  	width: 100%;
  	left: 0;
  	bottom: 0;
  	background: {
  		//image: url(../img/transparent-sprite.png);
  		position: 0 -70px;
  		repeat: no-repeat;
  	}
  }*/
  /*&:before{
  	z-index: 150;
  	@include pseudo;
  	width: $wth;
  	height: 20px;
  	left: 0;
  	bottom: 100%;
  	background: {
  		image: url(../img/generic-sprite.jpg);
  		position: 0 -1235px;
  		repeat: no-repeat;
  	}
  }*/
  /*.overlay{
  	z-index: 100;
  	position: absolute;
  	background-color: white;
  	width: $wth;
  	height: 400px;
  	left: 0;
  	top: 0;
  	@include opacity(0.75);
  }*/ }
  /* line 1173, ../sass/main-v2-8.scss */
  .slider-container:after {
    z-index: 150;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
    background-image: url(../img/transparent-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -185px; }

/*.slider-images{
	$wth: 900px;

	position: relative;
	//overflow: hidden;
	width: $wth * 5;
	height: 400px;
	background-color: gray;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: {
		image: url(../img/generic-sprite.jpg);
		position: 0 -180px;
		repeat: no-repeat;
	}

	li{
		position: absolute;
		display: inline-block;
		background: {
			image: url(../img/slider-img-sprite.jpg);
			repeat: no-repeat;
		}
		width: $wth;
		height: 400px;

		&[data-num="0"]{
			background-position: 0 0;
			left: 0;
		}

		&[data-num="1"]{
			background-position: $wth * -1 0;
			left: $wth;
		}

		&[data-num="2"]{
			background-position: $wth * -2 0;
			left: $wth;
		}

		&[data-num="3"]{
			background-position: $wth * -3 0;
			left: $wth;
		}

		&[data-num="4"]{
			background-position: $wth * -4 0;
			left: $wth;
		}

		&[data-num="5"]{
			background-position: 0 0; // this is a duplicate of li[data-num="0"] used for a seamless TweenMax loop
			left: $wth;
		}
	}

	.darken{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		@include opacity(0);
	}
}*/
/*.slider-controls{
	display: none;
	z-index: 500;
	position: absolute;
	width: 110px;
	height: 30px;
	background-color: white;
	border: 1px solid lighten($lytGray, 10%);
	list-style-type: none;
	padding: 5px;
	margin: 0 0 0 50%;
	left: -60px;
	bottom: 30px;
	overflow: hidden;
	@include border-radius(5px);
	@include box-shadow(0 0 20px 0 rgba(0, 0, 0, 0.15));
	behavior: url(css3pie/PIE.htc);

	.selector-overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		background: {
			image: url(../img/transparent-sprite.png);
			repeat: no-repeat;
			position: 0 -305px;
		}
	}

	.selector-bullet{
		position: absolute;
		left: 5px;
		width: 20px;
		height: 100%;
		background-color: black;
	}

	li{
		display: inline-block;
		cursor: pointer;
		width: 9px;
		height: 9px;
		border: 1px solid $lytGray;
		margin: 5px;
		@include border-radius(50%);
		behavior: url(css3pie/PIE.htc);

		&[data-num="0"]{
			background-color: black;
		}
	}
}*/
/* line 1337, ../sass/main-v2-8.scss */
.chef-container {
  z-index: 300;
  position: relative;
  width: 940px;
  height: 300px; }
  /* line 1346, ../sass/main-v2-8.scss */
  .chef-container.loading:after {
    position: absolute;
    display: block;
    content: "";
    background-color: white;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0.8;
    pointer-events: none;
    top: 0;
    width: 100%; }
  /* line 1362, ../sass/main-v2-8.scss */
  .chef-container .scroll-container {
    overflow-x: scroll;
    overflow-y: hidden; }
  /* line 1367, ../sass/main-v2-8.scss */
  .chef-container ul {
    position: relative;
    list-style-type: none;
    margin: 0 auto 0 auto;
    padding: 0 235px 0 235px;
    height: 300px;
    overflow: hidden; }
  /* line 1376, ../sass/main-v2-8.scss */
  .chef-container li {
    position: relative;
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 235px;
    height: 300px;
    margin: 0;
    padding: 20px 20px 0 20px;
    text-align: center;
    		/* &[data-sprite="cervena-venison"] .image{
    			background-position: (0 * 195px) center;
    		}
    
    		&[data-sprite="silere"] .image{
    			background-position: (-1 * 195px) center;
    		}
    
    		&[data-sprite="angus"] .image{
    			background-position: (-2 * 195px) center;
    		}
    
    		&[data-sprite="hereford"] .image{
    			background-position: (-3 * 195px) center;
    		}
    
    		&[data-sprite="reserve"] .image{
    			background-position: (-4 * 195px) center;
    		}
    
    		&[data-sprite="sff-beef"] .image{
    			background-position: (-5 * 195px) center;
    		}
    
    		&[data-sprite="sff-venison"] .image{
    			background-position: (-6 * 195px) center;
    		}
    
    		&[data-sprite="sff-lamb"] .image{
    			background-position: (-7 * 195px) center;
    		} */
    /*.image{
    	position: relative;
    	left: 50px;
    	width: 100px;
    	height: 100px;
    	border: 2px solid white;
    	background: {
    		image: url(../img/sketch-sprite-small.png);
    		repeat: no-repeat;
    	}
    	@include border-radius(50%);
    	@include box-shadow(0 5px 15px 0 rgba(0, 0, 0, 0.5));
    	behavior: url(css3pie/PIE.htc);
    }*/
    /* .image{
    	position: relative;
    	//left: 50px;
    	width: 100%;
    	height: 100px;
    	background: {
    		image: url(../img/sketch-sprite-small.png);
    		repeat: no-repeat;
    	}
    } */ }
    /* line 1388, ../sass/main-v2-8.scss */
    .chef-container li .gradient {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0)); }
    /* line 1428, ../sass/main-v2-8.scss */
    .chef-container li img {
      position: relative;
      width: 100px;
      height: 100px;
      border: 2px solid white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
      behavior: url(css3pie/PIE.htc); }
    /* line 1464, ../sass/main-v2-8.scss */
    .chef-container li .shadow {
      z-index: 1;
      position: absolute;
      top: 105px;
      left: 50%;
      margin: 0 0 0 -70px;
      width: 140px;
      height: 30px;
      background-image: url(../img/transparent-sprite.png);
      background-repeat: no-repeat;
      background-position: -820px 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    /* line 1481, ../sass/main-v2-8.scss */
    .chef-container li h3 {
      color: #a57b51;
      padding: 20px 0 10px 0; }
    /* line 1486, ../sass/main-v2-8.scss */
    .chef-container li h4 {
      font-family: "Roboto Slab", serif;
      padding: 0 0 15px 0; }

/* line 1493, ../sass/main-v2-8.scss */
.scroll {
  z-index: 50;
  position: absolute;
  width: 50px;
  height: 100%; }
  /* line 1500, ../sass/main-v2-8.scss */
  .scroll .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 1508, ../sass/main-v2-8.scss */
  .scroll .rnd-btn {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0; }
  /* line 1514, ../sass/main-v2-8.scss */
  .scroll[data-dir="left"] {
    left: 0; }
    /* line 1517, ../sass/main-v2-8.scss */
    .scroll[data-dir="left"] .gradient {
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)); }
    /* line 1521, ../sass/main-v2-8.scss */
    .scroll[data-dir="left"] .rnd-btn {
      left: 10px;
      background-position: 0 -125px;
      -webkit-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 7px 7px 15px 0 rgba(0, 0, 0, 0.35); }
  /* line 1528, ../sass/main-v2-8.scss */
  .scroll[data-dir="right"] {
    right: 0; }
    /* line 1531, ../sass/main-v2-8.scss */
    .scroll[data-dir="right"] .gradient {
      background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
      background-image: -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
      background-image: -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
      background-image: linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)); }
    /* line 1535, ../sass/main-v2-8.scss */
    .scroll[data-dir="right"] .rnd-btn {
      right: 10px;
      background-position: -50px -125px;
      -webkit-box-shadow: -7px 7px 15px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: -7px 7px 15px 0 rgba(0, 0, 0, 0.35);
      box-shadow: -7px 7px 15px 0 rgba(0, 0, 0, 0.35); }

/* line 1543, ../sass/main-v2-8.scss */
#competition {
  background-image: url(../img/center-module-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 203px;
  margin: 30px 30px 80px 50px;
  padding: 30px 30px 20px 30px;
  position: relative;
  width: 840px;
  text-align: center;
  text-decoration: none;
  	/* .title{
  		color: $drkGray;
  		font: {
  			family: "Yeseva One", cursive;
  			weight: 400;
  			size: 36px;
  			style: italic;
  		}
  		margin: 0;
  		padding: 0 0 10px 0;
  		text-transform:uppercase;
  	}
  
  	.divider{
  		$wth: 650;
  		background-color: $lytGray;
  		display: none;
  		height: 1px;
  		width: $wth + px;
  		margin-bottom: $padS;
  		margin-left: 55px;
  	}
  
  	.cta{
  		color: $gold;
  		font: {
  			family: "Roboto Slab", serif;
  			size: 25px;
  		}
  		letter-spacing: 1px;
  	}
  
  	.enter{
  		transition: background-color $ani ease-out, color $ani ease-out;
  		border: 1px solid $drkGray;
  		border-radius: 30px;
  		color: $drkGray;
  		display: inline-block;
  		font: {
  			family: "Roboto Slab", serif;
  			size: 22px;
  		}
  		letter-spacing: 1px;
  		margin-top: 20px;
  		padding: 10px 20px;
  	} */ }
  /* line 1569, ../sass/main-v2-8.scss */
  #competition:hover .topText, #competition.onLoad .topText {
    color: #715437;
    top: 55px; }
  /* line 1573, ../sass/main-v2-8.scss */
  #competition:hover .knife, #competition.onLoad .knife {
    top: -50px; }
  /* line 1574, ../sass/main-v2-8.scss */
  #competition:hover .bottomText, #competition.onLoad .bottomText {
    top: 80px; }
  /* line 1578, ../sass/main-v2-8.scss */
  #competition:before {
    z-index: -1;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
    background-image: url(../img/transparent-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -185px; }
  /* line 1592, ../sass/main-v2-8.scss */
  #competition .topText, #competition .knife, #competition .bottomText {
    -webkit-transition: top 0.5s ease-out, color 0.5s ease-out;
    -moz-transition: top 0.5s ease-out, color 0.5s ease-out;
    -o-transition: top 0.5s ease-out, color 0.5s ease-out;
    transition: top 0.5s ease-out, color 0.5s ease-out;
    position: absolute; }
  /* line 1597, ../sass/main-v2-8.scss */
  #competition .topText {
    left: 150px;
    top: 20px; }
  /* line 1603, ../sass/main-v2-8.scss */
  #competition .knife {
    left: 0;
    top: 61px; }
  /* line 1609, ../sass/main-v2-8.scss */
  #competition .bottomText {
    right: 150px;
    text-shadow: 0 -3px 15px black;
    top: 120px; }

/* line 1666, ../sass/main-v2-8.scss */
footer {
  position: relative;
  margin: 50px 0 0 0;
  padding: 80px 50px 50px 50px;
  text-align: center; }
  /* line 1672, ../sass/main-v2-8.scss */
  footer:after {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../img/sff-awards-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%; }
  /* line 1685, ../sass/main-v2-8.scss */
  footer ul {
    position: relative;
    list-style-type: none;
    margin: 50px 0 0 0;
    padding: 0;
    border-top: 1px solid #333333;
    font-size: 14px; }
    /* line 1693, ../sass/main-v2-8.scss */
    footer ul li {
      top: 0;
      width: 50%;
      float: left; }
      /* line 1699, ../sass/main-v2-8.scss */
      footer ul li.left {
        padding: 20px 20px 0 0;
        text-align: right; }
        /* line 1703, ../sass/main-v2-8.scss */
        footer ul li.left a {
          text-decoration: none;
          color: #333333; }
      /* line 1709, ../sass/main-v2-8.scss */
      footer ul li.right {
        padding: 20px 0 0 20px;
        text-align: left; }

/* line 1720, ../sass/main-v2-8.scss */
.no-csstransforms {
  	/* #competition:hover{
  
  		.topText{ // after cut
  			color: #a57b51;
  			top: 20px;
  		}
  		.knife{ top: 61px; } // after cut
  		.bottomText{ top: 120px; } // after cut
  		
  	} */ }

/* line 1741, ../sass/main-v2-8.scss */
.no-borderradius .region-list li:before {
  background-image: url(../img/generic-sprite.jpg);
  background-position: -25px -1090px;
  background-repeat: no-repeat;
  border: none !important; }
/* line 1756, ../sass/main-v2-8.scss */
.no-borderradius .data .image:after {
  background-image: url(../img/generic-sprite.jpg);
  background-position: 0 -1090px;
  background-repeat: no-repeat;
  border: none !important; }
/* line 1768, ../sass/main-v2-8.scss */
.no-borderradius .data .bullet:before {
  background-image: url(../img/generic-sprite.jpg);
  background-position: -25px -1090px;
  background-repeat: no-repeat;
  border: none !important; }

/* line 1782, ../sass/main-v2-8.scss */
.lt-ie9 {
  	/* .slider-container{
  
  		&:after{
  			z-index: 100000;
  			background: {
  				image: url(../img/ie8-slider-footer.png) !important;
  				position: 0 0 !important;
  			}
  		}
  	} */ }
  /* line 1784, ../sass/main-v2-8.scss */
  .lt-ie9 .image-container .selector {
    display: none; }
  /* line 1805, ../sass/main-v2-8.scss */
  .lt-ie9 .chef-container .scroll {
    pointer-events: auto !important; }
  /* line 1811, ../sass/main-v2-8.scss */
  .lt-ie9 .chef-container li .shadow {
    display: none; }
  /* line 1817, ../sass/main-v2-8.scss */
  .lt-ie9 .modal {
    background-image: url(../img/trans-pix-95per.png);
    background-repeat: repeat !important; }

/* line 1835, ../sass/main-v2-8.scss */
.no-cssgradients ul.finalists-container li.nominee .copy-block .gradient {
  background-image: url(../img/gradient-sprite.png) !important;
  background-position: -100px -250px !important;
  background-repeat: no-repeat !important; }
/* line 1851, ../sass/main-v2-8.scss */
.no-cssgradients .chef-container li .gradient {
  background-image: url(../img/gradient-sprite.png) !important;
  background-position: -100px 0 !important;
  background-repeat: no-repeat !important; }
/* line 1863, ../sass/main-v2-8.scss */
.no-cssgradients .scroll .gradient {
  background-image: url(../img/gradient-sprite.png) !important;
  background-repeat: no-repeat !important; }
/* line 1870, ../sass/main-v2-8.scss */
.no-cssgradients .scroll[data-dir="left"] .gradient {
  background-position: 0 0 !important; }
/* line 1874, ../sass/main-v2-8.scss */
.no-cssgradients .scroll[data-dir="right"] .gradient {
  background-position: -50px 0 !important; }
/* line 1881, ../sass/main-v2-8.scss */
.no-cssgradients .modal .top-fade, .no-cssgradients .modal .bottom-fade {
  background-image: url(../img/gradient-sprite.png) !important;
  background-repeat: no-repeat !important; }
/* line 1888, ../sass/main-v2-8.scss */
.no-cssgradients .modal .top-fade {
  background-position: 0 -300px !important; }
/* line 1892, ../sass/main-v2-8.scss */
.no-cssgradients .modal .bottom-fade {
  background-position: 0 -450px !important; }
