/* --------------------------------------------------------
MUN 2019

version: 1.0
author: Bafe Digital
email: enquiry@bafe.digital
website: http://www.bafe.digital
----------------------------------------------------------*/
html {
  scroll-behavior: smooth; }

body {
  background-color: #e9ebee;
  padding: 0;
  scroll-margin: 100px 0 0; }

.container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }

#videos {
  margin-bottom: 100px; }

.section-header {
  position: relative;
  height: 50px;
  margin-bottom: 50px; }
  .section-header h2 {
    text-align: center;
    font-size: 32px;
    color: #1a1818;
    position: relative;
    background-color: #fff;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px; }
  .section-header > hr {
    position: absolute;
    border: 0.05rem solid #f3f3f3;
    width: 100%;
    top: 38px; }

header.navbar {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }
  header.navbar .navbar-section {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  header.navbar .logo {
    margin-left: 20px; }
  header.navbar ul.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 20px;
    width: 650px; }
    header.navbar ul.nav > .nav-item {
      margin: 0 0 0 20px;
      width: unset; }
      header.navbar ul.nav > .nav-item a {
        color: #1a1818;
        text-align: center;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      header.navbar ul.nav > .nav-item a:hover {
        color: #e60000; }

header.navbar.hide-sm {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-left: -0.4rem;
  width: 1200px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  header.navbar {
    height: 60px; }
    header.navbar .logo {
      margin-left: 0;
      width: 80%;
      margin-top: 0; }
    header.navbar .navbar-section {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .off-canvas .off-canvas-toggle {
    top: 1rem;
    z-index: 11;
    right: 1rem;
    left: unset;
    position: fixed; } }

/*** Responsive Styles Smartphone Portrait ***/
#hero .hero-top {
  background: #ffffff url("../images/hero-bg.jpg") no-repeat top center;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#hero .hero-img-container,
#hero .hero-video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#hero .img-hero {
  width: 80%; }

#hero .column {
  padding: 0; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #hero .hero-top {
    background: #ffffff url("../images/hero-bg.jpg") no-repeat top center;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 10px; }
  #hero .hero-img-container,
  #hero .hero-video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #hero .hero-img-container iframe,
    #hero .hero-video-container iframe {
      width: 95%;
      height: auto; }
  #hero .img-hero {
    width: 80%;
    margin-bottom: 20px; }
  #hero .columns {
    display: block; }
  #hero .column {
    padding: 0;
    width: 100%;
    margin: 0 auto; }
  *|html[xmlns*=""] #hero iframe {
    width: 95%;
    min-height: 400px; } }

/*** Responsive Styles Smartphone Portrait ***/
#pengenalan {
  width: 90%;
  margin: 50px auto;
  scroll-margin: 100px; }
  #pengenalan .latar-belakang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    #pengenalan .latar-belakang img {
      margin-bottom: 50px; }
  #pengenalan p {
    font-size: 16px;
    line-height: 28px; }
  #pengenalan [data-tabs] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 10px;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    #pengenalan [data-tabs] .active {
      background: #e60000;
      color: #fff;
      border-radius: 0; }
  #pengenalan [data-panes] > * {
    border: none; }
  #pengenalan hr {
    border: 0.05rem solid #f3f3f3; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #pengenalan {
    margin: 0 auto; }
    #pengenalan .tab-item {
      font-size: 12px; }
    #pengenalan [data-tabs] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #fff;
      padding: 10px;
      border: none;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    #pengenalan .latar-belakang {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #pengenalan .latar-belakang .col-8 {
        width: 100%;
        padding: 0; }
  #videos {
    margin-bottom: 30px; }
    #videos .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #videos .columns .col-4 {
        width: 100%; }
    #videos iframe {
      width: 100%;
      height: auto; } }

