@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

/* line 9, ../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../scss/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 30, ../scss/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 50, ../scss/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 63, ../scss/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 73, ../scss/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 85, ../scss/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 93, ../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 105, ../scss/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 113, ../scss/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 122, ../scss/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 131, ../scss/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 140, ../scss/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 149, ../scss/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 157, ../scss/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 165, ../scss/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 169, ../scss/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 180, ../scss/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 188, ../scss/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 199, ../scss/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 207, ../scss/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 217, ../scss/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 225, ../scss/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 248, ../scss/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 262, ../scss/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 273, ../scss/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 286, ../scss/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 298, ../scss/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 307, ../scss/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 318, ../scss/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 330, ../scss/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 342, ../scss/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 353, ../scss/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 366, ../scss/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 375, ../scss/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 386, ../scss/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 395, ../scss/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 404, ../scss/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 415, ../scss/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 420, ../scss/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../scss/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 15, ../scss/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../scss/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../scss/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 29, ../scss/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 34, ../scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../scss/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 44, ../scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../scss/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, ../scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 60, ../scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../scss/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 76, ../scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../scss/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../scss/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 95, ../scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 13, ../scss/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../scss/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../scss/bootstrap/_scaffolding.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 29, ../scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 38, ../scss/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 50, ../scss/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 54, ../scss/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 60, ../scss/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 71, ../scss/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 78, ../scss/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 83, ../scss/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 88, ../scss/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 95, ../scss/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 108, ../scss/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 115, ../scss/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 127, ../scss/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 9, ../scss/bootstrap/_type.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../scss/bootstrap/_type.scss */
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: #999999;
}

/* line 24, ../scss/bootstrap/_type.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../scss/bootstrap/_type.scss */
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: 65%;
}

/* line 35, ../scss/bootstrap/_type.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../scss/bootstrap/_type.scss */
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%;
}

/* line 47, ../scss/bootstrap/_type.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 48, ../scss/bootstrap/_type.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 49, ../scss/bootstrap/_type.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 50, ../scss/bootstrap/_type.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 51, ../scss/bootstrap/_type.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 52, ../scss/bootstrap/_type.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 58, ../scss/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../scss/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../scss/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 82, ../scss/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 85, ../scss/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 86, ../scss/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 87, ../scss/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 88, ../scss/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 91, ../scss/bootstrap/_type.scss */
.text-muted {
  color: #999999;
}

/* line 605, ../scss/bootstrap/_mixins.scss */
.text-primary {
  color: #428bca;
}

/* line 606, ../scss/bootstrap/_mixins.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 605, ../scss/bootstrap/_mixins.scss */
.text-success {
  color: #3c763d;
}

/* line 606, ../scss/bootstrap/_mixins.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 605, ../scss/bootstrap/_mixins.scss */
.text-info {
  color: #31708f;
}

/* line 606, ../scss/bootstrap/_mixins.scss */
a.text-info:hover {
  color: #245269;
}

/* line 605, ../scss/bootstrap/_mixins.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 606, ../scss/bootstrap/_mixins.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 605, ../scss/bootstrap/_mixins.scss */
.text-danger {
  color: #a94442;
}

/* line 606, ../scss/bootstrap/_mixins.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 108, ../scss/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 595, ../scss/bootstrap/_mixins.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 596, ../scss/bootstrap/_mixins.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 595, ../scss/bootstrap/_mixins.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 596, ../scss/bootstrap/_mixins.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 595, ../scss/bootstrap/_mixins.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 596, ../scss/bootstrap/_mixins.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 595, ../scss/bootstrap/_mixins.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 596, ../scss/bootstrap/_mixins.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 595, ../scss/bootstrap/_mixins.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 596, ../scss/bootstrap/_mixins.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 127, ../scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 138, ../scss/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 142, ../scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 151, ../scss/bootstrap/_type.scss */
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 160, ../scss/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 165, ../scss/bootstrap/_type.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 172, ../scss/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 176, ../scss/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 180, ../scss/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 183, ../scss/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 194, ../scss/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 201, ../scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* line 20, ../scss/bootstrap/_mixins.scss */
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  /* line 25, ../scss/bootstrap/_mixins.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 212, ../scss/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 218, ../scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 224, ../scss/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 233, ../scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 240, ../scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

/* line 248, ../scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 257, ../scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 269, ../scss/bootstrap/_type.scss */
.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: "";
}

/* line 270, ../scss/bootstrap/_type.scss */
.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";
}

/* line 277, ../scss/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 283, ../scss/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../scss/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../scss/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 25, ../scss/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 35, ../scss/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 49, ../scss/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 60, ../scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../scss/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.container:before,
.container:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 795, ../scss/bootstrap/_mixins.scss */
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 814, ../scss/bootstrap/_mixins.scss */
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-3 {
  width: 25%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-6 {
  width: 50%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-9 {
  width: 75%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-12 {
  width: 100%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 814, ../scss/bootstrap/_mixins.scss */
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    float: left;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 814, ../scss/bootstrap/_mixins.scss */
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 814, ../scss/bootstrap/_mixins.scss */
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 822, ../scss/bootstrap/_mixins.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 832, ../scss/bootstrap/_mixins.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 827, ../scss/bootstrap/_mixins.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 837, ../scss/bootstrap/_mixins.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*
@import "tables";
*/
/* line 10, ../scss/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../scss/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../scss/bootstrap/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 46, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 59, ../scss/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../scss/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../scss/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../scss/bootstrap/_forms.scss */
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;
}

/* line 83, ../scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../scss/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 904, ../scss/bootstrap/_mixins.scss */
.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);
}

/* line 57, ../scss/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 58, ../scss/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 60, ../scss/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 61, ../scss/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 139, ../scss/bootstrap/_forms.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 151, ../scss/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/*-----------
// Special styles for iOS date input
//
// In Mobile Safari, date inputs require a pixel line-height that matches the
// given height of the input.
input[type="date"] {
  line-height: $input-height-base;
}
--------------*/
/* line 170, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 179, ../scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 186, ../scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

@media (max-width: 575px) {
  .radio label {
    position: relative;
    top: 3px;
  }
}

/* line 192, ../scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 199, ../scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 205, ../scss/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 214, ../scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 229, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 919, ../scss/bootstrap/_mixins.scss */
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 924, ../scss/bootstrap/_mixins.scss */
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: 30px;
  line-height: 30px;
}

/* line 929, ../scss/bootstrap/_mixins.scss */
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;
}

/* line 919, ../scss/bootstrap/_mixins.scss */
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 924, ../scss/bootstrap/_mixins.scss */
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: 46px;
  line-height: 46px;
}

/* line 929, ../scss/bootstrap/_mixins.scss */
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;
}

/* line 250, ../scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 255, ../scss/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 260, ../scss/bootstrap/_forms.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 859, ../scss/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

/* line 868, ../scss/bootstrap/_mixins.scss */
.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);
}

/* line 871, ../scss/bootstrap/_mixins.scss */
.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;
}

/* line 878, ../scss/bootstrap/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 884, ../scss/bootstrap/_mixins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 859, ../scss/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 868, ../scss/bootstrap/_mixins.scss */
.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);
}

/* line 871, ../scss/bootstrap/_mixins.scss */
.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;
}

/* line 878, ../scss/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 884, ../scss/bootstrap/_mixins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 859, ../scss/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

/* line 868, ../scss/bootstrap/_mixins.scss */
.has-error .form-control {
  border-color: #a94442;
  -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);
}

/* line 871, ../scss/bootstrap/_mixins.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 878, ../scss/bootstrap/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 884, ../scss/bootstrap/_mixins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 289, ../scss/bootstrap/_forms.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 299, ../scss/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 324, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 331, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 337, ../scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 345, ../scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 353, ../scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 363, ../scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 378, ../scss/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 389, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 395, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 399, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 405, ../scss/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: center;
  }
}

/* line 414, ../scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 9, ../scss/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 22, ../scss/bootstrap/_buttons.scss */
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 26, ../scss/bootstrap/_buttons.scss */
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 32, ../scss/bootstrap/_buttons.scss */
.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);
}

/* line 39, ../scss/bootstrap/_buttons.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 53, ../scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-default:active,
.btn-default.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 56, ../scss/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 60, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-success:active,
.btn-success.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 64, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-info:active,
.btn-info.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 68, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 72, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 507, ../scss/bootstrap/_mixins.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 515, ../scss/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 520, ../scss/bootstrap/_mixins.scss */
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}

/* line 524, ../scss/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 530, ../scss/bootstrap/_mixins.scss */
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 540, ../scss/bootstrap/_mixins.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 81, ../scss/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 87, ../scss/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 94, ../scss/bootstrap/_buttons.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 100, ../scss/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 108, ../scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 120, ../scss/bootstrap/_buttons.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 124, ../scss/bootstrap/_buttons.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 128, ../scss/bootstrap/_buttons.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 136, ../scss/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 144, ../scss/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 152, ../scss/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 13, ../scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 20, ../scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 24, ../scss/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*
@import "glyphicons";
*/
/* line 7, ../scss/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../scss/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../scss/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 51, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 57, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 62, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 75, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 85, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 100, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 108, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

/* line 121, ../scss/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 126, ../scss/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 135, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 145, ../scss/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 151, ../scss/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

/* line 160, ../scss/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 170, ../scss/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../scss/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 189, ../scss/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 203, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* line 208, ../scss/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../scss/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 21, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 30, ../scss/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 43, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 47, ../scss/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 61, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, ../scss/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../scss/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, ../scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -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);
}

/* line 123, ../scss/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../scss/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../scss/bootstrap/_button-groups.scss */
.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../scss/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 160, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 165, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 175, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 178, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 182, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, ../scss/bootstrap/_button-groups.scss */
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 210, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 216, ../scss/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 223, ../scss/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 7, ../scss/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../scss/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, ../scss/bootstrap/_input-groups.scss */
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 45, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 50, ../scss/bootstrap/_input-groups.scss */
.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;
}

/* line 55, ../scss/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 64, ../scss/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 76, ../scss/bootstrap/_input-groups.scss */
.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: 12px;
  border-radius: 3px;
}

/* line 81, ../scss/bootstrap/_input-groups.scss */
.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: 18px;
  border-radius: 6px;
}

/* line 88, ../scss/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 95, ../scss/bootstrap/_input-groups.scss */
.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;
}

/* line 104, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 107, ../scss/bootstrap/_input-groups.scss */
.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;
}

/* line 116, ../scss/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 122, ../scss/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 131, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 133, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 137, ../scss/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 146, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 152, ../scss/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 20, ../scss/bootstrap/_mixins.scss */
.nav:before,
.nav:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.nav:after {
  clear: both;
}

/* line 15, ../scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../scss/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 34, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ../scss/bootstrap/_navs.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 59, ../scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../scss/bootstrap/_navs.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, ../scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../scss/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../scss/bootstrap/_navs.scss */
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../scss/bootstrap/_navs.scss */
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../scss/bootstrap/_navs.scss */
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ../scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../scss/bootstrap/_navs.scss */
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 180, ../scss/bootstrap/_navs.scss */
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../scss/bootstrap/_navs.scss */
.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) {
  /* line 206, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 210, ../scss/bootstrap/_navs.scss */
  .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;
  }
}

