body {
  background-image: url("/../images/performance-list-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

body {
  height: calc(1100px) !important; }
  @media screen and (max-width: 991px) {
    body {
      height: calc(1600px) !important; } }
  @media screen and (max-width: 767px) {
    body {
      height: calc(1400px) !important; } }
  @media screen and (max-width: 550px) {
    body {
      height: calc(2100px) !important; } }

.page-box {
  position: relative;
  z-index: 1; }
  .page-box .lazy .slick-list {
    min-height: 1100px; }
    @media screen and (max-width: 991px) {
      .page-box .lazy .slick-list {
        height: calc(1600px) !important; } }
    @media screen and (max-width: 767px) {
      .page-box .lazy .slick-list {
        height: calc(1400px) !important; } }
    @media screen and (max-width: 550px) {
      .page-box .lazy .slick-list {
        height: calc(2100px) !important; } }
  .page-box .form-control {
    position: relative;
    top: 170px;
    margin-top: -35px;
    z-index: 10;
    color: #6a3906; }
    .page-box .form-control option:hover {
      background-image: #eee; }
    @media screen and (max-width: 1199px) {
      .page-box .form-control {
        width: 200px;
        float: right; } }
    @media screen and (max-width: 767px) {
      .page-box .form-control {
        margin-top: -61px; } }
    @media screen and (max-width: 767px) {
      .page-box .form-control {
        margin-right: -20px; } }

/*# sourceMappingURL=performance_list.css.map*/