/*** Responsive Styles Smartphone Portrait ***/
#rakan-mun {
  padding-bottom: 100px;
  scroll-margin: 100px; }
  #rakan-mun .rakan-mun {
    width: 60%;
    margin: 0 auto 100px; }
  #rakan-mun .rakan-e-wallet {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    #rakan-mun .rakan-e-wallet .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #rakan-mun {
    padding-bottom: 50px; }
    #rakan-mun .section-header {
      margin-bottom: 10px; }
    #rakan-mun .rakan-mun {
      width: 90%;
      margin-bottom: 10px; }
      #rakan-mun .rakan-mun .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #rakan-mun .rakan-mun .column img {
          margin-bottom: 30px; }
    #rakan-mun .rakan-e-wallet .column {
      height: 86px; } }

/*** Responsive Styles Smartphone Portrait ***/
#dewan-aktiviti {
  background-color: #f7f7f8;
  padding: 0 0 100px 0; }
  #dewan-aktiviti section {
    width: 100%;
    padding: 0.4rem; }
  #dewan-aktiviti > .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #dewan-aktiviti .qr-scan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 602px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #dewan-aktiviti .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 50px;
    margin-top: 100px; }
    #dewan-aktiviti .section-header h2 {
      text-align: center;
      font-size: 32px;
      color: #1a1818;
      position: relative;
      background-color: #f7f7f8;
      display: inline-block;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 0 40px; }
    #dewan-aktiviti .section-header > hr {
      position: absolute;
      border: 0.05rem solid #ccc;
      width: 100%;
      top: 38px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #dewan-aktiviti .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px; }
  #dewan-aktiviti .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #dewan-aktiviti .columns .column img {
      width: 100%;
      height: auto; }
    #dewan-aktiviti .columns .column.qr-scan img {
      width: 300px;
      height: auto; } }

/*** Responsive Styles Smartphone Portrait ***/
#aktiviti {
  background-color: #024069;
  padding: 0 0 100px 0; }
  #aktiviti section {
    width: 100%;
    padding: 0.4rem; }
  #aktiviti img {
    width: 1147px;
    height: 511px;
    margin: 0 auto;
    display: block; }
  #aktiviti .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 50px;
    margin-top: 100px; }
    #aktiviti .section-header h2 {
      text-align: center;
      font-size: 32px;
      color: #fff;
      position: relative;
      background-color: #024069;
      display: inline-block;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 0 40px; }
    #aktiviti .section-header > hr {
      position: absolute;
      border: 0.05rem solid #ccc;
      width: 100%;
      top: 38px; }

#jadual-aktiviti .btn-primary {
  background-color: #e60000;
  border-color: #e60000;
  border-radius: 100px;
  padding: auto 30px; }

#jadual-aktiviti .carousel .carousel-container {
  height: 848px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #aktiviti {
    background-color: #024069;
    padding: 0 0 50px 0; }
    #aktiviti section {
      width: 100%;
      padding: 0.4rem; }
    #aktiviti img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
    #aktiviti .section-header {
      position: relative;
      height: 50px;
      margin-bottom: 25px;
      margin-top: 25px; }
  #jadual-aktiviti.columns {
    display: block; }
  .carousel .carousel-container {
    height: 100% !important; } }

/*** Responsive Styles Smartphone Portrait ***/
#atur-cara {
  background-color: #024975;
  padding-bottom: 50px; }
  #atur-cara section {
    width: 100%;
    padding: 0.4rem; }
  #atur-cara p {
    font-size: 24px;
    font-weight: 700; }
  #atur-cara .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 50px;
    margin-top: 50px; }
    #atur-cara .section-header h2 {
      text-align: center;
      font-size: 32px;
      color: #fff;
      position: relative;
      background-color: #024975;
      display: inline-block;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 0 40px; }
    #atur-cara .section-header > hr {
      position: absolute;
      border: 0.05rem solid #ccc;
      width: 100%;
      top: 38px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #atur-cara .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 0;
    margin-top: 25px; }
  #atur-cara > section > .columns {
    display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#insken {
  padding: 0 0 100px 0;
  scroll-margin: 50px; }
  #insken .columns {
    width: 80%;
    margin: 0 auto; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #insken {
    padding: 0 0 50px 0; } }

