@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Semibold.ttf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: UTMCentur;
  src: url("../fonts/UTM-Centur.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: UTMCentur;
  src: url("../fonts/UTM-CenturBold.ttf");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: OpenSans;
  font-size: 14px;
  font-style: normal;
  background: #777777;
  position: relative;
}

body.overflow-hidden {
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body .container {
    width: 750px;
  }
}

body .btn-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 15px 25px;
  color: #a1192e;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7c55d+0,fcd28a+50,f7c55d+100 */
  background: #f7c55d;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f7c55d), color-stop(50%, #fcd28a), to(#f7c55d));
  background: linear-gradient(to right, #f7c55d 0%, #fcd28a 50%, #f7c55d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c55d', endColorstr='#f7c55d',GradientType=1 );
  /* IE6-9 */
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 2px;
}

body .btn-custom i {
  padding-left: 15px;
  font-size: 16px;
  line-height: 16px;
}

body .btn-custom:hover, body .btn-custom:focus {
  text-decoration: none;
  color: #fff;
  border-color: #febd10;
}

body .btn-custom:hover:before, body .btn-custom:focus:before {
  width: 100%;
}

body .section {
  background-color: #a31a2f;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 0px;
  margin-top: -1px;
}

body .section .block-icon {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

body .section .block-icon i {
  position: absolute;
  left: 0;
  color: #a1192e;
  font-size: 18px;
}

body .section .block-icon i.ticket-icon {
  width: 18px;
  height: 16px;
  background: url(../img/ticket-icon.png) no-repeat center;
  display: block;
}

body .section .block-icon h6 {
  color: #a42337;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  body .section .block-icon h6 {
    font-size: 16px;
  }
}

body .section .block-icon p {
  margin-bottom: 10px;
}

body .section h2 {
  font-family: UTMCentur;
  font-size: 40px;
  color: #fff;
  text-align: center;
  max-width: 790px;
  margin: auto;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 70px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .section h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  body .section h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
  }
}

header {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}

header .container {
  width: 100%;
}

@media (min-width: 993px) {
  header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header #navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  header #navigation {
    width: auto;
  }
}

header #navigation .navbar-brand {
  margin-right: 40px;
}

header #navigation .nav-item > .nav-link {
  display: block;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
}

header #navigation .nav-item > .nav-link:hover, header #navigation .nav-item > .nav-link:focus {
  color: #febd10;
}

@media screen and (max-width: 1024px) {
  header #navigation .nav-item > .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

header #mobile-navigattion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  header #mobile-navigattion .navbar-brand img {
    max-width: 120px;
    margin-bottom: 15px;
  }
}

header #mobile-navigattion #toggle-menu-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 100;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 35px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button {
    width: 45px;
    height: 45px;
  }
}

header #mobile-navigattion #toggle-menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button span {
    height: 4px;
  }
}

header #mobile-navigattion #toggle-menu-button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header #mobile-navigattion #toggle-menu-button span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button span:nth-child(2) {
    top: 10px;
  }
}

header #mobile-navigattion #toggle-menu-button span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button span:nth-child(3) {
    top: 20px;
  }
}

header #mobile-navigattion #toggle-menu-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button.open span:nth-child(1) {
    top: -3px;
    left: 8px;
  }
}

header #mobile-navigattion #toggle-menu-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

header #mobile-navigattion #toggle-menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 8px;
}

@media screen and (min-width: 544px) and (max-width: 992px) {
  header #mobile-navigattion #toggle-menu-button.open span:nth-child(3) {
    top: 30px;
    left: 8px;
  }
}

header #mobile-navigattion #fixed-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header #mobile-navigattion #fixed-menu.active {
  z-index: 0;
  opacity: 1;
  visibility: visible;
}

header #mobile-navigattion #fixed-menu #toggle-menu {
  text-align: center;
}

header #mobile-navigattion #fixed-menu #toggle-menu .navbar-brand {
  margin: 0px 0px 30px 0px;
}