/* line 224, ../scss/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../scss/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../scss/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/*
@import "navbar";
@import "breadcrumbs";
@import "pagination";
@import "pager";
@import "labels";
@import "badges";
@import "jumbotron";
@import "thumbnails";
@import "alerts";
@import "progress-bars";
@import "media";
@import "list-group";
@import "panels";
@import "wells";
@import "close";
// Components w/ JavaScript
@import "modals";
@import "tooltip";
@import "popovers";
@import "carousel";
-*/
/* line 20, ../scss/bootstrap/_mixins.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 25, ../scss/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 643, ../scss/bootstrap/_mixins.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 634, ../scss/bootstrap/_mixins.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 635, ../scss/bootstrap/_mixins.scss */
  table.visible-xs {
    display: table;
  }

  /* line 636, ../scss/bootstrap/_mixins.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 637, ../scss/bootstrap/_mixins.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

/* line 643, ../scss/bootstrap/_mixins.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 634, ../scss/bootstrap/_mixins.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 635, ../scss/bootstrap/_mixins.scss */
  table.visible-sm {
    display: table;
  }

  /* line 636, ../scss/bootstrap/_mixins.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 637, ../scss/bootstrap/_mixins.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/* line 643, ../scss/bootstrap/_mixins.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 634, ../scss/bootstrap/_mixins.scss */
  .visible-md {
    display: block !important;
  }

  /* line 635, ../scss/bootstrap/_mixins.scss */
  table.visible-md {
    display: table;
  }

  /* line 636, ../scss/bootstrap/_mixins.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 637, ../scss/bootstrap/_mixins.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

/* line 643, ../scss/bootstrap/_mixins.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 634, ../scss/bootstrap/_mixins.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 635, ../scss/bootstrap/_mixins.scss */
  table.visible-lg {
    display: table;
  }

  /* line 636, ../scss/bootstrap/_mixins.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 637, ../scss/bootstrap/_mixins.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 643, ../scss/bootstrap/_mixins.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 643, ../scss/bootstrap/_mixins.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 643, ../scss/bootstrap/_mixins.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 643, ../scss/bootstrap/_mixins.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

/* line 643, ../scss/bootstrap/_mixins.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 634, ../scss/bootstrap/_mixins.scss */
  .visible-print {
    display: block !important;
  }

  /* line 635, ../scss/bootstrap/_mixins.scss */
  table.visible-print {
    display: table;
  }

  /* line 636, ../scss/bootstrap/_mixins.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 637, ../scss/bootstrap/_mixins.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  /* line 643, ../scss/bootstrap/_mixins.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* line 2, ../scss/_layout.scss */
html {
  height: 100% !important;
}

/* line 5, ../scss/_layout.scss */
body {
  color: #888888;
  background: #f5f5f5;
  font: normal 14px / 26px "Calibri", "微軟正黑體", "Heiti TC", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  padding-top: 85px;
}

@media only screen and (max-width: 991px) {
  body {
    padding-top: 45px;
  }
}

/* line 17, ../scss/_layout.scss */
html > body.modal-open.flex-open > div.modal-backdrop.fade.in {
  z-index: 1;
}

/* --------------------------------
BASIC STYLE
-------------------------------- */
/* line 21, ../scss/_layout.scss */
*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------
Links
-------------------------------- */
/* line 62, ../scss/_layout.scss */
a {
  color: #b19d6c;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

/* line 67, ../scss/_layout.scss */
a:hover,
a:focus {
  color: #b19d6c;
  text-decoration: none;
}

/* --------------------------------
Typography
-------------------------------- */
/* line 75, ../scss/_layout.scss */
p {
  margin: 1.5em 0;
}

/* line 78, ../scss/_layout.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #b19d6c;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
}

/* --------------------------------
Page Basic Style
-------------------------------- */
/* line 86, ../scss/_layout.scss */
#sb-site {
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.normal-style {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fafafa;
}

#sb-site.dark-style {
  background-color: #000;
  min-height: calc(100vh - 85px);
  font-family: "didot", "Noto Sans TC", "微軟正黑體", "Heiti TC", sans-serif;
  color: #fbfbfb;
}

.dark-style h1,
.dark-style h2,
.dark-style h3,
.dark-style h4,
.dark-style h5,
.dark-style h6 {
  font-family: "didot", "Noto Sans TC", "微軟正黑體", "Heiti TC", sans-serif;
}

.dark-style .page-title {
  color: #fbfbfb;
}

.dark-style .main {
  background-color: transparent !important;
}

.dark-style .recommand-item > a .item-caption {
  background-color: #1a1d21;
}

.dark-style .recommand-item > a .item-caption h4 {
  color: #fbfbfb;
}

.dark-style .btn-gold {
  border-radius: 5px;
}

.dark-style .table th,
.dark-style .table td {
  border-top: 1px solid #555555;
}

.dark-style .breadcrumb {
  border-top: 1px solid #52524e;
  border-bottom: 1px solid #52524e;
}
/* line 99, ../scss/_layout.scss */
.container-fluid {
  padding: 0px;
  min-height: calc(100vh - 85px);
}

/* line 103, ../scss/_layout.scss */
.content {
  padding: 50px 25px;
}

/* line 106, ../scss/_layout.scss */
.full-height {
  height: calc(100vh - (85px));
}

/* line 109, ../scss/_layout.scss */
.main {
  background: #f1edee !important;
  margin: 0 85px;
  width: auto !important;
  position: relative;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.7s;
  transition: transform 0.7s;
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -o-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  overflow: hidden;
}

/* line 120, ../scss/_layout.scss */
.navigation-is-open .main {
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
}

/* line 125, ../scss/_layout.scss */
.page-title {
  font-style: normal;
  position: relative;
  text-align: center;
  font-size: 28px;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  color: #b19d6c;
}

/* line 132, ../scss/_layout.scss */
.page-title > span {
  font-style: italic;
  margin-left: 10px;
}

/* line 136, ../scss/_layout.scss */
.page-title.large {
  font-size: 100px;
}

/* line 138, ../scss/_layout.scss */
.page-title.large > span {
  font-style: italic;
  line-height: 100px;
}

/* line 143, ../scss/_layout.scss */
.page-title.medium {
  font-size: 60px;
}

/* line 145, ../scss/_layout.scss */
.page-title.medium > span {
  font-style: italic;
  line-height: 60px;
}

/* line 150, ../scss/_layout.scss */
.page-title.left-top {
  font-size: 22px;
  font-style: normal;
  position: absolute;
  left: 5%;
  margin: 0;
}

/* line 156, ../scss/_layout.scss */
.page-title.left-top > span {
  font-style: italic;
  margin-left: 10px;
}

/* line 161, ../scss/_layout.scss */
.page-title .deco-slash {
  margin-top: 15px;
}

/* line 165, ../scss/_layout.scss */
.deco-slash {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  background-image: url(../images/slash.png);
}

/* line 171, ../scss/_layout.scss */
.deco-slash span {
  font-size: 14px;
  position: relative;
  display: block;
  left: 50px;
  width: 100px;
  color: #b19d6c;
  line-height: 37px;
}

/* line 181, ../scss/_layout.scss */
.breadcrumb {
  border-top: 1px solid #d2cdb3;
  border-bottom: 1px solid #d2cdb3;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-style: italic;
}