/*** Responsive Styles Smartphone Portrait ***/
#pocket-talk {
  padding: 100px 0; }
  #pocket-talk > .pt-tabs {
    width: 90%;
    margin: 0 auto; }
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(1):checked
~ .tab-block
> .tab-item:nth-of-type(1)
> label
> a,
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(2):checked
~ .tab-block
> .tab-item:nth-of-type(2)
> label
> a,
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(3):checked
~ .tab-block
> .tab-item:nth-of-type(3)
> label
> a {
      color: #ffffff;
      border: 1px solid #024069;
      background-color: #024069; }
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(1):checked ~ .tabs > .tab-content:nth-of-type(1),
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(2):checked ~ .tabs > .tab-content:nth-of-type(2),
    #pocket-talk > .pt-tabs > .tab-locator:nth-of-type(3):checked
~ .tabs
> .tab-content:nth-of-type(3) {
      display: block; }
    #pocket-talk > .pt-tabs > .tabs > .tab-content {
      display: none;
      padding: 30px 0 0; }
    #pocket-talk > .pt-tabs > .tab > .tab-item {
      margin-right: 15px; }
      #pocket-talk > .pt-tabs > .tab > .tab-item > label:hover {
        cursor: pointer; }
      #pocket-talk > .pt-tabs > .tab > .tab-item a {
        border: 1px solid #024069; }
        #pocket-talk > .pt-tabs > .tab > .tab-item a:focus, #pocket-talk > .pt-tabs > .tab > .tab-item a:hover {
          color: #024069; }
      #pocket-talk > .pt-tabs > .tab > .tab-item::nth-child(3n + 3) {
        margin-right: 0; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #pocket-talk {
    padding: 25px 0; }
    #pocket-talk .section-header {
      margin-bottom: 25px; }
    #pocket-talk .columns {
      display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#pameran {
  padding: 0 0 100px; }
  #pameran .columns {
    width: 90%;
    margin: 0 auto; }
  #pameran img {
    margin-bottom: 2%; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #pameran {
    padding: 0 0 50px; }
    #pameran .columns {
      width: 90%;
      display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#women-entrepreneurs {
  padding: 0 0 100px 0; }
  #women-entrepreneurs .columns {
    width: 80%;
    margin: 0 auto; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #women-entrepreneurs {
    padding: 0 0 50px 0; } }

/*** Responsive Styles Smartphone Portrait ***/
#rakyat-run {
  padding: 0 0 100px 0; }
  #rakyat-run p {
    font-size: 16px;
    line-height: 28px; }
  #rakyat-run img {
    margin-top: 100px; }
  #rakyat-run .columns {
    width: 80%;
    margin: 0 auto; }
  #rakyat-run .btn-primary {
    background-color: #e6ac00;
    border: 1px solid #e6ac00; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #rakyat-run {
    padding: 0 0 50px 0; } }

/*** Responsive Styles Smartphone Portrait ***/
#tips {
  padding: 0 0 100px 0;
  scroll-margin: 100px; }
  #tips .columns {
    width: 90%;
    margin: 0 auto; }
  #tips .section-header {
    margin-top: 50px; }
  #tips img {
    margin-bottom: 3%; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #tips {
    padding: 50px 0 50px 0; }
    #tips .section-header {
      margin-top: 20px;
      margin-bottom: 20px; } }

/*** Responsive Styles Smartphone Portrait ***/
#faq {
  padding: 0 0 100px 0;
  scroll-margin: 100px; }
  #faq .columns {
    width: 80%;
    margin: 0 auto; }
  #faq p {
    font-size: 16px;
    line-height: 28px; }
  #faq .accordion-body {
    padding: 0 32px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #faq .columns {
    width: 90%;
    margin: 0 auto; } }