header #mobile-navigattion #fixed-menu #toggle-menu .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

header #mobile-navigattion #fixed-menu #toggle-menu .nav-link:focus {
  color: #febd10;
}

#banner {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  #banner {
    background: url("../img//banner.jpg") no-repeat center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
  }
}

#banner .fullscreen-bg {
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  #banner .fullscreen-bg {
    display: none;
  }
}

#banner .fullscreen-bg video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#banner .center-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #banner .center-box {
    max-width: 850px;
  }
}

#banner .center-box h1 {
  font-family: UTMCentur;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: normal;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #banner .center-box h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #banner .center-box h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

#banner .center-box .btn-banner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 10px 40px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

#banner .center-box .btn-banner:hover, #banner .center-box .btn-banner:focus {
  text-decoration: none;
  background-color: #febd10;
  border-color: #febd10;
}

@media screen and (max-width: 767px) {
  #banner .center-box .btn-banner {
    font-size: 15px;
    padding: 10px 30px;
  }
}

#section-1 .container {
  margin-top: -160px;
}

@media screen and (max-width: 1024px) {
  #section-1 .container {
    margin-top: 0px;
  }
}

#section-1 .container #list-card {
  margin-bottom: 20px;
}

#section-1 .container #list-card .card {
  border: 0px;
  border-radius: 0px;
  min-height: 430px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #section-1 .container #list-card .card {
    min-height: 540px;
  }
}

@media screen and (max-width: 767px) {
  #section-1 .container #list-card .card {
    margin-bottom: 20px;
  }
}

#section-1 .container #list-card .card .card-img-top {
  border-radius: 0px;
}

#section-1 .container #list-card .card .card-body {
  padding: 20px 15px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #section-1 .container #list-card .card .card-body {
    padding: 15px;
  }
}

#section-1 .container #list-card .card .card-title {
  text-align: center;
  font-size: 20px;
  font-family: UTMCentur;
  color: #a1192e;
  text-transform: uppercase;
}

#section-1 .container #list-card .card .card-text {
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

#section-1 .container #list-card .card .btn-custom {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #section-1 .container #list-card .card .btn-custom {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
}

#section-1 .container .card-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #section-1 .container .card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#section-1 .container .card-horizontal .wrapper-image {
  background: url("../img/taylor-swift.jpg") no-repeat center;
  background-size: cover;
  width: 50%;
  max-width: 380px;
}

@media screen and (max-width: 767px) {
  #section-1 .container .card-horizontal .wrapper-image {
    width: 100%;
    max-width: 1000px;
    height: 200px;
  }
}

#section-1 .container .card-horizontal .card-body {
  padding: 40px 20px 25px 20px;
}

#section-1 .container .card-horizontal .card-body .card-title {
  font-family: UTMCentur;
  font-size: 20px;
  text-transform: uppercase;
  color: #a1192e;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #section-1 .container .card-horizontal .card-body .card-title {
    font-size: 18px;
  }
}

#section-1 .container .card-horizontal .card-body .block-icon {
  margin-left: 15px;
}

#section-2 .section-slider {
  position: relative;
  margin-bottom: 100px;
}

#section-2 .section-slider:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1023px) {
  #section-2 .section-slider .hidden-ipad {
    display: none;
  }
}

#section-2 .section-slider .asolute-box {
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 1023px) {
  #section-2 .section-slider .asolute-box {
    position: static;
  }
}

#section-2 .section-slider .asolute-box h3 {
  margin-left: 220px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  #section-2 .section-slider .asolute-box h3 {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}

#section-2 .section-slider .asolute-box h3.reverse {
  margin-left: 0px;
  margin-right: 220px;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  #section-2 .section-slider .asolute-box h3.reverse {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #section-2 .section-slider .asolute-box h3 {
    font-size: 20px;
  }
}