/* --------------------------------
FOOTER STYLE
-------------------------------- */
/* line 5, ../scss/_footer.scss */
.copyright {
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  font-size: 11px;
  position: fixed;
  width: 500px;
  left: -210px;
  bottom: 280px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 13, ../scss/_footer.scss */
.copyright .footer-link {
  color: #c2c2c2;
}

/*--------------------------------------------------------------------------
HEADER AND MENU
--------------------------------------------------------------------------*/
/* line 7, ../scss/_navigator.scss */
header {
  width: 100%;
  height: 85px;
  top: 0px;
  position: fixed;
  z-index: 10;
  background-color: #f5f5f5;
}

/* line 14, ../scss/_navigator.scss */
.header-inner {
  position: relative;
  margin: 0 auto;
}

/* line 17, ../scss/_navigator.scss */
.header-inner .logo {
  position: absolute;
  left: 2.5em;
  top: 2em;
  z-index: 1;
  display: block;
  width: 25%;
}

/* line 24, ../scss/_navigator.scss */
.header-inner .logo img {
  max-width: 100%;
}

/* line 30, ../scss/_navigator.scss */
ul.header-nav {
  float: right;
  margin: 10px 100px 0 0;
  text-align: right;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

/* line 36, ../scss/_navigator.scss */
ul.header-nav > li {
  list-style: none;
  float: left;
  padding: 1em;
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

/* line 43, ../scss/_navigator.scss */
ul.header-nav > li .social-link {
  color: #b19d6c;
}

ul.header-nav > li .cart-icon {
  position: relative;
}

ul.header-nav > li .cart-icon > span {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #494c4e;
  color: #fff;
  border-radius: 50%;
}

/* line 46, ../scss/_navigator.scss */
ul.header-nav > li.nav-member {
  padding-left: 0;
}

/* line 49, ../scss/_navigator.scss */
ul.header-nav > li.nav-cart {
  padding-right: 0;
  z-index: 3;
  font-size: 22px;
  top: -10px;
}

/* line 55, ../scss/_navigator.scss */
ul.header-nav > li .icon-vogue:before {
  width: auto;
}

/*------------------------------------------------------------------
Navigation - off canvas menu
-------------------------------------------------------------------*/
/* line 67, ../scss/_navigator.scss */
.sb-slidebar {
  position: fixed !important;
  top: 85px;
  background-color: #202427 !important;
  overflow-y: scroll;
  height: calc(100% - 85px);
}

@media only screen and (max-width: 991px) {
  .sb-slidebar {
    top: 45px;
    height: calc(100% - 45px);
  }
}

/* line 77, ../scss/_navigator.scss */
.sticky-header.scroll-to-fixed-fixed {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 82, ../scss/_navigator.scss */
nav .navigation-wrapper {
  /* all navigation content */
  height: 100%;
  padding: 0 5%;
}

/* line 87, ../scss/_navigator.scss */
nav .offcanvas-nav {
  padding: 0;
}

/* line 89, ../scss/_navigator.scss */
nav .offcanvas-nav li {
  list-style: none;
  margin: 1em 0;
  padding: 0 0 1em 0;
  /*text-align: center;*/
  border-bottom: 1px solid #2c3237;
}

/* line 95, ../scss/_navigator.scss */
nav .offcanvas-nav li .icon-vogue:before {
  width: auto;
}

/* line 99, ../scss/_navigator.scss */
nav .offcanvas-nav a {
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 1em;
  font-weight: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 106, ../scss/_navigator.scss */
nav .offcanvas-nav a:hover {
  color: white;
}

/* line 113, ../scss/_navigator.scss */
.sb-toggle-right {
  display: block;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  height: 85px;
  width: 85px;
  background-color: #b19d6c;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

/* line 127, ../scss/_navigator.scss */
.sb-toggle-right .nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}

/* line 134, ../scss/_navigator.scss */
.sb-toggle-right .nav-icon::before,
.sb-toggle-right .nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

/* line 150, ../scss/_navigator.scss */
.sb-toggle-right .nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* line 154, ../scss/_navigator.scss */
.sb-toggle-right .nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

/*------------------------------------------------------------------
FORM LAYOUT
-------------------------------------------------------------------*/
/* line 5, ../scss/_styleui.scss */
.form-control {
  border: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  color: #949494;
  background: rgba(219, 214, 206, 0.9);
  padding: 12px 12px;
  height: auto;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

/* line 20, ../scss/_styleui.scss */
.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24, ../scss/_styleui.scss */
.form-control:focus:-moz-placeholder,
.form-control:focus:-ms-input-placeholder,
.form-control:focus:-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

/* line 29, ../scss/_styleui.scss */
.form-control:-moz-placeholder {
  color: #b0a794;
}

/* line 30, ../scss/_styleui.scss */
.form-control::-moz-placeholder {
  color: #b0a794;
  opacity: 1;
}

/* line 32, ../scss/_styleui.scss */
.form-control:-ms-input-placeholder {
  color: #b0a794;
}

/* line 33, ../scss/_styleui.scss */
.form-control::-webkit-input-placeholder {
  color: #b0a794;
}

/* line 35, ../scss/_styleui.scss */
.form-control[disabled],
.form-control[readonly] {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

/* line 41, ../scss/_styleui.scss */
.form-control-static {
  margin: 0;
}

/* line 44, ../scss/_styleui.scss */
select.form-control,
select.form-control:focus {
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 49, ../scss/_styleui.scss */
fieldset[disabled] .form-control {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

/* line 53, ../scss/_styleui.scss */
label {
  font-weight: 100;
}

/* line 56, ../scss/_styleui.scss */
.form-group {
  font-size: 14px;
}

/* line 58, ../scss/_styleui.scss */
.form-group > div {
  margin-bottom: 10px;
}

.error-status > .form-control {
  background: rgba(219, 214, 206, 1);
  border: 1px solid #b19d6c;
}

.error-status > .help-block {
  display: block;
  text-align: right;
  color: #cf283f;
}

/*------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
/* line 65, ../scss/_styleui.scss */
.btn {
  padding: 15px;
}

/* line 68, ../scss/_styleui.scss */
.btn-gold {
  color: #fff;
  background: #b19d6c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 72, ../scss/_styleui.scss */
.btn-gold:hover,
.btn-gold:focus {
  color: #fff;
  background: #202427;
}

/* line 77, ../scss/_styleui.scss */
.btn-grey {
  color: #fff;
  background: #cbccd0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 81, ../scss/_styleui.scss */
.btn-grey:hover,
.btn-grey:focus {
  color: #fff;
  background: #202427;
}

/* line 86, ../scss/_styleui.scss */
.btn-blue {
  color: #fff;
  background: #6a81a5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 90, ../scss/_styleui.scss */
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background: #202427;
}

/* line 95, ../scss/_styleui.scss */
.btn-ghost {
  color: #b19d6c;
  background: transparent;
  border: 1px solid #b19d6c;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 100, ../scss/_styleui.scss */
.btn-ghost:hover,
.btn-ghost:focus {
  color: #fff;
  background: #b19d6c;
}

/* line 105, ../scss/_styleui.scss */
.btn-slide {
  display: block;
  border: none;
  background: none;
  color: #888888;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.3s, background-color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 119, ../scss/_styleui.scss */
.btn-slide:after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 55%, 0);
}

/* line 129, ../scss/_styleui.scss */
.btn-slide > span {
  display: block;
}

/* line 132, ../scss/_styleui.scss */
.btn-slide:after,
.btn-slide > span {
  transition: transform 1s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 136, ../scss/_styleui.scss */
.btn-slide:hover {
  border-color: #3f51b5;
}

/* line 140, ../scss/_styleui.scss */
.btn-slide:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  border-bottom: 3px solid;
}

/* line 145, ../scss/_styleui.scss */
.btn-slide:hover > span {
  opacity: 0;
  transform: translate3d(0, -55%, 0);
}

/*--------------------------------------------------------------------------
TABLE STYLE
--------------------------------------------------------------------------*/
/* line 5, ../scss/_tables.scss */
table {
  font-size: 14px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

/* line 14, ../scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}

/* line 19, ../scss/_tables.scss */
.table th,
.table td {
  padding: 10px 5px;
  line-height: 18px;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

/* line 27, ../scss/_tables.scss */
.table thead th,
.table thead td {
  text-align: left;
  padding: 10px 5px;
  line-height: 18px;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

/* line 36, ../scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  color: #b19d6c;
  font-weight: 100;
}

/* line 41, ../scss/_tables.scss */
.table tbody th {
  color: #b19d6c;
  font-weight: 100;
}

/* line 45, ../scss/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 54, ../scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 57, ../scss/_tables.scss */
.table tfoot tr {
  border-top: 1px solid #dddddd;
}

/* line 61, ../scss/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 67, ../scss/_tables.scss */
.table tbody tr td,
.table tfoot tr td {
  border-left: 0px solid #dddddd;
}

/* line 69, ../scss/_tables.scss */
.table tbody tr td:first-child,
.table tfoot tr td:first-child {
  border-left: 0px solid #dddddd;
}

/* line 75, ../scss/_tables.scss */
.table thead,
.table tfoot {
  background: #e0ddd4;
}

/* line 78, ../scss/_tables.scss */
.table thead tr th,
.table tfoot tr th {
  color: #ada998;
  border-left: 0px solid #dddddd;
}

/* line 81, ../scss/_tables.scss */
.table thead tr th:first-child,
.table tfoot tr th:first-child {
  border-left: 0px solid #dddddd;
}

/* line 89, ../scss/_tables.scss */
table .highlight {
  color: #6c6c6c;
}

/* line 92, ../scss/_tables.scss */
table .order-shipping,
table .order-total {
  background: #e0ddd4;
}

/* --------------------------------
Responsive Table
-------------------------------- */
@media only screen and (max-width: 991px) {
  /* line 102, ../scss/_tables.scss */
  .table th,
  .table td {
    padding: 5px 20px;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #ebebe9;
  }

  /* Force table to not be like tables anymore */
  /* line 110, ../scss/_tables.scss */
  #responsive-table table,
  #responsive-table thead,
  #responsive-table tbody,
  #responsive-table th,
  #responsive-table td,
  #responsive-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 120, ../scss/_tables.scss */
  #responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 125, ../scss/_tables.scss */
  #responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 0;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
    min-height: 30px;
  }

  /* line 135, ../scss/_tables.scss */
  #responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    color: #ada998;
  }

  /* line 146, ../scss/_tables.scss */
  #responsive-table tr {
    padding: 10px 0;
    border-bottom: 1px solid #d1cabc;
  }

  /* line 150, ../scss/_tables.scss */
  #responsive-table .no-reponsive-td {
    padding-left: 0;
  }

  /*
  Label the data
  */
  /* line 156, ../scss/_tables.scss */
  #responsive-table td:before {
    content: attr(data-title);
  }
}

/* --------------------------------
Index Slider
-------------------------------- */
/* line 8, ../scss/pages/_superslides.scss */
#slides {
  position: relative;
  bottom: 85px;
  margin-bottom: -85px;
}

/* line 11, ../scss/pages/_superslides.scss */
#slides .slides-container {
  display: none;
}

/* line 14, ../scss/pages/_superslides.scss */
#slides .scrollable {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

/* line 25, ../scss/pages/_superslides.scss */
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  bottom: 200px;
  width: 100%;
}

/* line 31, ../scss/pages/_superslides.scss */
.slides-navigation a {
  position: absolute;
  display: block;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  height: 70px;
  width: 70px;
  color: #fff;
  background: #b19d6c;
  line-height: 70px;
  margin-bottom: -85px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 44, ../scss/pages/_superslides.scss */
.slides-navigation a:before {
  font-family: "fontello";
}

/* line 47, ../scss/pages/_superslides.scss */
.slides-navigation a:hover {
  background: #202427;
}

/* line 50, ../scss/pages/_superslides.scss */
.slides-navigation a.prev {
  right: 75px;
}

/* line 52, ../scss/pages/_superslides.scss */
.slides-navigation a.prev:before {
  content: "\e807";
}

/* line 56, ../scss/pages/_superslides.scss */
.slides-navigation a.next {
  right: 0;
}

/* line 58, ../scss/pages/_superslides.scss */
.slides-navigation a.next:before {
  content: "\e806";
}

/* line 65, ../scss/pages/_superslides.scss */
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}

/* line 71, ../scss/pages/_superslides.scss */
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}

/* line 81, ../scss/pages/_superslides.scss */
.slides-pagination a.current {
  background: #222;
}

/* line 88, ../scss/pages/_superslides.scss */
.slider-logo {
  position: absolute;
  z-index: 10;
  margin-bottom: -85px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% - (40px));
  max-width: 594px;
}

/* line 95, ../scss/pages/_superslides.scss */
.slider-logo img {
  width: 100%;
}

/* --------------------------------
Gallery art slider
-------------------------------- */
/* line 7, ../scss/pages/_flexslider.scss */
.gallery-art-wrap {
  max-width: 500px;
  width: 40%;
  margin: 0 auto;
  margin-top: 50px;
  min-height: calc(100vh - 285px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 29, ../scss/pages/_flexslider.scss */
.gallery-art-slider {
  margin: 0;
  background: transparent;
  border: 0px solid #fff;
  zoom: 1;
  display: block;
  position: relative;
  overflow: visible !important;
  width: 100% !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

/* line 44, ../scss/pages/_flexslider.scss */
.gallery-art-slider .slides {
  z-index: -1;
}

/* line 46, ../scss/pages/_flexslider.scss */
.gallery-art-slider .slides img {
  margin: 0 auto;
  padding: 0;
  z-index: -1;
  border-top: 0px;
  width: 100%;
  cursor: url(../images/gallery_cursor.png), auto;
  -webkit-box-shadow: 0px 0px 25px #d0ccc2;
  box-shadow: 0px 0px 25px #d0ccc2;
}

/* line 56, ../scss/pages/_flexslider.scss */
.gallery-art-slider li:not(.flex-active-slide) img {
  height: 0 !important;
}

/* line 59, ../scss/pages/_flexslider.scss */
.gallery-art-slider li.flex-active-slide .caption {
  opacity: 1;
  display: block;
}

/* line 65, ../scss/pages/_flexslider.scss */
.gallery-art-slider .caption {
  opacity: 0;
  display: none;
  position: absolute;
  left: calc(-20% - (215px));
  width: 215px;
  bottom: 0px;
  text-align: right;
}

/* line 73, ../scss/pages/_flexslider.scss */
.gallery-art-slider .caption h3 {
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  color: #000;
  font-style: italic;
}

/* line 78, ../scss/pages/_flexslider.scss */
.gallery-art-slider .caption p {
  color: #b19d6c;
  line-height: 120%;
}

/* line 84, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav {
  z-index: 99;
  *height: 0;
}

/* line 87, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav a {
  z-index: 99;
  display: block;
  position: absolute;
  top: calc(50% - 45px);
  margin: 0;
  font-size: 80px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #cec7bc;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 102, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav .flex-prev {
  left: -35%;
}

/* line 105, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav .flex-next {
  right: -35%;
}

/* line 108, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav a:before {
  font-family: "fontello";
}

/* line 111, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav a.flex-prev:before {
  content: "\e802";
}

/* line 114, ../scss/pages/_flexslider.scss */
.gallery-art-slider .flex-direction-nav a.flex-next:before {
  content: "\e803";
}

/*--------------------------------------------------------------------------
Business Slider
--------------------------------------------------------------------------*/
/* line 124, ../scss/pages/_flexslider.scss */
.gallery-business-slider {
  margin: 0 0 0px;
  background: transparent;
  border: 0px solid #fff;
  zoom: 1;
  display: block;
  position: relative;
  overflow: visible !important;
  width: 100% !important;
  max-width: 513px !important;
  margin: 0 auto;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 137, ../scss/pages/_flexslider.scss */
.gallery-business-slider .slides {
  z-index: -1;
  overflow: visible;
}

/* line 140, ../scss/pages/_flexslider.scss */
.gallery-business-slider .slides img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  z-index: -1;
  border-top: 0px;
  cursor: url(../images/gallery_cursor.png), auto;
  -webkit-box-shadow: 0px 0px 25px #d0ccc2;
  box-shadow: 0px 0px 25px #d0ccc2;
}

/* line 153, ../scss/pages/_flexslider.scss */
.gallery-business-slider .slides li {
  text-align: center;
  background: no-repeat center transparent;
  z-index: -1;
}

/* line 159, ../scss/pages/_flexslider.scss */
.gallery-business-slider li:not(.flex-active-slide) img {
  height: 0 !important;
}

/* line 162, ../scss/pages/_flexslider.scss */
.gallery-business-slider li.flex-active-slide .caption {
  opacity: 1;
  display: block;
}

/* line 168, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav {
  z-index: 99;
  *height: 0;
}

/* line 171, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav a {
  z-index: 99;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 30px;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #cec7bc;
  line-height: 50px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 185, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav .flex-prev {
  left: 0;
}

/* line 188, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav .flex-next {
  right: 0;
}

/* line 191, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav a:before {
  font-family: "fontello";
}

/* line 194, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav a.flex-prev:before {
  content: "\e802";
}

/* line 197, ../scss/pages/_flexslider.scss */
.gallery-business-slider .flex-direction-nav a.flex-next:before {
  content: "\e803";
}

/*--------------------------------------------------------------------------
Control Nav
--------------------------------------------------------------------------*/
/* line 207, ../scss/pages/_flexslider.scss */
.flex-control-nav {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}

/* line 214, ../scss/pages/_flexslider.scss */
.flex-control-nav li a {
  background: #d03d27;
}

/* line 216, ../scss/pages/_flexslider.scss */
.flex-control-nav li a:hover {
  background: #fff;
}

/* line 220, ../scss/pages/_flexslider.scss */
.flex-control-nav li a.flex-active {
  background: #fff;
}

/* --------------------------------
About
-------------------------------- */
/* line 5, ../scss/pages/_about.scss */
.about-title {
  font-size: 100px;
  font-style: italic;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

/* line 11, ../scss/pages/_about.scss */
.about-title img {
  position: relative;
  display: block;
  left: calc(70% - 310px);
}

/* line 17, ../scss/pages/_about.scss */
.about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 900px;
  height: auto;
}

/* line 25, ../scss/pages/_about.scss */
.content.about {
  padding: 50px 120px 50px 120px;
}

/* line 27, ../scss/pages/_about.scss */
.content.about .deco-slash {
  margin: 70px auto;
}

/* --------------------------------
Gallery Category
-------------------------------- */
/* line 6, ../scss/pages/_gallery.scss */
.container-fluid.gallery {
  padding: 0px;
  height: 100%;
}

/* line 11, ../scss/pages/_gallery.scss */
.gallery-category .gallery-category-item {
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

/* line 16, ../scss/pages/_gallery.scss */
.gallery-category .gallery-category-item .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202427;
  opacity: 0;
  z-index: 1;
}

/* line 27, ../scss/pages/_gallery.scss */
.gallery-category .gallery-category-item img {
  height: 100vh;
  z-index: -1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}

/* line 34, ../scss/pages/_gallery.scss */
.gallery-category .gallery-category-item:hover .overlay {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 38, ../scss/pages/_gallery.scss */
.gallery-category .gallery-category-item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 44, ../scss/pages/_gallery.scss */
.gallery-category-title {
  width: 280px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  color: #2c3e50;
  z-index: 3;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  color: #b19d6c;
  font-size: 28px;
  text-align: center;
  line-height: 100px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 57, ../scss/pages/_gallery.scss */
.gallery-category-title span {
  font-style: italic;
  margin-left: 10px;
}

/* line 63, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 66, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title svg line {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* line 71, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title svg line.top {
  -webkit-transform: translateX(-600px);
  transform: translateX(-600px);
}

/* line 75, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title svg line.bottom {
  -webkit-transform: translateX(600px);
  transform: translateX(600px);
}

/* line 79, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title svg line.left {
  -webkit-transform: translateY(920px);
  transform: translateY(920px);
}

/* line 83, ../scss/pages/_gallery.scss */
.gallery-category-item:hover .gallery-category-title svg line.right {
  -webkit-transform: translateY(-980px);
  transform: translateY(-980px);
}

/* line 91, ../scss/pages/_gallery.scss */
.gallery-category-title svg {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 95, ../scss/pages/_gallery.scss */
.gallery-category-title svg line {
  stroke-width: 5;
  stroke: #caa54a;
  fill: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* line 103, ../scss/pages/_gallery.scss */
.gallery-category-title svg line.top,
.gallery-category-title svg line.bottom {
  stroke-dasharray: 330 240;
}

/* line 106, ../scss/pages/_gallery.scss */
.gallery-category-title svg line.left,
.gallery-category-title svg line.right {
  stroke-dasharray: 490 400;
}

/* --------------------------------
Gallery Business - list
-------------------------------- */
/* line 115, ../scss/pages/_gallery.scss */
.gallery-business {
  padding: 0;
  max-width: 900px;
  margin: 15px auto;
}

/* line 119, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item {
  min-height: 250px;
  height: 250px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

/* line 125, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202427;
  opacity: 0;
  z-index: 1;
}

/* line 136, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item img {
  width: 100%;
  z-index: -1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}

/* line 143, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item:hover .overlay {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 147, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 150, ../scss/pages/_gallery.scss */
.gallery-business .gallery-business-item:hover .gallery-business-item-title {
  color: #b19d6c;
  opacity: 1;
}

/* line 157, ../scss/pages/_gallery.scss */
.gallery-business-item-title {
  width: 90%;
  opacity: 0.6;
  position: absolute;
  z-index: 3;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  color: #202427;
  font-style: italic;
  font-size: 28px;
  text-align: center;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 168, ../scss/pages/_gallery.scss */
.gallery-business-item-title span {
  font-size: 14px;
  display: block;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

/* --------------------------------
Gallery Business - Item
-------------------------------- */
/* line 178, ../scss/pages/_gallery.scss */
.gallery-business-item-wrap {
  margin: 4% 8%;
}

/* line 180, ../scss/pages/_gallery.scss */
.gallery-business-item-wrap .left-block {
  text-align: center;
  padding: 6% 6% 0 0;
}

/* line 183, ../scss/pages/_gallery.scss */
.gallery-business-item-wrap .left-block .deco-slash {
  margin: 8% auto;
}

/* line 186, ../scss/pages/_gallery.scss */
.gallery-business-item-wrap .left-block h1 {
  font-family: garamond, "Times New Roman", "微軟正黑體", "Heiti TC";
  color: #202427;
  font-style: italic;
  font-size: 40px;
}

/* line 194, ../scss/pages/_gallery.scss */
.gallery-business-item-caption {
  color: #8f8f8f;
  font-size: 14px;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

/* line 199, ../scss/pages/_gallery.scss */
.gallery-business-item-content {
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  text-align: left;
}

/* line 202, ../scss/pages/_gallery.scss */
.gallery-business-item-content .btn {
  margin-top: 20px;
  padding: 20px;
  font-size: 18px;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-style: italic;
}

/* --------------------------------
Gallery Business
-------------------------------- */
/* line 214, ../scss/pages/_gallery.scss */
.tos-fixed {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 217, ../scss/pages/_gallery.scss */
.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
  padding: 20px;
}

/* line 220, ../scss/pages/_gallery.scss */
.tos-uibg {
  background-image: none;
}

/*
  jQuery Touch Optimized Sliders "R"Us
  Buttons addon
*/
/* line 227, ../scss/pages/_gallery.scss */
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 244, ../scss/pages/_gallery.scss */
.tos-prev,
.tos-next {
  background: none;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  display: block;
  position: absolute;
  font-size: 60px;
  text-align: center;
  height: 120px;
  width: 120px;
  color: #b19d6c;
  line-height: 120px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 259, ../scss/pages/_gallery.scss */
.tos-prev span,
.tos-next span {
  display: none;
}

/* line 263, ../scss/pages/_gallery.scss */
.tos-prev.tos-disabled,
.tos-next.tos-disabled {
  cursor: default;
}

/* line 266, ../scss/pages/_gallery.scss */
.tos-prev {
  left: 20px;
}

/* line 269, ../scss/pages/_gallery.scss */
.tos-next {
  right: 20px;
}

/* line 272, ../scss/pages/_gallery.scss */
.tos-prev:before {
  font-family: "fontello";
  content: "\e802";
}

/* line 276, ../scss/pages/_gallery.scss */
.tos-next:before {
  font-family: "fontello";
  content: "\e803";
}

/* line 280, ../scss/pages/_gallery.scss */
.tos-close {
  background: none;
  font-size: 40px;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #b19d6c;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 289, ../scss/pages/_gallery.scss */
.tos-close span {
  display: none;
}

/* line 293, ../scss/pages/_gallery.scss */
.tos-close:before {
  font-family: "fontello";
  content: "\e805";
}

/* line 297, ../scss/pages/_gallery.scss */
.tos-caption-0 {
  font-style: italic;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-weight: 100;
  background: transparent;
  color: #b19d6c;
  font-size: 22px;
  padding: 7px 15px;
  text-shadow: none;
}

/* --------------------------------
Courses tab
-------------------------------- */
/* Shylock (by @benhanks040888) */
/* line 10, ../scss/pages/_courses.scss */
.course-nav {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

/* line 14, ../scss/pages/_courses.scss */
.course-nav .nav-list {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
  padding: 0;
}

/* line 21, ../scss/pages/_courses.scss */
.course-nav .nav-link {
  position: relative;
  margin: 0 1.5em;
  padding-right: 0;
  padding-left: 0;
  color: #b5b5b5;
  transition: color 0.4s;
  font-size: 16px;
}

/* line 29, ../scss/pages/_courses.scss */
.course-nav .nav-link:hover,
.course-nav .nav-link:focus {
  color: #b5b5b5;
}

/* line 33, ../scss/pages/_courses.scss */
.course-nav .nav-link:before {
  background: #b5b5b5;
  transition-delay: 0.4s;
}

/* line 37, ../scss/pages/_courses.scss */
.course-nav .nav-link:after {
  background: #b19c6b;
}

@media only screen and (max-width: 400px) {
  /* line 42, ../scss/pages/_courses.scss */
  .course-nav .nav-list {
    justify-content: space-around;
    width: 100%;
  }

  /* line 46, ../scss/pages/_courses.scss */
  .course-nav .nav-link {
    margin: 0;
  }

  /* line 49, ../scss/pages/_courses.scss */
  .course-nav .nav-item {
    width: 30%;
    text-align: center;
  }
}

/* line 54, ../scss/pages/_courses.scss */
.course-nav .current .nav-link {
  color: #b19c6b;
}

/* line 56, ../scss/pages/_courses.scss */
.course-nav .current .nav-link:hover,
.course-nav .current .nav-link:focus {
  color: #b19c6b;
}

/* line 60, ../scss/pages/_courses.scss */
.course-nav .current .nav-link::before,
.course-nav .current .nav-link::after {
  transform: scale3d(1, 1, 1);
}

/* line 64, ../scss/pages/_courses.scss */
.course-nav .current .nav-link::before {
  transition-delay: 0s;
}

/* line 68, ../scss/pages/_courses.scss */
.course-nav .nav-link:hover::before,
.course-nav .nav-link:focus::before {
  transform: scale3d(1, 1, 1);
  transition-delay: 0s;
}

/* line 73, ../scss/pages/_courses.scss */
.course-nav .nav-link::before,
.course-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scale3d(0, 1, 1);
  transform-origin: center left;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------------
Courses
-------------------------------- */
/* line 92, ../scss/pages/_courses.scss */
.courses-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 900px;
  height: auto;
  z-index: -1;
}

/* line 102, ../scss/pages/_courses.scss */
.courses-main {
  margin: 5px auto;
  margin-top: 25px;
  min-height: 300px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWRlZSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2YxZWRlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YxZWRlZSIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(241, 237, 238, 0)),
    color-stop(26%, rgba(241, 237, 238, 0.9)),
    color-stop(51%, rgba(241, 237, 238, 0.9))
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(241, 237, 238, 0) 0%,
    rgba(241, 237, 238, 0.9) 26%,
    rgba(241, 237, 238, 0.9) 51%
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(241, 237, 238, 0) 0%,
    rgba(241, 237, 238, 0.9) 26%,
    rgba(241, 237, 238, 0.9) 51%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(241, 237, 238, 0) 0%,
    rgba(241, 237, 238, 0.9) 26%,
    rgba(241, 237, 238, 0.9) 51%
  );
}

/* line 107, ../scss/pages/_courses.scss */
.courses-main > h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1cabc;
}

/* line 111, ../scss/pages/_courses.scss */
.courses-main img.courses-banner {
  max-width: 100%;
}

/* line 116, ../scss/pages/_courses.scss */
.courses-content {
  max-width: 900px;
  margin: 0 auto;
}

/* line 121, ../scss/pages/_courses.scss */
ul.courses-list {
  list-style: none;
  margin: 0 auto;
  padding: 0px;
  line-height: 20px;
  max-width: 700px;
}

/* line 127, ../scss/pages/_courses.scss */
ul.courses-list li {
  min-width: 350px;
  font-size: 14px;
  margin: 20px 0;
  padding-bottom: 20px;
}

/* line 132, ../scss/pages/_courses.scss */
ul.courses-list li a {
  color: #7b7b7b;
}

/* line 134, ../scss/pages/_courses.scss */
ul.courses-list li a:hover {
  color: #b19d6c;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* line 139, ../scss/pages/_courses.scss */
ul.courses-list li .item-number {
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-size: 48px;
  font-style: italic;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  margin-right: 15px;
  color: #969c90;
}

/* line 151, ../scss/pages/_courses.scss */
ul.courses-list li .item-text {
  float: left;
  width: 240px;
}

/* line 154, ../scss/pages/_courses.scss */
ul.courses-list li .item-text h4 {
  font-family: "Calibri", serif, "微軟正黑體", "Heiti TC";
  font-size: 14px;
  color: #969c90;
  margin: 0;
  margin-bottom: 6px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 165, ../scss/pages/_courses.scss */
ul.courses-list li .item-text span {
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-style: italic;
  color: #b3b3b3;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 176, ../scss/pages/_courses.scss */
ul.courses-list li .deco-line {
  position: absolute;
  left: 90px;
  bottom: 20px;
  width: 100px;
  border-bottom: 1px solid #b19d6c;
}

/* line 184, ../scss/pages/_courses.scss */
ul.courses-list li a:hover .item-number {
  background: #b19d6c;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 189, ../scss/pages/_courses.scss */
ul.courses-list li a:hover .item-text h4,
ul.courses-list li a:hover .item-text span {
  color: #b19d6c;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* --------------------------------
Courses Sign up 課程報名
-------------------------------- */
/* line 203, ../scss/pages/_courses.scss */
.course-signup {
  margin: 7rem auto;
  max-width: 700px;
}

/* line 208, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap {
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  box-shadow: 0px 11px 21px 0px rgba(212, 208, 209, 0.35);
  border-radius: 8px;
}

/* line 215, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-content {
  padding: 2rem 3rem;
}

/* line 217, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-content .form-control {
  border-radius: 2px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-color: #eeeeee;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 227, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-footer {
  width: 100%;
  left: 0;
  bottom: 0;
}

/* line 231, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-footer .form-group {
  margin-bottom: 0;
}

/* line 233, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-footer .form-group .btn {
  letter-spacing: 8px;
  padding: 20px;
  background: #828282;
}

/* line 237, ../scss/pages/_courses.scss */
.course-signup .course-form-wrap .box-footer .form-group .btn:hover {
  background: #b19d6c;
}

/* line 244, ../scss/pages/_courses.scss */
.course-signup .title {
  color: #000;
  margin-bottom: 2rem;
}

/* line 248, ../scss/pages/_courses.scss */
.course-signup .caption {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #888;
}

/* line 252, ../scss/pages/_courses.scss */
.course-signup .caption span {
  border-bottom: 1px solid #b19d6c;
  transition: all ease-in 0.2s;
  font-size: 0.9em;
  margin-left: 10px;
}

/* line 257, ../scss/pages/_courses.scss */
.course-signup .caption span:hover {
  color: #000;
  border-bottom-color: #000;
}

/* line 268, ../scss/pages/_courses.scss */
.member-signup-form .form-control,
.member-signin-form .form-control {
  background: transparent;
  border-bottom: 1px solid #dccfd2;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

/* line 273, ../scss/pages/_courses.scss */
.member-signup-form .form-control:focus,
.member-signin-form .form-control:focus {
  border-bottom: 1px solid #000;
}

/* --------------------------------
Shop - list
-------------------------------- */
/* line 5, ../scss/pages/_shop.scss */
.shop-list {
  padding: 0;
  max-width: 1000px;
  margin: 15px auto;
}

/* line 9, ../scss/pages/_shop.scss */
.shop-list .shop-list-item {
  margin: 20px auto;
  height: 310px;
  width: 190px;
}

.shop-list .shop-list-item > a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 17, ../scss/pages/_shop.scss */
.shop-list li {
  padding: 0px;
  cursor: pointer;
  list-style: none;
}

/* line 21, ../scss/pages/_shop.scss */
.shop-list li img {
  width: 100%;
  position: relative;
  z-index: -1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}

/* line 28, ../scss/pages/_shop.scss */
.shop-list li:hover .shop-list-item a {
  -webkit-box-shadow: 0px 0px 25px #d0ccc2;
  box-shadow: 0px 0px 25px #d0ccc2;
}

/* line 31, ../scss/pages/_shop.scss */
.shop-list li:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 34, ../scss/pages/_shop.scss */
/* .shop-list li:hover .item-caption {
  background: #b19d6c;
} */

/* line 36, ../scss/pages/_shop.scss */
/* .shop-list li:hover .item-caption h4,
.shop-list li:hover .item-caption span,
.shop-list li:hover .item-caption h3 {
  color: #fff;
} */

/* line 41, ../scss/pages/_shop.scss */
.shop-list li .item-caption {
  width: 100%;
  height: 65px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 49, ../scss/pages/_shop.scss */
.shop-list li .item-caption h4 {
  font-size: 14px;
  margin: 0;
  color: #202427;
  font-style: italic;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 59, ../scss/pages/_shop.scss */
.shop-list li .item-caption span {
  display: block;
  color: #b19d6c;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  font-size: 12px;
  line-height: 26px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-list li .item-caption h3 {
  font-size: 18px;
  color: #202427;
  font-style: italic;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 10px;
}

.shop-list .shop-list-item > .add-cart-btn {
  border: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #b19d6c;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.shop-list li:hover .shop-list-item > .add-cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media only screen and (max-width: 991px) {
  .shop-list .shop-list-item > .add-cart-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}

.shop-sidebar {
  list-style: none;
  padding-left: 0;
  margin: 20px auto;
}

.shop-sidebar .collapse,
.shop-sidebar .collapsing {
  list-style: none;
  padding-left: 20px;
  padding-top: 5px;
}

.shop-sidebar .panel {
  margin-bottom: 10px;
}

.shop-sidebar .panel > a {
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.shop-sidebar .panel > a.collapsed {
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.shop-sidebar .panel > a.this-page {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
}

.shop-sidebar .collapse > li > a,
.shop-sidebar .collapsing > li > a {
  color: #b19d6c;
  font-style: normal;
}

.shop-sidebar .collapse > li > a.this-page,
.shop-sidebar .collapsing > li > a.this-page {
  font-weight: 600;
  position: relative;
}

.shop-sidebar .collapse > li > a.this-page::before,
.shop-sidebar .collapsing > li > a.this-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #e2e2e2;
  width: 100%;
  height: 50%;
  bottom: -2px;
}

@media only screen and (max-width: 991px) {
  .shop-sidebar {
    display: none;
  }
}

/* --------------------------------
Shop - item
-------------------------------- */
/* line 76, ../scss/pages/_shop.scss */
.shop-item-wrap {
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}

/* line 81, ../scss/pages/_shop.scss */
.shop-item-wrap .left-img {
  padding-right: 5%;
}

/* line 83, ../scss/pages/_shop.scss */
.shop-item-wrap .left-img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 25px #d0ccc2;
  box-shadow: 0px 0px 25px #d0ccc2;
}

/* line 88, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block {
  background: #fff;
  padding: 5% 8%;
}

/* line 91, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block h1.shop-item-title {
  text-align: center;
  font-family: garamond, "Times New Roman", "微軟正黑體", "Heiti TC";
  color: #202427;
  font-style: italic;
}

/* line 97, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block span.shop-item-subtitle {
  color: #b19d6c;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
}

/* line 105, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block .deco-slash {
  margin: 5% auto;
}

/* line 108, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block .price {
  color: #202427;
  text-align: center;
}

/* line 112, ../scss/pages/_shop.scss */
.shop-item-wrap .right-block .btn {
  margin-top: 15px;
}

/* line 117, ../scss/pages/_shop.scss */
.shop-item-content {
  margin: 25px 0;
}

/* --------------------------------
Product Quantity
-------------------------------- */
/* line 123, ../scss/pages/_shop.scss */
#quantity {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 160px;
}

/* line 127, ../scss/pages/_shop.scss */
#quantity .qty {
  background: #f3f3f2;
  text-align: center;
  color: #b7b7b7;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  width: 80px;
  height: 36px;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

/* line 145, ../scss/pages/_shop.scss */
#quantity input[type="button"] {
  background: #e7e7e7;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  height: 36px;
  width: 36px;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 20%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 164, ../scss/pages/_shop.scss */
.product-qa {
  margin-top: 10px;
}

/* --------------------------------
Contact
-------------------------------- */
/* line 5, ../scss/pages/_contact.scss */
.container-fluid.contact {
  padding: 0px;
  height: 100%;
}

/* line 9, ../scss/pages/_contact.scss */
.contact-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  /* align items in Cross Axis */
  align-content: stretch;
  /* Extra space in Cross Axis */
}

/* line 16, ../scss/pages/_contact.scss */
.contact-left {
  padding: 8%;
  background: #202427;
  color: #b19d6c;
}

/* line 20, ../scss/pages/_contact.scss */
.contact-left h1 {
  font-size: 100px;
  font-style: italic;
  text-align: center;
  margin-top: 50px;
}

/* line 26, ../scss/pages/_contact.scss */
.contact-left .deco-slash {
  margin: 8% auto;
}

/* line 29, ../scss/pages/_contact.scss */
.contact-left p {
  margin: 0 auto;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  line-height: 150%;
  font-size: 13px;
  color: #b19d6c;
}

/* line 36, ../scss/pages/_contact.scss */
.contact-left .contact-info {
  color: #7e7e7e;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  line-height: 150%;
  font-size: 13px;
}

/* line 37, ../scss/pages/_contact.scss */
.contact-left .contact-info h4 {
  color: #7e7e7e;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

/* line 41, ../scss/pages/_contact.scss */
.contact-left .contact-info h4.with-border-top {
  border-top: 1px solid #383838;
  padding-top: 15px;
}

/* line 51, ../scss/pages/_contact.scss */
.contact-main {
  background-image: url("../images/contact_bg.jpg");
  background-size: cover;
}

/* line 55, ../scss/pages/_contact.scss */
.contact-form {
  width: 80%;
  padding: 20% 10% 0 10%;
}

/* line 2, ../scss/pages/_member.scss */
.container-fluid.member {
  background-image: url("../images/member_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

/* --------------------------------
Member Form and tTable
-------------------------------- */
/* line 11, ../scss/pages/_member.scss */
.login-form,
.forget-pass-form {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 5%;
}

/* line 16, ../scss/pages/_member.scss */
.register-form,
.account-edit-form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 5%;
}

/* line 21, ../scss/pages/_member.scss */
.member-order-history,
.member-order-detail,
.order-checkout,
.order-cart {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5%;
}

/* line 26, ../scss/pages/_member.scss */
.product-title img {
  max-width: 40px;
  margin-right: 10px;
  float: left;
}

/* line 31, ../scss/pages/_member.scss */
.product-title span {
  line-height: 55px;
}

/* --------------------------------
Member Detail
-------------------------------- */
/* line 37, ../scss/pages/_member.scss */
.member-account-info {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

/* line 41, ../scss/pages/_member.scss */
.member-account-info h4 {
  margin: 30px 0;
}

/* line 45, ../scss/pages/_member.scss */
.account-detail {
  list-style: none;
  padding: 0;
}

/* line 48, ../scss/pages/_member.scss */
.account-detail li {
  margin-bottom: 10px;
}

/* line 51, ../scss/pages/_member.scss */
.account-detail li span.label {
  display: inline-block;
  color: #b19d6c;
}

/* --------------------------------
Member Register Complete
-------------------------------- */
/* line 60, ../scss/pages/_member.scss */
.register-complete {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 5%;
}

/* line 64, ../scss/pages/_member.scss */
.register-complete i {
  font-size: 150px;
  color: #dad3c3;
}

/* line 70, ../scss/pages/_member.scss */
.register-complete-text {
  border-top: 1px solid #d2cdb3;
  margin-top: 20px;
  padding-top: 15px;
}

/* --------------------------------
Shop Mini Cart - in navigator
-------------------------------- */
/* line 5, ../scss/pages/_checkout.scss */
.nav-dropdown {
  color: #b19d6c;
}

/* line 8, ../scss/pages/_checkout.scss */
.nav-dropdown:hover .popup-container {
  visibility: visible;
  display: block;
}

/* line 12, ../scss/pages/_checkout.scss */
.nav-dropdown:hover:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
}

/* line 20, ../scss/pages/_checkout.scss */
.popup-container {
  visibility: visible;
  display: none;
  position: absolute;
  right: 0;
  width: 300px;
  padding: 20px;
  text-align: left;
  background: #fbfaf4;
  border: 1px solid #e6dfd1;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* line 35, ../scss/pages/_checkout.scss */
.popup-container {
  font-size: 12px;
}

/* line 37, ../scss/pages/_checkout.scss */
.popup-container .close {
  font-size: 12px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  right: 0;
  color: #dddddd;
}

/* line 45, ../scss/pages/_checkout.scss */
.popup-container .cart-title {
  font-family: garamond, "Times New Roman", "微軟正黑體", "Heiti TC";
}

/* line 48, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list {
  padding: 0;
}

/* line 50, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .item {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #efefef;
}

/* line 56, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .item:before {
  content: " ";
  display: table;
}

/* line 60, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .item:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 66, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .mini-product-img {
  float: left;
  width: 50px;
  margin-right: 15px;
}

/* line 70, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .mini-product-img img {
  width: 50px;
}

/* line 74, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .product-details {
  margin-left: 55px;
}

/* line 76, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .product-details span {
  line-height: 13px;
}

/* line 79, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list .product-details span.size {
  display: block;
}

/* line 83, ../scss/pages/_checkout.scss */
.popup-container .mini-products-list p.product-name {
  font-size: 14px;
  margin: 0 0 5px 0;
  padding-right: 30px;
}

/* line 89, ../scss/pages/_checkout.scss */
.popup-container .mini-cart-info {
  margin: 10px 0;
}

/* line 91, ../scss/pages/_checkout.scss */
.popup-container .mini-cart-info span.price {
  float: right;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-style: italic;
  font-size: 20px;
  color: #b19d6c;
}

/* line 101, ../scss/pages/_checkout.scss */
.mini-products-bottom .btn {
  padding: 10px;
}

/* line 105, ../scss/pages/_checkout.scss */
.product-quantity {
  margin-bottom: 0;
}

/* line 107, ../scss/pages/_checkout.scss */
.product-quantity .qty {
  background: rgba(228, 224, 217, 0.9);
  text-align: center;
  color: #949494;
  font-weight: 100;
  font-size: 14px;
  width: 40px;
  height: 36px;
  border: 0;
}

/* line 117, ../scss/pages/_checkout.scss */
.product-quantity input[type="button"] {
  background: #e7e7e7;
  border: none;
  outline: 0;
  color: #949494;
  font-size: 14px;
  height: 36px;
  width: 18px;
}

/* line 2, ../scss/pages/_pagination.scss */
.pagination {
  font-size: 12px;
  text-align: center;
}

/* line 5, ../scss/pages/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 13, ../scss/pages/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 15, ../scss/pages/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 0px;
  border-left-width: 0;
  color: #cdc1a6;
}

/* line 25, ../scss/pages/_pagination.scss */
.pagination ul > li a:hover,
.pagination ul > li a:focus {
  color: #b19d6c;
}

/* line 31, ../scss/pages/_pagination.scss */
.pagination ul .active > a,
.pagination ul .active > span {
  color: #b19d6c;
  cursor: default;
}

/* line 37, ../scss/pages/_pagination.scss */
.pagination ul .disabled > span {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 42, ../scss/pages/_pagination.scss */
.pagination ul .disabled > a {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 46, ../scss/pages/_pagination.scss */
.pagination ul .disabled > a:hover,
.pagination ul .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 55, ../scss/pages/_pagination.scss */
.pagination ul li:first-child a,
.pagination ul li:first-child span,
.pagination ul li:last-child > a,
.pagination ul li:last-child > span {
  font-size: 20px;
}

/* --------------------------------
Responsive
-------------------------------- */
@media only screen and (max-width: 1350px) {
  ul.header-nav > li {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 8, ../scss/pages/_responsive.scss */
  header .header-inner .logo {
    width: 20%;
  }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width: 991px) {
  /* line 17, ../scss/pages/_responsive.scss */
  body {
    font: normal 14px / 20px "Calibri", "微軟正黑體", "HelveticaNeue",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /* line 20, ../scss/pages/_responsive.scss */
  h1,
  .h1 {
    font-size: 30px;
  }

  /* line 24, ../scss/pages/_responsive.scss */
  h2,
  .h2 {
    font-size: 24px;
  }

  /* line 28, ../scss/pages/_responsive.scss */
  h3,
  .h3 {
    font-size: 18px;
  }

  /* line 32, ../scss/pages/_responsive.scss */
  h4,
  .h4 {
    font-size: 14px;
  }

  /* line 36, ../scss/pages/_responsive.scss */
  p {
    font-size: 13px;
    line-height: 180%;
  }

  /* line 40, ../scss/pages/_responsive.scss */
  .content {
    padding: 25px 10px;
  }

  /* line 43, ../scss/pages/_responsive.scss */
  .container-fluid {
    min-height: calc(100vh - 45px);
  }

  /* line 47, ../scss/pages/_responsive.scss */
  ul.header-nav {
    margin: 1em 60px 0 0;
  }

  /* line 53, ../scss/pages/_responsive.scss */
  ul.header-nav .nav-cart,
  ul.header-nav .nav-member {
    display: inline-block;
    padding: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  /* line 60, ../scss/pages/_responsive.scss */
  header {
    height: 45px;
  }

  /* line 62, ../scss/pages/_responsive.scss */
  header .header-inner .logo {
    left: 1.5em;
    top: 1em;
    width: 25%;
  }

  /* line 66, ../scss/pages/_responsive.scss */
  header .header-inner .logo img {
    height: 15px;
    max-width: 100%;
  }

  /* line 72, ../scss/pages/_responsive.scss */
  .sb-toggle-right {
    width: 45px;
    height: 45px;
  }

  /* line 75, ../scss/pages/_responsive.scss */
  .sb-toggle-right svg {
    display: none;
  }

  /* line 80, ../scss/pages/_responsive.scss */
  .copyright {
    left: -225px;
  }

  /* line 84, ../scss/pages/_responsive.scss */
  .main {
    margin: 0 45px;
  }

  /* line 88, ../scss/pages/_responsive.scss */
  .about-title {
    margin-left: 25%;
    font-size: 80px;
  }

  /* line 91, ../scss/pages/_responsive.scss */
  .about-title img {
    margin: 0 auto;
    max-width: 100%;
    left: inherit;
  }

  /* line 97, ../scss/pages/_responsive.scss */
  .container-fluid.about {
    padding: 100px;
  }

  /* line 99, ../scss/pages/_responsive.scss */
  .container-fluid.about .deco-slash {
    margin: 50px auto;
  }

  /* line 105, ../scss/pages/_responsive.scss */
  .gallery-category .gallery-category-item {
    height: 50%;
  }

  /* line 107, ../scss/pages/_responsive.scss */
  .gallery-category .gallery-category-item img {
    width: 100%;
    height: auto;
  }

  /* line 113, ../scss/pages/_responsive.scss */
  .gallery-art-wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 10%;
    display: -webkit-inherit;
    display: -ms-inherit;
    display: inherit;
  }

  /* line 123, ../scss/pages/_responsive.scss */
  .gallery-art-slider .caption {
    position: relative;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-flex-direction: column;
    left: 0;
    margin: 0 auto;
    width: 215px;
    text-align: center;
  }

  /* line 133, ../scss/pages/_responsive.scss */
  .gallery-art-slider .caption h3 {
    font-size: 24px;
  }

  /* line 136, ../scss/pages/_responsive.scss */
  .gallery-art-slider .caption p {
    margin-top: 0;
  }

  /* line 141, ../scss/pages/_responsive.scss */
  .gallery-art-slider .flex-direction-nav a {
    top: calc(50% - 75px);
    font-size: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  /* line 148, ../scss/pages/_responsive.scss */
  .gallery-art-slider .flex-direction-nav .flex-prev {
    left: -35px;
  }

  /* line 151, ../scss/pages/_responsive.scss */
  .gallery-art-slider .flex-direction-nav .flex-next {
    right: -35px;
  }

  /* line 156, ../scss/pages/_responsive.scss */
  .gallery-business-item-wrap {
    margin: 4% 8%;
  }

  /* line 158, ../scss/pages/_responsive.scss */
  .gallery-business-item-wrap .left-block {
    text-align: center;
    padding: 20px 0 0 0;
  }

  /* line 164, ../scss/pages/_responsive.scss */
  .courses-main {
    padding: 0;
  }

  /* line 167, ../scss/pages/_responsive.scss */
  ul.courses-list {
    max-width: 320px;
  }

  /* line 171, ../scss/pages/_responsive.scss */
  .shop-list {
    max-width: 700px;
  }

  /* line 175, ../scss/pages/_responsive.scss */
  .shop-item-wrap .left-img {
    padding: 0;
  }

  /* line 177, ../scss/pages/_responsive.scss */
  .shop-item-wrap .left-img img {
    margin-bottom: 15px;
  }

  /* line 183, ../scss/pages/_responsive.scss */
  .contact-wrap {
    flex-direction: column;
  }

  /* line 186, ../scss/pages/_responsive.scss */
  .contact-left {
    height: inherit;
    margin-bottom: 0;
  }

  /* line 189, ../scss/pages/_responsive.scss */
  .contact-left h1 {
    font-size: 80px;
    margin-top: 0;
  }

  /* line 193, ../scss/pages/_responsive.scss */
  .contact-left .deco-slash {
    margin: 2% auto;
  }

  /* line 196, ../scss/pages/_responsive.scss */
  .contact-left p {
    width: 100%;
    margin: 0 auto;
  }

  /* line 201, ../scss/pages/_responsive.scss */
  .contact-main {
    height: inherit;
    margin-bottom: 0;
  }

  /* line 205, ../scss/pages/_responsive.scss */
  .contact-form {
    width: 100%;
    padding: 10%;
  }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 767px) {
  /* line 215, ../scss/pages/_responsive.scss */
  .main {
    margin: 0;
  }

  /* line 218, ../scss/pages/_responsive.scss */
  .page-title.large {
    font-size: 80px;
  }

  /* line 222, ../scss/pages/_responsive.scss */
  header {
    height: 45px;
  }

  /* line 224, ../scss/pages/_responsive.scss */
  header .header-inner .logo {
    left: 1.2em;
    top: 1.2em;
    width: 130px;
  }

  /* line 228, ../scss/pages/_responsive.scss */
  header .header-inner .logo img {
    max-width: 100%;
    height: auto;
  }

  /* line 235, ../scss/pages/_responsive.scss */
  .copyright {
    visibility: hidden;
  }

  /* line 238, ../scss/pages/_responsive.scss */
  .container-fluid.about {
    padding: 50px;
  }

  /* line 240, ../scss/pages/_responsive.scss */
  .container-fluid.about .deco-slash {
    margin: 30px auto;
  }

  /* line 245, ../scss/pages/_responsive.scss */
  .gallery-business .gallery-business-item {
    height: 200px;
    min-height: 200px;
  }

  /* line 248, ../scss/pages/_responsive.scss */
  .gallery-business .gallery-business-item img {
    height: 100%;
    width: inherit;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  /* line 254, ../scss/pages/_responsive.scss */
  .gallery-business .gallery-business-item:hover img {
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }

  /* line 261, ../scss/pages/_responsive.scss */
  .popup-container {
    width: 290px;
    right: -105px;
    top: 35px;
  }

  /* line 266, ../scss/pages/_responsive.scss */
  .nav-member .popup-container {
    right: -45px;
  }

  /* line 269, ../scss/pages/_responsive.scss */
  .shop-item-wrap {
    margin-top: 40px;
  }

  /* line 273, ../scss/pages/_responsive.scss */
  .member-nav a {
    border-bottom: 0;
  }

  /* line 275, ../scss/pages/_responsive.scss */
  .member-nav a:last-child {
    border-bottom: 1px solid #b19d6c;
  }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 320px) {
  /* line 285, ../scss/pages/_responsive.scss */
  ul.courses-list {
    margin-top: 0;
  }

  /* line 287, ../scss/pages/_responsive.scss */
  ul.courses-list li {
    margin: 0;
    min-width: 100%;
  }

  /* line 291, ../scss/pages/_responsive.scss */
  ul.courses-list li .item-number {
    display: block;
    float: inherit;
    margin-bottom: 10px;
  }

  /* line 296, ../scss/pages/_responsive.scss */
  ul.courses-list li .deco-line {
    left: 0px;
    bottom: 10px;
    width: 100%;
  }

  /* line 303, ../scss/pages/_responsive.scss */
  .shop-list .shop-list-item {
    margin: 10px auto;
  }

  /* line 307, ../scss/pages/_responsive.scss */
  .slides-navigation {
    bottom: 110px;
  }

  /* line 309, ../scss/pages/_responsive.scss */
  .slides-navigation a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  /* line 313, ../scss/pages/_responsive.scss */
  .slides-navigation a.prev {
    right: 42px;
  }

  /* line 318, ../scss/pages/_responsive.scss */
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
    padding: 0;
  }
}

#product-slider {
  margin-bottom: 20px;
}

#product-slider .product-slider-arrow {
  position: absolute;
  bottom: -5px;
  display: block;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  height: 50px;
  width: 50px;
  color: #fff;
  background: #b19d6c;
  line-height: 50px;
}

#product-slider .product-slider-arrow.prev {
  right: 50px;
}

#product-slider .product-slider-arrow.prev::before {
  font-family: "fontello";
  content: "\e807";
}

#product-slider .product-slider-arrow.next {
  right: 0px;
}

#product-slider .product-slider-arrow.next::before {
  font-family: "fontello";
  content: "\e806";
}

#product-slider .carousel-indicators li, #course-banner-slider .carousel-indicators li {
  border: 1px solid #b19d6c;
}

#product-slider .carousel-indicators .active, #course-banner-slider .carousel-indicators .active {
  background-color: #b19d6c;
}

@media only screen and (max-width: 991px) {
  #course-banner-slider .item img {
    margin-bottom: 15px;
  }
}

#list-slider {
  position: relative;
  height: 400px;
  overflow: hidden;
}

#list-slider .page-title {
  font-size: 40px;
  font-weight: bold;
}

#shop-slider {
  position: relative;
  height: calc(100vh - 85px);
}

@media only screen and (max-width: 991px) {
  #shop-slider {
    height: calc(100vh - 45px);
  }
}

#shop-slider .gallery-category {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.sub-shop-nav {
  display: none;
}

#sub-nav-btn span,
#backnav-btn span,
.back-subnav-btn span {
  display: inline-block;
  float: right;
  margin-top: 5px;
}

.product-subnav-area {
  width: 100%;
  background: #f5f5f5;
  display: none;
  padding: 10px;
  margin-top: -10px;
  text-align: center;
}

.product-subnav {
  display: inline-block;
  list-style: none;
}

.product-subnav > li {
  float: left;
  min-width: 160px;
  margin-bottom: 10px;
}

.product-subnav li a {
  color: #888;
  font-size: 14px;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
}

.product-subnav li a:hover {
  color: #b19d6c;
}

.product-subnav-list {
  list-style: none;
  padding: 0;
  display: none;
  margin-top: 5px;
}

.sublist-nav-btn-pc {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sublist-nav-btn-pc.active {
  color: #b19d6c;
}

.clear {
  clear: both;
}

.show {
  color: #b19d6c;
}

.sub-shop-nav li.active {
  border-bottom: none;
}

.sub-shop-nav li.active > a {
  color: #b19d6c;
}

.table-cart tr td > input {
  background-color: transparent;
}

.inline-link {
  margin-bottom: 5px;
  margin-top: 5px;
}

.inline-link > a {
  border-bottom: 1px solid #b19d6c;
  color: #b19d6c;
}

.inline-link > a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.recommand-slider {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 transparent;
}

.recommand-slider .flex-control-nav {
  top: 100%;
  bottom: auto;
  margin-top: 15px;
}

.recommand-slider .flex-control-nav li a {
  background-color: #fff;
}

.recommand-slider .flex-control-nav li a.flex-active {
  background-color: #b19d6c;
}

.recommand-item > a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 567px) {
  .recommand-item > a:first-child {
    height: 255px;
  }
  .recommand-item.auto-h > a:first-child {
    height: unset;
  }
}

@media (min-width: 768px) {
  .recommand-item > a:first-child {
    height: 310px;
  }
  .recommand-item.auto-h > a:first-child {
    height: unset;
  }
}

@media (min-width: 768px) {
  .recommand-item > a:first-child {
    height: 310px;
  }
  .recommand-item.auto-h > a:first-child {
    height: unset;
  }
}

.recommand-item > .add-to-cart {
  border: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #b19d6c;
  color: #fff;
  text-align: center;
}

.recommand-item > a > img {
  width: 100%;
  position: relative;
  z-index: -1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}

.recommand-item:hover > a > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recommand-item > a .item-caption {
  width: 100%;
  height: 65px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.recommand-item > a .item-caption h4 {
  font-size: 14px;
  margin: 0;
  color: #202427;
  font-style: italic;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommand-item > a .item-caption span {
  display: block;
  color: #b19d6c;
  font-family: "Open Sans", sans-serif, "微軟正黑體", "Heiti TC";
  font-size: 12px;
  line-height: 26px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-group {
  padding: 12px 12px;
  height: auto;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  margin-bottom: 5.5rem;
  background: transparent;
  border: 1px solid rgba(219, 214, 206, 0.9);
  border-radius: 30px;
}

.search-group.mobile {
  display: none;
}

.search-group > input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: #949494;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0;
}

.search-group > input:focus {
  box-shadow: none;
  outline: transparent;
}

.search-group > button {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 5px;
  flex: 0 0 35px;
  max-width: 35px;
  outline: transparent;
}

.search-group > button > img {
  max-width: 100%;
  height: auto;
}

.search-empty {
  border: 1px solid #e0e0e0;
  padding: 10px 6px;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 991px) {
  .search-group.mobile {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2.5rem;
    margin-bottom: 5.5rem;
    background: transparent;
    border: 1px solid rgba(219, 214, 206, 0.9);
    border-radius: 30px;
  }
}

.slash-title {
  font-size: 100px;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
}
.slash-title .deco-slash {
  margin: 8% auto;
}

.index-content:first-child {
  margin-top: 80px;
}

.index-content {
  margin-bottom: 120px;
}

.index-content:last-child {
  margin-bottom: 60px;
}

.index-content ul.courses-list {
  max-width: unset;
}

.index-content ul.courses-list li a {
  display: flex;
}

.index-content ul.courses-list li .item-number {
  float: unset;
  flex: 0 0 60px;
  max-width: 60px;
  width: unset;
  margin-right: 0;
}

.index-content ul.courses-list li .item-text {
  width: unset;
  float: unset;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}
.index-content ul.courses-list li .item-text h4,
.index-content ul.courses-list li .item-text span {
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: unset;
}

.index-content .recommand-slider {
  margin-top: 40px;
}


.index-online-text {
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}

.index-online-text::before {
  /* content: "// ONLINE CLASS"; */
  font-family: "Calibri", serif, "微軟正黑體", "Heiti TC";
  font-size: 65px;
  font-style: italic;
  color: #e4dbdb;
  z-index: -1;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0;
  line-height: 1;
}

.index-online-text .title {
  font-size: 75px;
  letter-spacing: 2px;
  color: #969c90;
}
.index-online-text .sub-title {
  font-size: 45px;
}

.index-online-text >p {
  height: 5.4em;
  line-height: 1.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.index-online-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.index-online-row >.img-box {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
  padding-left: 15px;
    padding-right: 15px;
}

.index-online-row >.text-box {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
  padding-left: 15px;
    padding-right: 15px;
}

.index-online-row + .index-online-row{
  margin-top: 65px;
}

.index-online-row:nth-child(even) >.img-box {
  order: 1;
}

.index-online-row:nth-child(even) >.text-box {
  order: 0;
}

.index-online-row .index-online-text .btn-gold {
  border-radius: 5px;
}


@media (max-width: 1199px) {
  .index-online-row >.img-box,
  .index-online-row >.text-box {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .index-online-row:nth-child(even) >.img-box {
    order: 0;
  }

  .index-online-row:nth-child(even) >.text-box {
    order: 1;
  }
  .index-online-row .index-online-text .btn-block{
    text-align: center;
  }
}

@media (max-width: 991px) {
  .index-online-text::before {
    font-size: 55px;
  }
  .index-online-text .title {
    font-size: 65px;
  }
  .index-online-text .sub-title {
    font-size: 20px;
  }

}

@media (max-width: 567px) {
  .index-online-text .title {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .index-online-row:nth-child(even) .index-online-text {
    padding-left: 3rem;
    padding-right: 2rem;
    text-align: right;
   }

   .index-online-row:nth-child(even) .index-online-text::before {
     right: unset;
     left: -20px;
   }
}

.under-line-link {
  font-size: 30px;
  position: relative;
  padding: 5px 10px;
}

.under-line-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #969c90;
  transform: scaleX(1);
  transform-origin: center center;
  transition: .4s ease-in;
}

.under-line-link:hover::after {
  transform: scaleX(0);
}

.index-contact {
  padding: 8%;
  background: #202427;
  color: #b19d6c;
}

.index-contact-inner {
  max-width: 80%;
  margin: 0 auto;
}

.index-contact-text {
  margin-top: 20px;
}

.index-contact-text address {
  margin-bottom: 10px;
}

.index-contact-footer {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.coupon-code-group {
  display: inline-table;
  margin-bottom: 0;
  max-width: 250px;
}

.coupon-code .alert-text {
  font-size: 13px;
  font-style: normal;
  color: #c18c51;
  display: inline-block;
  padding-top: 6px;
}

.coupon-code-group .form-control {
  background-color: transparent;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding-top: 5px;
  padding-bottom: 6px;
}

.coupon-code-group .input-group-addon {
  border-radius: 0;
  border-color: #dddddd;
  padding: 0;
  background-color: transparent;
}


.coupon-code-group .input-group-addon a {
  display: inline-block;
  line-height: 31px;
  padding: 0 12px;
}

.coupon-code-group .input-group-addon a i {
 color: #b3b3b3;
}

/* CLASS LIST */
.mb-1{
  margin-bottom: 1rem;
}
.bg-dark{
  background-color: #000;
}
.classlist-banner{
  position: relative;
}
.classlist-banner .flexslider{
  border: none;
  margin: 0;
}
.classlist-banner .custom-navigation{
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 4rem;
}
.classlist-banner .custom-navigation .flex-control-nav{
  text-align: right;
}
.classlist-banner .custom-navigation .flex-control-nav a{
  background: none;
  box-shadow: none;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-size: 1.25rem;
  height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
}
.classlist-banner .custom-navigation .flex-control-nav a.flex-active{
  color: #b19d6c;
}

.classlist-banner .class-banner-title .title,
.classlist-banner .class-banner-title .subtitle{
  color: #fff;
}

.class-banner-wrap{
  position: relative;
  height: calc(100vh - 85px);
  /* background-position: center;
  background-size: cover; */
  /* box-shadow: inset 0 -200px 150px -120px rgba(0,0,0,0.8); */
}
.class-banner-wrap::after{
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  height: 150px;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
}
.class-banner-wrap .media-wrap{
  height: 100%;
  position: relative;
}
.class-banner-wrap img{
  height: 100%;
  object-fit: cover;
}
.class-banner-wrap video{
  height: 100%;
  width: auto;
  margin: auto;
  position: absolute;
  right: 0;
  transform: translateX(calc((100% - 100vw) / 2));
}

.slides .class-banner-wrap .class-media-portrait{
  display: none;
}

@media only screen and (max-width: 767px) {
  .slides .class-banner-wrap .class-media-portrait{
    display: block;
  }
  .slides .class-banner-wrap .class-media-wide{
    display: none;
  }
}

.class-banner-btns{
  position: absolute;
  bottom: 3rem;
  right: 4rem;
  z-index: 3;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-size: 1.25rem;
  color: #fff;
}
.class-banner-btns button+button {
  margin-left: 2rem;
}

.class-banner-btns{
  text-align: right;
}

.class-banner-title{
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  z-index: 3;
}

.class-banner-title h3{
  font-weight: bold;
  color: #b19d6c;
}
.class-banner-title h4 {
  color: #000;
}

.center-banner .banner-slogan-l{
  text-align: center;
  color: #b19d6c;
  font-size: 2rem;
  margin: 30px 0 0 0;
}

.center-banner .banner-slogan-s{
  color: #b19d6c;
  text-align: center;
  font-weight: bold;
  margin: 1rem;
  font-size: 1.25rem;
  -webkit-text-stroke: 0.3px #b19d6c;
}

.banner-center-img-wrap{
  margin-top: 60px;
  position: relative;
}

.banner-center-img-wrap .banner-center-title{
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.banner-center-title h3{
  color: #fff;
  font-size: 3rem;
  margin-bottom: 15px;
}
.banner-center-title h3::after {
  content: '';
  display: block;
  height: 3px;
  width: 12px;
  background-color: #fff;
  margin: 8px auto;
}

.banner-center-title a{
  background-color: #b19d6c;
  display: inline-block;
  color: #fff;
  padding: 5px 35px;
  border-radius: 5px;
  /* letter-spacing: .5rem; */
}

/* .banner-center-title a:first-letter{
  margin-left: 0.5rem;
} */

.cat-tabs{
  margin: 50px 0;
  text-align: center;
}

.cat-tabs a{
  background-color: #b19d6c;
  display: inline-block;
  color: #fff;
  padding: 10px 50px;
  margin-right: 1rem;
  border-radius: 5px;
  font-size: 1.125rem;
  /* letter-spacing: .5rem; */
}
/* 
.cat-tabs a:first-letter{
  margin-left: 0.5rem;
} */

.class-list{
  margin: 100px 0;
}
.class-card{
  max-width: 360px;
}
.class-card .card-num{
  margin: 20px 0 5px 0;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  font-size: 2rem;
  color: #b19d6c;
}
.class-card .deco-slash{
  margin: 0;
}
.class-card .card-img{
  height: 540px;
  position: relative;
  z-index: 2;
}
.class-card .card-img img{
  object-fit: cover;
  height: 100%;
}
.class-card .card-img h4{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "微軟正黑體", "Heiti TC";
  z-index: 3;
}
.class-card .card-img::after {
  content: '';
  width: 100%;
  display: block;
  height: 200px;
  /* background: blue; */
  box-shadow: inset 0 -100px 60px -25px rgba(0,0,0,0.8);
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.class-card .deco-slash span{
  font-size: 1.5rem;
  font-weight: bold;
}
.class-card a{
  opacity: 0.9;
}
.class-card a:hover{
  opacity: 1;
}

.class-list .flexslider{
  background-color: transparent;
  border: none;
}

.class-list .custom-navigation a{
  width: 4.5rem;
  background-color: #b19d6c;
  height: 4.5rem;
  border-radius: 4.5rem;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 2rem;
  text-align: center;
  padding: 1.1rem 0.9rem;
}
.class-list .custom-navigation .button-prev{
  left: 10px;
}
.class-list .custom-navigation .button-next{
  right: 10px;
}
.class-list .custom-navigation a:hover{
  opacity: 1;
}

/* COURSE DETAIL PAGE */

.live-body{
  padding: 50px;  
}

.class-comming{
  margin-bottom: 100px;
  color: #b19d6c;
}
.class-comming .deco-slash{
  margin: 0;
}
.class-comming .deco-slash span{
  font-size: 2rem;
  width: 200px;
}
.list-relavent h3{
  font-family: "微軟正黑體", "Heiti TC";
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.item-card .card-img-wrap{
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.item-card p{
  margin-top: 0px;
  color: #b19d6c;
}


/* BOTTOM FOOTER */

.footer-bottom{
  position: relative;
  padding: 50px;
  background-color: #000;
  color: #b19d6c;
  margin: 0 85px;
  font-size: .875rem;
  line-height: 2;
}
.footer-bottom .logo{
  max-width: 235px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    margin: 0;
  }
}
.footer-bottom .back-to-top{
  position: absolute;
  color: #b19d6c;
  font-family: "didot", serif, "微軟正黑體", "Heiti TC";
  top: -2rem;
  right: 25px;
  z-index: 2;
  width: 28px;
}

.footer-bottom .back-to-top::after, .footer-bottom .back-to-top::before{
  content: '';
  display: block;
  position: absolute;
  border-color: #b19d6c;
  border-style: solid;

}

.footer-bottom .back-to-top::after{
  top: -1rem;
  left: 5px;
  width: 20px;
  height: 20px;
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
}

.footer-bottom .back-to-top::before{
  top:  calc(-1rem - 8px);
  left: 1px;
  width: 28px;
  height: 20px;
  border-width: 1px 0 0 0 ;

}
.footer-other-links{
  padding-left: 0;
  text-align: center;
}
.footer-bottom .footer-other-links li{
  list-style: none;

}
.footer-other-links li:first-child{
  font-weight: bold;

}

.footer-bottom .footer-links{
  padding-left: 0;
  font-weight: bold;
}
.footer-bottom .footer-links li{
  list-style: none;
}
.footer-bottom .footer-links li::before{
  content: '/';
}
@media only screen and (max-width: 991px) {
  .footer-bottom .footer-links li{
    text-align: center;
  }
}
.footer-bottom a{
  color: #b19d6c;
  opacity: 0.9;
}
.footer-bottom a:hover{
  opacity: 1;
}
.footer-bottom .social-link{
  font-size: 1.5rem;

}
.footer-bottom .social-link svg{
  fill: #b19d6c;
  font-size: 1.5rem;
  height: 1.5rem;
  vertical-align: text-bottom;
  margin-right: 0.1em;
  margin-left: 0.1em;
}