/*** Responsive Styles Smartphone Portrait ***/
#halalgo {
  padding: 0 0 100px 0; }
  #halalgo p {
    font-size: 16px;
    line-height: 28px; }
  #halalgo .columns {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #halalgo .btn-primary {
    background-color: #e6ac00;
    border: 1px solid #e6ac00; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #halalgo {
    padding: 0 0 50px 0; }
    #halalgo .columns {
      display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#insken {
  padding: 50px 0 100px; }
  #insken p {
    font-size: 16px;
    line-height: 28px; }
  #insken .columns {
    width: 90%;
    margin: 0 auto; }
  #insken .btn-primary {
    background-color: #e6ac00;
    border: 1px solid #e6ac00; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #insken {
    padding: 0 0 50px 0; }
    #insken .columns {
      width: 90%;
      margin: 0 auto;
      display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#selebriti-bazar {
  padding: 0 0 100px 0; }
  #selebriti-bazar .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 50px; }
  #selebriti-bazar p {
    font-size: 16px;
    line-height: 28px; }
  #selebriti-bazar img {
    margin-top: 15px; }
  #selebriti-bazar .columns {
    width: 80%;
    margin: 0 auto; }
  #selebriti-bazar .btn-primary {
    background-color: #e6ac00;
    border: 1px solid #e6ac00; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #selebriti-bazar {
    padding: 0 0 50px 0; }
  img {
    margin-top: 15px; }
  .columns {
    width: 100% !important;
    margin: 0 auto;
    display: block; }
  .section-header {
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px; } }

/*** Responsive Styles Smartphone Portrait ***/
#sdsi {
  padding: 0 0 100px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #sdsi {
    padding: 0 0 50px; }
    #sdsi .columns {
      display: block; } }

/*** Responsive Styles Smartphone Portrait ***/
#malaysia-kitchen {
  padding: 0 0 100px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #malaysia-kitchen {
    padding: 0 0 50px; } }

/*** Responsive Styles Smartphone Portrait ***/
#pertandingan-memasak {
  padding: 0 0 100px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #pertandingan-memasak {
    padding: 0 0 50px; } }

/*** Responsive Styles Smartphone Portrait ***/
#demo-masakan {
  padding: 0 0 100px; }

#jomrojak .section-header {
  margin: 0 0 50px; }

#footer {
  border-top: 10px solid #e9ebee;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #footer .columns {
    width: 90%;
    margin: 0 auto; }
    #footer .columns .col-6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #footer .columns .col-6.text-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #footer .columns .col-6.text-right > a {
        margin-left: 10px; }

#footer-bottom {
  height: 80px; }
  #footer-bottom hr {
    width: 90%;
    border: 1px solid #f3f3f3; }
  #footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #footer-bottom a {
    color: #1a1818; }
  #footer-bottom li {
    margin-right: 10px; }
  #footer-bottom li + li:before {
    content: " | ";
    padding: 0 10px; }

/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff; }
  .btn.btn-primary {
    background-color: #e60000;
    border-color: #e60000; }
  .btn.btn-primary:focus,
  .btn.btn-primary:hover {
    background: #024069;
    border-color: #024069;
    color: #fff; }
  .section-header {
    height: auto; }
    .section-header h2 {
      font-size: 28px;
      line-height: 28px; }
  #footer {
    border-top: 10px solid #e9ebee;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 10px; }
    #footer .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #footer .columns .column {
        width: 100%; }
      #footer .columns .col-6,
      #footer .columns .col-6.text-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #footer .columns .col-6 {
        margin-bottom: 20px; }
        #footer .columns .col-6 img {
          width: 100%; }
      #footer .columns .col-6.text-right {
        margin-bottom: 0; } }

/*** Responsive Styles Smartphone Portrait ***/