#section-2 .section-slider .asolute-box .activity-description {
  background-color: #fbd91e;
  padding-top: 25px;
  padding-bottom: 25px;
}

#section-2 .section-slider .asolute-box .activity-description p {
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #section-2 .section-slider .asolute-box .activity-description p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
  }
}

#section-2 .section-slider .asolute-box .activity-description .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#section-2 .section-slider .asolute-box .activity-description .slider .slider-item {
  display: block;
  width: 230px;
  height: 165px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

#section-2 .section-slider .asolute-box .activity-description .slider .slider-item img {
  width: 100%;
  height: 100%;
}

#section-2 .section-slider .asolute-box .activity-description .navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #section-2 .section-slider .asolute-box .activity-description .navigator {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#section-2 .section-slider .asolute-box .activity-description .navigator .arrow {
  width: 44px;
  height: 14px;
  display: block;
}

#section-2 .section-slider .asolute-box .activity-description .navigator .arrow.left {
  background: url("../img/left-arrow.png") no-repeat center;
}

#section-2 .section-slider .asolute-box .activity-description .navigator .arrow.right {
  background: url("../img/right-arrow.png") no-repeat center;
}

#section-3 {
  padding-bottom: 100px;
}

#section-3 h2 {
  margin-bottom: 25px;
}

#section-3 .order-block {
  border: 1px solid yellow;
  padding: 1px;
  margin-bottom: 20px;
}

#section-3 .order-block .block-title {
  background-color: #7b0e29;
  color: #fff;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid yellow;
  font-size: 22px;
  text-transform: uppercase;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-3 .order-block .block-image img {
  width: 100%;
}

#section-3 .order-block .block-body {
  background-color: #7b0e29;
  padding: 20px 15px;
  border-bottom: 1px solid yellow;
  min-height: 270px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #section-3 .order-block .block-body {
    min-height: 290px;
  }
}

#section-3 .order-block .block-body p {
  color: #fff;
  text-align: justify;
}

#section-3 .order-block .block-body .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#section-3 .order-block .block-body .price .price-discount {
  font-size: 30px;
  color: #f7c55d;
  margin-right: 10px;
  font-weight: 500;
}

#section-3 .order-block .block-body .price .price-origin {
  font-size: 18px;
  color: #fff;
  text-decoration: line-through;
}

#section-3 .order-block .block-footer {
  background-color: #7b0e29;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#section-3 .no-gutters {
  margin-top: 30px;
}

#section-3 .information-block {
  background-color: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #section-3 .information-block {
    padding: 20px 15px;
  }
}

#section-3 #map {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#footer {
  color: #777;
}

#footer #footer-upper {
  background-color: #4beb06;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer #footer-upper .title {
  line-height: 28px;
  color: #fff;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #footer #footer-upper .newsletter-subscribe {
    width: 100%;
  }
  #footer #footer-upper .newsletter-subscribe .newsletter-email {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer-upper .newsletter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer #footer-upper .newsletter .title {
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
}

#footer #footer-upper .newsletter-email .newsletter-subscribe-text {
  width: 300px;
  height: 43px;
  margin: 0 5px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  #footer #footer-upper .newsletter-email .newsletter-subscribe-text {
    width: 70%;
    max-width: 300px;
  }
}

#footer #footer-upper .newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}

#footer #footer-upper .newsletter-email .newsletter-subscribe-text::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}

#footer #footer-upper .newsletter-email .newsletter-subscribe-text:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}

#footer #footer-upper .newsletter-email .newsletter-subscribe-text:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

#footer #footer-upper .newsletter-validation {
  display: none;
}

#footer #footer-upper .newsletter-result {
  line-height: 28px;
  color: #fff;
}

#footer #footer-upper .newsletter-subscribe-button {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 0 5px;
  border: none;
  background: #febd10 url("http://ketnoisingapore.com/Themes/Pavilion/Content/img/subscribe-button.png") center no-repeat;
  vertical-align: middle;
  font-size: 0;
  border-radius: 0;
  outline: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#footer #footer-upper .social-sharing {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #footer #footer-upper .social-sharing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer #footer-upper .social-sharing li {
  display: inline-block;
  margin: 0 8px;
}

