/*############ Start: document flow ############*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*############ End: document flow ############*/
/*############ Start: animation ############*/
.fade {
  opacity: 0;
  /*-webkit-transition: opacity attr(data-amos-duration) linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;*/

  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.wipe {
  /*-webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;*/

  transform: scaleY(0);
  transition: transform 0.5s;
  overflow: hidden;
}
.wipe.in {
  transform: scaleY(1);
  /*-webkit-transition: max-height 0.3s linear;
        -moz-transition: max-height 0.3s linear;
        -o-transition: max-height 0.3s linear;*/

  transition: transform 0.5s;
}
/*############ End: animation ############*/
/*############ Start: display element ############*/
.hidden {
  display: none !important;
  visibility: hidden;
}
table tbody tr.hidden {
  display: none !important;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
table tr.visible-phone,
table tr.visible-phone,
table tr th.visible-phone,
table tr td.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
table tr.visible-tablet,
table tr.visible-tablet,
table tr th.visible-tablet,
table tr td.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
table tr.hidden-desktop,
table tr.hidden-desktop,
table tr th.hidden-desktop,
table tr td.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
table tr th.visible-desktop,
table tr td.visible-desktop {
  display: table-cell !important;
}
table tr.visible-desktop,
table tr.visible-desktop {
  display: table-row !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  table tr th.hidden-desktop,
  table tr td.hidden-desktop {
    display: table-cell !important;
  }
  table tr.hidden-desktop,
  table tr.hidden-desktop {
    display: table-row !important;
  }
  .visible-desktop {
    display: none !important;
  }
  table tr.visible-desktop,
  table tr.visible-desktop,
  table tr th.visible-desktop,
  table tr td.visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  table tr th.visible-tablet,
  table tr td.visible-tablet {
    display: table-cell !important;
  }
  table tr.visible-tablet,
  table tr.visible-tablet {
    display: table-row !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  table tr.hidden-tablet,
  table tr.hidden-tablet,
  table tr th.hidden-tablet,
  table tr td.hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  table tr th.hidden-desktop,
  table tr td.hidden-desktop {
    display: table-cell !important;
  }
  table tr.hidden-desktop,
  table tr.hidden-desktop {
    display: table-row !important;
  }
  .visible-desktop {
    display: none !important;
  }
  table tr.visible-desktop,
  table tr.visible-desktop,
  table tr th.visible-desktop,
  table tr td.visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: none !important;
  }
  table tr th.visible-phone,
  table tr td.visible-phone {
    display: none !important;
  }
  table tr.visible-phone,
  table tr.visible-phone {
    display: none !important;
  }
  .hidden-phone {
    display: inherit !important;
  }
  table tr th.hidden-phone,
  table tr td.hidden-phone {
    display: table-cell !important;
  }
  table tr.hidden-phone,
  table tr.hidden-phone {
    display: table-row !important;
  }
}
@media (max-width: 480px) {
  .hidden-phone,
  table tr.hidden-phone,
  table tr.hidden-phone,
  table tr th.hidden-phone,
  table tr td.hidden-phone {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  table tr th.visible-phone,
  table tr td.visible-phone {
    display: table-cell !important;
  }
  table tr.visible-phone,
  table tr.visible-phone {
    display: table-row !important;
  }
}
.visible-print {
  display: none !important;
}
table tr th.visible-print,
table tr td.visible-print {
  display: none !important;
}
table tr.visible-print,
table tr.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  table tr th.visible-print,
  table tr td.visible-print {
    display: table-cell !important;
  }
  table tr.visible-print,
  table tr.visible-print {
    display: table-row !important;
  }
  .hidden-print {
    display: none !important;
  }
  table tr.hidden-print,
  table tr.hidden-print,
  table tr th.hidden-print,
  table tr td.hidden-print {
    display: none !important;
  }
}
/*############ End: display element ############*/
/*############ Start: cursor style ############*/
.cursor-pointer {
  cursor: pointer;
}
/*############ End: cursor style ############*/
