@charset "UTF-8";
/*!
 * DimBuy v1.0.0 ( 20170529 )
 * 
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Georgia, Times, serif;
  font-size: 15px;
  line-height: 1.6;
  color: #323232;
  background-color: #fff;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: auto; }
  body i {
    line-height: 1px;
    vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  -webkit-appearance: none !important;
  border: 1px solid #ccc;
  background: white; }

a {
  color: #16a8b7;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #0e6a73;
    text-decoration: initial; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #aaaaaa; }
  hr.space-only {
    border: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #5e5e5e;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

select.styleSelect {
  -webkit-appearance: none !important;
  background-image: url(/styleGuide/v1/asset/img/icon/arrow-down.svg) !important;
  background-color: #FFF;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 98% center;
  padding: 2px 5px;
  padding-right: 25px;
  border: 1px solid #CCC;
  text-align: center; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #777; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 48px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  /*margin-left:-7px;
  left:50%;*/
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 39px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 47.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #fe4c06; }
.has-error .form-control {
  border-color: #fe4c06;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #d03b01;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe956c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe956c; }
.has-error .input-group-addon {
  color: #fe4c06;
  border-color: #fe4c06;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #fe4c06; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #727272; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-shadow: 0 -1px 1px #e6e6e6;
  outline: none;
  border: none;
  border-bottom: 4px solid #e6e6e6; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #fff;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #e6e6e6; }
  .btn-default:hover {
    color: #333;
    background-color: #fff;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #e6e6e6; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #fff;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      outline: none;
      border: none;
      background-color: #fff; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
    margin-top: 0;
    text-shadow: 0 -1px 1px #e6e6e6;
    outline: none;
    border: none;
    border-bottom: 4px solid #e6e6e6; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #19BDCE;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #1393a1;
  outline: none;
  border: none;
  border-bottom: 4px solid #1393a1; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #1393a1; }
  .btn-primary:hover {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #1393a1; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #19BDCE; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #19BDCE;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #1393a1;
    outline: none;
    border: none;
    border-bottom: 4px solid #1393a1; }
  .btn-primary .badge {
    color: #19BDCE;
    background-color: #fff; }

.btn-secondary {
  color: #fff;
  background-color: #EC0077;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #b9005d;
  outline: none;
  border: none;
  border-bottom: 4px solid #b9005d; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #b9005d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #b9005d; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #EC0077; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #EC0077;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #b9005d;
    outline: none;
    border: none;
    border-bottom: 4px solid #b9005d; }
  .btn-secondary .badge {
    color: #EC0077;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5CB85C;
  border-color: #4cae4c;
  text-shadow: 0 -1px 1px #449d44;
  outline: none;
  border: none;
  border-bottom: 4px solid #449d44; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #5CB85C;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #449d44; }
  .btn-success:hover {
    color: #fff;
    background-color: #5CB85C;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #449d44; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5CB85C;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #5CB85C; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5CB85C;
    border-color: #4cae4c;
    margin-top: 0;
    text-shadow: 0 -1px 1px #449d44;
    outline: none;
    border: none;
    border-bottom: 4px solid #449d44; }
  .btn-success .badge {
    color: #5CB85C;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5BC0DE;
  border-color: #46b8da;
  text-shadow: 0 -1px 1px #31b0d5;
  outline: none;
  border: none;
  border-bottom: 4px solid #31b0d5; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #5BC0DE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #31b0d5; }
  .btn-info:hover {
    color: #fff;
    background-color: #5BC0DE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #31b0d5; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5BC0DE;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #5BC0DE; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5BC0DE;
    border-color: #46b8da;
    margin-top: 0;
    text-shadow: 0 -1px 1px #31b0d5;
    outline: none;
    border: none;
    border-bottom: 4px solid #31b0d5; }
  .btn-info .badge {
    color: #5BC0DE;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #F0AD4E;
  border-color: #eea236;
  text-shadow: 0 -1px 1px #ec971f;
  outline: none;
  border: none;
  border-bottom: 4px solid #ec971f; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #F0AD4E;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #ec971f; }
  .btn-warning:hover {
    color: #fff;
    background-color: #F0AD4E;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #ec971f; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #F0AD4E;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #F0AD4E; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #F0AD4E;
    border-color: #eea236;
    margin-top: 0;
    text-shadow: 0 -1px 1px #ec971f;
    outline: none;
    border: none;
    border-bottom: 4px solid #ec971f; }
  .btn-warning .badge {
    color: #F0AD4E;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #D9534F;
  border-color: #d43f3a;
  text-shadow: 0 -1px 1px #c9302c;
  outline: none;
  border: none;
  border-bottom: 4px solid #c9302c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #D9534F;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #c9302c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #D9534F;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #c9302c; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #D9534F;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #D9534F; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #D9534F;
    border-color: #d43f3a;
    margin-top: 0;
    text-shadow: 0 -1px 1px #c9302c;
    outline: none;
    border: none;
    border-bottom: 4px solid #c9302c; }
  .btn-danger .badge {
    color: #D9534F;
    background-color: #fff; }

.btn-log {
  color: #fff;
  background-color: #19BDCE;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #1393a1;
  outline: none;
  border: none;
  border-bottom: 4px solid #1393a1; }
  .btn-log:focus, .btn-log.focus {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #1393a1; }
  .btn-log:hover {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #1393a1; }
  .btn-log:active, .btn-log.active, .open > .btn-log.dropdown-toggle {
    color: #fff;
    background-color: #19BDCE;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-log:active:hover, .btn-log:active:focus, .btn-log:active.focus, .btn-log.active:hover, .btn-log.active:focus, .btn-log.active.focus, .open > .btn-log.dropdown-toggle:hover, .open > .btn-log.dropdown-toggle:focus, .open > .btn-log.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #19BDCE; }
  .btn-log:active, .btn-log.active, .open > .btn-log.dropdown-toggle {
    background-image: none; }
  .btn-log.disabled:hover, .btn-log.disabled:focus, .btn-log.disabled.focus, .btn-log[disabled]:hover, .btn-log[disabled]:focus, .btn-log[disabled].focus, fieldset[disabled] .btn-log:hover, fieldset[disabled] .btn-log:focus, fieldset[disabled] .btn-log.focus {
    background-color: #19BDCE;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #1393a1;
    outline: none;
    border: none;
    border-bottom: 4px solid #1393a1; }
  .btn-log .badge {
    color: #19BDCE;
    background-color: #fff; }

.btn-pink {
  color: #fff;
  background-color: #EC0077;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #b9005d;
  outline: none;
  border: none;
  border-bottom: 4px solid #b9005d; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #b9005d; }
  .btn-pink:hover {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #b9005d; }
  .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #EC0077;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus, .open > .btn-pink.dropdown-toggle:hover, .open > .btn-pink.dropdown-toggle:focus, .open > .btn-pink.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #EC0077; }
  .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
    background-image: none; }
  .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink.focus {
    background-color: #EC0077;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #b9005d;
    outline: none;
    border: none;
    border-bottom: 4px solid #b9005d; }
  .btn-pink .badge {
    color: #EC0077;
    background-color: #fff; }

.btn-gray {
  color: #fff;
  background-color: #aaaaaa;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #919191;
  outline: none;
  border: none;
  border-bottom: 4px solid #919191; }
  .btn-gray:focus, .btn-gray.focus {
    color: #fff;
    background-color: #aaaaaa;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #919191; }
  .btn-gray:hover {
    color: #fff;
    background-color: #aaaaaa;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #919191; }
  .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #aaaaaa;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus, .open > .btn-gray.dropdown-toggle:hover, .open > .btn-gray.dropdown-toggle:focus, .open > .btn-gray.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #aaaaaa; }
  .btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle {
    background-image: none; }
  .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray.focus {
    background-color: #aaaaaa;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #919191;
    outline: none;
    border: none;
    border-bottom: 4px solid #919191; }
  .btn-gray .badge {
    color: #aaaaaa;
    background-color: #fff; }

.btn-white {
  color: #19BDCE;
  background-color: white;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #e6e6e6;
  outline: none;
  border: none;
  border-bottom: 4px solid #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #19BDCE;
    background-color: white;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #e6e6e6; }
  .btn-white:hover {
    color: #19BDCE;
    background-color: white;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #e6e6e6; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    color: #19BDCE;
    background-color: white;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
      color: #19BDCE;
      outline: none;
      border: none;
      background-color: white; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
    background-color: white;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #e6e6e6;
    outline: none;
    border: none;
    border-bottom: 4px solid #e6e6e6; }
  .btn-white .badge {
    color: white;
    background-color: #19BDCE; }

.btn-yellow {
  color: #fff;
  background-color: #ffb507;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #d39400;
  outline: none;
  border: none;
  border-bottom: 4px solid #d39400; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #fff;
    background-color: #ffb507;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #d39400; }
  .btn-yellow:hover {
    color: #fff;
    background-color: #ffb507;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #d39400; }
  .btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #ffb507;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-yellow:active:hover, .btn-yellow:active:focus, .btn-yellow:active.focus, .btn-yellow.active:hover, .btn-yellow.active:focus, .btn-yellow.active.focus, .open > .btn-yellow.dropdown-toggle:hover, .open > .btn-yellow.dropdown-toggle:focus, .open > .btn-yellow.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #ffb507; }
  .btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
    background-image: none; }
  .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled.focus, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled].focus, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow.focus {
    background-color: #ffb507;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #d39400;
    outline: none;
    border: none;
    border-bottom: 4px solid #d39400; }
  .btn-yellow .badge {
    color: #ffb507;
    background-color: #fff; }

.btn-fb {
  color: #fff;
  background-color: #4963A4;
  border-color: #2e6da4;
  text-shadow: 0 -1px 1px #394e81;
  outline: none;
  border: none;
  border-bottom: 4px solid #394e81; }
  .btn-fb:focus, .btn-fb.focus {
    color: #fff;
    background-color: #4963A4;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #394e81; }
  .btn-fb:hover {
    color: #fff;
    background-color: #4963A4;
    outline: none;
    border: none;
    margin-top: 2px;
    border-bottom: 2px solid #394e81; }
  .btn-fb:active, .btn-fb.active, .open > .btn-fb.dropdown-toggle {
    color: #fff;
    background-color: #4963A4;
    outline: none;
    border: none;
    margin-top: 4px; }
    .btn-fb:active:hover, .btn-fb:active:focus, .btn-fb:active.focus, .btn-fb.active:hover, .btn-fb.active:focus, .btn-fb.active.focus, .open > .btn-fb.dropdown-toggle:hover, .open > .btn-fb.dropdown-toggle:focus, .open > .btn-fb.dropdown-toggle.focus {
      color: #fff;
      outline: none;
      border: none;
      background-color: #4963A4; }
  .btn-fb:active, .btn-fb.active, .open > .btn-fb.dropdown-toggle {
    background-image: none; }
  .btn-fb.disabled:hover, .btn-fb.disabled:focus, .btn-fb.disabled.focus, .btn-fb[disabled]:hover, .btn-fb[disabled]:focus, .btn-fb[disabled].focus, fieldset[disabled] .btn-fb:hover, fieldset[disabled] .btn-fb:focus, fieldset[disabled] .btn-fb.focus {
    background-color: #4963A4;
    border-color: #2e6da4;
    margin-top: 0;
    text-shadow: 0 -1px 1px #394e81;
    outline: none;
    border: none;
    border-bottom: 4px solid #394e81; }
  .btn-fb .badge {
    color: #4963A4;
    background-color: #fff; }

.btn-line-log {
  color: #16a8b7;
  background: transparent;
  text-shadow: none;
  outline: none;
  border: 2px solid #19bdce;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-line-log:focus, .btn-line-log.focus {
    color: white;
    background: #19bdce; }
  .btn-line-log:hover {
    color: white;
    background: #19bdce; }
  .btn-line-log:active, .btn-line-log.active, .open > .btn-line-log.dropdown-toggle {
    color: #117e8a;
    background-color: white; }
    .btn-line-log:active:hover, .btn-line-log:active:focus, .btn-line-log:active.focus, .btn-line-log.active:hover, .btn-line-log.active:focus, .btn-line-log.active.focus, .open > .btn-line-log.dropdown-toggle:hover, .open > .btn-line-log.dropdown-toggle:focus, .open > .btn-line-log.dropdown-toggle.focus {
      color: #117e8a;
      background-color: white; }
  .btn-line-log:active, .btn-line-log.active, .open > .btn-line-log.dropdown-toggle {
    background-image: none; }
  .btn-line-log.disabled:hover, .btn-line-log.disabled:focus, .btn-line-log.disabled.focus, .btn-line-log[disabled]:hover, .btn-line-log[disabled]:focus, .btn-line-log[disabled].focus, fieldset[disabled] .btn-line-log:hover, fieldset[disabled] .btn-line-log:focus, fieldset[disabled] .btn-line-log.focus {
    background-color: white;
    border-color: #19BDCE; }
  .btn-line-log .badge {
    color: white;
    background-color: #19BDCE; }

.btn-line-pink {
  color: #d3006a;
  background: transparent;
  text-shadow: none;
  outline: none;
  border: 2px solid #ec0077;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-line-pink:focus, .btn-line-pink.focus {
    color: white;
    background: #ec0077; }
  .btn-line-pink:hover {
    color: white;
    background: #ec0077; }
  .btn-line-pink:active, .btn-line-pink.active, .open > .btn-line-pink.dropdown-toggle {
    color: #a00050;
    background-color: white; }
    .btn-line-pink:active:hover, .btn-line-pink:active:focus, .btn-line-pink:active.focus, .btn-line-pink.active:hover, .btn-line-pink.active:focus, .btn-line-pink.active.focus, .open > .btn-line-pink.dropdown-toggle:hover, .open > .btn-line-pink.dropdown-toggle:focus, .open > .btn-line-pink.dropdown-toggle.focus {
      color: #a00050;
      background-color: white; }
  .btn-line-pink:active, .btn-line-pink.active, .open > .btn-line-pink.dropdown-toggle {
    background-image: none; }
  .btn-line-pink.disabled:hover, .btn-line-pink.disabled:focus, .btn-line-pink.disabled.focus, .btn-line-pink[disabled]:hover, .btn-line-pink[disabled]:focus, .btn-line-pink[disabled].focus, fieldset[disabled] .btn-line-pink:hover, fieldset[disabled] .btn-line-pink:focus, fieldset[disabled] .btn-line-pink.focus {
    background-color: white;
    border-color: #EC0077; }
  .btn-line-pink .badge {
    color: white;
    background-color: #EC0077; }

.btn-line-yellow {
  color: #d39400;
  background: transparent;
  text-shadow: none;
  outline: none;
  border: 2px solid #eca600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-line-yellow:focus, .btn-line-yellow.focus {
    color: white;
    background: #eca600; }
  .btn-line-yellow:hover {
    color: white;
    background: #eca600; }
  .btn-line-yellow:active, .btn-line-yellow.active, .open > .btn-line-yellow.dropdown-toggle {
    color: #a07000;
    background-color: white; }
    .btn-line-yellow:active:hover, .btn-line-yellow:active:focus, .btn-line-yellow:active.focus, .btn-line-yellow.active:hover, .btn-line-yellow.active:focus, .btn-line-yellow.active.focus, .open > .btn-line-yellow.dropdown-toggle:hover, .open > .btn-line-yellow.dropdown-toggle:focus, .open > .btn-line-yellow.dropdown-toggle.focus {
      color: #a07000;
      background-color: white; }
  .btn-line-yellow:active, .btn-line-yellow.active, .open > .btn-line-yellow.dropdown-toggle {
    background-image: none; }
  .btn-line-yellow.disabled:hover, .btn-line-yellow.disabled:focus, .btn-line-yellow.disabled.focus, .btn-line-yellow[disabled]:hover, .btn-line-yellow[disabled]:focus, .btn-line-yellow[disabled].focus, fieldset[disabled] .btn-line-yellow:hover, fieldset[disabled] .btn-line-yellow:focus, fieldset[disabled] .btn-line-yellow.focus {
    background-color: white;
    border-color: #eca600; }
  .btn-line-yellow .badge {
    color: white;
    background-color: #eca600; }

.btn-line-gray {
  color: #9d9d9d;
  background: transparent;
  text-shadow: none;
  outline: none;
  border: 2px solid #aaaaaa;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-line-gray:focus, .btn-line-gray.focus {
    color: white;
    background: #aaaaaa; }
  .btn-line-gray:hover {
    color: white;
    background: #aaaaaa; }
  .btn-line-gray:active, .btn-line-gray.active, .open > .btn-line-gray.dropdown-toggle {
    color: #848484;
    background-color: white; }
    .btn-line-gray:active:hover, .btn-line-gray:active:focus, .btn-line-gray:active.focus, .btn-line-gray.active:hover, .btn-line-gray.active:focus, .btn-line-gray.active.focus, .open > .btn-line-gray.dropdown-toggle:hover, .open > .btn-line-gray.dropdown-toggle:focus, .open > .btn-line-gray.dropdown-toggle.focus {
      color: #848484;
      background-color: white; }
  .btn-line-gray:active, .btn-line-gray.active, .open > .btn-line-gray.dropdown-toggle {
    background-image: none; }
  .btn-line-gray.disabled:hover, .btn-line-gray.disabled:focus, .btn-line-gray.disabled.focus, .btn-line-gray[disabled]:hover, .btn-line-gray[disabled]:focus, .btn-line-gray[disabled].focus, fieldset[disabled] .btn-line-gray:hover, fieldset[disabled] .btn-line-gray:focus, fieldset[disabled] .btn-line-gray.focus {
    background-color: white;
    border-color: #aaaaaa; }
  .btn-line-gray .badge {
    color: white;
    background-color: #aaaaaa; }

.btn-line-white {
  color: white;
  background: transparent;
  text-shadow: none;
  outline: none;
  border: 2px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-line-white:focus, .btn-line-white.focus {
    color: #19BDCE;
    background: white; }
  .btn-line-white:hover {
    color: #19BDCE;
    background: white; }
  .btn-line-white:active, .btn-line-white.active, .open > .btn-line-white.dropdown-toggle {
    color: #19BDCE;
    background: white; }
    .btn-line-white:active:hover, .btn-line-white:active:focus, .btn-line-white:active.focus, .btn-line-white.active:hover, .btn-line-white.active:focus, .btn-line-white.active.focus, .open > .btn-line-white.dropdown-toggle:hover, .open > .btn-line-white.dropdown-toggle:focus, .open > .btn-line-white.dropdown-toggle.focus {
      color: #19BDCE;
      background: white; }
  .btn-line-white:active, .btn-line-white.active, .open > .btn-line-white.dropdown-toggle {
    background-image: none; }
  .btn-line-white.disabled:hover, .btn-line-white.disabled:focus, .btn-line-white.disabled.focus, .btn-line-white[disabled]:hover, .btn-line-white[disabled]:focus, .btn-line-white[disabled].focus, fieldset[disabled] .btn-line-white:hover, fieldset[disabled] .btn-line-white:focus, fieldset[disabled] .btn-line-white.focus {
    background-color: white;
    border-color: white; }
  .btn-line-white .badge {
    color: white;
    background-color: #19BDCE; }

.btn-link {
  color: #16a8b7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0e6a73;
    text-decoration: initial;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e1e1e1;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 7px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #777;
  text-align: center;
  background-color: #aaaaaa;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .input-group-btn:last-child > [class*="btn-line-"] {
    height: 38px;
    border-width: 1px; }
  .input-group-btn:last-child > .btn-log,
  .input-group-btn:last-child > .btn-pink {
    height: 38px;
    padding-top: 6px; }
    .input-group-btn:last-child > .btn-log:hover, .input-group-btn:last-child > .btn-log:focus,
    .input-group-btn:last-child > .btn-pink:hover,
    .input-group-btn:last-child > .btn-pink:focus {
      height: 33px; }
    .input-group-btn:last-child > .btn-log:active, .input-group-btn:last-child > .btn-log.active,
    .input-group-btn:last-child > .btn-pink:active,
    .input-group-btn:last-child > .btn-pink.active {
      height: 31px;
      margin-top: 4px; }

input:disabled ~ .label-text {
  color: #ccc;
  cursor: not-allowed; }
  input:disabled ~ .label-text span {
    color: #ccc; }

/* header font */
/* source-sans-pro-300 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.woff2") format("woff2"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.woff") format("woff"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.ttf") format("truetype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-regular */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.woff2") format("woff2"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.woff") format("woff"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.ttf") format("truetype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* source-sans-pro-700 */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.woff2") format("woff2"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.woff") format("woff"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.ttf") format("truetype"), url("/styleguide/v1/asset/font/source-sans-pro-v9-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }
/* content font */
/* open-sans-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/styleguide/v1/asset/font/open-sans-v13-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/styleguide/v1/asset/font/open-sans-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-300.woff2") format("woff2"), url("/styleguide/v1/asset/font/open-sans-v13-latin-300.woff") format("woff"), url("/styleguide/v1/asset/font/open-sans-v13-latin-300.ttf") format("truetype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.woff2") format("woff2"), url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.woff") format("woff"), url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.ttf") format("truetype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/styleguide/v1/asset/font/open-sans-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/styleguide/v1/asset/font/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-700.woff2") format("woff2"), url("/styleguide/v1/asset/font/open-sans-v13-latin-700.woff") format("woff"), url("/styleguide/v1/asset/font/open-sans-v13-latin-700.ttf") format("truetype"), url("/styleguide/v1/asset/font/open-sans-v13-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #919191; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 45%;
    color: #777;
    margin: 5px 0; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 39px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 29.25px; }

  h2, .h2 {
    font-size: 22.5px; }

  h3, .h3 {
    font-size: 18px; }

  h4, .h4 {
    font-size: 13.5px; }

  h5, .h5 {
    font-size: 11.25px; }

  h6, .h6 {
    font-size: 9.75px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 29.25px; }

  h2, .h2 {
    font-size: 22.5px; }

  h3, .h3 {
    font-size: 18px; }

  h4, .h4 {
    font-size: 13.5px; }

  h5, .h5 {
    font-size: 11.25px; }

  h6, .h6 {
    font-size: 9.75px; } }
p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 22.5px; } }

.jhengHei,
.text-heading-font,
.font-head {
  font-family: "Source Sans Pro", "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Arial, sans-serif; }

.text-content-font,
.font-content {
  font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Georgia, Times, serif; }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
.text-nowrap {
  white-space: nowrap; }

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left; }
  .text-xs-right {
    text-align: right; }
  .text-xs-center {
    text-align: center; }
  .text-xs-justify {
    text-align: justify; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }
.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.text-crossout {
  text-decoration: line-through; }

.text-initial {
  text-decoration: initial;
  text-transform: initial; }

.text-bold {
  font-weight: bold; }
.text-normal {
  font-weight: normal; }
.text-light {
  font-weight: lighter; }

@media (max-width: 767px) {
  .text-xs-bold {
    font-weight: bold; }
  .text-xs-normal {
    font-weight: normal; }
  .text-xs-light {
    font-weight: lighter; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-bold {
    font-weight: bold; }
  .text-sm-normal {
    font-weight: normal; }
  .text-sm-light {
    font-weight: lighter; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-bold {
    font-weight: bold; }
  .text-md-normal {
    font-weight: normal; }
  .text-md-light {
    font-weight: lighter; } }
.textSize-xs,
.text-xs {
  font-size: 12px; }

.textSize-s,
.text-s {
  font-size: 13px; }

.textSize-m,
.text-m {
  font-size: 15px; }

.textSize-l,
.text-l {
  font-size: 18px; }

.textSize-xl,
.text-xl {
  font-size: 24px; }

.textSize-xxl,
.text-xxl {
  font-size: 30px; }

.text-xxxl {
  font-size: 38px; }

.text-xxxxl {
  font-size: 45px; }

.text-xxxxxl {
  font-size: 53px; }

@media (max-width: 767px) {
  .text-xs-xs {
    font-size: 12px; }
  .text-xs-s {
    font-size: 13px; }
  .text-xs-m {
    font-size: 15px; }
  .text-xs-l {
    font-size: 18px; }
  .text-xs-xl {
    font-size: 24px; }
  .text-xs-xxl {
    font-size: 30px; }
  .text-xs-xxxl {
    font-size: 38px; }
  .text-xs-xxxxl {
    font-size: 45px; }
  .text-xs-xxxxxl {
    font-size: 53px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-xs {
    font-size: 12px; }
  .text-sm-s {
    font-size: 13px; }
  .text-sm-m {
    font-size: 15px; }
  .text-sm-l {
    font-size: 18px; }
  .text-sm-xl {
    font-size: 24px; }
  .text-sm-xxl {
    font-size: 30px; }
  .text-sm-xxxl {
    font-size: 38px; }
  .text-sm-xxxxl {
    font-size: 45px; }
  .text-sm-xxxxxl {
    font-size: 53px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-xs {
    font-size: 12px; }
  .text-md-s {
    font-size: 13px; }
  .text-md-m {
    font-size: 15px; }
  .text-md-l {
    font-size: 18px; }
  .text-md-xl {
    font-size: 24px; }
  .text-md-xxl {
    font-size: 30px; }
  .text-md-xxxl {
    font-size: 38px; }
  .text-md-xxxxl {
    font-size: 45px; }
  .text-md-xxxxxl {
    font-size: 53px; } }
.text-h-1 {
  line-height: 1; }

.text-h-1-4 {
  line-height: 1.4; }

.text-h-1-6 {
  line-height: 1.6; }

.text-h-2 {
  line-height: 2; }

@media (max-width: 767px) {
  .text-h-xs-1 {
    line-height: 1; }
  .text-h-xs-1-4 {
    line-height: 1.4; }
  .text-h-xs-1-6 {
    line-height: 1.6; }
  .text-h-xs-2 {
    line-height: 2; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-h-sm-1 {
    line-height: 1; }
  .text-h-sm-1-4 {
    line-height: 1.4; }
  .text-h-sm-1-6 {
    line-height: 1.6; }
  .text-h-sm-2 {
    line-height: 2; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .text-h-md-1 {
    line-height: 1; }
  .text-h-md-1-4 {
    line-height: 1.4; }
  .text-h-md-1-6 {
    line-height: 1.6; }
  .text-h-md-2 {
    line-height: 2; } }
.text-single-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.6em;
  overflow: hidden; }

.text-2-line {
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.text-3-line {
  height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

h1.text-single-line, h2.text-single-line, h3.text-single-line, h4.text-single-line, h5.text-single-line, h6.text-single-line {
  height: 1.1em; }
h1.text-2-line, h2.text-2-line, h3.text-2-line, h4.text-2-line, h5.text-2-line, h6.text-2-line {
  height: 2.2em; }
h1.text-3-line, h2.text-3-line, h3.text-3-line, h4.text-3-line, h5.text-3-line, h6.text-3-line {
  height: 3.3em; }

.text-muted {
  color: #919191; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-secondary {
  color: #EC0077; }

a.text-secondary:hover,
a.text-secondary:focus {
  color: #b9005d; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #fe4c06; }

a.text-danger:hover,
a.text-danger:focus {
  color: #d03b01; }

.text-log-l {
  color: #19bdce; }

a.text-log-l:hover,
a.text-log-l:focus {
  color: #1393a1; }

.text-log {
  color: #16a8b7; }

a.text-log:hover,
a.text-log:focus {
  color: #117e8a; }

.text-log-d {
  color: #1393a1; }

a.text-log-d:hover,
a.text-log-d:focus {
  color: #0e6a73; }

.text-log-dd {
  color: #117e8a; }

a.text-log-dd:hover,
a.text-log-dd:focus {
  color: #0b555c; }

.text-pink-l {
  color: #ff0784; }

a.text-pink-l:hover,
a.text-pink-l:focus {
  color: #d3006a; }

.text-pink {
  color: #ec0077; }

a.text-pink:hover,
a.text-pink:focus {
  color: #b9005d; }

.text-pink-d {
  color: #d3006a; }

a.text-pink-d:hover,
a.text-pink-d:focus {
  color: #a00050; }

.text-pink-dd {
  color: #b9005d; }

a.text-pink-dd:hover,
a.text-pink-dd:focus {
  color: #860044; }

.text-help-l {
  color: #45c96c; }

a.text-help-l:hover,
a.text-help-l:focus {
  color: #31aa55; }

.text-help {
  color: #37be5f; }

a.text-help:hover,
a.text-help:focus {
  color: #2c964b; }

.text-help-d {
  color: #2c964b; }

a.text-help-d:hover,
a.text-help-d:focus {
  color: #206f37; }

.text-help-dd {
  color: #268341; }

a.text-help-dd:hover,
a.text-help-dd:focus {
  color: #1a5b2e; }

.text-shop-l {
  color: #ffbc1a; }

a.text-shop-l:hover,
a.text-shop-l:focus {
  color: #e6a200; }

.text-shop {
  color: #ffb400; }

a.text-shop:hover,
a.text-shop:focus {
  color: #cc9000; }

.text-shop-d {
  color: #e6a200; }

a.text-shop-d:hover,
a.text-shop-d:focus {
  color: #b37e00; }

.text-shop-dd {
  color: #cc9000; }

a.text-shop-dd:hover,
a.text-shop-dd:focus {
  color: #996c00; }

.text-bronze {
  color: #4e2702; }

a.text-bronze:hover,
a.text-bronze:focus {
  color: #1c0e01; }

.text-white {
  color: white; }

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6; }

.text-black {
  color: #323232; }

a.text-black:hover,
a.text-black:focus {
  color: #191919; }

.text-gray {
  color: #919191; }

a.text-gray:hover,
a.text-gray:focus {
  color: #777777; }

.text-gray-01 {
  color: #222; }

a.text-gray-01:hover,
a.text-gray-01:focus {
  color: #090909; }

.text-gray-02 {
  color: #2f2f2f; }

a.text-gray-02:hover,
a.text-gray-02:focus {
  color: #151515; }

.text-gray-03 {
  color: #3c3c3c; }

a.text-gray-03:hover,
a.text-gray-03:focus {
  color: #222222; }

.text-gray-04 {
  color: #323232; }

a.text-gray-04:hover,
a.text-gray-04:focus {
  color: #191919; }

.text-gray-05 {
  color: #5e5e5e; }

a.text-gray-05:hover,
a.text-gray-05:focus {
  color: #444444; }

.text-gray-06 {
  color: #777; }

a.text-gray-06:hover,
a.text-gray-06:focus {
  color: #5e5e5e; }

.text-gray-07 {
  color: #919191; }

a.text-gray-07:hover,
a.text-gray-07:focus {
  color: #777777; }

.text-gray-08 {
  color: #aaaaaa; }

a.text-gray-08:hover,
a.text-gray-08:focus {
  color: #919191; }

.text-gray-09 {
  color: #d5d5d5; }

a.text-gray-09:hover,
a.text-gray-09:focus {
  color: #bbbbbb; }

.text-gray-10 {
  color: #e1e1e1; }

a.text-gray-10:hover,
a.text-gray-10:focus {
  color: #c8c8c8; }

.text-gray-11 {
  color: #EEEEEE; }

a.text-gray-11:hover,
a.text-gray-11:focus {
  color: #d5d5d5; }

.text-gray-12 {
  color: #F0F0F0; }

a.text-gray-12:hover,
a.text-gray-12:focus {
  color: #d7d7d7; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #aaaaaa; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0;
  margin: 0; }
  ul li
  ul,
  ul ol,
  ol li
  ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

.list-inside {
  list-style-position: inside; }

.list-outside {
  list-style-position: outside;
  margin-left: 20px; }

.list-dot-style-log {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 20px; }
  .list-dot-style-log li {
    position: relative; }
    .list-dot-style-log li:before {
      content: '';
      height: 6px;
      width: 6px;
      display: block;
      background: #16a8b7;
      position: absolute;
      border-radius: 50%;
      top: 0.5em;
      margin-left: -15px; }
.list-dot-style-pink {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 20px; }
  .list-dot-style-pink li {
    position: relative; }
    .list-dot-style-pink li:before {
      content: '';
      height: 6px;
      width: 6px;
      display: block;
      background: #EC0077;
      position: absolute;
      border-radius: 50%;
      top: 0.5em;
      margin-left: -15px; }
.list-dot-style-yellow {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 20px; }
  .list-dot-style-yellow li {
    position: relative; }
    .list-dot-style-yellow li:before {
      content: '';
      height: 6px;
      width: 6px;
      display: block;
      background: #FFBD20;
      position: absolute;
      border-radius: 50%;
      top: 0.5em;
      margin-left: -15px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #919191; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #aaaaaa; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #919191; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #aaaaaa;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6; }

.panel {
  margin-bottom: 24px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 0 solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #F5F5F5;
  border-top: 1px solid #DDD;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #DDD; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #DDD; }

.panel-default {
  border-color: #DDD; }
  .panel-default > .panel-heading {
    color: #5e5e5e;
    background-color: #F5F5F5;
    border-color: #DDD; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #DDD; }
    .panel-default > .panel-heading .badge {
      color: #F5F5F5;
      background-color: #5e5e5e; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DDD; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #FFF;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #FFF; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #fe4c06;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #fe4c06; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.panel-log {
  border-color: #DDD; }
  .panel-log > .panel-heading {
    color: #1393a1;
    background-color: white;
    border-color: #DDD; }
    .panel-log > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #DDD; }
    .panel-log > .panel-heading .badge {
      color: white;
      background-color: #1393a1; }
  .panel-log > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DDD; }
  .panel-log .panel-heading:hover {
    background: #19BDCE;
    color: white; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #919191; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #919191;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #aaaaaa;
    border-color: #16a8b7; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs.nav-tabs {
    border-bottom: 0; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.6;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #aaaaaa #aaaaaa #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #19BDCE;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #19BDCE;
    background-color: transparent; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 7px 12px;
      line-height: 1.6;
      text-decoration: none;
      color: #16a8b7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #0e6a73;
    background-color: #f5f5f5;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #19BDCE;
    border-color: #19BDCE;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #919191;
    background-color: #f1f1f1;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Georgia, Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #187078;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #187078; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #187078; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #187078; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #187078; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #187078; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #187078; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #187078; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #187078; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 360px;
  padding: 1px;
  font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Georgia, Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 5px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1;
      margin: 0 auto; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -2  0px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    text-indent: -999px;
    border: 1px solid #16a8b7;
    background: #F0F0F0;
    border-radius: 10px;
    cursor: pointer; }
  .carousel-indicators .active {
    margin: 5px 6px;
    border-color: #1393a1;
    background: #1393a1; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

  .carousel-caption .btn {
    text-shadow: none; }


@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 40px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.popup-forget-password {
  display: inline-block;
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px; }

#dimdollar-forget-password {
  text-align: center; }
  #dimdollar-forget-password .mfp-close i {
    position: relative;
    top: 5px; }

.mfp-hidden {
  overflow: hidden; }

.mfp-bg {
  z-index: 1042000 !important; }

.mfp-wrap {
  z-index: 1043000 !important; }

.login-page-password > label{
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}

header {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  header .brand-logo {
    padding: 10px 0;
    display: inline-block; }
    header .brand-logo img {
      width: 120px;
      height: auto;
      display: block; }
  header .sub-brand-list {
    position: absolute;
    top: 0;
    right: 15px;
    text-align: center;
    padding: 0px 3px;
    border-radius: 0 0 4px 4px;
    background-color: #eee;
    display: none; }
    header .sub-brand-list li {
      display: inline-block;
      padding: 0;
      position: relative; }
      header .sub-brand-list li + li a {
        border-left: 1px solid #ccc; }
      header .sub-brand-list li a {
        color: #444;
        position: relative;
        text-decoration: none;
        padding: 5px 13px;
        display: block; }
      header .sub-brand-list li a[href*="logistics"] {
        margin-right: -7px; }
      header .sub-brand-list li a[href*="helpubuy"] {
        display: none; }

footer {
  background: #ddd;
  padding: 30px 0; }
  footer a {
    color: #777; }
  footer .tnc-copyRight-box .tnc {
    padding: 10px 0; }
    footer .tnc-copyRight-box .tnc li {
      display: inline-block;
      position: relative;
      padding-right: 10px; }
      footer .tnc-copyRight-box .tnc li + li {
        padding-left: 10px; }
        footer .tnc-copyRight-box .tnc li + li:before {
          content: "|";
          position: absolute;
          left: -2px;
          color: #666; }
      footer .tnc-copyRight-box .tnc li a {
        text-decoration: underline; }
  footer .hotline-box .hotline {
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding: 5px 0; }
  footer .social-media a:hover {
    text-decoration: none; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px to 0px    
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 1000px) {
  /* 
  * Customs - Media
  * Tablet - 1000px to 0px   
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */
  footer .hotline-box {
    margin-bottom: 20px; }
    footer .hotline-box.text-right {
      text-align: center; }
    footer .hotline-box .hotline {
      padding: 0; }
  footer .tnc-copyRight-box {
    text-align: center; }
    footer .tnc-copyRight-box .tnc li {
      padding: 0 10px; }
    footer .tnc-copyRight-box .copyRight span {
      display: block; }
  footer .social-media {
    margin-bottom: 30px; } }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */
  header .sub-brand-list {
    right: 0; }
    header .sub-brand-list li {
      padding: 5px 10px; } }
.cols-in-row .col-xs-4 {
  padding-left: 15px;
  padding-right: 0; }
  .cols-in-row .col-xs-4:last-child {
    padding-right: 15px; }

.form-popover label {
  display: block; }
.form-popover .popoverBox {
  float: right; }
  .form-popover .popoverBox a i {
    font-size: 1.2em;
    vertical-align: sub; }

/* ====================
*  
*  common-header
*    channels-social-section
*      channels-grid - 轉運, 代購, 購物
*      social-grid   - Facebook, instagram
*
*   header-main-section
*     menu-logo-link-grid
*       menu-btn
*       header-logo
*       desktop-links
*     function-grid
*       btn-cal
*       btn-declare
*       logined
*
*   hamburger-Menu
*     overlay-mask
*     menu-container
*       menu-logo-grid
*         menu-logo
*         menu-close
*     nav-grid
*     channels-grid
*
*   calculator-panel
*     form
*
*   declare-good-panel
*     form
* 
* ==================== */
.common-header {
  position: relative;
  z-index: 11;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .common-header .mask {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
    .common-header .mask:hover {
      cursor: none; }
    .common-header .mask .mask-close i {
      margin-right: 5px; }
  .common-header.openObject .mask {
    display: block; }
  .common-header .force-overflow-hidden {
    overflow: hidden;
    overflow-y: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }
  .common-header .header-section {
    position: relative;
    z-index: 3; }
  .common-header .channels-social-section {
    line-height: 30px; }
  .common-header .channels-grid a {
    color: white;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    .common-header .channels-grid a:hover {
      text-decoration: none; }
      .common-header .channels-grid a:hover:not(.active).channels-help {
        background: #37BE5F; }
      .common-header .channels-grid a:hover:not(.active).channels-eshop {
        background: #FFB400; }
      .common-header .channels-grid a:hover:not(.active).channels-log {
        background: #19BDCE; }
    .common-header .channels-grid a.active {
      background: white;
      color: #2A2F35; }
  .common-header .channels-grid i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1; }
  .common-header .social-grid a {
    color: white; }
    .common-header .social-grid a .fa-inverse {
      color: #2A2F35; }
  .common-header .header-main-section a {
    color: #323232;
    position: relative; }
    .common-header .header-main-section a:hover {
      color: #19BDCE; }
  .common-header .header-main-section .header-height .css-td > .menu-btn, .common-header .header-main-section .header-height .css-td > .header-logo, .common-header .header-main-section .header-height .css-td > .desktop-links, .common-header .header-main-section .header-height .css-td > .logined, .common-header .header-main-section .header-height .css-td > a {
    line-height: 90px;
    vertical-align: middle; }
  .common-header .header-main-section .menu-logo-link-grid .menu-btn,
  .common-header .header-main-section .menu-logo-link-grid .header-logo,
  .common-header .header-main-section .menu-logo-link-grid .desktop-links {
    display: inline-block; }
  .common-header .header-main-section .menu-logo-link-grid .menu-btn {
    cursor: pointer;
    width: 15%;
    max-width: 80px;
    text-align: center; }
    .common-header .header-main-section .menu-logo-link-grid .menu-btn i {
      font-size: 28px;
      line-height: 1;
      display: block;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    .common-header .header-main-section .menu-logo-link-grid .menu-btn:hover i {
      color: #19BDCE; }
  .common-header .header-main-section .menu-logo-link-grid .header-logo {
    padding: 0 1em;
    width: 25%;
    max-width: 145px; }
    .common-header .header-main-section .menu-logo-link-grid .header-logo img {
      width: 110px;
      margin-top: -7px; }
  .common-header .header-main-section .menu-logo-link-grid .desktop-links {
    width: 55%;
    max-width: 350px;
    text-align: center; }
    .common-header .header-main-section .menu-logo-link-grid .desktop-links a {
      display: inline-block;
      width: 32%; }
  .common-header .header-main-section .function-grid .width-control-1 {
    display: inline-block;
    width: 31%; }
  .common-header .header-main-section .function-grid .function-grid-item i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1; }
  .common-header .header-main-section .function-grid .function-grid-item.hover {
    color: #19BDCE; }
  .common-header .header-main-section .function-grid .function-grid-item .user-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis; }
  .common-header .header-main-section .function-grid .function-grid-item .sub-item-list {
    display: none;
    margin-left: -2em;
    margin-right: -2em;
    margin-top: 1em;
    margin-bottom: -1em; }
    .common-header .header-main-section .function-grid .function-grid-item .sub-item-list a {
      padding: 5px; }
      .common-header .header-main-section .function-grid .function-grid-item .sub-item-list a .flag-img {
        border: 1px solid #FFF;
        border-radius: 50%; }
      .common-header .header-main-section .function-grid .function-grid-item .sub-item-list a:hover .flag-img {
        border-color: #19BDCE;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .common-header .header-main-section .function-grid .function-grid-item .sub-item-list .btn {
      -webkit-transition: all 0.0s ease-in-out;
      transition: all 0.0s ease-in-out; }
  .common-header .header-main-section .function-grid .tri-up {
    bottom: 16px;
    visibility: hidden; }
  .common-header .header-main-section .function-grid .hover .tri-up {
    visibility: visible; }
  .common-header .header-main-section .function-grid .logined {
    position: relative;
    z-index: 3;
    line-height: 1; }
    .common-header .header-main-section .function-grid .logined .logined-member-img {
      cursor: pointer; }
      .common-header .header-main-section .function-grid .logined .logined-member-img img,
      .common-header .header-main-section .function-grid .logined .logined-member-img svg {
        margin-top: -10px;
        border-radius: 50%;
        width: 24px;
        margin-right: 5px;
        border: 1px solid white; }
    .common-header .header-main-section .function-grid .logined.hover .logined-member-img {
      color: #19BDCE; }
    .common-header .header-main-section .function-grid .logined.hover .logined-member-Menu {
      visibility: visible; }
    .common-header .header-main-section .function-grid .logined:hover .logined-member-img {
      color: #19BDCE; }
  .common-header .hamburger-Menu {
    position: fixed;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    color: #EEEEEE;
    visibility: hidden; }
    .common-header .hamburger-Menu .overlay-mask {
      position: absolute;
      background: black;
      opacity: 0.3;
      width: 100vw;
      height: 100vh; }
    .common-header .hamburger-Menu .menu-container {
      position: relative;
      width: 320px;
      min-width: 320px;
      left: -25vw;
      height: 100vh;
      padding: 2em 0 0; 
      box-shadow: 0px 0 20px 1px rgba(42,47,53,0.7);}
      .common-header .hamburger-Menu .menu-container .channels-grid {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1f2227; }
        .common-header .hamburger-Menu .menu-container .channels-grid a {
          line-height: 3.5em;
          min-width: 0%;
          color: #57616e; }
          .common-header .hamburger-Menu .menu-container .channels-grid a.active {
            background: transparent;
            color: #EEEEEE; }
            .common-header .hamburger-Menu .menu-container .channels-grid a.active:before {
              font-family: dimbuy;
              content: "u";
              position: absolute;
              top: -12px;
              left: 50%;
              font-size: 30px;
              color: #2A2F35;
              margin-left: -10px;
              line-height: 1; }
          .common-header .hamburger-Menu .menu-container .channels-grid a:hover {
            color: #EEEEEE; }
      .common-header .hamburger-Menu .menu-container .social-grid a {
        color: #1f2227; }
        .common-header .hamburger-Menu .menu-container .social-grid a .fa-inverse {
          color: #EEEEEE; }
          .common-header .hamburger-Menu .menu-container .social-grid a .fa-inverse:hover {
            color: #16a8b7;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
        .common-header .hamburger-Menu .menu-container .social-grid a + a {
          margin-left: 10px; }
      .common-header .hamburger-Menu .menu-container .menu-logo-grid {
        padding-top: 0.75em;
        padding-bottom: 1em;
        border-bottom: 1px solid #414851; }
        .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-close {
          cursor: pointer; }
          .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-close i {
            font-size: 1.5em;
            color: #777;
            line-height: 3;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
          .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-close:hover i {
            color: #19BDCE; }
        .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-logo {
          text-align: left; }
          .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-logo .svg {
            width: auto;
            height: 4em; }
            .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-logo svg path {
              fill: white; }
      .common-header .hamburger-Menu .menu-container .nav-grid {
        overflow: auto; }
        .common-header .hamburger-Menu .menu-container .nav-grid nav {
          position: relative; }
          .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder {
            position: relative;
            left: 0; }
            .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .social-grid {
              line-height: 4; }
            .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list {
              position: relative; }
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .item,
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list a.item {
                position: relative;
                color: #EEEEEE;
                font-size: 1em;
                display: block;
                line-height: 2; 
                text-align: center;}
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .has-sub-lv {
                border-bottom: 1px solid #414851;
              }
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .sub-lv-title {
                font-size: 18px;
                padding-top: 10px;
                margin-bottom: 5px;
              }                
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list a {
                color: #EEEEEE; }
                .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list a:hover {
                  color: #19BDCE; }
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .item .sub-lv-icon {
                text-align: center;
                line-height: 2;
                font-size: 18px;
                cursor: pointer; 
                position: absolute;
                right: 1em;
                top: 0.7em;}
                .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .item .sub-lv-icon:hover {
                  color: #19BDCE; }
              .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .sub-lv-list {
                display: none; }
                .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .sub-lv-list .item {
                  color: #aaaaaa;
                  font-size: 15px;
                  line-height: 2;
                  background: #23272c;
                  padding: 5px 0; 
                  border-bottom: 1px solid #414851;
                }
                .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .sub-lv-list .item:last-child {
                  border-bottom: none;
                }


  .common-header .logined-member-Menu {
    position: absolute;
    z-index: 2;
    right: 0;
    margin-right: -70px;
    top: 100%;
    visibility: hidden;
    line-height: 1; }
    .common-header .logined-member-Menu .menu-content {
      width: 240px;
      border: 1px solid #19bdce;
      position: relative; }
      .common-header .logined-member-Menu .menu-content .tri-up {
        top: -16px;
        opacity: 1; }
      .common-header .logined-member-Menu .menu-content a {
        display: block;
        color: #323232; }
        .common-header .logined-member-Menu .menu-content a:hover {
          color: #19BDCE; }
      .common-header .logined-member-Menu .menu-content .function-list > a, .common-header .logined-member-Menu .menu-content .function-list .login-item {
        padding: 1em 2em;
        border-top: 1px solid #eee; }
      .common-header .logined-member-Menu .menu-content .function-list .sub-item {
        cursor: pointer; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item a {
          display: block; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item:hover .item-label {
          color: #16a8b7;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item:hover:before {
          color: #16a8b7;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item:before {
          font-family: dimbuy;
          content: "s";
          float: right;
          font-size: 1.5em;
          color: #555; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item.active:before {
          content: "t"; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item.active .sub-item-list {
          display: block; }
      .common-header .logined-member-Menu .menu-content .link-list a {
        padding: 1em 2em;
        border-top: 1px solid #e1e1e1; }
  .common-header .header-panel {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 1em 0 1.5em;
    border-bottom: 2px solid #159caa;
    border-top: 1px solid #16a8b7;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
    .common-header .header-panel label {
      font-weight: normal;
      font-family: "Source Sans Pro", "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Arial, sans-serif; }
    .common-header .header-panel h2 {
      margin-top: 0; }
    .common-header .header-panel .btn-close {
      font-size: 1em;
      float: right;
      cursor: pointer;
      color: #777; }

.common-footer {
  padding: 0;
  border-top: 1px solid #EEEEEE; }
  .common-footer a {
    color: #aaaaaa; }
    .common-footer a:hover {
      text-decoration: none;
      color: #19BDCE; }
  .common-footer .footer-service-provider .footer-service-list {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .common-footer .footer-service-provider .footer-service-list li {
      display: table-cell;
      list-style: none;
      width: 24%;
      vertical-align: middle; }
  .common-footer .footer-customer-info .footer-customer-email a,
  .common-footer .footer-customer-info .footer-customer-phone {
    color: white; }
  .common-footer .footer-customer-info .footer-customer-phone {
    font-size: 29px; }
  .common-footer .footer-customer-info .footer-customer-social {
    margin-top: 15px; }
    .common-footer .footer-customer-info .footer-customer-social a {
      color: white;
      font-size: 18px; }
      .common-footer .footer-customer-info .footer-customer-social a .fa-inverse {
        color: #2A2F35; }
        .common-footer .footer-customer-info .footer-customer-social a .fa-inverse:hover {
          color: #16a8b7;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
      .common-footer .footer-customer-info .footer-customer-social a + a {
        margin-left: 15px; }
  .common-footer .footer-menu-title {
    color: white; }
    .common-footer .footer-menu-title a {
      color: white; }
  .common-footer .footer-site-links .footer-menu-group .menu-item .footer-menu-links {
    display: block; }
  .common-footer .footer-site-links .footer-menu-group .menu-item a {
    display: block;
    margin-bottom: 2px;
    line-height: 1.5; }
  .common-footer .footer-site-links .footer-menu-group .menu-item .footer-menu-title a {
    display: inline-block; }
  .common-footer .footer-site-links .footer-menu-group .menu-item .footer-menu-title i {
    float: right;
    line-height: 2; }
  .common-footer .footer-tnc {
    margin-top: 70px; }
    .common-footer .footer-tnc .footer-tnc-lists a {
      padding: 0 10px;
      position: relative;
      display: inline-block; }
      .common-footer .footer-tnc .footer-tnc-lists a:first-of-type {
        padding-left: 0; }
      .common-footer .footer-tnc .footer-tnc-lists a + a:before {
        position: absolute;
        left: -5px;
        content: "|"; }
      .common-footer .footer-tnc .footer-tnc-lists a + a:hover:before {
        color: #aaaaaa; }
    .common-footer .footer-tnc .footer-copyright {
      color: #aaaaaa; }
      .common-footer .footer-tnc .footer-copyright .copyright-item {
        position: relative;
        padding-right: 14px; }
  .common-footer .tnc-copyRight-box .tnc {
    padding: 10px 0; }
    .common-footer .tnc-copyRight-box .tnc li {
      display: inline-block;
      position: relative;
      padding-right: 10px; }
      .common-footer .tnc-copyRight-box .tnc li + li {
        padding-left: 10px; }
        .common-footer .tnc-copyRight-box .tnc li + li:before {
          content: "|";
          position: absolute;
          left: 0;
          color: #666; }
      .common-footer .tnc-copyRight-box .tnc li a {
        text-decoration: underline; }
  .common-footer .hotline-box .hotline {
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding: 5px 0; }
  .common-footer .social-media a:hover {
    text-decoration: none; }

main.main-content {
  position: relative;
  z-index: 1; }

/*
* Layout Responsive
*/
@media (max-width: 1600px) {
  /* 
  * Customs - Media
  * Desktop - 1500px - 0   
  */
  .common-header .logined-member-Menu {
    margin-right: -6px; }
    .common-header .logined-member-Menu .menu-content .tri-up {
      left: auto;
      margin-left: auto;
      right: 25%; } }
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */
  .common-header {
    padding-bottom: 0.3em; }
    .common-header .header-panel {
      top: 0;
      padding-bottom: 5em; }
      .common-header .header-panel .text-light {
        font-weight: normal; }
    .common-header.openObject .header-panel {
      opacity: 1;
      visibility: visible;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: white;
      z-index: 10;
      height: 100vh;
      width: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto; }
    .common-header .header-main-section .menu-logo-link-grid .desktop-links {
      width: 50%; }
    .common-header .header-main-section .menu-logo-link-grid .header-logo img {
      width: 90px; }
    .common-header .header-main-section .function-grid .function-grid-item i {
      font-size: 28px;
      margin-right: 5px; }
    .common-header .header-main-section .function-grid .function-grid-item .btn-close {
      float: right;
      position: relative;
      z-index: 2;
      padding: 1em 1.5em; }
      .common-header .header-main-section .function-grid .function-grid-item .btn-close i {
        font-size: 1em;
        color: #777; }
    .common-header .header-main-section .header-height .css-td > .menu-btn, .common-header .header-main-section .header-height .css-td > .header-logo, .common-header .header-main-section .header-height .css-td > .desktop-links, .common-header .header-main-section .header-height .css-td > .logined, .common-header .header-main-section .header-height .css-td > a {
      line-height: 70px; }
    .common-header .hamburger-Menu .menu-container {
      width: 100vw;
      padding-top: 0em; }
      .common-header .hamburger-Menu .menu-container .menu-logo-grid {
        padding-bottom: 0.3em;
        padding-top: 0.75em;
        background: #1f2227; }
        .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-close i {
          line-height: 2.1; }
        .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-logo svg {
          width: auto;
          height: 3em; }
    .common-header .logined-member-Menu {
      top: calc(100%); }
      .common-header .logined-member-Menu .menu-content {
        width: 99vw;
        max-width: 700px; }
        .common-header .logined-member-Menu .menu-content .tri-up {
          right: 41px; }
        .common-header .logined-member-Menu .menu-content .function-list .login-item {
          padding: 1em 1.5em; }
        .common-header .logined-member-Menu .menu-content .function-list .sub-item-list {
          margin-left: -1.5em;
          margin-right: -1.5em; }
        .common-header .logined-member-Menu .menu-content .link-list a {
          padding: 1em 1.5em; }

  .common-footer .footer-site-links .footer-menu-group .menu-item .menu-item-container {
    border-bottom: 1px solid #414851; }
  .common-footer .footer-site-links .footer-menu-group .menu-item .footer-menu-title {
    padding-top: 10px; }
  .common-footer .footer-site-links .footer-menu-group .menu-item .footer-menu-links {
    display: none;
    padding-bottom: 10px;
    margin-top: -5px; }
  .common-footer .footer-site-links .footer-menu-group .menu-item a {
    line-height: 2; }
  .common-footer .footer-customer-info {
    padding-top: 2em;
    padding-bottom: 1em; }
  .common-footer .footer-tnc {
    margin-top: 40px; }
    .common-footer .footer-tnc .footer-tnc-lists {
      margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */
  .common-header {
    padding-bottom: 0; }
    .common-header .channels-social-section a {
      min-width: 40%; }
    .common-header .header-main-section .menu-logo-link-grid .menu-btn {
      padding: 0; }
      .common-header .header-main-section .menu-logo-link-grid .menu-btn i {
        font-size: 28px;
        margin-top: 1px; }
    .common-header .header-main-section .menu-logo-link-grid .header-logo img {
      height: 45px;
      width: auto; }
    .common-header .header-main-section .function-grid {
      padding-right: 6px; }
      .common-header .header-main-section .function-grid .function-label {
        display: none; }
      .common-header .header-main-section .function-grid .logined {
        padding: 0; }
        .common-header .header-main-section .function-grid .logined .logined-member-img .user-name {
          display: none; }
        .common-header .header-main-section .function-grid .logined .logined-member-img svg,
        .common-header .header-main-section .function-grid .logined .logined-member-img img {
          width: 28px; }
      .common-header .header-main-section .function-grid a {
        padding: 0; }
      .common-header .header-main-section .function-grid .function-grid-item i {
        font-size: 28px;
        margin-right: 5px; }
    .common-header .header-main-section .header-height .css-td > .menu-btn, .common-header .header-main-section .header-height .css-td > .header-logo, .common-header .header-main-section .header-height .css-td > .desktop-links, .common-header .header-main-section .header-height .css-td > .logined, .common-header .header-main-section .header-height .css-td > a {
      line-height: 50px;
      text-align: right; }
      .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list a.item i.icon-right-open-big,
      .common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .item i.icon-right-open-big {
        width: 50px; }
    .common-header .hamburger-Menu .menu-container .menu-logo-grid {
      padding-bottom: 0.3em;
      padding-top: 0.75em;
      background: #1f2227; }
      .common-header .hamburger-Menu .menu-container .menu-logo-grid .menu-logo {
        height: auto; }

  .common-footer .footer-service-provider .footer-service-list li img {
    height: 35px; }
  .common-footer .footer-service-provider .footer-service-list li .logo-DHL {
    width: 70px; }
  .common-footer .footer-service-provider .footer-service-list li .logo-vango,
  .common-footer .footer-service-provider .footer-service-list li .logo-FedEx {
    width: 50px; }
  .common-footer .footer-service-provider .footer-service-list li .logo-TGX {
    width: 50px; }
  .common-footer .footer-tnc .footer-tnc-lists a {
    width: 100%;
    padding: 0; }
    .common-footer .footer-tnc .footer-tnc-lists a + a:before {
      content: ""; }
  .common-footer .footer-tnc .footer-copyright .copyright-item {
    width: 100%;
    padding: 0;
    display: block; }

  footer .hotline-box {
    margin-bottom: 20px; }
    footer .hotline-box.text-right {
      text-align: center; }
    footer .hotline-box .hotline {
      padding: 0; }
  footer .tnc-copyRight-box {
    text-align: center; }
    footer .tnc-copyRight-box .tnc li {
      padding: 0 10px; }
    footer .tnc-copyRight-box .copyRight span {
      display: block; }
  footer .social-media {
    margin-bottom: 30px; } }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */
  header .sub-brand-list {
    right: 0; }
    header .sub-brand-list li {
      padding: 5px 10px; } }
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */
  .container {
    max-width: 1170px;
    width: 100%; } }
body.Firefox .hide-Firefox {
  display: none; }

.display-block {
  display: block; }
.display-inline {
  display: inline; }
.display-inline-block {
  display: inline-block; }

#breadcrumb {
  padding: 10px 0;
  max-width: 570px;
  width: 100%; }

.breadcrumb-trail a {
  color: #F0F0F0;
  color: #EEEEEE;
  color: #e1e1e1;
  color: #d5d5d5;
  color: #FFF;
  color: #aaaaaa;
  color: #919191;
  color: #777;
  color: #5e5e5e;
  color: #323232;
  color: #FFF;
  color: #3c3c3c;
  color: #2f2f2f;
  color: #222;
  color: #777; }
.breadcrumb-trail ul {
  padding-left: 0; }
  .breadcrumb-trail ul li {
    display: inline-block; }
    .breadcrumb-trail ul li + li:before {
      content: ">";
      padding: 0 5px; }
.breadcrumb-trail .current-trail {
  text-decoration: underline; }

#sub-nav-top a {
  display: block;
  position: relative; }
  #sub-nav-top a.active, #sub-nav-top a:hover {
    color: #19BDCE; }
  #sub-nav-top a.active:after {
    opacity: 1; }
  #sub-nav-top a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 4px;
    background: #19BDCE;
    opacity: 0;
    transition: opacity 0.5s ease-in; }

.btn-fb .fa-facebook-square {
  font-size: 22px;
  margin-top: -4px;
  margin-right: 5px; }

#sub-nav-top {
  position: relative; }
  #sub-nav-top a.active,
  #sub-nav-top a:hover {
    color: #19bdce; }
  #sub-nav-top a.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 4px;
    background: #19BDCE;
    opacity: 0;
    transition: opacity 0.5s ease-in; }

.business-entry{
  width:129px;
  height:87px;
  position:absolute;
  z-index:2;
  right:0;
  top:180px;
  background:url(/styleGuide/v1/asset/img/dimbuy-biz.png) no-repeat;}
  .business-entry a{display: block;width:100%;height:100%;}
@media (max-width: 768px) { .business-entry{display: none;} }

.alert-message {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(14, 106, 115, 0.95);
  z-index: 2;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .alert-message.active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .alert-message .alert-message-txt {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .alert-message .alert-message-close {
    cursor: pointer; }

.logistics-message {
  background: #D3D1BE;
  position: relative;
  width: 100%; }
  .logistics-message .logistics-message-head .logistics-message-title {
    vertical-align: top; }
  .logistics-message .logistics-message-head .show-more {
    margin-left: 1em; }
  .logistics-message .logistics-message-head .logistics-message-close {
    cursor: pointer; }
  .logistics-message .logistics-message-list {
    display: none;
    border-top: 1px solid #333; }
  .logistics-message a:hover {
    color: #19BDCE; }

#back-to-top {
  position: fixed;
  background-color: #000;
  opacity: 0.6;
  bottom: 180px;
  right: 20px;
  z-index: 1000000;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  display: none; }
  #back-to-top i {
    font-size: 22px;
    color: white;
    line-height: 40px; }
  :not(.mobile) #back-to-top:hover, :not(.tablet) #back-to-top:hover {
    opacity: 0.8; }

.text-rotater-js {
  position: relative;
  top: 0; }
  .text-rotater-js .text-rotater-container {
    position: absolute;
    width: 100%;
    top: 0; }
    .text-rotater-js .text-rotater-container .text-item {
      display: none; }

.tri-up {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  z-index: 3;
  opacity: 0; }
  .tri-up:before, .tri-up:after {
    content: " ";
    position: absolute; }
  .tri-up:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #16a8b7 transparent; }
  .tri-up:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent white transparent;
    top: 1px; }

.inputWithUnit {
  position: relative; }
  .inputWithUnit .unit {
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    margin-top: -4px;
    color: #777;
    font-size: 12px; }
  .inputWithUnit input {
    padding-right: 35px;
    text-align: center; }

.error-msg {
  display: none; }

.has-error .error-msg {
  display: block; }

.click-copy-text {
  position: relative; }
  .click-copy-text:hover {
    cursor: pointer; }
    .click-copy-text:hover:before {
      font-family: "dimbuy";
      content: "x";
      position: absolute;
      background: rgba(236, 0, 119, 0.75);
      top: 0;
      right: -33px;
      padding: 2px 5px;
      color: white;
      border-radius: 4px;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      @media (max-width: 767px) {
        .click-copy-text:hover:before {
          right: 0px; } }
/* updated By Bessie 20201009 add style for button */
.click-copy-wrapper{
    display:block;
    position:relative;
    padding-right:30px;
}
.click-copy-icon{
    cursor: pointer;
    background:url("../img/icon/copy-01.svg");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    right:0px;
    top:0px;
    display:block;
    height:22px;
    width:22px;
}
/* --END-- updated By Bessie 20201009 add style for button */
.nav-tab-row .active {
  position: relative; }
  .nav-tab-row .active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -12px;
    border-width: 15px 12.5px 0 12.5px;
    z-index: 2; }
.nav-tab-row.active-style-log .active {
  background: #19BDCE;
  color: white; }
  .nav-tab-row.active-style-log .active a {
    color: white; }
  .nav-tab-row.active-style-log .active .pass-tab {
    color: white; }
  .nav-tab-row.active-style-log .active:after {
    border-color: #19BDCE transparent transparent transparent; }
.nav-tab-row.active-style-log li:not(.active):hover {
  color: #19BDCE; }
  .nav-tab-row.active-style-log li:not(.active):hover a {
    color: #19BDCE; }
.nav-tab-row.active-style-log a:not(.active):hover .pass-tab {
  color: #19BDCE;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
.nav-tab-row.active-style-pink .active {
  background: #EC0077;
  color: white; }
  .nav-tab-row.active-style-pink .active a {
    color: white; }
  .nav-tab-row.active-style-pink .active:after {
    border-color: #EC0077 transparent transparent transparent; }
.nav-tab-row.active-style-pink li:not(.active):hover {
  color: #EC0077; }
  .nav-tab-row.active-style-pink li:not(.active):hover a {
    color: #EC0077; }
.nav-tab-row.active-style-line-log .active {
  background: white;
  color: #19BDCE;
  border-color: #19BDCE; }
  .nav-tab-row.active-style-line-log .active a {
    color: #19BDCE; }
  .nav-tab-row.active-style-line-log .active:after {
    display: none; }
  .nav-tab-row.active-style-line-log .active:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -2px; }
.nav-tab-row.active-style-line-log li {
  border: 2px solid transparent;
  border-bottom: 0; }
  .nav-tab-row.active-style-line-log li:not(.active):hover {
    color: #19BDCE; }
    .nav-tab-row.active-style-line-log li:not(.active):hover a {
      color: #19BDCE; }
.nav-tab-row.active-style-line-pink .active {
  background: white;
  color: #EC0077;
  border-color: #EC0077; }
  .nav-tab-row.active-style-line-pink .active a {
    color: #EC0077; }
  .nav-tab-row.active-style-line-pink .active:after {
    display: none; }
  .nav-tab-row.active-style-line-pink .active:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -2px; }
.nav-tab-row.active-style-line-pink li {
  border: 2px solid transparent;
  border-bottom: 0; }
  .nav-tab-row.active-style-line-pink li:not(.active):hover {
    color: #EC0077; }
    .nav-tab-row.active-style-line-pink li:not(.active):hover a {
      color: #EC0077; }
.nav-tab-row.active-style-line-gray .active {
  background: white;
  color: #F0F0F0;
  border-color: #F0F0F0; }
  .nav-tab-row.active-style-line-gray .active a {
    color: #F0F0F0; }
  .nav-tab-row.active-style-line-gray .active:after {
    display: none; }
  .nav-tab-row.active-style-line-gray .active:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -2px; }
.nav-tab-row.active-style-line-gray li {
  border: 2px solid transparent;
  border-bottom: 0; }
  .nav-tab-row.active-style-line-gray li:not(.active):hover {
    background: #F0F0F0; }
    .nav-tab-row.active-style-line-gray li:not(.active):hover a {
      color: white; }
.nav-tab-row.active-style-no-border .active {
  background: white;
  color: #19BDCE; }
  .nav-tab-row.active-style-no-border .active a {
    color: #19BDCE; }
  .nav-tab-row.active-style-no-border .active:after {
    display: none; }
  .nav-tab-row.active-style-no-border .active:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background: white;
    left: 0;
    bottom: -2px; }
.nav-tab-row.active-style-no-border li {
  border-bottom: 0; }
  .nav-tab-row.active-style-no-border li:not(.active):hover {
    color: #19BDCE; }
    .nav-tab-row.active-style-no-border li:not(.active):hover a {
      color: #19BDCE; }
.nav-tab-row.active-style-log-white .active {
  background: #16a8b7;
  color: white; }
  .nav-tab-row.active-style-log-white .active a {
    color: white; }
  .nav-tab-row.active-style-log-white .active .text-log {
    color: white; }
  .nav-tab-row.active-style-log-white .active:after {
    display: none; }
  .nav-tab-row.active-style-log-white .active:before {
    position: absolute;
    content: " ";
    height: 2px;
    width: 100%;
    background: #16a8b7;
    left: 0;
    bottom: -2px; }
.nav-tab-row.active-style-log-white li {
  border-bottom: 0; }
  .nav-tab-row.active-style-log-white li:not(.active):hover {
    color: #19BDCE; }
    .nav-tab-row.active-style-log-white li:not(.active):hover a {
      color: #19BDCE; }

@media (max-width: 767px) {
  .nav-tab-row .flag-img,
  .nav-tab-row .flag-icon {
    display: block;
    margin: 0 auto; }
  .nav-tab-row .css-td {
    vertical-align: middle; }
  .nav-tab-row .flag-icon {
    height: 35px; } }
.logo-SF,
.logo-circle-k,
.logo-7-11,
.logo-sinope {
  height: 32px;
  width: auto; }

.logo-DHL {
  width: 92px;
  height: auto; }

.logo-vango,
.logo-FedEx,
.logo-TGX {
  width: 70px;
  height: auto; }

.logo-w-1 {
  width: 60px;
  height: auto; }

.logo-w-2 {
  width: 90px;
  height: auto; }

.logo-w-3 {
  width: 70px;
  height: auto; }

.logo-h-1 {
  height: 42px;
  width: auto; }

.logo-h-2 {
  height: 50px;
  width: auto; }

.logo-h-3 {
  height: 25px;
  width: auto;
  vertical-align: middle; }

.logo-h-4 {
  height: 20px;
  width: auto;
  vertical-align: text-top; }

.va-text-top {
  vertical-align: text-top; }
.va-text-bottom {
  vertical-align: text-bottom; }
.va-middle {
  vertical-align: middle; }

@media (max-width: 767px) {
  .logo-SF,
  .logo-circle-k,
  .logo-7-11,
  .logo-sinope {
    height: 35px; }

  .logo-DHL {
    width: 70px; }

  .logo-vango,
  .logo-FedEx,
  .logo-TGX {
    width: 50px; }

  .logo-w-1 {
    width: 50px;
    height: auto; }

  .logo-w-2 {
    width: 70px;
    height: auto; }

  .logo-w-3 {
    width: 90px;
    height: auto; }

  .logo-h-1 {
    height: 35px;
    width: auto; } }
.pickups-group .logo-h-1 {
  height: 55px; }
.pickups-group .logo-w-1 {
  width: 110px; }
.pickups-group .logo-w-2 {
  width: 139px; }
.pickups-group .logo-w-3 {
  width: 180px; }

.flag-img {
  -webkit-filter: drop-shadow(0px 0px 2px #ddd);
  filter: drop-shadow(0px 0px 2px #ddd); }
  .flag-img.no-shadow {
    -webkit-filter: none !important;
    filter: none !important; }
  .flag-img.flag-m {
    width: 25px; }
  .flag-img.flag-s {
    width: 20px; }

.mobile-address .icon-android-add {
  display: block; }
.mobile-address .icon-android-remove {
  display: none; }
.mobile-address [aria-expanded=true] .icon-android-add {
  display: none; }
.mobile-address [aria-expanded=true] .icon-android-remove {
  display: block; }
.mobile-address [aria-expanded=false] .icon-android-add {
  display: block; }
.mobile-address [aria-expanded=false] .icon-android-remove {
  display: none; }

@media (max-width: 767px) {
  .homepage-plan-section .owl-carousel-4-4-4 .owl-item img.owl-autoWidth {
    width: 100%; } }
.homepage-plan-section .showAtPassIndex {
  display: none; }
.homepage-plan-section .showAtHomepage {
  display: block; }
.homepage-plan-section .plan-suggestion-word {
  display: none; }

.text-shadow {
  text-shadow: 1px 1px #444; }

.table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: "dimbuy"; }

table.dataTable thead .sorting:after {
  content: "F"; }

table.dataTable thead .sorting_asc:after {
  content: "G"; }

table.dataTable thead .sorting_desc:after {
  content: "H"; }

/* -------------------------------- 
Basic Style
-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  max-width: 768px;
  padding: 0.5em 1em;
  background-color: #edeff0; }
  .cd-breadcrumb:before, .cd-breadcrumb:after, .cd-multi-steps:before, .cd-multi-steps:after {
    content: " ";
    display: table; }
  .cd-breadcrumb:after, .cd-multi-steps:after {
    clear: both; }
  .cd-breadcrumb li, .cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0; }
    .cd-breadcrumb li::after, .cd-multi-steps li::after {
      /* this is the separator between items */
      display: inline-block;
      content: '\00bb';
      margin: 0 .6em;
      color: tint(#2c3f4c, 50%); }
    .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
      /* hide separator after the last item */
      display: none; }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    /* single step */
    display: inline-block;
    font-size: 1.4rem;
    color: #2c3f4c; }
  .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
    /* selected step */
    color: #19BDCE; }
  .no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #19BDCE; }
  .cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
      padding: 0 1.2em; }
      .cd-breadcrumb li, .cd-multi-steps li {
        margin: 1.2em 0; }
        .cd-breadcrumb li::after, .cd-multi-steps li::after {
          margin: 0 1em; }
      .cd-breadcrumb li > *, .cd-multi-steps li > * {
        font-size: 1.6rem; } }

/* -------------------------------- 
Multi steps indicator 
-------------------------------- */
.cd-multi-steps {
  /* reset style */
  background-color: transparent;
  padding: 0;
  text-align: right; }
  @media (max-width: 767px) {
    .cd-multi-steps {
      text-align: center; } }

.cd-multi-steps li {
  position: relative;
  float: none;
  margin: 0.4em 40px 0.4em 0; }
  .cd-multi-steps li:last-of-type {
    margin-right: 0; }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0; }
  .cd-multi-steps li.visited::after {
    background-color: #C5E6EB; }
  .cd-multi-steps li > *, .cd-multi-steps li.current > *, .cd-multi-steps li.visited > * {
    position: relative; }
  .cd-multi-steps li.visited > * {
    color: #C5E6EB; }
  .cd-multi-steps li > * {
    color: #2c3f4c; }

.cd-multi-steps.custom-separator li::after {
  /* reset style */
  height: 4px;
  background: #edeff0; }

.cd-multi-steps.text-center li::after {
  width: 100%;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  -o-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px); }
.cd-multi-steps.text-center li > * {
  z-index: 1;
  padding: .6em 1em;
  border-radius: .25em;
  background-color: #edeff0; }
.no-touch .cd-multi-steps.text-center a:hover {
  background-color: #2c3f4c; }
.cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
  color: #ffffff;
  background-color: #19BDCE; }

.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
  width: 70px;
  text-align: center; }
  @media (max-width: 767px) {
    .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
      width: 18vw;
      margin: 0.4em 19px 0.4em 0; } }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px); }
    @media (max-width: 767px) {
      .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
        width: calc(100% + 20px); } }
.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
  /* this is the spot indicator */
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #edeff0; }
.cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-bottom li.visited > *::before {
  background-color: #C5E6EB; }
.cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.current > *::before {
  background-color: #19BDCE; }
.no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
  color: #19BDCE; }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(25, 189, 206, 0.3); }

.cd-multi-steps.text-top li::after {
  /* this is the line connecting 2 adjacent items */
  bottom: 4px; }
.cd-multi-steps.text-top li > * {
  padding-bottom: 20px; }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0; }

.cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
  top: 3px; }
.cd-multi-steps.text-bottom li > * {
  padding-top: 20px; }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0; }

/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps; }

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - "; }

.cd-multi-steps.text-top.count li > *::before,
.cd-multi-steps.text-bottom.count li > *::before {
  /* this is the spot indicator */
  content: counter(steps);
  height: 26px;
  width: 26px;
  line-height: 26px;
  font-size: 1.4rem;
  color: #ffffff; }

.cd-multi-steps.text-top.count li:not(.current) *::before,
.cd-multi-steps.text-bottom.count li:not(.current) *::before {
  /* steps not visited yet - counter color */
  color: #2c3f4c; }

.cd-multi-steps.text-top.count li.visited *::before,
.cd-multi-steps.text-bottom.count li.visited *::before {
  /* steps visited - counter color */
  color: #ffffff; }

.cd-multi-steps.text-top.count li::after {
  bottom: 11px; }

.cd-multi-steps.text-top.count li > * {
  padding-bottom: 30px; }

.cd-multi-steps.text-bottom.count li::after {
  top: 11px; }

.cd-multi-steps.text-bottom.count li > * {
  padding-top: 30px; }

.td-padding-3 td, .td-padding-3 th {
  padding: 3px; }

.wizard .wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #b0ecf3;
  top: 25px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%; }
  .wizard .wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #16a8b7;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px; }
  @media (max-width: 767px) {
    .wizard .wizard-dot {
      display: none; } }
.wizard .wizard-stepnum {
  font-size: 16px;
  margin-bottom: 5px; }
.wizard .wizard-info {
  font-size: 14px;
  padding: 0 5px; }
.wizard > .wizard-step {
  padding: 0;
  position: relative; }
  .wizard > .wizard-step {
    padding: inherit; }
  .wizard > .wizard-step .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0; }
    .wizard > .wizard-step .progress > .progress-bar {
      width: 0px;
      box-shadow: none;
      background: #b0ecf3; }
    @media (max-width: 767px) {
      .wizard > .wizard-step .progress {
        display: none; } }
  .wizard > .wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%; }
  .wizard > .wizard-step:first-child > .progress {
    left: 50%;
    width: 50%; }
  .wizard > .wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%; }
  .wizard > .wizard-step:last-child > .progress {
    width: 50%; }
  .wizard > .wizard-step.complete > .progress > .progress-bar {
    width: 100%; }
  .wizard > .wizard-step.active > .progress > .progress-bar {
    width: 50%; }
  .wizard > .wizard-step.disabled a.wizard-dot {
    pointer-events: none; }
  .wizard > .wizard-step.disabled > .wizard-dot {
    background-color: #f5f5f5; }
    .wizard > .wizard-step.disabled > .wizard-dot:after {
      opacity: 0; }

.finished-more-info a {
  font-size: 14px;
  display: block;
  background: white;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  color: #bbb;
  transition: background 0.3s ease-in-out;
  border: 1px solid #ccc; }
  .finished-more-info a i {
    display: block;
    font-size: 30px;
    margin-top: 10px; }
  .finished-more-info a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (max-width: 767px) {
    .finished-more-info a {
      width: 65px;
      height: 65px;
      font-size: 12px; }
      .finished-more-info a i {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 20px; } }
.finished-more-info .channel-color-logistics a:hover {
  background-color: #18bccd;
  border-color: #18bccd;
  color: white; }
.finished-more-info .channel-color-helpyoubuy a:hover {
  background-color: #37be5f;
  border-color: #37be5f;
  color: white; }
.finished-more-info .channel-color-eshop a:hover {
  background-color: #ffb400;
  border-color: #ffb400;
  color: white; }

.error_msg {
  display: none; }

.address-default-box, .address-remove {
  padding-left: 26px;
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  color: #555;
  line-height: 1; }
  .address-default-box:hover, .address-remove:hover {
    color: #19BDCE; }

.address-default-box:before, .address-remove:before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left: 5px;
  font-size: 20px;
  font-weight: 400; }

.address-default-box:before {
  content: "\f096"; }
.address-default-box.current {
  color: #19BDCE; }
  .address-default-box.current:before {
    content: "\f14a";
    color: #19BDCE; }

.address-remove:before {
  content: "\f1f8"; }
.address-remove:hover:before {
  color: #19BDCE; }

@media (max-width: 767px) {
  #floatingButtonTouchDevice {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f0;
    margin-bottom: 0;
    padding: 10px 0;
    z-index: 2; }
    #floatingButtonTouchDevice .btn {
      padding: 7px 12px;
      font-size: 15px; } }

.collapse-details {
  display: none; }

.collapse-row {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .collapse-row:hover {
    background: #19BDCE;
    color: white; }
    .collapse-row:hover .text-gray-06,
    .collapse-row:hover .text-pink {
      color: white;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .collapse-row:hover i {
      color: white; }
      .collapse-row:hover i:hover {
        color: #16a8b7; }
  .collapse-row:after {
    font-family: "dimbuy";
    content: "s";
    float: right;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px; }
  .collapse-row.expanded {
    background: #16a8b7;
    color: white; }
    .collapse-row.expanded:after {
      content: "t"; }
    .collapse-row.expanded .text-gray-06,
    .collapse-row.expanded .text-pink {
      color: white; }
    .collapse-row.expanded i {
      color: white; }
      .collapse-row.expanded i:hover {
        color: #19bdce; }

.otherNews .link-title:hover {
  color: #16a8b7;
  text-decoration: underline; }

.payment-group {
  list-style: none; }
  .payment-group li {
    float: left;
    /*width: 100%;*/
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: text-top; }
    @media (min-width: 768px) {
      .payment-group li {
        padding-left: 1em;
        padding-right: 1em;
        /*width: 20%;*/ } }
    .payment-group li > .vertical-middle-img {
      display: table;
      padding: 15px;
      margin: 0 auto;
      background: #fff;
      width: 100%; }
      .payment-group li > .vertical-middle-img img {
        max-width: 100%;
        max-height: 100%; }
      .payment-group li > .vertical-middle-img > .vertical-middle-img-inner {
        display: table-cell;
        vertical-align: middle;
        height: 4em; }

.promo-img .img-responsive,
.center-card .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s; }
  .promo-img .img-responsive:hover,
  .center-card .img-responsive:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.autoResizeImage {
  max-width: 100%; }

.blogContent img {
  padding-top: 15px;
  padding-bottom: 15px; }

.title-in-banner {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 8vw; }

.css-equalHeight-01 {
  min-height: 159px; }
  @media (max-width: 768px) {
    .css-equalHeight-01 {
      min-height: 0px; } }

.bg-log-icon:before,
.bg-help-icon:before,
.bg-eshop-icon:before {
  font-family: "dimbuy";
  color: #f0f0f0;
  font-size: 160px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  line-height: 1; }

.bg-log-icon:before {
  content: 'c'; }

.bg-help-icon:before {
  content: 'b'; }

.bg-eshop-icon:before {
  content: 'a'; }

.gridBlock {
  position: relative; }

.blockTagHolderBg {
  background: none; }

.tagBlock .blockHead:not(.active):hover {
  background: #19BDCE; }
  .tagBlock .blockHead:not(.active):hover a {
    background: #19BDCE; }
  .tagBlock .blockHead:not(.active):hover:before {
    opacity: 1;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center; }
  .tagBlock .blockHead:not(.active):hover span {
    color: #FFF; }
.tagBlock .blockTag {
  background: #eee;
  display: block;
  width: 100%;
  padding: 20px 25px;
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #FFF;
  position: relative; }
  .tagBlock .blockTag.bgOrange {
    background: orange; }
  .tagBlock .blockTag h1,
  .tagBlock .blockTag span {
    display: inline-block;
    vertical-align: middle; }
  .tagBlock .blockTag:not(.active):hover {
    background: #19BDCE; }
    .tagBlock .blockTag:not(.active):hover a {
      background: #19BDCE; }
    .tagBlock .blockTag:not(.active):hover span {
      color: #FFF; }
  .tagBlock .blockTag:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    right: 25px;
    opacity: 0.5;
    background: transparent url(../images/common_icons/bw/icon_arrow_right_bw.png) no-repeat center center;
    background: rgba(255, 255, 255, 0) url(../images/common_icons/bw/icon_arrow_right_bw.svg) no-repeat center center; }
  .tagBlock .blockTag:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
    position: relative; }
  .tagBlock .blockTag.active {
    background: #FFF; }
    .tagBlock .blockTag.active:before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 10px;
      right: auto;
      top: 0;
      left: 0;
      background: #19BDCE;
      margin: 0;
      opacity: 1; }
.tagBlock .blockTagContent {
  display: table; }
  .tagBlock .blockTagContent .tagContentHolder {
    height: 100%;
    top: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    .tagBlock .blockTagContent .tagContentHolder.active {
      display: block;
      padding: 20px 0; }
.tagBlock .blockTagHolderSub {
  background-color: #fff; }
  .tagBlock .blockTagHolderSub ul {
    list-style-type: disc;
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #f5f5f5; }
    .tagBlock .blockTagHolderSub ul li {
      color: #19BDCE; }
      .tagBlock .blockTagHolderSub ul li a {
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px;
        color: #333; }
        .tagBlock .blockTagHolderSub ul li a:hover {
          color: #19BDCE; }
        .tagBlock .blockTagHolderSub ul li a.active {
          color: #19BDCE; }
.tagBlock.blockTagHolder .blockHead {
  padding: 0;
  float: none; }
  .tagBlock.blockTagHolder .blockHead.active .blockTag {
    background: #FFF; }
    .tagBlock.blockTagHolder .blockHead.active .blockTag:before {
      content: '';
      position: absolute;
      display: block;
      height: 100%;
      width: 5px;
      right: auto;
      top: 0;
      left: 0;
      background: #19BDCE;
      margin: 0;
      opacity: 1; }
  .tagBlock.blockTagHolder .blockHead.active:hover .blockTag {
    color: #353535; }
  .tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag {
    color: #FFF; }
    .tagBlock.blockTagHolder .blockHead:not(.active):hover .blockTag:before {
      opacity: 1;
      background: rgba(255, 255, 255, 0) url(../images/common_icons/white/icon_arrow_right_white.svg) no-repeat center center; }
  .tagBlock.blockTagHolder .blockHead:nth-last-child(2) .blockTag {
    border-bottom: none; }
.tagBlock.blockTagHolder .tagContentHolder {
  position: absolute;
  top: 0;
  padding-right: 40px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: calc(100% * 2/3 + 80px * 1/3);
  margin-right: 0;
  background: #FFF; }
  @media screen and (min-width: 1201px) {
    .tagBlock.blockTagHolder .tagContentHolder > li > a:hover {
      color: #19BDCE; } }
  .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
    padding-top: 12px;
    padding-bottom: 10px; }
    :lang(zh-hk) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder, :lang(zh-cn) .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
      padding-top: 10px; }
    @media screen and (max-width: 1200px) {
      .tagBlock.blockTagHolder .tagContentHolder.singleTagHolder {
        padding-top: 12px;
        padding-bottom: 10px; } }
  .tagBlock.blockTagHolder .tagContentHolder.active {
    display: block; }

.shopping-pagination .input-box {
  padding: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #EEE;
  display: inline-block;
  float: left;
  color: #999; }
  .shopping-pagination .input-box #currentPage {
    padding: 6px 0;
    border-color: white;
    text-align: center;
    margin-right: 5px;
    color: #333; }
.shopping-pagination #totalPage {
  padding-left: 2px;
  padding-right: 10px; }

.inner-tab-bar > li > a {
  color: #5e5e5e; }
  .inner-tab-bar > li > a:hover {
    color: #16a8b7; }
  .inner-tab-bar > li > a.active {
    background: white;
    color: #16a8b7; }
    .inner-tab-bar > li > a.active:hover {
      background: white; }

.inner-tab-bar > li a {
  border-radius: 0; }
@media (max-width: 768px) {
  .inner-tab-bar > li {
    display: table-cell;
    width: 1%; }
    .inner-tab-bar > li > a {
      margin-bottom: 0; } }

.step-row > div .step-icon-arrow {
  position: relative; }
  .step-row > div .step-icon-arrow:after {
    font-family: "dimbuy";
    content: "l";
    position: absolute;
    font-size: 44px;
    top: 50%;
    margin-top: -35px;
    right: -35px;
    color: #d1d1d1; }
    @media (max-width: 991px) {
      .step-row > div .step-icon-arrow:after {
        display: none; } }
.step-row > div:last-of-type .step-icon-arrow:after {
  content: ""; }
@media (max-width: 991px) {
  .step-row > div:after {
    font-family: "dimbuy";
    content: "j";
    font-size: 44px;
    color: #d1d1d1; }
  .step-row > div:last-of-type:after {
    content: ''; } }

.fun-table .fun-items:nth-child(odd) {
  background: #fafafa; }

a.news-row {
  padding-right: 2em;
  position: relative;
  transition: color 0.3s ease-in-out; }
  a.news-row h2{font-size:24px;}
  a.news-row:before {
    font-family: "dimbuy";
    content: "l";
    position: absolute;
    font-size: 2em;
    right: 0.2em;
    top: 50%;
    margin-top: -24px; }
  a.news-row:hover {
    color: #16a8b7; }
    a.news-row:hover:before {
      color: #16a8b7;
      transition: color 0.3s ease-in-out; }

/* Overide https://logistics.dimbuy.com/css/services/custom.css*/
.right-col .list-inline li > .btn-tnc {
  background: white;
  text-align: center;
  padding: 5px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #5e5e5e; }
  .right-col .list-inline li > .btn-tnc:hover {
    color: #16a8b7;
    background: white; }
.right-col .list-inline li > a span span.text-s {
  margin: 0 auto;
  color: #5e5e5e; }
.right-col .list-inline li > a:hover span span.text-s {
  color: white;
  transition: color 0.3s ease-in-out; }

.dimbuy-pass-owl .owl-item {
  margin: 30px 0; }
  .dimbuy-pass-owl .owl-item .plan {
    padding: 0;
    margin: 20px 0;
    cursor: pointer;
    position: relative; }
    .dimbuy-pass-owl .owl-item .plan a:hover .btn {
      background: #19BDCE;
      color: white; }
    .dimbuy-pass-owl .owl-item .plan img {
      width: 25px; }
    .dimbuy-pass-owl .owl-item .plan .plan-button {
      display: none; }
    .dimbuy-pass-owl .owl-item .plan.flag-new:before {
      display: none;
      position: absolute;
      content: "全新!";
      padding: 5px 15px 15px 5px;
      top: 0;
      left: -1px;
      background: #19BDCE;
      color: white;
      border-bottom-right-radius: 100%; }
  .dimbuy-pass-owl .owl-item + .owl-item .plan {
    border-left: none; }
  .dimbuy-pass-owl .owl-item.active.center {
    margin: -5px 0; }
    @media (max-width: 767px) {
      .dimbuy-pass-owl .owl-item.active.center {
        margin: 10px 0; } }
    .dimbuy-pass-owl .owl-item.active.center .plan-suggestion-word {
      color: #16a8b7; }
    .dimbuy-pass-owl .owl-item.active.center .plan {
      padding: 10px 0;
      margin: 10px 0;
      transition: all 0s ease-in-out;
      border: 2px solid #19BDCE;
      position: relative;
      z-index: 2; }
      .dimbuy-pass-owl .owl-item.active.center .plan .plan-button {
        display: block; }
      .dimbuy-pass-owl .owl-item.active.center .plan.flag-new:before {
        top: -2px;
        left: -2px; }

.passIndex .showAtPassIndex {
  display: block; }
.passIndex .showAtHomepage {
  display: none; }

#exTab1 table td, #exTab1 table th {
  padding: 15px; }

#calenderDiv table {
  margin: 0 auto;
  width: 100%; }
  #calenderDiv table table td {
    padding: 4px 7px; }
#calenderDiv .calender {
  width: 100%;
  max-width: 270px; }
  #calenderDiv .calender .calenderDay {
    color: #16a8b7;
    font-weight: bold; }
    #calenderDiv .calender .calenderDay.passday {
      color: #eee;
      font-weight: normal; }
    #calenderDiv .calender .calenderDay.holiday {
      color: #919191;
      text-decoration: line-through;
      font-weight: normal; }
    #calenderDiv .calender .calenderDay.today {
      background: #F0F0F0;
      border-radius: 50%; }
  #calenderDiv .calender .day-icon {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: sub; }
    #calenderDiv .calender .day-icon.shipday-icon {
      background: #16a8b7; }
    #calenderDiv .calender .day-icon.today-icon {
      background: #F0F0F0; }

.deliveryCalendar .tip[aria-describedby] {
  color: white;
  background: #aaaaaa; }
.deliveryCalendar .tooltip.in {
  opacity: 1;
  padding-top: 0; }
  @media (max-width: 767px) {
    .deliveryCalendar .tooltip.in {
      padding-right: 15px; } }
.deliveryCalendar .tooltip.bottom .tooltip-arrow {
  position: relative;
  border-bottom-color: #ccc;
  border-width: 0 8px 8px; }
  .deliveryCalendar .tooltip.bottom .tooltip-arrow:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent white transparent;
    left: -8px;
    top: 2px; }
.deliveryCalendar .tooltip-inner {
  background-color: transparent;
  color: auto;
  padding: 0;
  border: 1px solid #ccc; }

#sidebar-left-innerpage #calenderDiv table table td {
  padding: 0; }
#sidebar-left-innerpage #calenderDiv .calender .calenderDay {
  color: white; }
  #sidebar-left-innerpage #calenderDiv .calender .calenderDay.holiday {
    color: #000;
    font-weight: bold; }

.center-address-disable {
  position: relative; }
  .center-address-disable:before {
    content: "已搬遷";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #828282;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 38px;
    padding-top: 50%;
    color: #DADADA;
    letter-spacing: 0.1em; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  @media (max-width: 767px) {
    .row-eq-height.row-eq-disable-xs {
      display: inherit; }
      .row-eq-height.row-eq-disable-xs > [class*='col-'] {
        display: block;
        flex-direction: column; } }

.css-table {
  display: table;
  width: 100%; }
  .css-table .css-td {
    display: table-cell;
    float: none; }
  .css-table.table-full-height {
    height: 100%; }
    .css-table.table-full-height > .css-td {
      height: 100%; }
  .css-table.css-td-same-width {
    table-layout: fixed; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hideOverflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.min-width-50 {
  min-width: 50px; }

.min-width-100 {
  min-width: 100px; }

.min-width-150 {
  min-width: 150px; }

.max-width-150 {
  width: 100%;
  max-width: 150px; }

.min-width-200 {
  min-width: 200px; }

.max-width-200 {
  width: 100%;
  max-width: 200px; }

.max-width-240 {
  width: 100%;
  max-width: 240px; }

.max-width-270 {
  width: 100%;
  max-width: 270px; }

.max-width-360 {
  width: 100%;
  max-width: 360px; }

.link-row .clearfix {
  margin-top: 5px; }

.line-height-1{
  line-height: 1em;
}

/*
*# margin class
*  core\_utilities.scss
*/
.no-margin {
  margin: 0; }

.margin-t-b-100 {
  margin-top: 100px;
  margin-bottom: 100px; }
.margin-t-100 {
  margin-top: 100px; }
.margin-b-100 {
  margin-bottom: 100px; }

.margin-t-b-95 {
  margin-top: 95px;
  margin-bottom: 95px; }
.margin-t-95 {
  margin-top: 95px; }
.margin-b-95 {
  margin-bottom: 95px; }

.margin-t-b-90 {
  margin-top: 90px;
  margin-bottom: 90px; }
.margin-t-90 {
  margin-top: 90px; }
.margin-b-90 {
  margin-bottom: 90px; }

.margin-t-b-85 {
  margin-top: 85px;
  margin-bottom: 85px; }
.margin-t-85 {
  margin-top: 85px; }
.margin-b-85 {
  margin-bottom: 85px; }

.margin-t-b-80 {
  margin-top: 80px;
  margin-bottom: 80px; }
.margin-t-80 {
  margin-top: 80px; }
.margin-b-80 {
  margin-bottom: 80px; }

.margin-t-b-75 {
  margin-top: 75px;
  margin-bottom: 75px; }
.margin-t-75 {
  margin-top: 75px; }
.margin-b-75 {
  margin-bottom: 75px; }

.margin-t-b-70 {
  margin-top: 70px;
  margin-bottom: 70px; }
.margin-t-70 {
  margin-top: 70px; }
.margin-b-70 {
  margin-bottom: 70px; }

.margin-t-b-65 {
  margin-top: 65px;
  margin-bottom: 65px; }
.margin-t-65 {
  margin-top: 65px; }
.margin-b-65 {
  margin-bottom: 65px; }

.margin-t-b-60 {
  margin-top: 60px;
  margin-bottom: 60px; }
.margin-t-60 {
  margin-top: 60px; }
.margin-b-60 {
  margin-bottom: 60px; }

.margin-t-b-55 {
  margin-top: 55px;
  margin-bottom: 55px; }
.margin-t-55 {
  margin-top: 55px; }
.margin-b-55 {
  margin-bottom: 55px; }

.margin-t-b-50 {
  margin-top: 50px;
  margin-bottom: 50px; }
.margin-t-50 {
  margin-top: 50px; }
.margin-b-50 {
  margin-bottom: 50px; }

.margin-t-b-45 {
  margin-top: 45px;
  margin-bottom: 45px; }
.margin-t-45 {
  margin-top: 45px; }
.margin-b-45 {
  margin-bottom: 45px; }

.margin-t-b-40 {
  margin-top: 40px;
  margin-bottom: 40px; }
.margin-t-40 {
  margin-top: 40px; }
.margin-b-40 {
  margin-bottom: 40px; }

.margin-t-b-35 {
  margin-top: 35px;
  margin-bottom: 35px; }
.margin-t-35 {
  margin-top: 35px; }
.margin-b-35 {
  margin-bottom: 35px; }

.margin-t-b-30 {
  margin-top: 30px;
  margin-bottom: 30px; }
.margin-t-30 {
  margin-top: 30px; }
.margin-b-30 {
  margin-bottom: 30px; }

.margin-t-b-25 {
  margin-top: 25px;
  margin-bottom: 25px; }
.margin-t-25 {
  margin-top: 25px; }
.margin-b-25 {
  margin-bottom: 25px; }

.margin-t-b-20 {
  margin-top: 20px;
  margin-bottom: 20px; }
.margin-t-20 {
  margin-top: 20px; }
.margin-b-20 {
  margin-bottom: 20px; }

.margin-t-b-15 {
  margin-top: 15px;
  margin-bottom: 15px; }
.margin-t-15 {
  margin-top: 15px; }
.margin-b-15 {
  margin-bottom: 15px; }

.margin-t-b-10 {
  margin-top: 10px;
  margin-bottom: 10px; }
.margin-t-10 {
  margin-top: 10px; }
.margin-b-10 {
  margin-bottom: 10px; }

.margin-t-b-5 {
  margin-top: 5px;
  margin-bottom: 5px; }
.margin-t-5 {
  margin-top: 5px; }
.margin-b-5 {
  margin-bottom: 5px; }

.margin-t-b-0 {
  margin-top: 0px;
  margin-bottom: 0px; }
.margin-t-0 {
  margin-top: 0px; }
.margin-b-0 {
  margin-bottom: 0px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .margin-md-t-b-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .margin-md-t-100 {
    margin-top: 100px; }
  .margin-md-b-100 {
    margin-bottom: 100px; }

  .margin-md-t-b-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .margin-md-t-95 {
    margin-top: 95px; }
  .margin-md-b-95 {
    margin-bottom: 95px; }

  .margin-md-t-b-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .margin-md-t-90 {
    margin-top: 90px; }
  .margin-md-b-90 {
    margin-bottom: 90px; }

  .margin-md-t-b-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .margin-md-t-85 {
    margin-top: 85px; }
  .margin-md-b-85 {
    margin-bottom: 85px; }

  .margin-md-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .margin-md-t-80 {
    margin-top: 80px; }
  .margin-md-b-80 {
    margin-bottom: 80px; }

  .margin-md-t-b-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .margin-md-t-75 {
    margin-top: 75px; }
  .margin-md-b-75 {
    margin-bottom: 75px; }

  .margin-md-t-b-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .margin-md-t-70 {
    margin-top: 70px; }
  .margin-md-b-70 {
    margin-bottom: 70px; }

  .margin-md-t-b-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .margin-md-t-65 {
    margin-top: 65px; }
  .margin-md-b-65 {
    margin-bottom: 65px; }

  .margin-md-t-b-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .margin-md-t-60 {
    margin-top: 60px; }
  .margin-md-b-60 {
    margin-bottom: 60px; }

  .margin-md-t-b-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .margin-md-t-55 {
    margin-top: 55px; }
  .margin-md-b-55 {
    margin-bottom: 55px; }

  .margin-md-t-b-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .margin-md-t-50 {
    margin-top: 50px; }
  .margin-md-b-50 {
    margin-bottom: 50px; }

  .margin-md-t-b-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .margin-md-t-45 {
    margin-top: 45px; }
  .margin-md-b-45 {
    margin-bottom: 45px; }

  .margin-md-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .margin-md-t-40 {
    margin-top: 40px; }
  .margin-md-b-40 {
    margin-bottom: 40px; }

  .margin-md-t-b-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .margin-md-t-35 {
    margin-top: 35px; }
  .margin-md-b-35 {
    margin-bottom: 35px; }

  .margin-md-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .margin-md-t-30 {
    margin-top: 30px; }
  .margin-md-b-30 {
    margin-bottom: 30px; }

  .margin-md-t-b-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .margin-md-t-25 {
    margin-top: 25px; }
  .margin-md-b-25 {
    margin-bottom: 25px; }

  .margin-md-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .margin-md-t-20 {
    margin-top: 20px; }
  .margin-md-b-20 {
    margin-bottom: 20px; }

  .margin-md-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .margin-md-t-15 {
    margin-top: 15px; }
  .margin-md-b-15 {
    margin-bottom: 15px; }

  .margin-md-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .margin-md-t-10 {
    margin-top: 10px; }
  .margin-md-b-10 {
    margin-bottom: 10px; }

  .margin-md-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .margin-md-t-5 {
    margin-top: 5px; }
  .margin-md-b-5 {
    margin-bottom: 5px; }

  .margin-md-t-b-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .margin-md-t-0 {
    margin-top: 0px; }
  .margin-md-b-0 {
    margin-bottom: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .margin-sm-t-b-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .margin-sm-t-100 {
    margin-top: 100px; }
  .margin-sm-b-100 {
    margin-bottom: 100px; }

  .margin-sm-t-b-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .margin-sm-t-95 {
    margin-top: 95px; }
  .margin-sm-b-95 {
    margin-bottom: 95px; }

  .margin-sm-t-b-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .margin-sm-t-90 {
    margin-top: 90px; }
  .margin-sm-b-90 {
    margin-bottom: 90px; }

  .margin-sm-t-b-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .margin-sm-t-85 {
    margin-top: 85px; }
  .margin-sm-b-85 {
    margin-bottom: 85px; }

  .margin-sm-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .margin-sm-t-80 {
    margin-top: 80px; }
  .margin-sm-b-80 {
    margin-bottom: 80px; }

  .margin-sm-t-b-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .margin-sm-t-75 {
    margin-top: 75px; }
  .margin-sm-b-75 {
    margin-bottom: 75px; }

  .margin-sm-t-b-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .margin-sm-t-70 {
    margin-top: 70px; }
  .margin-sm-b-70 {
    margin-bottom: 70px; }

  .margin-sm-t-b-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .margin-sm-t-65 {
    margin-top: 65px; }
  .margin-sm-b-65 {
    margin-bottom: 65px; }

  .margin-sm-t-b-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .margin-sm-t-60 {
    margin-top: 60px; }
  .margin-sm-b-60 {
    margin-bottom: 60px; }

  .margin-sm-t-b-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .margin-sm-t-55 {
    margin-top: 55px; }
  .margin-sm-b-55 {
    margin-bottom: 55px; }

  .margin-sm-t-b-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .margin-sm-t-50 {
    margin-top: 50px; }
  .margin-sm-b-50 {
    margin-bottom: 50px; }

  .margin-sm-t-b-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .margin-sm-t-45 {
    margin-top: 45px; }
  .margin-sm-b-45 {
    margin-bottom: 45px; }

  .margin-sm-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .margin-sm-t-40 {
    margin-top: 40px; }
  .margin-sm-b-40 {
    margin-bottom: 40px; }

  .margin-sm-t-b-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .margin-sm-t-35 {
    margin-top: 35px; }
  .margin-sm-b-35 {
    margin-bottom: 35px; }

  .margin-sm-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .margin-sm-t-30 {
    margin-top: 30px; }
  .margin-sm-b-30 {
    margin-bottom: 30px; }

  .margin-sm-t-b-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .margin-sm-t-25 {
    margin-top: 25px; }
  .margin-sm-b-25 {
    margin-bottom: 25px; }

  .margin-sm-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .margin-sm-t-20 {
    margin-top: 20px; }
  .margin-sm-b-20 {
    margin-bottom: 20px; }

  .margin-sm-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .margin-sm-t-15 {
    margin-top: 15px; }
  .margin-sm-b-15 {
    margin-bottom: 15px; }

  .margin-sm-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .margin-sm-t-10 {
    margin-top: 10px; }
  .margin-sm-b-10 {
    margin-bottom: 10px; }

  .margin-sm-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .margin-sm-t-5 {
    margin-top: 5px; }
  .margin-sm-b-5 {
    margin-bottom: 5px; }

  .margin-sm-t-b-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .margin-sm-t-0 {
    margin-top: 0px; }
  .margin-sm-b-0 {
    margin-bottom: 0px; } }
@media (max-width: 767px) {
  .margin-xs-t-b-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .margin-xs-t-100 {
    margin-top: 100px; }
  .margin-xs-b-100 {
    margin-bottom: 100px; }

  .margin-xs-t-b-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .margin-xs-t-95 {
    margin-top: 95px; }
  .margin-xs-b-95 {
    margin-bottom: 95px; }

  .margin-xs-t-b-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .margin-xs-t-90 {
    margin-top: 90px; }
  .margin-xs-b-90 {
    margin-bottom: 90px; }

  .margin-xs-t-b-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .margin-xs-t-85 {
    margin-top: 85px; }
  .margin-xs-b-85 {
    margin-bottom: 85px; }

  .margin-xs-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .margin-xs-t-80 {
    margin-top: 80px; }
  .margin-xs-b-80 {
    margin-bottom: 80px; }

  .margin-xs-t-b-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .margin-xs-t-75 {
    margin-top: 75px; }
  .margin-xs-b-75 {
    margin-bottom: 75px; }

  .margin-xs-t-b-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .margin-xs-t-70 {
    margin-top: 70px; }
  .margin-xs-b-70 {
    margin-bottom: 70px; }

  .margin-xs-t-b-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .margin-xs-t-65 {
    margin-top: 65px; }
  .margin-xs-b-65 {
    margin-bottom: 65px; }

  .margin-xs-t-b-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .margin-xs-t-60 {
    margin-top: 60px; }
  .margin-xs-b-60 {
    margin-bottom: 60px; }

  .margin-xs-t-b-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .margin-xs-t-55 {
    margin-top: 55px; }
  .margin-xs-b-55 {
    margin-bottom: 55px; }

  .margin-xs-t-b-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .margin-xs-t-50 {
    margin-top: 50px; }
  .margin-xs-b-50 {
    margin-bottom: 50px; }

  .margin-xs-t-b-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .margin-xs-t-45 {
    margin-top: 45px; }
  .margin-xs-b-45 {
    margin-bottom: 45px; }

  .margin-xs-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .margin-xs-t-40 {
    margin-top: 40px; }
  .margin-xs-b-40 {
    margin-bottom: 40px; }

  .margin-xs-t-b-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .margin-xs-t-35 {
    margin-top: 35px; }
  .margin-xs-b-35 {
    margin-bottom: 35px; }

  .margin-xs-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .margin-xs-t-30 {
    margin-top: 30px; }
  .margin-xs-b-30 {
    margin-bottom: 30px; }

  .margin-xs-t-b-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .margin-xs-t-25 {
    margin-top: 25px; }
  .margin-xs-b-25 {
    margin-bottom: 25px; }

  .margin-xs-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .margin-xs-t-20 {
    margin-top: 20px; }
  .margin-xs-b-20 {
    margin-bottom: 20px; }

  .margin-xs-t-b-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .margin-xs-t-15 {
    margin-top: 15px; }
  .margin-xs-b-15 {
    margin-bottom: 15px; }

  .margin-xs-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .margin-xs-t-10 {
    margin-top: 10px; }
  .margin-xs-b-10 {
    margin-bottom: 10px; }

  .margin-xs-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .margin-xs-t-5 {
    margin-top: 5px; }
  .margin-xs-b-5 {
    margin-bottom: 5px; }

  .margin-xs-t-b-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .margin-xs-t-0 {
    margin-top: 0px; }
  .margin-xs-b-0 {
    margin-bottom: 0px; } }
.margin-l-25 {
  margin-left: 25px; }

/*
*# padding class
*  core\_utilities.scss
*/
.no-padding {
  padding: 0; }

.padding-t-b-100 {
  padding-top: 100px;
  padding-bottom: 100px; }
.padding-t-100 {
  padding-top: 100px; }
.padding-b-100 {
  padding-bottom: 100px; }

.padding-t-b-95 {
  padding-top: 95px;
  padding-bottom: 95px; }
.padding-t-95 {
  padding-top: 95px; }
.padding-b-95 {
  padding-bottom: 95px; }

.padding-t-b-90 {
  padding-top: 90px;
  padding-bottom: 90px; }
.padding-t-90 {
  padding-top: 90px; }
.padding-b-90 {
  padding-bottom: 90px; }

.padding-t-b-85 {
  padding-top: 85px;
  padding-bottom: 85px; }
.padding-t-85 {
  padding-top: 85px; }
.padding-b-85 {
  padding-bottom: 85px; }

.padding-t-b-80 {
  padding-top: 80px;
  padding-bottom: 80px; }
.padding-t-80 {
  padding-top: 80px; }
.padding-b-80 {
  padding-bottom: 80px; }

.padding-t-b-75 {
  padding-top: 75px;
  padding-bottom: 75px; }
.padding-t-75 {
  padding-top: 75px; }
.padding-b-75 {
  padding-bottom: 75px; }

.padding-t-b-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
.padding-t-70 {
  padding-top: 70px; }
.padding-b-70 {
  padding-bottom: 70px; }

.padding-t-b-65 {
  padding-top: 65px;
  padding-bottom: 65px; }
.padding-t-65 {
  padding-top: 65px; }
.padding-b-65 {
  padding-bottom: 65px; }

.padding-t-b-60 {
  padding-top: 60px;
  padding-bottom: 60px; }
.padding-t-60 {
  padding-top: 60px; }
.padding-b-60 {
  padding-bottom: 60px; }

.padding-t-b-55 {
  padding-top: 55px;
  padding-bottom: 55px; }
.padding-t-55 {
  padding-top: 55px; }
.padding-b-55 {
  padding-bottom: 55px; }

.padding-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.padding-t-50 {
  padding-top: 50px; }
.padding-b-50 {
  padding-bottom: 50px; }

.padding-t-b-45 {
  padding-top: 45px;
  padding-bottom: 45px; }
.padding-t-45 {
  padding-top: 45px; }
.padding-b-45 {
  padding-bottom: 45px; }

.padding-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px; }
.padding-t-40 {
  padding-top: 40px; }
.padding-b-40 {
  padding-bottom: 40px; }

.padding-t-b-35 {
  padding-top: 35px;
  padding-bottom: 35px; }
.padding-t-35 {
  padding-top: 35px; }
.padding-b-35 {
  padding-bottom: 35px; }

.padding-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px; }
.padding-t-30 {
  padding-top: 30px; }
.padding-b-30 {
  padding-bottom: 30px; }

.padding-t-b-25 {
  padding-top: 25px;
  padding-bottom: 25px; }
.padding-t-25 {
  padding-top: 25px; }
.padding-b-25 {
  padding-bottom: 25px; }

.padding-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px; }
.padding-t-20 {
  padding-top: 20px; }
.padding-b-20 {
  padding-bottom: 20px; }

.padding-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px; }
.padding-t-15 {
  padding-top: 15px; }
.padding-b-15 {
  padding-bottom: 15px; }

.padding-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px; }
.padding-t-10 {
  padding-top: 10px; }
.padding-b-10 {
  padding-bottom: 10px; }

.padding-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px; }
.padding-t-5 {
  padding-top: 5px; }
.padding-b-5 {
  padding-bottom: 5px; }

.padding-t-b-0 {
  padding-top: 0px;
  padding-bottom: 0px; }
.padding-t-0 {
  padding-top: 0px; }
.padding-b-0 {
  padding-bottom: 0px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .padding-md-t-b-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .padding-md-t-100 {
    padding-top: 100px; }
  .padding-md-b-100 {
    padding-bottom: 100px; }

  .padding-md-t-b-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .padding-md-t-95 {
    padding-top: 95px; }
  .padding-md-b-95 {
    padding-bottom: 95px; }

  .padding-md-t-b-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .padding-md-t-90 {
    padding-top: 90px; }
  .padding-md-b-90 {
    padding-bottom: 90px; }

  .padding-md-t-b-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .padding-md-t-85 {
    padding-top: 85px; }
  .padding-md-b-85 {
    padding-bottom: 85px; }

  .padding-md-t-b-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .padding-md-t-80 {
    padding-top: 80px; }
  .padding-md-b-80 {
    padding-bottom: 80px; }

  .padding-md-t-b-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .padding-md-t-75 {
    padding-top: 75px; }
  .padding-md-b-75 {
    padding-bottom: 75px; }

  .padding-md-t-b-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .padding-md-t-70 {
    padding-top: 70px; }
  .padding-md-b-70 {
    padding-bottom: 70px; }

  .padding-md-t-b-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .padding-md-t-65 {
    padding-top: 65px; }
  .padding-md-b-65 {
    padding-bottom: 65px; }

  .padding-md-t-b-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .padding-md-t-60 {
    padding-top: 60px; }
  .padding-md-b-60 {
    padding-bottom: 60px; }

  .padding-md-t-b-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .padding-md-t-55 {
    padding-top: 55px; }
  .padding-md-b-55 {
    padding-bottom: 55px; }

  .padding-md-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .padding-md-t-50 {
    padding-top: 50px; }
  .padding-md-b-50 {
    padding-bottom: 50px; }

  .padding-md-t-b-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .padding-md-t-45 {
    padding-top: 45px; }
  .padding-md-b-45 {
    padding-bottom: 45px; }

  .padding-md-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .padding-md-t-40 {
    padding-top: 40px; }
  .padding-md-b-40 {
    padding-bottom: 40px; }

  .padding-md-t-b-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .padding-md-t-35 {
    padding-top: 35px; }
  .padding-md-b-35 {
    padding-bottom: 35px; }

  .padding-md-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .padding-md-t-30 {
    padding-top: 30px; }
  .padding-md-b-30 {
    padding-bottom: 30px; }

  .padding-md-t-b-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .padding-md-t-25 {
    padding-top: 25px; }
  .padding-md-b-25 {
    padding-bottom: 25px; }

  .padding-md-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .padding-md-t-20 {
    padding-top: 20px; }
  .padding-md-b-20 {
    padding-bottom: 20px; }

  .padding-md-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .padding-md-t-15 {
    padding-top: 15px; }
  .padding-md-b-15 {
    padding-bottom: 15px; }

  .padding-md-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .padding-md-t-10 {
    padding-top: 10px; }
  .padding-md-b-10 {
    padding-bottom: 10px; }

  .padding-md-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .padding-md-t-5 {
    padding-top: 5px; }
  .padding-md-b-5 {
    padding-bottom: 5px; }

  .padding-md-t-b-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .padding-md-t-0 {
    padding-top: 0px; }
  .padding-md-b-0 {
    padding-bottom: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .padding-sm-t-b-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .padding-sm-t-100 {
    padding-top: 100px; }
  .padding-sm-b-100 {
    padding-bottom: 100px; }

  .padding-sm-t-b-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .padding-sm-t-95 {
    padding-top: 95px; }
  .padding-sm-b-95 {
    padding-bottom: 95px; }

  .padding-sm-t-b-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .padding-sm-t-90 {
    padding-top: 90px; }
  .padding-sm-b-90 {
    padding-bottom: 90px; }

  .padding-sm-t-b-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .padding-sm-t-85 {
    padding-top: 85px; }
  .padding-sm-b-85 {
    padding-bottom: 85px; }

  .padding-sm-t-b-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .padding-sm-t-80 {
    padding-top: 80px; }
  .padding-sm-b-80 {
    padding-bottom: 80px; }

  .padding-sm-t-b-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .padding-sm-t-75 {
    padding-top: 75px; }
  .padding-sm-b-75 {
    padding-bottom: 75px; }

  .padding-sm-t-b-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .padding-sm-t-70 {
    padding-top: 70px; }
  .padding-sm-b-70 {
    padding-bottom: 70px; }

  .padding-sm-t-b-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .padding-sm-t-65 {
    padding-top: 65px; }
  .padding-sm-b-65 {
    padding-bottom: 65px; }

  .padding-sm-t-b-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .padding-sm-t-60 {
    padding-top: 60px; }
  .padding-sm-b-60 {
    padding-bottom: 60px; }

  .padding-sm-t-b-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .padding-sm-t-55 {
    padding-top: 55px; }
  .padding-sm-b-55 {
    padding-bottom: 55px; }

  .padding-sm-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .padding-sm-t-50 {
    padding-top: 50px; }
  .padding-sm-b-50 {
    padding-bottom: 50px; }

  .padding-sm-t-b-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .padding-sm-t-45 {
    padding-top: 45px; }
  .padding-sm-b-45 {
    padding-bottom: 45px; }

  .padding-sm-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .padding-sm-t-40 {
    padding-top: 40px; }
  .padding-sm-b-40 {
    padding-bottom: 40px; }

  .padding-sm-t-b-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .padding-sm-t-35 {
    padding-top: 35px; }
  .padding-sm-b-35 {
    padding-bottom: 35px; }

  .padding-sm-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .padding-sm-t-30 {
    padding-top: 30px; }
  .padding-sm-b-30 {
    padding-bottom: 30px; }

  .padding-sm-t-b-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .padding-sm-t-25 {
    padding-top: 25px; }
  .padding-sm-b-25 {
    padding-bottom: 25px; }

  .padding-sm-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .padding-sm-t-20 {
    padding-top: 20px; }
  .padding-sm-b-20 {
    padding-bottom: 20px; }

  .padding-sm-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .padding-sm-t-15 {
    padding-top: 15px; }
  .padding-sm-b-15 {
    padding-bottom: 15px; }

  .padding-sm-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .padding-sm-t-10 {
    padding-top: 10px; }
  .padding-sm-b-10 {
    padding-bottom: 10px; }

  .padding-sm-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .padding-sm-t-5 {
    padding-top: 5px; }
  .padding-sm-b-5 {
    padding-bottom: 5px; }

  .padding-sm-t-b-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .padding-sm-t-0 {
    padding-top: 0px; }
  .padding-sm-b-0 {
    padding-bottom: 0px; } }
@media (max-width: 767px) {
  .padding-xs-t-b-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .padding-xs-t-100 {
    padding-top: 100px; }
  .padding-xs-b-100 {
    padding-bottom: 100px; }

  .padding-xs-t-b-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .padding-xs-t-95 {
    padding-top: 95px; }
  .padding-xs-b-95 {
    padding-bottom: 95px; }

  .padding-xs-t-b-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .padding-xs-t-90 {
    padding-top: 90px; }
  .padding-xs-b-90 {
    padding-bottom: 90px; }

  .padding-xs-t-b-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .padding-xs-t-85 {
    padding-top: 85px; }
  .padding-xs-b-85 {
    padding-bottom: 85px; }

  .padding-xs-t-b-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .padding-xs-t-80 {
    padding-top: 80px; }
  .padding-xs-b-80 {
    padding-bottom: 80px; }

  .padding-xs-t-b-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .padding-xs-t-75 {
    padding-top: 75px; }
  .padding-xs-b-75 {
    padding-bottom: 75px; }

  .padding-xs-t-b-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .padding-xs-t-70 {
    padding-top: 70px; }
  .padding-xs-b-70 {
    padding-bottom: 70px; }

  .padding-xs-t-b-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .padding-xs-t-65 {
    padding-top: 65px; }
  .padding-xs-b-65 {
    padding-bottom: 65px; }

  .padding-xs-t-b-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .padding-xs-t-60 {
    padding-top: 60px; }
  .padding-xs-b-60 {
    padding-bottom: 60px; }

  .padding-xs-t-b-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .padding-xs-t-55 {
    padding-top: 55px; }
  .padding-xs-b-55 {
    padding-bottom: 55px; }

  .padding-xs-t-b-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .padding-xs-t-50 {
    padding-top: 50px; }
  .padding-xs-b-50 {
    padding-bottom: 50px; }

  .padding-xs-t-b-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .padding-xs-t-45 {
    padding-top: 45px; }
  .padding-xs-b-45 {
    padding-bottom: 45px; }

  .padding-xs-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .padding-xs-t-40 {
    padding-top: 40px; }
  .padding-xs-b-40 {
    padding-bottom: 40px; }

  .padding-xs-t-b-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .padding-xs-t-35 {
    padding-top: 35px; }
  .padding-xs-b-35 {
    padding-bottom: 35px; }

  .padding-xs-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .padding-xs-t-30 {
    padding-top: 30px; }
  .padding-xs-b-30 {
    padding-bottom: 30px; }

  .padding-xs-t-b-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .padding-xs-t-25 {
    padding-top: 25px; }
  .padding-xs-b-25 {
    padding-bottom: 25px; }

  .padding-xs-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .padding-xs-t-20 {
    padding-top: 20px; }
  .padding-xs-b-20 {
    padding-bottom: 20px; }

  .padding-xs-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .padding-xs-t-15 {
    padding-top: 15px; }
  .padding-xs-b-15 {
    padding-bottom: 15px; }

  .padding-xs-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .padding-xs-t-10 {
    padding-top: 10px; }
  .padding-xs-b-10 {
    padding-bottom: 10px; }

  .padding-xs-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .padding-xs-t-5 {
    padding-top: 5px; }
  .padding-xs-b-5 {
    padding-bottom: 5px; }

  .padding-xs-t-b-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .padding-xs-t-0 {
    padding-top: 0px; }
  .padding-xs-b-0 {
    padding-bottom: 0px; } }
@media (max-width: 767px) {
  .padding-xs-l-r-0 {
    padding-left: 0;
    padding-right: 0; } }
/*
*# border class
*  core\_utilities.scss
*/
.no-border {
  border: none !important; }

.border-radius-no {
  border-radius: 0; }

.border-radius-l {
  border-radius: 6px;
  overflow: hidden; }
.border-radius-m {
  border-radius: 4px;
  overflow: hidden; }
.border-radius-s {
  border-radius: 3px;
  overflow: hidden; }

.border-radius-show-l {
  border-radius: 6px; }
.border-radius-show-m {
  border-radius: 4px; }
.border-radius-show-s {
  border-radius: 3px; }

.border-log {
  border-width: 1px;
  border-style: solid;
  border-color: #19BDCE; }
.border-t-log {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #19BDCE; }
.border-b-log {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #19BDCE; }
.border-l-log {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #19BDCE; }
.border-r-log {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #19BDCE; }

.border-pink {
  border-width: 1px;
  border-style: solid;
  border-color: #EC0077; }
.border-t-pink {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #EC0077; }
.border-b-pink {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EC0077; }
.border-l-pink {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #EC0077; }
.border-r-pink {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #EC0077; }

.border-light {
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1; }
.border-t-light {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e1e1e1; }
.border-b-light {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1e1e1; }
.border-l-light {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e1e1e1; }
.border-r-light {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1e1e1; }

.border-light-06 {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(225, 225, 225, 0.6); }
.border-t-light-06 {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(225, 225, 225, 0.6); }
.border-b-light-06 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(225, 225, 225, 0.6); }
.border-l-light-06 {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(225, 225, 225, 0.6); }
.border-r-light-06 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(225, 225, 225, 0.6); }

.border-dark {
  border-width: 1px;
  border-style: solid;
  border-color: #222; }
.border-t-dark {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #222; }
.border-b-dark {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222; }
.border-l-dark {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #222; }
.border-r-dark {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #222; }

.border-w-5 {
  border-width: 5px; }
.border-t-5 {
  border-top-width: 5px; }
.border-b-5 {
  border-bottom-width: 5px; }
.border-l-5 {
  border-left-width: 5px; }
.border-r-5 {
  border-right-width: 5px; }

.border-w-4 {
  border-width: 4px; }
.border-t-4 {
  border-top-width: 4px; }
.border-b-4 {
  border-bottom-width: 4px; }
.border-l-4 {
  border-left-width: 4px; }
.border-r-4 {
  border-right-width: 4px; }

.border-w-3 {
  border-width: 3px; }
.border-t-3 {
  border-top-width: 3px; }
.border-b-3 {
  border-bottom-width: 3px; }
.border-l-3 {
  border-left-width: 3px; }
.border-r-3 {
  border-right-width: 3px; }

.border-w-2 {
  border-width: 2px; }
.border-t-2 {
  border-top-width: 2px; }
.border-b-2 {
  border-bottom-width: 2px; }
.border-l-2 {
  border-left-width: 2px; }
.border-r-2 {
  border-right-width: 2px; }

.border-w-1 {
  border-width: 1px; }
.border-t-1 {
  border-top-width: 1px; }
.border-b-1 {
  border-bottom-width: 1px; }
.border-l-1 {
  border-left-width: 1px; }
.border-r-1 {
  border-right-width: 1px; }

.border-w-0 {
  border-width: 0px; }
.border-t-0 {
  border-top-width: 0px; }
.border-b-0 {
  border-bottom-width: 0px; }
.border-l-0 {
  border-left-width: 0px; }
.border-r-0 {
  border-right-width: 0px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .border-md-w-5 {
    border-width: 5px; }
  .border-md-t-5 {
    border-top-width: 5px; }
  .border-md-b-5 {
    border-bottom-width: 5px; }
  .border-md-l-5 {
    border-left-width: 5px; }
  .border-md-r-5 {
    border-right-width: 5px; }

  .border-md-w-4 {
    border-width: 4px; }
  .border-md-t-4 {
    border-top-width: 4px; }
  .border-md-b-4 {
    border-bottom-width: 4px; }
  .border-md-l-4 {
    border-left-width: 4px; }
  .border-md-r-4 {
    border-right-width: 4px; }

  .border-md-w-3 {
    border-width: 3px; }
  .border-md-t-3 {
    border-top-width: 3px; }
  .border-md-b-3 {
    border-bottom-width: 3px; }
  .border-md-l-3 {
    border-left-width: 3px; }
  .border-md-r-3 {
    border-right-width: 3px; }

  .border-md-w-2 {
    border-width: 2px; }
  .border-md-t-2 {
    border-top-width: 2px; }
  .border-md-b-2 {
    border-bottom-width: 2px; }
  .border-md-l-2 {
    border-left-width: 2px; }
  .border-md-r-2 {
    border-right-width: 2px; }

  .border-md-w-1 {
    border-width: 1px; }
  .border-md-t-1 {
    border-top-width: 1px; }
  .border-md-b-1 {
    border-bottom-width: 1px; }
  .border-md-l-1 {
    border-left-width: 1px; }
  .border-md-r-1 {
    border-right-width: 1px; }

  .border-md-w-0 {
    border-width: 0px; }
  .border-md-t-0 {
    border-top-width: 0px; }
  .border-md-b-0 {
    border-bottom-width: 0px; }
  .border-md-l-0 {
    border-left-width: 0px; }
  .border-md-r-0 {
    border-right-width: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .border-sm-w-5 {
    border-width: 5px; }
  .border-sm-t-5 {
    border-top-width: 5px; }
  .border-sm-b-5 {
    border-bottom-width: 5px; }
  .border-sm-l-5 {
    border-left-width: 5px; }
  .border-sm-r-5 {
    border-right-width: 5px; }

  .border-sm-w-4 {
    border-width: 4px; }
  .border-sm-t-4 {
    border-top-width: 4px; }
  .border-sm-b-4 {
    border-bottom-width: 4px; }
  .border-sm-l-4 {
    border-left-width: 4px; }
  .border-sm-r-4 {
    border-right-width: 4px; }

  .border-sm-w-3 {
    border-width: 3px; }
  .border-sm-t-3 {
    border-top-width: 3px; }
  .border-sm-b-3 {
    border-bottom-width: 3px; }
  .border-sm-l-3 {
    border-left-width: 3px; }
  .border-sm-r-3 {
    border-right-width: 3px; }

  .border-sm-w-2 {
    border-width: 2px; }
  .border-sm-t-2 {
    border-top-width: 2px; }
  .border-sm-b-2 {
    border-bottom-width: 2px; }
  .border-sm-l-2 {
    border-left-width: 2px; }
  .border-sm-r-2 {
    border-right-width: 2px; }

  .border-sm-w-1 {
    border-width: 1px; }
  .border-sm-t-1 {
    border-top-width: 1px; }
  .border-sm-b-1 {
    border-bottom-width: 1px; }
  .border-sm-l-1 {
    border-left-width: 1px; }
  .border-sm-r-1 {
    border-right-width: 1px; }

  .border-sm-w-0 {
    border-width: 0px; }
  .border-sm-t-0 {
    border-top-width: 0px; }
  .border-sm-b-0 {
    border-bottom-width: 0px; }
  .border-sm-l-0 {
    border-left-width: 0px; }
  .border-sm-r-0 {
    border-right-width: 0px; } }
@media (max-width: 767px) {
  .border-xs-w-5 {
    border-width: 5px; }
  .border-xs-t-5 {
    border-top-width: 5px; }
  .border-xs-b-5 {
    border-bottom-width: 5px; }
  .border-xs-l-5 {
    border-left-width: 5px; }
  .border-xs-r-5 {
    border-right-width: 5px; }

  .border-xs-w-4 {
    border-width: 4px; }
  .border-xs-t-4 {
    border-top-width: 4px; }
  .border-xs-b-4 {
    border-bottom-width: 4px; }
  .border-xs-l-4 {
    border-left-width: 4px; }
  .border-xs-r-4 {
    border-right-width: 4px; }

  .border-xs-w-3 {
    border-width: 3px; }
  .border-xs-t-3 {
    border-top-width: 3px; }
  .border-xs-b-3 {
    border-bottom-width: 3px; }
  .border-xs-l-3 {
    border-left-width: 3px; }
  .border-xs-r-3 {
    border-right-width: 3px; }

  .border-xs-w-2 {
    border-width: 2px; }
  .border-xs-t-2 {
    border-top-width: 2px; }
  .border-xs-b-2 {
    border-bottom-width: 2px; }
  .border-xs-l-2 {
    border-left-width: 2px; }
  .border-xs-r-2 {
    border-right-width: 2px; }

  .border-xs-w-1 {
    border-width: 1px; }
  .border-xs-t-1 {
    border-top-width: 1px; }
  .border-xs-b-1 {
    border-bottom-width: 1px; }
  .border-xs-l-1 {
    border-left-width: 1px; }
  .border-xs-r-1 {
    border-right-width: 1px; }

  .border-xs-w-0 {
    border-width: 0px; }
  .border-xs-t-0 {
    border-top-width: 0px; }
  .border-xs-b-0 {
    border-bottom-width: 0px; }
  .border-xs-l-0 {
    border-left-width: 0px; }
  .border-xs-r-0 {
    border-right-width: 0px; } }
.box-shadow {
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1); }

@media (min-width: 1200px) {
  .no-lg-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .no-md-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .no-sm-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; } }
@media (max-width: 767px) {
  .no-xs-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; } }
/*
*# background class
*  core\_utilities.scss
*/
.bg-white {
  background: white; }
.bg-gray1-light, .bg-gray-01-light, .bg-gray-01-l {
  background: #fafafa; }
.bg-gray1, .bg-gray-01 {
  background: #F0F0F0; }
.bg-gray2, .bg-gray-02 {
  background: #EEEEEE; }
.bg-gray3, .bg-gray-03 {
  background: #d5d5d5; }
.bg-gray4, .bg-gray-04 {
  background: #aaaaaa; }
.bg-gray5, .bg-gray-05 {
  background: #919191; }
.bg-gray6, .bg-gray-06 {
  background: #777; }
.bg-gray7, .bg-gray-07 {
  background: #5e5e5e; }
.bg-gray8, .bg-gray-08 {
  background: #323232; }
.bg-gray9, .bg-gray-09 {
  background: #3c3c3c; }
.bg-gray10, .bg-gray-10, .bg-dark-gray-light {
  background: #2f2f2f; }
.bg-dark-gray, .bg-gray-11 {
  background: #222; }
.bg-dark-gray-darker, .bg-gray-12 {
  background: #1d1d1d; }
.bg-menu {
  background: #2A2F35; }
.bg-menu-darker {
  background: #1f2227; }
.bg-log {
  background: #19BDCE; }
.bg-log-dark, .bg-log-d {
  background: #16a8b7; }
.bg-lightblue {
  background: #f1fcfd; }
.bg-lightblue-d {
  background: #dbf7fa; }
.bg-pink {
  background: #e70074; }
.bg-fb {
  background: #4963A4; }
.bg-yellow-light {
  background: #FFBD20; }
.bg-yellow-light-l {
  background: #fffbf1; }
.bg-ll-green {
  background: #6DA63A; }
.bg-ll-purple {
  background: #8C189B; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.opacity-10 {
  opacity: 1; }

.vertical-middle {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.mouse-pointer {
  cursor: pointer; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/styleguide/v1/asset/font//fontawesome-webfont.eot?v=4.6.3");
  src: url("/styleguide/v1/asset/font//fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/styleguide/v1/asset/font//fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/styleguide/v1/asset/font//fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/styleguide/v1/asset/font//fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/styleguide/v1/asset/font//fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.logo img {
  width: 120px;
  margin-right: 20px; }

.bs-docs-sidebar {
  margin-top: 20px;
  margin-bottom: 20px; }
  .bs-docs-sidebar .nav a {
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }
  .bs-docs-sidebar .nav .nav a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px; }
  .bs-docs-sidebar .nav > .active > ul.nav {
    display: block; }
  .bs-docs-sidebar .nav > .active > a, .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li > a:focus {
    color: #EC0077;
    text-decoration: none;
    background-color: transparent; }
  .bs-docs-sidebar .nav > .active > a {
    border-left-color: #EC0077; }

.palette-block section {
  background: white;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
  overflow: hidden; }
  .palette-block section .palette-button {
    border-radius: 3px 3px 0 0;
    min-height: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all, 0.4s, ease-in-out;
    -o-transition: all, 0.4s, ease-in-out;
    transition: all, 0.4s, ease-in-out; }
    .palette-block section .palette-button:after {
      content: "copy";
      position: absolute;
      font-size: 0.75em;
      color: white;
      background-color: rgba(30, 30, 30, 0.25);
      padding: 0.25rem 5%;
      width: 100%;
      left: 0;
      bottom: -50px;
      opacity: 0.1;
      margin: 0;
      transition: all 0.4s ease-in-out;
      letter-spacing: 0.0075em;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase;
      letter-spacing: 0.25em; }
.palette-block:hover {
  cursor: pointer; }
  .palette-block:hover .palette-button:after {
    opacity: 1;
    bottom: 0; }
.palette-block:active .palette-button {
  background-color: white !important; }
  .palette-block:active .palette-button:after {
    font-family: "FontAwesome";
    content: "";
    color: #66b6ab;
    background: #ecedf3; }
.palette-block small,
.palette-block span {
  display: block;
  margin: 0.5rem 0.5rem 0.25rem;
  line-height: 0.8;
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.0075em;
  -webkit-font-smoothing: antialiased; }
.palette-block small {
  font-size: 13.7136px; }
  .palette-block small:nth-child(3) {
    color: #bbbcc7;
    letter-spacing: 0.05em;
    font-size: 10px;
    line-height: 0.67;
    margin: 0 0.5rem; }
.palette-block span {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 13.7136px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0; }
  .palette-block span:before {
    content: "#"; }
.palette-block.palette-color01 div {
  background-color: #EC0077; }
.palette-block.palette-color02 div {
  background-color: #1E1E1E; }
.palette-block.palette-color04 div {
  background-color: #19BDCE; }
.palette-block.palette-color05 div {
  background-color: #37BE5F; }
.palette-block.palette-color06 div {
  background-color: #FFB400; }

.color-box {
  width: 100px;
  height: 100px; }

.color-list li {
  min-width: 150px; }

/*
* Layout Responsive
*/
/* Desktop */
/* Tablet and Mobile */
/* Tablet */
/* Mobile */
@media only screen and (max-width: 768px) {
  .palette-block section {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ecedf3; }
    .palette-block section .palette-button {
      min-height: 70px;
      width: 70px;
      float: left;
      margin: 0 0.825em 0 0;
      display: inline-block;
      border-radius: 0; }
  .palette-block small {
    margin: 0.5rem 0 0; }
    .palette-block small:nth-child(3) {
      margin: 0.5rem 0 0; }
  .palette-block span {
    margin: 0; } }
/*
* Home Page SCSS
* pages\_home-page.scss
*/
.homepage-function-section .homepage-tab .function-grid .nav-pills > li {
  display: inline-block;
  float: none; }
  .homepage-function-section .homepage-tab .function-grid .nav-pills > li a {
    margin-left: 15px;
    margin-right: 15px; }
    .homepage-function-section .homepage-tab .function-grid .nav-pills > li a:hover {
      color: #19BDCE; }
    .homepage-function-section .homepage-tab .function-grid .nav-pills > li a .function-label {
      display: inline-block; }
  .homepage-function-section .homepage-tab .function-grid .nav-pills > li.active .tri-up {
    visibility: visible;
    opacity: 1; }
.homepage-function-section .homepage-tab .function-grid .tri-up {
  bottom: 16px;
  visibility: hidden; }
  .homepage-function-section .homepage-tab .function-grid .tri-up:after {
    border-color: transparent transparent #F0F0F0 transparent; }
.homepage-function-section .homepage-tab-content {
  border-top: 1px solid #19BDCE; }
  .homepage-function-section .homepage-tab-content label {
    font-weight: normal;
    font-family: "Source Sans Pro", "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "微軟正黑體", "STHeiti", "Lantinghei", Arial, sans-serif; }

.homepage-plan-section .plan .plan-country .list-inline li {
  padding-left: 2px;
  padding-right: 2px; }
  .homepage-plan-section .plan .plan-country .list-inline li .flag-img {
    width: 25px;
    height: 25px;
    -webkit-filter: drop-shadow(0px 0px 2px #ddd);
    filter: drop-shadow(0px 0px 2px #ddd); }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* Price Table SCSS
* pages\_price-table.scss
*/
.tab-section {
  position: relative;
  z-index: 2; }
  .tab-section .tab-table {
    width: 100%; }
    .tab-section .tab-table ul {
      display: table;
      width: 100%; }
      .tab-section .tab-table ul li {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        position: relative; }
        .tab-section .tab-table ul li a {
          display: block;
          color: #323232;
          padding: 7px 0;
          position: relative;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .tab-section .tab-table ul li a .flag-img {
            margin-right: 10px;
            -webkit-filter: drop-shadow(0px 0px 2px #ddd);
            filter: drop-shadow(0px 0px 2px #ddd); }
          .tab-section .tab-table ul li a.current, .tab-section .tab-table ul li a:hover {
            background: #19BDCE;
            color: white;
            text-decoration: none; }
          .tab-section .tab-table ul li a.current:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 12.5px 0 12.5px;
            border-color: #19BDCE transparent transparent transparent;
            position: absolute;
            bottom: -12.5px;
            left: 50%;
            margin-left: -12px; }
          .tab-section .tab-table ul li a.current .flag-img {
            -webkit-filter: none;
            filter: none; }
          .tab-section .tab-table ul li a.current .badge {
            background: white;
            color: #16a8b7; }
          .tab-section .tab-table ul li a h2 {
            display: inline-block;
            margin: 0; }
        .tab-section .tab-table ul li.active a {
          background: #19BDCE;
          color: white;
          text-decoration: none; }
          .tab-section .tab-table ul li.active a:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 12.5px 0 12.5px;
            border-color: #19BDCE transparent transparent transparent;
            position: absolute;
            bottom: -12.5px;
            left: 50%;
            margin-left: -12px; }
          .tab-section .tab-table ul li.active a .flag-img {
            -webkit-filter: none;
            filter: none; }

.price-table-info {
  background: #f2f3f5;
  padding: 20px; }
  .price-table-info a:not(.btn) {
    text-decoration: underline; }
  .price-table-info a.btn-log:visited, .price-table-info a.btn-pink:visited {
    color: white; }
  .price-table-info .trade-current .btn-group .btn {
    min-width: 80px; }
  .price-table-info .trade-current .btn-group a {
    z-index: 2; }
    .price-table-info .trade-current .btn-group a.active {
      z-index: 1; }
  .price-table-info .plans-row {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 7px;
    padding-right: 7px; }
  .price-table-info .plans {
    padding: 0 8px; }
    .price-table-info .plans .plan-title {
      background: #16a8b7;
      color: white;
      padding: 10px 5px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .price-table-info .plans .plan-box {
      background: white;
      border: 1px solid #ddd; }
      .price-table-info .plans .plan-box .plan-price {
        background: #f8f8f8;
        padding: 20px 5px;
        border-bottom: 1px solid #ddd; }
        .price-table-info .plans .plan-box .plan-price .price-current {
          font-size: 21px;
          font-weight: bold;
          line-height: 1; }
        .price-table-info .plans .plan-box .plan-price .price-weight {
          font-size: 12px;
          font-size: 13px;
          font-size: 15px;
          font-size: 18px;
          font-size: 24px;
          font-size: 30px;
          font-size: 36px;
          font-weight: bold;
          line-height: 1;
          margin-top: 5px;
          margin-bottom: 5px; }
          .price-table-info .plans .plan-box .plan-price .price-weight sup {
            font-size: 60%; }
        .price-table-info .plans .plan-box .plan-price .price-promo {
          margin-top: 10px;
          color: #EC0077; }
      .price-table-info .plans .plan-box .plan-location-min-height {
        min-height: 264px; }
      .price-table-info .plans .plan-box .plan-location {
        padding: 15px 0; }
        .price-table-info .plans .plan-box .plan-location label {
          color: #16a8b7;
          font-size: 15px;
          font-weight: bold; }
      .price-table-info .plans .plan-box .plan-details {
        padding: 15px 15px 30px;
        border-top: 1px solid #ddd; }
        .price-table-info .plans .plan-box .plan-details ul {
          list-style-position: inside; }
    .price-table-info .plans .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      text-align: center; }

.remark {
  color: #919191; }

.rmb-remark {
  opacity: 0;
  font-weight: bold; }

.promotion-container {
  background: white; }
  .promotion-container + .promotion-container {
    margin-top: 15px; }
  .promotion-container .promotion-img img {
    margin: 0 auto; }
  .promotion-container .promotion-highlight {
    color: #16a8b7; }

.question-row .question-title {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  padding-right: 40px; }
  .question-row .question-title:after {
    font-family: "dimbuy";
    content: "s";
    float: right;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px; }
  .question-row .question-title.panel-heading[aria-expanded=true]:after {
    content: "t"; }
.question-row .question-box {
  margin-bottom: 15px;
  padding: 15px 15px; }
  .question-row .question-box .q-title {
    color: #16a8b7;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 0 5px; }
  .question-row .question-box .q-list {
    list-style: none; }
    .question-row .question-box .q-list li + li {
      margin-top: 10px; }
    .question-row .question-box .q-list .q-list-title {
      font-weight: bold; }

.panel-log > .panel-heading[aria-expanded=true] {
  background: #16a8b7;
  color: white; }
  .panel-log > .panel-heading[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.panel-group .panel + .panel {
  margin-top: 15px; }

.tnc-row {
  margin-top: 25px;
  margin-bottom: 25px; }

.non-business-list .label {
  font-size: 100%;
  font-weight: normal;
  line-height: 2; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */
  .main-banner .main-Banner-img {
    max-width: 100%;
    height: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */
  .price-table-info {
    padding: 20px 0; }
    .price-table-info .col-md-4 + .col-md-4 .box {
      margin-top: 25px; }
    .price-table-info .box .box-text {
      min-height: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */
  .price-table-info {
    padding: 20px 0; }
    .price-table-info .plans {
      margin-bottom: 15px; }

  .question-row .question-box {
    padding: 0; }

  .tab-section .tab-table ul li a .flag-img {
    margin-right: 0; }
  .tab-section .tab-table ul li a h2 {
    display: block;
    margin-top: 5px; } }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */
  .main-banner .main-Banner-img {
    max-width: 384px;
    margin: 0 auto;
    width: 100%; }

  .breadcrumb-trail {
    display: none; }

  .price-table-info {
    padding: 20px 0; }
    .price-table-info .plans-row {
      margin-bottom: 5px; }
      .price-table-info .plans-row .plans {
        margin-bottom: 15px; }
        .price-table-info .plans-row .plans:last-of-type {
          margin-bottom: 0; }
        .price-table-info .plans-row .plans .plan-box .plan-price {
          padding: 10px 5px; }

  .question-row {
    margin-top: 15px;
    margin-bottom: 15px; }
    .question-row .question-box {
      padding: 0; }

  .tab-section .container {
    padding: 0; }
  .tab-section .tab-table ul li a .flag-img {
    margin-right: 0;
    width: 25px; }
  .tab-section .tab-table ul li a h2 {
    display: block;
    margin-top: 5px; }

  .rmb-remark {
    display: block; } }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* Price Calculation SCSS
* pages\_price-calculation.scss
*/
.price-calcu-record .record-info {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
.price-calcu-record .col-record-edit {
  padding-right: 30px; }

.price-calcu-result .result-plan-box {
  padding-left: 15px;
  padding-right: 15px; }
  .price-calcu-result .result-plan-box .result-price-box {
    border-left: 1px solid #e1e1e1; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */
  .price-calcu-record .record-info {
    padding-left: 0;
    padding-right: 0; }

  .price-calcu-result .result-plan-box {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */
  .price-calcu-record .col-record-edit {
    padding-right: 15px;
    position: absolute;
    top: 15px;
    right: 0; }
    .price-calcu-record .col-record-edit #record-edit-btn {
      padding: 5px; }

  .price-calcu-result .result-plan-box .result-price-box {
    border-left: 0;
    border-bottom: 1px solid #e1e1e1; } }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* Dimbuy Pass SCSS
* pages\_month-fee.scss
*/
.month-fee-plan img.flag-img {
  max-width: 44px;
  height: auto;
  display: inline-block; }

.nav-tab-row.active-style-log .active:after {
  display: none; }

.point-reminder-items,
.cn-price-items,
.int-price-items {
  display: none; }

.active-style-log a:not(.active).text-white:hover {
  color: #19BDCE; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* tnc SCSS
* pages\_tnc-pages.scss
*/
.tnc-content-box h2 {
  color: #16a8b7;
  font-size: 18px; }
.tnc-content-box h3 { 
  font-size: 13px;
  color: #ed0977;}
.tnc-content-box li {
  margin-left: 30px;
  margin-bottom: 5px; }
  .tnc-content-box li ol, .tnc-content-box li ul {
    margin-top: 5px; }
  .tnc-content-box li a {
    color: #19BDCE;
    text-decoration: underline;
    transition: color 0.3s ease-in; }
    .tnc-content-box li a:hover {
      color: #323232; }
.tnc-content-box p a {
  color: #19BDCE;
  transition: color 0.3s ease-in; }
  .tnc-content-box p a:hover {
    color: #323232; }
.tnc-content-box table {
  width: 100%;
  border: 1px solid #ccc; }
  .tnc-content-box table th, .tnc-content-box table td {
    padding: 5px; }
  .tnc-content-box table th {
    color: #19BDCE;
    border-bottom: 2px solid #ccc;
    background: #fafafa; }
  .tnc-content-box table td {
    border-bottom: 1px solid #ccc; }

.tnc-pages a {
  color: #323232;
  transition: color 0.3s ease-in; }
  .tnc-pages a:hover {
    color: #19BDCE; }
  .tnc-pages a.active {
    color: #16a8b7;
    display: block; }
    .tnc-pages a.active:before {
      content: ' ';
      border-left: 2px solid #19BDCE;
      margin-left: -7px;
      padding-left: 5px; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */
  #tnc-nav {
    display: none; }
    #tnc-nav.collapse.in, #tnc-nav.collapsing {
      display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* faq SCSS
* pages\_faq-pages.scss
*/
.faq-pages .affix {
  top: 15px; }
.faq-pages nav a {
  color: #323232;
  transition: color 0.3s ease-in; }
  .faq-pages nav a:hover {
    color: #19BDCE; }
  .faq-pages nav a.active {
    color: #19BDCE;
    display: block; }
    .faq-pages nav a.active:before {
      content: ' ';
      border-left: 2px solid #19BDCE;
      margin-left: -7px;
      padding-left: 5px; }
.faq-pages .panel a {
  color: #16a8b7; }
  .faq-pages .panel a:hover {
    color: #19BDCE; }
.faq-pages .panel .panel-collapse a {
  text-decoration: underline; }
.faq-pages .panel .panel-collapse li {
  margin-bottom: 5px; }
.faq-pages .question-row section[id] {
  counter-reset: section; }
  .faq-pages .question-row section[id] .question-title {
    color: #323232; }
    .faq-pages .question-row section[id] .question-title:before {
      counter-increment: section;
      content: counter(section) ". "; }
    .faq-pages .question-row section[id] .question-title:not([aria-expanded=true]):hover {
      color: #16a8b7;
      background: white; }
    .faq-pages .question-row section[id] .question-title[aria-expanded=true] {
      color: white;
      background: #16a8b7; }
  .faq-pages .question-row section[id] .panel-body ul, .faq-pages .question-row section[id] .panel-body ol {
    margin-left: 2em; }
.faq-pages .index-question-list {
  margin-left: 15px; }
  .faq-pages .index-question-list a:hover {
    color: #19BDCE; }
  .faq-pages .index-question-list a:before {
    content: "\2022";
    margin-left: -15px;
    position: absolute;
    position: absolute;
    font-size: 22px;
    line-height: 1; }

body #reset_pw_success{
  vertical-align: middle;
  background-color: none;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border:0;
}
body #reset_pw_success table{margin:0;}

.layer_disabled{
  position: absolute;
  width:97%;
  height:100%;
  background: rgba(255,255,255,0.6);
  top:0;
  left:0;
  margin-left:15px;
}

.declare-good-panel .alert.alert-warning.margin-b-0{
  color:#fff;
  font-size:16px;
  background: #EC0077;
  border-color:#B9005D;
}

.checkbox-radio-adjust.radio input[type="radio"]{
  margin-left:-7px;
  left:50%;
}

#kingsize-parcel_wrapper+h3+p.text-danger{display: block!important;}
.icon-exclamation-circle+span.text-danger{display: inline-block!important;}
.icon-exclamation-circle+span.text-danger br{display: none!important;}

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* autopack SCSS
* pages\_autopack-pages.scss
*/
.bg-earthyYellow {
  background: #EDEAD9; }

/*
* Layout Responsive
*/
@media (min-width: 1200px) {
  /* 
  * Bootstrap - Media [ col-lg ] 
  * Desktop - 1200px and up    
  */ }
@media (max-width: 1199px) {
  /* 
  * Customs - Media
  * Desktop - 1199px and downto 0   
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
  * Bootstrap - Media [ col-md ] 
  * Desktop - 1199px to 992px  
  */ }
@media (max-width: 991px) {
  /* 
  * Customs - Media
  * Tablet - 991px to 0px   
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
  * Bootstrap - Media [ col-sm ] 
  * Desktop - 991px to 768px
  */ }
@media (max-width: 767px) {
  /* 
  * Bootstrap - Media [ col-xs ] 
  * Desktop - 767 to 0
  */ }
@media (max-width: 320px) {
  /* 
  * Customs - Media, iPhone SE, 5s, 4s
  * Desktop - 320 to 0px   
  */ }
/*
* GLOBAL
*/
/* ===== Responsive Range Avaiable ===== */
/* 
  @include media-breakpoint-up(xxs) 
*/
@media (min-width: 544px) {
  /* 
    @include media-breakpoint-up(xs)  
  */ }
@media (min-width: 768px) {
  /* 
    @include media-breakpoint-up(sm) 
  */ }
@media (min-width: 992px) {
  /* 
    @include media-breakpoint-up(md) 
  */ }
@media (min-width: 1200px) {
  /* 
    @include media-breakpoint-up(lg) 
  */ }
@media (max-width: 767px) {
  /* 
    @include media-breakpoint-down(xs) 
  */ }
@media (max-width: 991px) {
  /* 
    @include media-breakpoint-down(sm) 
  */ }
@media (max-width: 1199px) {
  /* 
    @include media-breakpoint-down(md) 
  */ }
/* 
  @include media-breakpoint-down(lg) 
*/
@media (max-width: 543px) {
  /* 
    @include media-breakpoint-only(xxs)
  */ }
@media (min-width: 544px) and (max-width: 767px) {
  /* 
    @include media-breakpoint-only(xs) 
  */ }
@media (min-width: 768px) and (max-width: 991px) {
  /* 
    @include media-breakpoint-only(sm) 
  */ }
@media (min-width: 992px) and (max-width: 1199px) {
  /* 
    @include media-breakpoint-only(md) 
  */ }
@media (min-width: 1200px) {
  /* 
    @include media-breakpoint-only(lg) 
  */ }


.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid {
  background: #e5e5e5; 
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item {
  float: left;
  width: 33.3%;
  border: none;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item.no-left-border {
  border-left: none;
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a i,
.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a span{
  color: #323232;
  display: block;
  text-align: center;
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a{
  font-size: 15px;
  display: block;
  padding: 1em 1.3em 1.2em 1.3em;
  border: none;
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a i {
  font-size: 45px;
  line-height: 0.9em;
  font-weight: 700;
}

.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

/* updated by Leung 2019-07-23 fix bug of social block over the menu after expand */
/* .hamburger-Menu .menu-container .nav-grid .nav-panel-holder .social-grid {
  margin-top:  3em;
}

@media (min-height: 768px) {
    .hamburger-Menu .menu-container .nav-grid .nav-panel-holder .social-grid {
      position: absolute;
      margin: 0;
      bottom: 2em;
      left: 0;
    }
} */
.common-header .hamburger-Menu .menu-container .nav-grid nav .nav-panel-holder .list .nav-function-grid .nav-item a span {
  font-size: 14px;
  white-space: nowrap;
}
.hamburger-Menu .menu-container .nav-grid .nav-panel-holder .social-grid {
  position: absolute;
  margin: 0 0 2em 0;
  bottom: 0em;
  left: 0;
}
/* END - updated by Leung 2019-07-23 fix bug of social block over the menu after expand */
.section-embargo img { width:8em; }

/* added by Leung 2019-06-19 add new icon for 查件小幫手 menu button */
.new-icon-desktop h3:after{
  content:" ";
  display:inline-block;
  background-image: url("/styleGuide/v1/asset/img/icon/new-icon-desktop.png");
  background-size: auto 100%;
  background-position:right top;
  background-repeat:no-repeat;
  width:45px;
  height:18px;
  vertical-align: bottom;
}
.new-icon-mobile{
  background-image: url("/styleGuide/v1/asset/img/icon/new-icon.png");
  background-size: auto 55px;
  background-position:right top;
  background-repeat:no-repeat;
  vertical-align: bottom;
}
/*END added by Leung 2019-06-19 add new icon for 查件小幫手 menu button */

/* -SCMGM- added by Leung 2019-09-04 new style for text color */
.text-pink{
  color: #e70074;
}
/* -SCMGM- END - added by Leung 2019-09-04 new style for text color */
/* -DELIVERTAB- updated by Leung 2019-10-23 new style for tab design of consolidate order step2 */
.nowrap{
  white-space: nowrap;
}
.ctabs:after{
  display:block;
  height:5px;
  background:#dddddd;
  margin-bottom:20px;
}
.ctabs .ctab{
  list-style:none;
  float:left;
  min-width:200px;
  padding:0px 2px;
}
.ctabs .ctab button{
  border-bottom:0px;
  margin-top:0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background:#dddddd;
  color:#323232;
  text-shadow:0 -1px 1px #aaaaaa;
  vertical-align: middle;
  white-space: nowrap;
}
.ctabs .ctab button:hover{
  margin-top:0px;
  color:#fff;
  background: #19BDCE;
}
.ctabs .ctab.active button{
  color:#fff;
  background: #19BDCE;
}
.ctabs .ctab.active button i{
  display: inline-block;
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  margin-right:5px;
}
.ctabs .highlight{
  color:#e70074;
}
[data-pickuptype]:not(.ctab){
  display:none;
}
[data-pickuptype].active{
  display:inline-block;
}
@media (max-width: 767px){
  .ctabs .ctab{
    min-width:auto;
    width:50%;
  }
}
/* -DELIVERTAB- END - updated by Leung 2019-10-23 new style for tab design of consolidate order step2 */