#footer #footer-upper .social-sharing .twitter a {
  background-position: -32px 0;
}

#footer #footer-upper .social-sharing .facebook a {
  background-position: 0 0;
}

#footer #footer-upper .social-sharing .youtube a {
  background-position: -160px 0;
}

#footer #footer-upper .social-sharing .google a {
  background-position: -64px 0;
}

#footer #footer-upper .social-sharing .rss a {
  background-position: -192px 0;
}

#footer #footer-upper .social-sharing a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("http://ketnoisingapore.com/Themes/Pavilion/Content/img/social-sprite-1.png") no-repeat;
}

#footer #footer-middle {
  padding: 60px 0 30px;
  overflow: hidden;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  #footer #footer-middle {
    padding: 0;
  }
  #footer #footer-middle .container {
    width: 100%;
    padding: 0;
  }
  #footer #footer-middle .footer-logo {
    text-align: center;
    margin-top: 10px;
  }
}

#footer #footer-middle .title {
  margin: 0 0 12px;
  border: none;
  padding: 0;
  color: #777;
  font-weight: bold;
  text-transform: uppercase;
}

#footer #footer-middle .title button {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer #footer-middle .title {
    margin-bottom: 0px;
  }
  #footer #footer-middle .title strong {
    display: none;
  }
  #footer #footer-middle .title button {
    display: block;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    position: relative;
  }
  #footer #footer-middle .title button:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #febd10 url("http://ketnoisingapore.com/Themes/Pavilion/Content/img/toggle-button.png") center no-repeat;
  }
  #footer #footer-middle .title button:focus {
    outline: none;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
  }
  #footer #footer-middle .title + .list {
    display: none;
  }
}

#footer #footer-middle .list {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #footer #footer-middle .list {
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
  }
}

#footer #footer-middle .list li {
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  #footer #footer-middle .list li {
    padding: 6px 10px;
  }
}

#footer #footer-middle .list li a {
  color: #777;
}

#footer #footer-middle .list li a:hover, #footer #footer-middle .list li a:focus {
  color: #febd10;
  text-decoration: none;
}

#footer #footer-middle .footer-block.quick-contact span {
  padding: 0 0 0 28px;
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer #footer-middle .footer-block.quick-contact span {
    width: auto;
    display: inline-block;
  }
}

#footer #footer-middle .footer-block.quick-contact .list span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #fca00c;
  background-image: url("http://ketnoisingapore.com/Themes/Pavilion/Content/img/footer-sprite.png");
  background-repeat: no-repeat;
}

#footer #footer-middle .footer-block .address span:before {
  height: 17px;
  background-position: center 0;
}

#footer #footer-middle .footer-block .email span:before {
  background-position: center -17px;
}

#footer #footer-middle .footer-block .phone span:before {
  background-position: center -33px;
}

#footer #footer-middle .content-col p {
  margin-bottom: 0;
}

#footer #footer-lower {
  background-color: #eee;
}

#footer #footer-lower .container {
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
}

#footer #footer-lower .container .accepted-payments {
  margin: 0 0 20px;
  font-size: 0;
}

#footer #footer-lower .container .accepted-payments li {
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url("http://ketnoisingapore.com/Themes/Pavilion/Content/img/payment-sprite.png") no-repeat;
}

#footer #footer-lower .container .accepted-payments .method1 {
  background-position: 0 0;
}

#footer #footer-lower .container .accepted-payments .method2 {
  background-position: -50px 0;
}

#footer #footer-lower .container .accepted-payments .method3 {
  background-position: -100px 0;
}

#footer #footer-lower .container .accepted-payments .method4 {
  background-position: -150px 0;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
/*# sourceMappingURL=style.css.map */