@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
/*.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}*/
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
/*.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}*/
.dropup .dropdown-menu,
/*.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}*/
@media (min-width: 768px) {
  /*.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }*/
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  /*position: relative;*/
  /*display: table;*/
  /*border-collapse: separate;*/
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/*.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}*/
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-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.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.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;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
/*.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}*/
/*.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
/*.show {
  display: block !important;
}*/
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*START HEADER CSS*/
body{
    overflow-x: hidden;
}
@media(max-width: 992px){
    .container-ids {
        width: 100%;
    }
    .desktop-header {
        background-image: none !important;
    }
    .desktop-nav > ul > li {
        margin-left: 15px;
    }
}
/*END HEADER CSS*/
/*START HOME SLIDER CSS*/
#section-slider {
    position: relative;
}
.homeswiper-image {
    display: table;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.homeswiper-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.homeswiper-title {
    padding: 0 15px;
    font-size: 30px;
    color: #a82024;
}
.homeswiper-link {
    padding: 0 15px 0 20px;
    /*margin: 15px 0 0 0;*/
    margin-top: 65px;
    margin-bottom: 30px;
}
.homeswiper-link > a {
    display: inline-block;
    border: solid 2px #a82024;
    padding: 4px 25px;
    border-radius: 30px;
    
    font-weight: bold;
}
.homeswiper-link > a:hover,.homeswiper-link > a:focus,.homeswiper-link > a:active {
    color: #FFFFFF;
    background-color: #a82024;
}
.homeswiper-link > span {
    display: inline-block;
    border: solid 2px #a82024;
    padding: 4px 25px;
    border-radius: 30px;
    
    font-weight: bold;
}
.homeswiper-link > span:hover,.homeswiper-link > span:focus,.homeswiper-link > span:active {
    color: #FFFFFF;
    background-color: #a82024;
}
.home-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #FFFFFF;
    height: 8px;
    width: 8px;
    margin: 0 3px !important;
}
.home-pagination .swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
    opacity: 1;
}
.desktop-search {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 3;
}
.wrap-search {
    width: 500px;
    margin: 0 auto;
}
.input-search {
    border: 0 !important;
    border-radius: 35px;
    
    color: #808080;
    padding: 6px 35px 6px 12px;
}
.input-search::-webkit-input-placeholder {
  color: #c3c3c3;
}
.input-search::-moz-placeholder {
  color: #c3c3c3;
}
.input-search:-ms-input-placeholder {
  color: #c3c3c3;
}
.input-search:-moz-placeholder {
  color: #c3c3c3;
}
.wrap-search > form {
    position: relative;
}
.wrap-search .fa-search {
    position: absolute;
    top: 9px;
    right: 15px;
    color: #c3c3c3;
    font-size: 15px;
}
@media(max-width: 1200px){
    .part-navigation > .container-ids{
        width: 100% !important;
    }
    .nav-url {
        font-size: 14px;
    }
    .nav-list > ul > li {
        margin: 0 10px;
    }
}
@media(max-width: 992px){
    .homeswiper-image {
        height: 450px;
    }
    .homeswiper-title {
        font-size: 25px;
        text-align: center;
    }
    .homeswiper-link {
        text-align: center;
    }
}
@media(max-width: 767px){
    .homeswiper-image {
        height: 400px;
    }
    .homeswiper-title {
        font-size: 20px;
    }
    .homeswiper-link > a {
        padding: 3px 20px;
    }
    .desktop-search {
        display: none;
    }
}
@media(max-width: 500px){
    .homeswiper-image {
        height: 350px;
    }
    .homeswiper-title {
        font-size: 18px;
    }
}
/*END HOME SLIDER CSS*/
/*START HOME PRODUCT CSS*/
.hproduct-head {
    margin: 30px 0 0 0;
    
    font-weight: bold;
    color: #a82024;
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 2px #a82024;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.hproduct-note {
    
    color: #808080;
    margin-bottom: 20px;
}
.row-hproduct {
    display: table;
    width: 100%;
}
.col-hproduct {
    display: block;
    float: left;
    width: 25%;
    vertical-align: top;
    margin-bottom: 30px;
    -moz-margin-end:-4px;
}
.hproduct-link {
    display: block;
}
.hproduct-image {
    padding-bottom: 80%;
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
}
.hproduct-title {
    text-align: center;
    
    font-weight: bold;
    color: #a82024;
    letter-spacing: 0.5px;
}
.hproduct-wrap {
    padding: 0 15px;
}
.hproduct-link:hover > .hproduct-title {
    color: #2da0e6;
}
.hproduct-all {
    margin: 30px 0 50px 0;
    text-align: center;
}
.hproduct-all > a {
    
    font-weight: bold;
    border: solid 2px #a82024;
    padding: 6px 22px;
    color: #a82024;
    border-radius: 50px;
    display: inline-block;
    -moz-margin-end:-4px;
}
.hproduct-all > a:hover,.hproduct-all > a:focus,.hproduct-all > a:active {
    color: #FFFFFF;
    background-color: #a82024;
}
@media(max-width: 767px){
    .col-hproduct {
        width: 50%;
        margin-bottom: 20px;
    }
    .hproduct-image {
        padding-bottom: 60%;
    }
}
@media(max-width: 500px){
    .col-hproduct {
        width: 100%;
    }
}
/*END HOME PRODUCT CSS*/
/*START HOME listbox CSS*/
.hlistbox-header {
    padding: 0 15px;
}
.hlistbox-head {
    margin: 30px 0 0 0;
    
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 2px #ffffff;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.hlistbox-note {
    
    color: #ffffff;
    margin-bottom: 20px;
}
.hlistbox-wrap {
    background-color: #a82024;
}
.row-hlistbox {
    display: table;
    width: 100%;
    position: relative;
}
.col-hlistbox {
    display: block;
    float: left;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    -moz-margin-end:-4px;
}
.hlistbox-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70%;
    display: block;
    margin-bottom: 10px;
}
.hlistbox-date {
    
    color: #ffffff;
    margin-bottom: 10px;
}
.hlistbox-title {
    
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}
.hlistbox-title:hover,.hlistbox-title:focus,.hlistbox-title:active {
    color: #bfe6ff;
}
.hlistbox-desc {
    /**/
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 20px;
}
.hlistbox-read {
    text-align: left;
}
.hlistbox-read > a {
    display: inline-block;
    padding: 2px 15px;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    font-size: 12px;
    
}
.hlistbox-read > a:hover,.hlistbox-read > a:focus,.hlistbox-read > a:active {
    background-color: #FFFFFF;
    color: #a82024;
}
.hlistbox-all {
    text-align: center;
    margin-bottom: 30px;
}
.hlistbox-all > a {
    display: inline-block;
    padding: 5px 22px;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    font-size: 14px;
    
    font-weight: bold;
}
.hlistbox-all > a:hover,.hlistbox-all > a:focus,.hlistbox-all > a:active {
    background-color: #FFFFFF;
    color: #a82024;
}
.listbox-pagination {
    text-align: center;
    margin: 20px 0;
}
.listbox-pagination > ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}
.listbox-pagination > ul > li {
    display: inline-block;
    margin: 0 3px;
}
.pagination-link {
    font-size: 14px;
    color: #a82024;
    padding: 2px 2px;
    border: solid 1px #a82024;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 25px;
    height: 25px;
}
.pagination-link:hover,.pagination-link:focus,.pagination-link:active {
    color: #fff !important;
    background-color: #a82024;
}
.active-pag{
    color: #FFFFFF;
    background-color: #a82024;
}
@media(max-width: 767px){
    .col-hlistbox {
        width: 50%;
    }
    .col-hlistbox:last-child {
        display: none;
    }
}
@media(max-width: 500px){
    .col-hlistbox {
        width: 100%;
    }
    .col-hlistbox:last-child {
        display: inline-block;
        -moz-margin-end:-4px;
    }
}
/*END HOME listbox CSS*/
/*START HOME EVENT CSS*/
.hevent-wrap {
    background-image: url('../img/bg-event.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hevent-wrap {
    padding: 50px 0;
}
.hevent-header {
    padding: 0 15px;
}
.hevent-head {
    
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 2px #ffffff;
    margin-bottom: 8px;
}
.hevent-note {
    
    color: #ffffff;
    margin-bottom: 30px;
}
.row-hevent {
    display: table;
    width: 100%;
    position: relative;
}
.col-hevent-left {
    display: block;
    float: left;
    width: 30%;
    -moz-margin-end:-4px;
    vertical-align: top;
    padding: 0 15px;
}
.col-hevent-right {
    display: block;
    float: left;
    -moz-margin-end:-4px;
    vertical-align: top;
    width: 70%;
    position: relative;
    padding: 0 15px;
}
.hevent-box {
    display: table;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.col-edate {
    display: inline-block;
    padding: 0 30px;
    width: 20%;
    -moz-margin-end:-4px;
}
.col-etitle {
    display: inline-block;
    vertical-align: top;
    -moz-margin-end:-4px;
    width: 80%;
    padding: 15px;
}
.edate {
    background-color: #ddd;
    text-align: center;
    
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 15px 15px 30px 15px;
    font-size: 18px;
    line-height: normal;
}
.hevent-title {
    
    font-weight: bold;
    color: #a82024;
    font-size: 16px;
}
.hevent-place {
    
    color: #808080;
    position: relative;
    margin: 10px 0;
}
.hevent-view {
    text-align: center;
    margin-bottom: 30px;
}
.hevent-view > a {
    display: inline-block;
    padding: 5px 22px;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 50px;
    font-size: 14px;
    
    font-weight: bold;
}
.hevent-view > a:hover,.hevent-view > a:focus,.hevent-view > a:active {
    background-color: #FFFFFF;
    color: #a82024;
}
.datepicker-ids .ui-datepicker {
    max-width: 100% !important;
}
.datepicker-ids .ui-state-default{
    text-align:center;
}
.datepicker-ids .ui-datepicker {
    max-width: 100% !important;
}
.datepicker-ids .ui-state-default{
    text-align:center;
}
.hevent-date-xs {
    
    color: #808080;
    margin-bottom: 5px;
}
.highlight > a {
    background-color: #a82024 !important;
    color: #FFFFFF !important;
    background-image: none !important;
}
@media(max-width: 991px){
    .col-hevent-left {
        width: 35%;
    }
    .col-hevent-right {
        width: 65%;
    }
    .col-edate {
        padding: 0 15px;
    }
    .edate {
        font-size: 16px;
    }
    .hevent-title {
        font-size: 14px;
    }
    .hevent-place {
        font-size: 14px;
    }
    .col-etitle {
        padding: 10px 15px;
    }
}
@media(max-width: 767px){
    .col-hevent-left {
        display: none;
    }
    .col-hevent-right {
        width: 100%;
    }
    .col-edate {
        display: none;
    }
    .col-etitle {
        width: 100%;
    }
}
/*END HOME EVENT CSS*/
/*START HOME PARTNER CSS*/
.hpartner-wrap {
    padding: 0 15px;
}
.hpartner-head {
    margin: 30px 0 0 0;
    
    font-weight: bold;
    color: #a82024;
    font-size: 20px;
    display: inline-block;
    border-bottom: solid 2px #a82024;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.hpartner-note {
    
    color: #808080;
    margin-bottom: 30px;
}
.homepartner-wrap{
    padding: 30px 15px;
}
.homepartner-container {
    padding: 0 30px;
    height: auto !important;
}
.homepartner-wrapper{
    height: auto !important;
}
.homepartner-slide{
    width: 180px;
    max-width: 100%;
    display: inline-block;
    height:auto !important;
}
.homepartner-image {
    text-align: center;
    display: block;
    padding: 15px;
}
.homepartner-image > a {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 40%;
    margin-bottom: 20px;
    width: 180px;
    max-width: 100%;
}
.arrow-partner {
    position: absolute;
    //top: 45%;
    top: 30%;
    z-index: 5;
    cursor: pointer;
}
.arrow-partner > img {
    height: 20px;
}
.swiper-prev {
    left: 0;
}
.swiper-next {
    right: 0;
}
/*END HOME PARTNER CSS*/

/*START listbox CSS*/
.breadcrumb-ids {
    padding: 10px 15px;
    margin: 10px 0 0 0;
    
}
.breadcrumb-ids > a {
    
    color: #808285;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb-ids > a:hover,.breadcrumb-ids > a:focus,.breadcrumb-ids > a:active {
    color: #a82024;
}
.listboxswiper-image {
    display: table;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.listboxswiper-content {
    display: table-cell;
    width: 100%;
    height: 500px;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}
.listboxswiper-date {
    
    color: #FFFFFF;
    padding: 0 15px;
    text-align: center;
}
.listboxswiper-title {
    color: #FFFFFF;
    font-size: 30px;
    padding: 0 15px;
    text-align: center;
    width: 700px;
    max-width: 100%;
    margin: 10px auto;
}
.listboxswiper-desc {
    /**/
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.listboxswiper-layer {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.listboxswiper-link {
    text-align: center;
}
.listboxswiper-link > a {
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    padding: 5px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
    border-radius: 50px;
    
    font-weight: bold;
    font-size: 14px;
}
.listboxswiper-link > a:hover,.listboxswiper-link > a:focus,.listboxswiper-link > a:active {
    background-color: #FFFFFF;
    color: #a82024;
}
.listbox-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
}
.listbox-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #FFFFFF;
    margin: 0 3px !important;
}
.listbox-wrap {
    padding: 30px 0;
}
.row-tlistbox {
    display: table;
    width: 100%;
}
.col-tlistbox {
    display: block;
    float: left;
    width: 50%;
    vertical-align: top;
    -moz-margin-end:-4px;
    padding: 0 15px;
}
.listbox-head {
    
    font-weight: bold;
    color: #a82024;
    font-size: 18px;
    display: inline-block;
    border-bottom: solid 2px #a82024;
    margin-bottom: 8px;
}
.listbox-filter {
    display: table;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.listbox-filter > li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.filter-title {
    
    color: #808080;
    font-size: 14px;
}
.btn-filter {
    display: block;
    font-size: 14px;
    
    /* background-color: #e2e2e2; */
    padding: 3px 10px;
    color: #656565;
    text-transform: capitalize;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
}
.btn-filter:hover,.btn-filter:focus,.btn-filter:active {
    color: #656565;
}
.dropdown-filter {
    margin: 0;
    left: inherit;
    right: 0;
    padding: 0;
}
.dropdown-filter > li > a {
    
    font-size: 14px;
    color: #808080;
}
.dropdown-filter > li {
    border-bottom: solid 1px #ddd;
}
.dropdown-filter > li:last-child {
    border-bottom: 0 !important;
}
.dropdown-filter > li > a:hover,.dropdown-filter > li > a:focus,.dropdown-filter > li > a:active {
    color: #FFFFFF;
    background-color: #808080;
}
.listbox-note {
    
    color: #808080;
    font-size: 14px;
}
.listbox-list {
    margin: 30px 0 0 0;
}
.row-listbox {
    display: table;
    width: 100%;
}
.col-listbox {
    display: block;
    float: left;
    width: 33.3333%;
    -moz-margin-end:-4px;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 30px;
}

.col-listbox-home {
    display: block;
    float: left;
    width: 50%;
    -moz-margin-end:-4px;
    padding: 0 15px;
    vertical-align: top;
    margin-bottom: 30px;
}

.listbox-img {
    padding-bottom: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.listbox-date {
    
    margin: 10px 0;
    color: #808080;
    font-size: 14px;
}
.listbox-title {
    font-size: 16px;
    color: #444;
    
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}
.listbox-title:hover,.listbox-title:focus,.listbox-title:active {
    color: #a82024;
}
.listbox-read > a {
    display: inline-block;
    padding: 3px 15px;
    font-size: 12px;
    
    font-weight: bold;
    border: solid 2px #444;
    border-radius: 50px;
    color: #444444;
    line-height: normal;
}
.listbox-read > a:hover,.listbox-read > a:focus,.listbox-read > a:active {
    color: #ffffff;
    background-color: #444444;
}
.listbox-headline {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    position: relative;
}
.clear-nfilter {
    text-align: right;
}
.clear-nfilter > a {
    color: #a82024;
    
    text-decoration: underline !important;
    font-size: 12px;
    display: inline-block;
    margin: 10px 0 0 0;
}
.dlistbox-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}
.dlistbox-wrap {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
}
.dlistbox-title {
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 5px;
    padding: 0 15px;
}
.dlistbox-note {
    /**/
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 15px;
}
.row-dlistbox {
    display: table;
    width: 100%;
    padding: 30px 0;
}
.col-dlistbox-left {
    width: 65%;
    display: block;
    float: left;
    vertical-align: top;
    -moz-margin-end:-4px;
    padding: 0 15px;
}
.dlistbox-type {
    
    font-size: 14px;
    color: #808080;
    margin-bottom: 3px;
}
.dlistbox-date {
    
    font-size: 14px;
    color: #808080;
}
.listbox-desc {
    margin: 30px 0 0 0;
    /**/
    color: #444444;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 30px;
}
.listbox-desc strong {
    font-weight: bold;
}
.listbox-desc iframe {
    max-width: 100%;
}
.listbox-desc img {
    max-width: 100%;
}
.listbox-desc blockquote {
    font-size: 15px !important;
}
.col-dlistbox-right {
    display: block;
    float: left;
    vertical-align: top;
    -moz-margin-end:-4px;
    width: 35%;
    padding: 0 15px;
}
.dlistbox-gallery-head {
    
    font-weight: bold;
    color: #a82024;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}
.gallery-imgswiper-image {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    position: relative;
}
.gallery-imgswiper-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    text-align: center;
    z-index: 3;
    opacity: 0;
}
.gallery-imgswiper-image:hover > .gallery-imgswiper-content{
    opacity: 1;
}
.gallery-imgswiper-zoom {
    color: #FFFFFF !important;
    font-size: 14px;
    position: relative;
    top: 45%;
    display: block;
}
.gallery-imgswiper-zoom > .fa {
    font-size: 20px;
}
.arrow-gallery-img {
    position: absolute;
    top: 50%;
    z-index: 5;
    cursor: pointer;
}
.arrow-gallery-img > .fa {
    color: #FFFFFF;
    font-size: 20px;
}
.gallery-img-next {
    right: 5px;
}
.gallery-img-prev {
    left: 5px;
}
.gallery-imgswiper-container {
    margin-bottom: 20px !important;
}
.dlistbox-bookmark > .title {
    
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
}
.dlistbox-bookmark {
    margin-bottom: 10px;
}
.bookmark-icon {
    font-size: 30px;
    color: #a82024;
}
.dlistbox-share > .title {
    
    color: #808080;
    font-size: 15px;
    margin-bottom: 5px;
}
.dlistbox-share {
    margin-bottom: 10px;
}
.share-icon {
    display: inline-block;
    margin-right: 8px;
    -moz-margin-end:-4px;
}
.share-icon > img {
    width: 35px;
}
.other-head {
    padding: 0 15px;
    margin-bottom: 30px;
}
.other-head > h3 {
    
    font-weight: bold;
    color: #a82024;
    font-size: 16px;
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 3px 10px 3px 0;
    top: 3px;
}
.other-head > hr {
    margin: 0 !important;
    border-top: solid 2px #a82024;
}
.row-other {
    display: table;
    width: 100%;
}
.col-other {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -moz-margin-end:-4px;
    padding: 0 15px;
    margin-bottom: 30px;
}
.other-image {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70%;
}
.other-date {
    color: #a82024;
    
    margin: 7px 0;
}
.other-title {
    color: #444444;
    
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
}
.other-place {
    
    font-size: 12px;
    color: #444444;
}
.other-title:hover,.other-title:focus,.other-title:active {
    color: #a82024;
}
@media(max-width: 991px){
    .row-dlistbox {
        display: block;
    }
    .listbox-headline {
        height: 400px;
    }
    .dlistbox-title {
        font-size: 25px;
    }
    .dlistbox-note {
        font-size: 14px;
    }
    .col-dlistbox-left {
        width: 100%;
    }
    .col-dlistbox-right {
        width: 100%;
    }
    .dlistbox-gallery-head {
        margin-top: 20px;
    }
    .col-other {
        width: 50%;
    }
}
@media(max-width: 767px){
    .breadcrumb-ids > a {
        font-size: 12px;
    }
    .listboxswiper-content {
        height: 400px;
    }
    .listboxswiper-date {
        font-size: 14px;
    }
    .listboxswiper-title {
        font-size: 25px;
        width: 100%;
    }
    .listboxswiper-desc {
        display: none;
    }
    .listboxswiper-link > a {
        font-size: 12px;
        line-height: normal;
        margin: 10px 0 0 0;
    }
    .col-tlistbox {
        width: 100%;
    }
    .listbox-filter {
        display: none;
    }
    .col-tlistbox:last-child {
        display: none;
    }
    .col-listbox {
        width: 50%;
    }

    .col-box-home{
      width: 50%;
    }

    .listbox-headline {
        height: 350px;
    }
    .dlistbox-title {
        font-size: 20px;
    }
    .dlistbox-note {
        font-size: 14px;
    }
    .row-dlistbox {
        padding: 20px 0;
    }
    .listbox-desc {
        margin: 15px 0;
    }
    .dlistbox-gallery-head {
        margin-top: 10px;
    }
    .gallery-imgswiper-image{
        height: 250px;
    }
}
@media(max-width: 540px){
    .listboxswiper-content {
        height: 350px;
    }

    .col-box-home{
      width: 100% !important;
    }

    .col-listbox-home {
        width: 100%;
    }

    .listboxd-title{
        height: auto !important; 
    }
    .listboxd-desc{
        height: auto !important; 
    }

    .listboxd-desc-event{
        height: auto !important; 
    }
    .col-other {
        width: 100%;
    }
}
/*END listbox CSS*/
/*START EVENT CSS*/
.eventswiper-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
}
.eventswiper-content {
    display: table-cell;
    vertical-align: middle;
    height: 500px;
    position: relative;
    z-index: 5;
}
.eventswiper-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.eventswiper-title {
    width: 700px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 5px auto;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    line-height: normal;
}
.eventswiper-desc {
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto 15px auto;
    font-size: 18px;
    line-height: normal;
}
.eventswiper-wrap {
    width: 700px;
    padding: 15px 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.eventswiper-row {
    display: table;
    width: 100%;
}
.eventswiper-col {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    -moz-margin-end:-4px;
}
.eventswiper-date {
    text-align: right;
}
.eventswiper-date > .head {
    
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.eventswiper-date > .desc {
    color: rgba(255, 255, 255, 0.8);
    /**/
}
.eventswiper-location > .head {
    
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: normal;
}
.eventswiper-location > .desc {
    color: rgba(255, 255, 255, 0.8);
    /**/
}
.eventswiper-join {
    text-align: right;
}
.eventswiper-book {
    text-align: left;
}
.eventswiper-jlink {
    color: #FFFFFF;
    
    font-weight: bold;
    font-size: 14px;
    background-color: #00ab45;
    border: solid 2px #FFFFFF;
    padding: 6px 12px;
    border-radius: 50px;
    width: 150px;
    display: inline-block;
    text-align: center;
}
.eventswiper-jlink:hover,.eventswiper-jlink:focus,.eventswiper-jlink:active {
    color: #00ab45;
    background-color: #FFFFFF;
    border: solid 2px #00ab45;
}
.eventswiper-read {
    text-align: center;
}
.eventswiper-rlink {
    color: #FFFFFF;
    
    font-weight: bold;
    font-size: 14px;
    background-color: #a82024;
    border: solid 2px #FFFFFF;
    padding: 6px 12px;
    border-radius: 50px;
    width: 150px;
    display: inline-block;
    text-align: center;
}
.eventswiper-rlink:hover {
    color: #a82024;
    background-color: #FFFFFF;
    border: solid 2px #a82024;
}
.eventswiper-link {
    color: #FFFFFF !important;
    
    font-weight: bold;
    font-size: 14px;
    border: solid 2px #FFFFFF;
    padding: 6px 12px;
    border-radius: 50px;
    width: 150px;
    display: inline-block;
    text-align: center;
    background-color: #a82024;
}
.eventswiper-link:hover {
    color: #a82024 !important;
    background-color: #ffffff !important;
    border-color:  #a82024;
}


.eventswiper-link > img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 1px;
}
.event-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #FFFFFF;
    height: 8px;
    width: 8px;
    margin: 0 3px !important;
}
.event-pagination .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    height: 12px;
    width: 12px;
}
.event-head-wrap {
    padding: 40px 15px 30px 15px;
}
.event-head {
    
    font-weight: bold;
    color: #a82024;
    font-size: 18px;
    display: inline-block;
    border-bottom: solid 2px #a82024;
    margin-bottom: 8px;
}
.event-note {
    
    color: #808080;
    font-size: 14px;
}
.event-filter-wrap {
    background-color: #ececec;
    padding: 30px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.event-filter-title {
    
    font-weight: bold;
    font-size: 16px;
    color: #757575;
    padding: 0 15px;
    margin-bottom: 15px;
}
.row-efilter {
    display: inline-block;
    width: 100%;
    position: relative;
}
.col-efilter-month {
    display: block;
    float: left;
    width: 20%;
    vertical-align: middle;
    -moz-margin-end:-4px;
    padding: 0 15px;
}
.col-efilter-date {
    display: block;
    float: left;
    width: 80%;
    vertical-align: middle;
    -moz-margin-end:-4px;
    padding: 0 15px;
    margin-left: -4px;
}
.month-drop {
    display: block;
    background-color: #a82024;
    color: #ffffff !important;
    padding: 13px 10px;
    text-align: center;
    height: 45px;
    
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    line-height: normal;
}
.month-drop:hover,.month-drop:focus,.month-drop:active {
    color: #FFFFFF;
}
.dropdown-menu-month {
    padding: 0;
    left: 11%;
    top: 100%;
    margin: 0;
    border: 0;
    background-color: #a82024;
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
}
.dropdown-menu-month > li {
    border-bottom: solid 1px #a82024;
}
.dropdown-menu-month > li:last-child {
    border-bottom: 0 !important;
}
.dropdown-menu-month > li > a {
    
    font-size: 14px;
    text-align: left;
    background-color: #a82024;
    color: #ffffff !important;
}
.dropdown-menu-month > li > a:hover, .dropdown-menu-month > li > a:focus {
    background-color: rgba(255, 255, 255, 0.4) !important;
    color: #FFFFFF !important;
}
.month-link {
    
    font-size: 14px;
    text-align: left;
    color: #a82024 !important;
}
.dateswiper-number {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 9px 5px;
    
    color: #a82024;
    font-size: 20px;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    font-weight: normal;
    text-align: center;
}
.dateswiper-number:hover,.dateswiper-number:focus,.dateswiper-number:active {
    color: #FFFFFF;
    background-color: #ff9900;
}
.dateswiper-active{
    color: #FFFFFF;
    background-color: #ff9900;
}
.dateswiper-wrapper{
    text-align: center;
}
.arrow-event {
    position: absolute;
    top: 12px;
    z-index: 3;
    cursor: pointer;
}
.arrow-event > img {
    width: 13px;
}
.swiper-enext {
    right: 0;
}
.dateswiper-padding {
    padding: 0 30px;
    position: relative;
}
.swiper-eprev {
    left: 0;
}
.swiper-button-disabled{
    opacity: 0.5;
}
.section-filter-type {
    margin: 25px 0 0 0;
}
.dropdown-type {
    display: inline-block;
    margin-right: 15px;
    -moz-margin-end:-4px;
}
.filter-type {
    display: block;
    background-color: #a82024;
    color: #FFFFFF !important;
    padding: 13px 22px;
    text-align: center;
    height: 45px;
    
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    line-height: normal;
}
.dropdown-menu-type {
    padding: 0;
    margin: 0;
    top: 105%;
    border: solid 2px #a82024;
    min-width: 150px;
}
.dropdown-menu-type > li {
    border-bottom: solid 1px #a82024;
}
.dropdown-menu-type > li:last-child {
    border-bottom: 0 !important;
}
.clear-filter {
    text-align: right;
}
.clear-filter > a {
    color: #a82024;
    
    text-decoration: underline !important;
    font-size: 14px;
    display: inline-block;
    margin: 3px 0;
}
.row-event {
    display: table;
    width: 100%;
}
.col-event {
    display: block;
    float: left;
    width: 33.3333%;
    -moz-margin-end:-4px;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 15px;
}
.event-wrap {
    padding: 30px 0;
}
.event-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70%;
}
.event-date {
    
    margin: 5px 0;
    color: #a82024;
    font-size: 14px;
}
.event-title {
    display: inline-block;
    color: #343434;
    
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.event-place {
    
    margin: 5px 0;
    font-size: 14px;
    color: #343434;
}
.event-join {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px 15px 15px;
}
.eventswiper-join > .disable-state {
    background-color: #5d5d5d !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
.event-join > .disable-state {
    background-color: #5d5d5d !important;
    color: #FFFFFF !important;
    border-color: #5d5d5d !important;
}

.event-bookmark {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 20px;
}
.btn-join {
    display: inline-block;
    padding: 4px 22px;
    border: solid 2px #a82024;
    color: #a82024;
    
    font-weight: bold;
    border-radius: 50px;
    font-size: 14px;
}
.btn-join:hover,.btn-join:focus,.btn-join:active {
    color: #ffffff;
    background-color: #a82024;
}
.event-place > img {
    width: 10px;
    position: relative;
    top: -3px;
    margin-right: 2px;
}
.btn-bookmark {
    display: inline-block;
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
}
.btn-bookmark > img {
    width: 25px;
}
.filter-select {
    margin: 10px 0;
}
.input-filter {
    
    border: solid 2px #0177c1;
}
.event-filter-mtitle {
    
    font-weight: bold;
    color: #808080;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.devent-header {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.devent-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.devent-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 30px 0;
}
.devent-content .flag-wrap {
    width: 20%;
    padding: 0 15px;
}

.devent-content .flag-wrap img {
    width: 30px;
    height: 30px;
    margin: 0 5px 10px 0px;
}
.devent-date {
    
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 3px;
}
.devent-title > h1 {
    font-size: 30px;
    color: #FFFFFF;
}
.devent-title {
    padding: 0 15px;
    margin-bottom: 5px;
}
.devent-quote {
    color: #FFFFFF;
    /**/
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 10px;
}
.devent-link{
    padding: 0 15px;
}
.devent-jlink {
    color: #FFFFFF !important;
    
    font-weight: bold;
    font-size: 14px;
    background-color: #a82024;
    border: solid 2px #FFFFFF;
    padding: 6px 12px;
    border-radius: 50px;
    width: 150px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    -moz-margin-end:-4px;
}
.devent-jlink:hover {
    color: #a82024 !important;
    background-color: #FFFFFF;
    border: solid 2px #a82024;
}
.devent-unjoin {
    background-color: #ab2700;
}
.devent-unjoin:hover,.devent-unjoin:focus,.devent-unjoin:active {
    color: #ab2700;
    background-color: #FFFFFF;
    border: solid 2px #ab2700;
}
.devent-link > .disable-state{
    background-color: #5d5d5d !important;
    color: #FFFFFF !important;
    border-color: #ffffff !important;
}

.devent-blink {
    color: #FFFFFF !important;
    
    font-weight: bold;
    font-size: 14px;
    border: solid 2px #FFFFFF;
    padding: 6px 12px;
    border-radius: 50px;
    width: 150px;
    display: inline-block;
    -moz-margin-end:-4px;
    text-align: center;
    background-color: #a82024;
}

.devent-blink:hover {
    color: #a82024 !important;
    background-color: #ffffff;
    border-color:  #a82024;
}

.devent-blink > img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 1px;
}
.blink-active{
    color: #a82024 !important;
    border-color:  #a82024;
    background-color: #ffffff;
}
.devent-joined{
    color: #a82024 !important;
    background-color: #FFFFFF !important;
    border: solid 2px #a82024 !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

@media(max-width: 767px){
    .love-blink {
        height: 13px;
        width: 17px;
    }
}
.event-detail {
    padding: 30px 0;
}
.tabs-event {
    border-bottom: solid 2px #ddd;
    margin-bottom: 30px;
}
.tabs-event > .active > a {
    border: 0 !important;
    border-bottom: solid 2px #a82024 !important;
}
.tabs-event > li > a {
    
    font-weight: bold;
    padding: 10px 15px;
    color: #555555;
    border: 0 !important;
    font-size: 16px;
    border-bottom: solid 2px transparent !important;
    text-transform: capitalize;
}
.tabs-event > li > a:hover,.tabs-event > li > a:focus {
    background-color: #f7f7f7 !important;
    border: 0 !important;
    border-bottom: solid 2px #a82024 !important;
}
.overview-content {
    
    line-height: 180%;
}
.overview-content strong {
    
    font-weight: bold;
    /*font-weight: normal;*/
}

.overview-content img {
    max-width: 100%;
}
.overview-content iframe {
    max-width: 100%;
}
.overview-content blockquote {
    font-size: 15px !important;
}
.download-content {
    
}
.download-content  a {
    display: inline-block;
    margin-bottom: 10px;
    
    font-weight: bold;
    font-size: 16px;
}
.download-content blockquote {
    font-size: 15px !important;
}
.streaming-content {
    
}
.streaming-content iframe {
    width: 500px;
    max-width: 100%;
    height: 300px;
}
.streaming-content blockquote {
    font-size: 15px !important;
}
.devent-banner > a {
    display: inline-block;
}
.devent-banner {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.devent-banner > a > img {
    width: 100%;
}
.devent-side-header {
    
    font-weight: bold;
    color: #a82024;
    font-size: 15px;
    margin-bottom: 3px;
}
.location-map {
    padding: 10px 0;
}
.devent-side-content {
    
    color: #343434;
    margin-bottom: 15px;
    font-size: 14px;
}
.zoom-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.zoom-layer > .fa {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 45%;
    font-size: 30px;
    left: 0;
    width: 100%;
}
.zoom-banner:hover > .zoom-layer, .zoom-banner:focus > .zoom-layer {
    opacity: 1;
}
.side-bookmark > .head {
    
    color: #343434;
    font-size: 16px;
    margin-bottom: 10px;
}
.side-bookmark > a {
    display: inline-block;
}
.side-bookmark > a > img {
    width: 25px;
}
.side-bookmark {
    margin-bottom: 15px;
}
.side-share .head {
    
    color: #343434;
    font-size: 16px;
    margin-bottom: 10px;
}
.share-link {
    display: inline-block;
    margin-right: 10px;
}
.share-link > img {
    width: 35px;
}
.related-event {
    margin-bottom: 30px;
}
.revent-head {
    
    font-weight: bold;
    color: #a82024;
    font-size: 18px;
    border-bottom: solid 2px #a82024;
    margin-bottom: 40px;
}
.revent-head > span {
    display: inline-block;
    padding: 3px 15px 3px 0;
    position: relative;
    top: 16px;
    background-color: #FFFFFF;
}
.row-revent {
    display: table;
    width: 100%;
}
.col-revent {
    display: block;
    float: left;
    padding: 0 15px;
    width: 25%;
    -moz-margin-end:-4px;
    vertical-align: top;
    margin-bottom: 30px;
}
.revent-img {
    display: block;
    padding-bottom: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.revent-date {
    margin: 5px 0;
    font-size: 14px;
    
    color: #a4a4a4;
}
.revent-title {
    display: inline-block;
    
    font-size: 14px;
    color: #343434;
    margin-bottom: 10px;
}
.revent-title:hover,.revent-title:focus,.revent-title:active {
    color: #a82024;
}
.revent-place {
    
    margin: 5px 0;
    font-size: 12px;
    color: #343434;
}
.revent-place > img {
    width: 11px;
    position: relative;
    top: -3px;
    margin-right: 3px;
}
.revent-wrap {
    box-shadow: 0px 1px 20px 0px rgba(136, 136, 136, 0.47);
}
.revent-content {
    padding:  10px;
}
@media(max-width: 991px){
    .eventswiper-content {
        height: 400px;
    }
    .event-head-wrap {
        padding: 30px 15px;
    }
    .event-filter-wrap {
        padding: 20px 0;
    }
    .col-efilter-month {
        width: 30%;
    }
    .col-efilter-date {
        width: 70%;
    }
    .col-event {
        width: 50%;
    }
    .devent-header {
        height: 350px;
    }
    .col-revent{
        width: 50%;
    }
}
@media(max-width: 767px){
    .eventswiper-col {
        display: block;
        width: 100%;
    }
    .eventswiper-row {
        display: block;
    }
    .eventswiper-wrap {
        width: 100%;
        display: block;
    }
    .eventswiper-content {
        height: 350px;
    }
    .eventswiper-title {
        width: 100%;
        font-size: 23px;
    }
    .eventswiper-desc {
        font-size: 16px;
    }
    .devent-banner{
        margin-top: 30px;
    }
    .devent-side-header {
        text-align: center;
    }
    .devent-side-content {
        text-align: center;
    }
    .side-bookmark {
        text-align: center;
    }
    .side-share {
        text-align: center;
        margin-bottom: 5%;
    }
    .share-link {
        margin: 0 5px;
    }
    .devent-header {
        height: 300px;
    }
    .devent-title > h1 {
        font-size: 18px;
    }
    .devent-jlink {
        font-size: 12px;
        width: auto;
    }
    .devent-blink {
        font-size: 12px;
        width: auto;
    }
    .devent-blink > img {
        width: 12px;
    }
    .devent-date {
        font-size: 14px;
    }
    .devent-quote {
        font-size: 14px;
    }
    .tabs-event > li > a {
        font-size: 12px;
        padding: 10px 12px;
    }
}
@media(max-width: 767px){
    .row-event {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .col-event {
        width: 100%;
    }
    .col-revent{
        width: 100%;
    }
    .shadow-box{
        min-height: auto;
    }
    .devent-content .flag-wrap {
        width: 30%;
    }
    .devent-content .flag-wrap img {
        width: 25px;
        height: 25px;
    }
}
@media(max-width: 500px){
    .devent-content .flag-wrap {
        width: 40%;
    }
    .devent-content .flag-wrap img {
        width: 20px;
        height: 20px;
    }
}
/*END EVENT CSS*/
/*START PRODUCT CSS*/

.hpswiper-content {
    height: 350px;
}
.hpswiper-content iframe {
    width: 100%;
    height: 100%;
}
.hpswiper-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.arrow-dproduct {
    position: absolute;
    top: 45%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
}
.swiper-dnext {
    right: 0;
}
.swiper-dprev {
    left: 0;
}
.arrow-dproduct > img {
    width: 11px;
}
.dproduct-content {
    padding: 30px 0 50px 0;
}
.tabs-product > li > a {
    border: 0 !important;
    
    font-weight: bold;
    color: #343434;
    font-size: 15px;
}
.tabs-product > li {
    display: inline-block;
    float: none;
    margin: 0 20px !important;
}
.tabs-product {
    text-align: center;
    margin-bottom: 20px;
}
.tabs-product > .active > a {
    border-bottom: solid 2px #a82024 !important;
    color: #a82024 !important;
}
.tabs-product > li > a:hover,.tabs-product > li > a:focus,.tabs-product > li > a:active {
    background-color: transparent !important;
    border-bottom: solid 2px #a82024 !important;
    color: #a82024 !important;
}
.related-event {
    margin-bottom: 30px;
}
.rproduct-head {
    
    font-weight: bold;
    color: #a82024;
    font-size: 18px;
    border-bottom: solid 2px #a82024;
    margin-bottom: 40px;
}
.rproduct-head > span {
    display: inline-block;
    padding: 3px 15px 3px 0;
    position: relative;
    top: 16px;
    background-color: #FFFFFF;
}
.row-rproduct {
    display: table;
    width: 100%;
}
.col-rproduct {
    display: block;
    float: left;
    padding: 0 15px;
    width: 25%;
    vertical-align: top;
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .col-product {
        width: 50%;
    }
    .dproduct-inquiry > a {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .sproduct-wrap {
        padding: 15px 0 0 0;
    }
    .sproduct-wrap {
        padding: 15px 0 0 0;
    }
    .product-category {
        padding: 20px 15px;
        font-size: 18px;
    }
    .phead-border {
        margin-bottom: 15px;
    }
    .phead-desc {
        font-size: 14px;
    }
    .col-product {
        width: 50%;
    }
    .phead-content {
        min-height: 350px;
    }
    .ssearch-wrap{
        margin-bottom: 10px;
    }
    .brand-list {
        border: solid 2px #ddd !important;
        border-top: solid 2px #ddd !important;
        padding: 20px !important;
        border-radius: 10px;
    }
    .brand-list-head {
        font-size: 15px;
        color: #a82024;
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
    }
    .brand-wrap {
        height: 150px;
        overflow-y: auto;
    }
    .hpswiper-container {
        margin-bottom: 20px !important;
    }
    .tabs-product > li {
        margin: 0 5px !important;
    }
    .tabs-product > li > a {
        padding: 10px;
        font-size: 14px;
    }
    .tabs-product {
        text-align: left;
    }
    .hpswiper-content {
        height: 300px;
    }
    .col-rproduct {
        width: 50%;
    }
    .dproduct-content {
        padding: 0 0 20px 0;
    }
    .dproduct-title {
        font-size: 18px;
    }
    .dproduct-quote {
        font-size: 14px;
    }
    .dproduct-inquiry > a {
        font-size: 12px;
    }
}
@media(max-width: 500px){
    .phead-content {
        min-height: 300px;
    }
    .row-product {
        display: block;
    }
    .col-product{
        width: 49%;
    }
    .col-rproduct {
        width: 50%;
    }
    .tabs-product > li > a {
        font-size: 12px;
        padding: 10px 2px;
    }
    .tabs-product > li {
        margin: 0 !important;
    }
    .product-view {
        padding: 4px 10px;
        font-size: 10px;
    }
}
@media(max-width: 450px){
    .product-link > .product-book {
        right: 0;
    }
    .product-view {
        margin-right: 20px;
    }
    .bookmark-icon {
        width: 22px;
        height: 20px;
    }
}
/*update*/
.upper {
   text-transform: uppercase;
}
.desktop-nav > ul > li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    margin-left: 0px;
}
.eventswiper-jlink-head {
    color: #a82024;
    background-color: #ffffff;
    border: solid 2px #a82024;
    padding: 8px 28px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.eventswiper-jlink-head:hover {
    color: #ffffff;
    background-color: #a82024;
}
.eventswiper-link{
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.eventswiper-jlink{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn-join{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.bookmark-icon{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.dateswiper-number{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn-search-show {
  height: 23px;
}
/*update*/
.upper {
   text-transform: uppercase;
}
.desktop-nav > ul > li {
    display: inline-block;
    padding: 0 15px;
    -moz-margin-end:-4px;
    vertical-align: top;
    margin-left: 0px;
}
.eventswiper-jlink-head {
    color: #a82024;
    background-color: #ffffff;
    border: solid 2px #a82024;
    padding: 8px 28px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.eventswiper-jlink-head:hover {
    color: #ffffff;
    background-color: #a82024;
}
.eventswiper-link{
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.eventswiper-jlink{
  background-color: #a82024;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.eventswiper-jlink:hover{
  color: #a82024;
  border: solid 2px #a82024;
}
.dateswiper-number:hover {
    background-color: #a82024;
}
.btn-join{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.bookmark-icon{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.dateswiper-number{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn-search-show {
  height: 23px;
}
/*event update*/
.text-listbox{
  
  color: #808285;
  font-size: 14px;
  margin-bottom: 5px;
}
.shadow-box {
    padding: 15px 15px 55px 15px;
    position: relative;
}
.event-contain{
    box-shadow: 0px 1px 20px 0px rgba(136, 136, 136, 0.47);
}
.p-text {
 margin: 0px 0px 10px;
}
.event-date {
    margin: 5px 0;
    
    color: #a4a4a4;
    font-size: 15px;
}
.event-place {
    margin: 8px 0;
    font-size: 14px;
    
    color: #808285;
}
.event-title {
    
    color: #333333;
    font-size: 15px;
    display: block;
    line-height: 130%;
    margin-bottom: 10px;
}
.btn-bookmark2{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    display: inline-block;
    padding: 3px 15px;
    border: solid 2px #a82024;
    color: #a82024 !important;
    
    font-weight: bold;
    border-radius: 50px;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
    width: 130px;
}
.btn-bookmark2:hover{
    color: #FFFFFF !important;
    border: solid 2px #a82024;
    background-color: #a82024 !important;
}

/*new-detail update*/
.btn-readmore{
    padding-left: 0px;
}
.category-read{
  margin: 7px 30px 10px;
  color: #b8b8b8;
}
.text-black{
  color:black;
}
/*customer.php CSS */
.chead-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.chead-layer {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.chead-content {
    position: relative;
    z-index: 5;
    min-height: 400px;
    padding: 50px 0;
}
.chead-wrap {
    width: 767px;
    max-width: 100%;
}
.chead-border {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
}
.chead-border hr {
    width: 50px;
    display: inline-block;
    border-top: solid 3px #a82024;
    margin: 0 !important;
}
.chead-desc {
    padding: 0 15px;
    /**/
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 20px;
}
#title-header {
    color: #a82024;
    
    font-weight: bold;
}
@media(max-width: 767px) {
    #title-header {
        font-size: 25px;
    }
}
@media(max-width: 500px) {
    #title-header {
        font-size: 22px;
    }
}
.hospital-content > h3{
    
    font-weight: bold;
}
.hospital-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    border: 1px solid #1C84C4;
    width: 100%;
    padding-bottom: 60%;
}
@media(max-width: 1200px) {
    .hospital-img {
        padding-bottom: 50%;
    }
}
@media(max-width: 991px) {
    .hospital-img {
        padding-bottom: 40%;
    }
}
@media(max-width: 767px) {
    .hospital-img {
        padding-bottom: 35%;
    }
}
@media(max-width: 500px) {
    .hospital-img {
        padding-bottom: 30%;
    }
}
.dropdown-menu-section {
    float: right;
    margin: 30px 0;
}
#dropbtn-country {
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
}
.menu-dropdown {
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
}
.customer {
    margin-bottom: 50px;
}
.hospital-content {
    margin-right: 15px;
}
.hospital-content > p {
    
    font-size: 16px;
    margin: 10px 0;
    text-align: justify;
}
.hospital-content > h3 {
    margin-bottom: 2%;
}
.mobile-page-wrap .hospital-img {
    padding-bottom: 40%;
    margin-bottom: 4%;
}
.mobile-page-wrap .hospital-content > h3 {
    font-size: 18px;
}
@media(max-width: 500px) {
    .hospital-content > h3 {
        font-size: 20px;
    }
    .hospital-content > p {
        font-size: 16px;
    }
}
@media(max-width: 500px) {
    .hospital-content > h3 {
        font-size: 18px;
    }
    .hospital-content > p {
        font-size: 14px;
    }
}
/*about.php CSS*/
.about-head-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.about-head-layer {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.ahead-content {
    position: relative;
    z-index: 5;
    min-height: 400px;
    padding: 50px 0;
}
.about-head-wrap {
    width: 600px;
    max-width: 100%;
}
.about-head-border {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 30px;
}
.about-head-border hr {
    width: 50px;
    display: inline-block;
    -moz-margin-end:-4px;
    border-top: solid 3px #a82024;
    margin: 0 !important;
}
.about-head-desc {
    padding: 0 15px;
    /**/
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 20px;
}
@media(max-width: 991px) {
    .about-head-desc {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .about-head-desc {
        font-size: 12px;
    }
}
.about-content {
    margin: 50px 0;
}
.about-side-menu {
    text-align: right;
    font-size: 16px;
}
.side-menu {
    font-size: 14px;
    display: block;
    color: #404040;
    margin-bottom: 7px;
}
.acontent-desc > h3 {
    
    font-weight: bold;
}
.about-side-menu hr {
    width: 250px;
    display: inline-block;
    -moz-margin-end:-4px;
    border-top: solid 1px #a82024;
    text-align: right;
    margin: 10px 0;
}
@media(max-width: 991px) {
    .side-menu {
        font-size: 14px;
    }
    .acontent-desc > h3 {
        font-size: 20px;
    }
    .about-side-menu hr {
        width: 200px;
    }
}
@media(max-width: 767px) {
    .side-menu {
        font-size: 12px;
    }
    .about-side-menu {
        text-align: left;
        border: solid 1px #ddd;
        margin: 0px 10px 20px 10px !important;
        padding: 10px 10px !important;
    }
    .acontent-desc > h3 {
        font-size: 18px;
    }
    .about-side-menu hr {
        width: 150px;
    }
}
@media(max-width: 500px) {
    .side-menu {
        font-size: 11px;
    }
    .acontent-desc > h3 {
        font-size: 16px;
    }
    .about-side-menu {
        text-align: left;
        border: solid 1px #ddd;
        margin: 0px 10px 20px 10px !important;
        padding: 10px 10px !important;
    }
    .about-side-menu hr {
        width: 130px;
    }
}
.acontent-desc {
    padding: 0 15px;
    /**/
    font-size: 14px;
    margin-bottom: 10px;
}
.acontent-desc p {
    margin: 10px 0;
    text-align: justify;
}
@media(max-width: 991px) {
    .acontent-desc {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    .acontent-desc {
        font-size: 12px;
    }
}
@media(max-width: 500px) {
    .acontent-desc {
        font-size: 11px;
    }
}
.about-side-menu > .selected {
    border-bottom: 2px solid #a82024;
    font-size: 16px;
    padding: 3px 0;
    
    font-weight: bold;
    color:  #000000;
}
@media(max-width: 991px) {
    .about-side-menu > .selected {
        font-size: 15px;
    }
}
@media(max-width: 767px) {
    .about-side-menu > .selected {
        font-size: 14px;
    }
}
@media(max-width: 500px) {
    .about-side-menu > .selected {
        font-size: 14px;
    }
}
/*event-up-to-date*/
.blue-button{
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border: solid 2px #a82024;
  color: #a82024;
  border-radius: 50px;
  display: inline-block;
  padding: 4px 15px;
  width: 130px;
  
    font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.blue-button:hover{
  background-color: #a82024;
  color: white;
}
.green-button{
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border: solid 2px #00ab45;
  color: #00ab45;
  border-radius: 10px;
  display: inline-block;
  padding: 4px 22px;
  
    font-weight: bold;
  font-size: 14px;
  margin: 0px -5px 25px 0;
}
.green-button:hover{
  background-color: #00ab45;
  color: white;
}
.margin-event-tittle{
  margin: 0 57px 0px 0px;
}
/*catalog-css*/
.title-catalogue{
  margin-bottom: -20px;
  font-size: 35px;
  color: #a82024;
  font-weight: 900;
}
.brand-list-head {
  font-size: 15px;
}
.col-event-catalog-top {
  display: inline-block;
  width: 100%;
    -moz-margin-end:-4px;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 15px;
}
.col-event-catalog {
    display: block;
    float: left;
  width: 50%;
    -moz-margin-end:-4px;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 15px;
}
.event-img-catalog {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50%;
}
.utility-text-image{
  position: absolute;
}
.white-background{
    background-color: rgba(0, 0, 0, 0);
}
.bot-text{
    margin-top: -25px;
}
@media(max-width: 500px){
 .col-event-catalog {
     width: 100%;
 }
 .col-event-catalog-top {
     width: 100%;
 }
 .col-revent{
     width: 100%;
 }
}
.left-utility{
  left: 20px;
}
.font-utility > h1{
  font-size: 15px;
  margin: 0 50px 0 0;
}
.body-catalog{
  margin-top: 25px;
}
ul{
   margin:5px;
   padding:0 25px;
}
.list-a{
  font-size: 16px;
  margin-top: 5px;
}
.font-category{
  color: #929292;
}
.list-a:hover {
   cursor: pointer;
}
.list-a:before {
  content:'';
  display: inline-block;
  position: relative;
  left: 3px;
  border: 6px solid transparent;
  border-left-color: #929292;
}
.list-a.active:before {
  left: -3px;
  top: 3px;
  border-color: #000 transparent transparent;
}
.inner-category{
 margin-left: 20px;
}
ul > li > ul > li > a{
    color: #929292;
}
.title-color{
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
a:hover > div > div > div > div > .title-color{
  color: #a82024;
}
a:hover > div > div > div > div > div > .title-color{
  color: #a82024;
}
.pagination-list {
    text-align: center;
    margin-bottom: 20px;
}
.pagination-list > ul {
    display: table;
    width: 100%;
}
.pagination-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
/*END PRODUCT CSS*/
.no-item {
    
    font-weight: bold;
    text-align: center;
    color: #a82024;
    font-size: 20px;
    padding: 100px 20px;
}
.product-bg {
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*Start login page css*/
.bg-login {
    background-repeat: no-repeat;
    background-size: cover;
}
.login-section {
    padding: 0px 200px;
}
.login-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 1px black;
    width: 767px;
    max-width: 100%;
}
@media(max-width: 1200px) {
    .login-section {
        padding: 50px 100px;
    }
}
@media(max-width: 991px) {
    .login-section {
        padding: 50px 50px;
    }
}
@media(max-width: 767px) {
    .login-section {
        padding: 25px 50px;
    }
}
@media(max-width: 500px) {
    .login-section {
        padding: 25px 20px;
    }
}
.row-login {
    width: 100%;
    display: table;
}
@media(max-width: 767px) {
    .row-login {
        padding-bottom: 0;
        display: inline-block;
    }
}
.col-login {
    display: block;
    float: left;
    width: 50%;
    -moz-margin-end:-4px;
    vertical-align: top;
    padding: 30px 15px;
}
@media(max-width: 767px) {
    .col-login {
        width: 100%;
    }
}
@media(max-width: 500px) {
    .col-login {
        width: 100%;
    }
}
.login-card > h1 {
    color: #a82024;
    
    text-align: center;
    padding: 30px 0;
}
@media(max-width: 1200px) {
    .login-card > h1 {
        font-size: 22px;
    }
}
@media(max-width: 991px) {
    .login-card > h1 {
        font-size: 21px;
    }
}
@media(max-width: 767px) {
    .login-card > h1 {
        font-size: 20px;
        padding: 20px 0;
    }
}
@media(max-width: 500px) {
    .login-card > h1 {
        font-size: 18px;
    }
}
.btn-login-third {
    border-radius: 5px;
    
    font-size: 18px;
    color: white;
    padding: 10px 0px;
    margin-bottom: 15px;
    display: inline-block;
    display: block;
    text-align: center;
}
@media(max-width: 991px) {
    .btn-login-third {
        font-size: 17px;
    }
}
@media(max-width: 767px) {
    .btn-login-third {
        font-size: 15px;
    }
}
@media(max-width: 500px) {
    .btn-login-third {
        font-size: 14px;
    }
}
.btn-login-third:hover {
    opacity: 0.8;
    color: #FFFFFF;
}
.forgot-pass-position {
    margin: 15px 0;
    text-align: left;
}
.btn-login {
    border-radius: 5px;
    
    font-size: 14px;
    color: white;
    padding: 10px 0px;
    background-color: #a82024;
    display: block;
    width: 100%;
    text-align: center;
}
.btn-login:hover {
    opacity: 0.58
    color: #FFFFFF;
}
#btn-facebook {
    background-color: #3b5998;
}
#btn-google {
    background-color: #cd4432;
}
#btn-linkedin {
    background-color: #0285b6;
}
#border-left {
    border-left: 3px solid #cdcdcd;
}
#signup-txt {
    padding: 30px 0;
    text-align: center;
}
@media(max-width: 767px) {
    #signup-txt {
        padding: 0px 20px 30px 20px; 
    }
}
@media(max-width: 500px) {
    #signup-txt {
        padding: 0 10px 15px 10px; 
    }
}
#signuphere {
    
    font-weight: bold;
    color: #a82024;
}
#socmed-txt {
    text-align: left;
    font-size: 23px;
}
.label-input {
    
}
.socmed-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
@media(max-width: 991px) {
    .socmed-wrap {
        padding: 0 50px;
    }
}
@media(max-width: 767px) {
    #socmed-txt {
        text-align: center;
        font-size: 19px;
    }
    .socmed-wrap {
        width: 100%;
        padding: 0 15px;
    }
    #border-left {
        border-left: none;
        padding: 10px 0;
    }
}
@media(max-width: 500px) {
    #socmed-txt {
        text-align: center;
        font-size: 18px;
    }
    #border-left {
        border-left: none;
    }
}
.login-input-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
@media(max-width: 991px) {
    .login-input-wrap {
        padding: 0 15px;
    }
}
@media(max-width: 767px) {
    .login-input-wrap {
        width: 100%;
        padding: 0 15px;
    }
}
/*.form-control {
    margin-bottom: 5px;
}*/
/*End login page css*/
/*Start registerpage css*/
.opening-txt > p {
    text-align: center;
    padding: 30px 90px 0 90px;
    font-size: 16px;
}
@media(max-width: 991px) {
    .opening-txt > p {
        padding: 0 15px;
        font-size: 14px;
    }
}
@media(max-width: 500px) {
    .opening-txt > p {
        padding: 0 15px;
        font-size: 14px;
    }
}
.btn-register {
    border-radius: 5px;
    
    font-size: 14px;
    color: white;
    padding: 10px 0px;
    background-color: #a82024;
    margin-top: 15px;
    display: block;
    text-align: center;
    width: 100%;
}
.btn-register:hover{
    opacity: 0.8;
    color: #FFFFFF;
}
/*End register page css*/
.dproduct-price {
    
    font-weight: bold;
    color: #a82024;
    margin-bottom: 20px;
    font-size: 16px;
}
.dproduct-price .old {
    text-decoration: line-through;
    color: #d81d1d;
}
.login-pop{
    text-align: center;
    margin: 10px 0 0 0;
    display: flex;
}
.login-pop > a{
    width: 50%;
    display: inline-block;
    padding: 4px 0;
    
    font-weight: bold;
    border: solid 2px #d9534f;
    color: #d9534f;
    border-radius: 50px;
    line-height: normal;
}
.login-pop > a:first-child{
    margin-right: 5px
}
.login-pop > a:hover{
    background-color: #d9534f;
    color: #FFFFFF;
}
/*profile*/
.warp-input-profile{
    margin-top: 12px;
}
.profile-name{
    margin-left: 2px;
    color: #929292;
    margin-bottom: 3px;
}
.input-edit-profile{
    border-radius: 6px;
    width: 95%;
    padding: 5px 5px;
    color: #0092c0;
    
    font-size: 14px;
}
.mid-border{
    border-right: 1.5px solid #e5e5e5;
}

.event-img-user-profile {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 28%;
}
.product-wrap {
    padding: 0px 0;
}
.list-user{
    margin-top: 22px;
}
.brand-list-user {
    border-top: solid 1px #ccc;
    padding: 0px 0;
}
.font-category > .row > .col-xs-2 > i{
    display: none;
}
.font-category, .active > .row > .col-xs-2 > i{
    display: inline-block;
}
.list-user > .active{
    color: #a82024;
    font-weight: bolder;
}

.col-event-pp {
    display: block;
    float: left;    width: 22%;
    vertical-align: top
    -moz-margin-end:-4px;;
    margin-bottom: 30px;
    padding: 0 15px;
}
.col-event-profile {
    display: block;
    float: left;
    width: 70%;
    -moz-margin-end:-4px;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 15px;
}
.event-img-pp {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
}
.profile-margin-top{
    margin-top: 26px;
}
.text-user{
    color: #0090ea;
    font-weight: 200;
}
.name-user{
    font-size: 20px;
    font-weight: bold;
    color: gray;
    margin-bottom: 20px;
}
.sosial-media{
    font-size: 15px;
    font-weight: bold;
    color: gray;
    margin-top: 14px;
    margin-bottom: 12px;
}
.img-icon {
    width: 15px;
    margin-right: 6px;
}
.profile-list{
    color: #929292;
}
.profile-list-sosmed{
    color: #929292;
    display: -webkit-box;
}
.list-profile{
    margin-bottom: 10px;
    margin-right: 35px;
}
.warp-sosmed{
    color: #929292;
    margin-right: 50px;
}
@media(max-width: 600px){
    .event-img-pp{
        width: 100%;
    }
    .col-event-pp{
        width: 100%;
    }
    .col-event-profile{
        width: 100%;
    }
    .profile-list-sosmed{
        display: block;
    }
    .event-img-user-profile {
        padding-bottom: unset;
    }
    .mid-border{
        border-right: 0px solid #e5e5e5;
    }
}
.sidebar-user {
    margin: 20px 0 0 0;
}
.sidebar-user > ul {
    margin: 0;
    padding: 0;
}
.sidebar-user > ul > li {
    display: block;
}
.suser-link {
    
    color: #808285;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
}
.suser-link .fa {
    float: right;
    display: none;
    position: relative;
    top: 3px;
}
.suser-active .fa {
    display: block;
}
.suser-active {
    color: #a82024;
    
    font-weight: bold;
}
.suser-link:hover,.suser-link:focus,.suser-link:active {
    color: #a82024;
}
.user-wrap {
    padding-bottom: 30px;
}
.listboxd-wrap {
    box-shadow: 0 0 10px #ddd;
}
.listboxd-wrap-event {
    box-shadow: 0 0 10px #ddd;
    min-height: 570px;
}
.listboxd-img {
    padding-bottom: 70%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 330px;
}
.listboxd-content {
    padding: 15px;
}
.listboxd-date {
    color: #808285;
    font-size: 14px;
    margin-bottom: 5px;
}

.listboxd-location {   
    color: #808285;
    font-size: 13px;
    /*margin-bottom: 5px;*/
}
.listboxd-title {
    
    color: #333333;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-align: justify;
    min-height: 25px;
}

.min-heigt-title {   
    min-height: 50px !important;
}
.listboxd-title:hover,.listboxd-title:focus,.listboxd-title:active {
    color: #a82024;
}
.listboxd-desc {
    /**/
    color: #808285;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 5px;
    height: 130px;
}
.listboxd-desc-event {
    /**/
    color: #808285;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 5px;
    height: 130px;
}

.listboxd-read {
    text-align: right;
}
.listboxd-read > a {
    display: inline-block;
    color: #a82024;
    font-size: 14px;
    border: solid 2px #a82024;
    padding: 3px 15px;
    border-radius: 50px;
}
.listboxd-read > a:hover,.listboxd-read > a:focus,.listboxd-read > a:active {
    color: #ffffff !important;
    background-color: #a82024;
    border-color: #a82024;
}
.listboxd-category {
    text-align: left;
    text-transform: uppercase;
    color: #808285;
    margin: 4px 0 0 0;
    font-size: 14px;
}

.listboxd-category-right {
    text-align: right;
    text-transform: uppercase;
    color: #808285;
    margin: 4px 0 0 0;
    font-size: 14px;
}
.order-head {
    font-weight: bold;
    font-size: 16px;
    color: #a82024;
    margin-bottom: 5px;
    text-align: center;
}
.total-order {
    margin-bottom: 10px;
    text-align: right;
}
.total-order .label {
    margin-left: 3px;
}
.user-sos .img-icon {
    width: 18px;
    position: relative;
    top: -2px;
}

.btn-confirm {
    background-color: #00ab45;
    color: #FFFFFF !important;
    width: 200px;
}
.btn-confirm:hover,.btn-confirm:focus,.btn-confirm:active {
    opacity: 0.8;
}
.mye-link {
    color: #333333;
}
@media(max-width: 767px){
    .sidebar-user {
        border: solid 1px #ccc;
        border-radius: 5px;
    }
    .suser-link {
        padding: 6px 10px;
        border-bottom: solid 1px #ccc;
        margin-bottom: 0;
    }
    .sidebar-user > ul > li:last-child > a {
        border: 0;
    }
}
/*CAREER CSS*/
.career-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cheader-title > h1 {
    font-weight: bold;
    color: #a82024;
    font-size: 42px;
}
.cheader-title hr {
    border-top: solid 2px #a82024;
    width: 50px;
    margin: 3px 0 0 0!important;
}
.cheader-content {
    padding: 50px 15px 20px 15px;
}
.cheader-desc {
    /**/
    color: #FFFFFF;
    width: 500px;
    max-width: 100%;
    font-size: 16px;
}
.cheader-title {
    margin-bottom: 20px;
}
.career-layer {
    min-height: 400px;
    background-color: rgba(8, 8, 8, 0.4);
}
.career-filter {
    display: table;
    width: 100%;
    text-align: right;
    padding: 20px 0;
}
.col-filter {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.cfilter-text {
    color: #808285;
    font-size: 15px;
    text-align: left;
}
.btn-cfilter {
    padding: 5px 12px;
    display: inline-block;
    /* background-color: #ddd; */
    color: #808285 !important;
    font-size: 14px;
    width: 120px;
    text-align: left;
    border: solid 1px #d2d2d2;
    border-radius: 20px;
}
.btn-cfilter .fa {
    /* font-weight: bold; */
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 7px;
}
.dropdown-cfilter {
    margin: 0;
    padding: 0;
    right: 0;
    left: inherit;
    border-radius: 0;
    
    color: #808285 !important;
    overflow-y: scroll;
    height: 300px;
}
.dropdown-cfilter a {
    
    color: #808285 !important;
    padding: 6px 10px !important;
}
.tcareer-header th {
    border: 0 !important;
    
    color: #808285;
    text-align: center;
    font-size: 15px;
    font-weight: normal !important;
}
.tcareer-header {
    border-bottom: solid 1px #7f7e83;
}
.tcareer-list td {
    border: 0 !important;
    text-align: center;
    
    color: #808285 !important;
    font-size: 14px;
}
.tcareer-list a {
    color: #808285 !important;
}
.tcareer-list a:hover,.tcareer-list a:focus {
    color: #a82024 !important;
}
.table-career {
    padding: 0 15px 30px 15px;
}
.container-cdetail {
    width: 991px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
.cdetail-head {
    
    font-weight: bold;
    font-size: 25px;
    padding: 0 15px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.cdetail-wrap {
    margin-bottom: 20px;
}
.cdetail-title {
    
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    padding: 0 15px;
    color: #333;
}
.cdetail-desc {
    /**/
    font-size: 15px;
    color: #808285;
    padding: 0 46px;
    line-height: 170%;
    letter-spacing: 0.5px;
}
.cdetail-apply {
    text-align: left;
    padding: 20px 15px;
}
.btn-capply {
    
    color: #a82024;
    border-radius: 50px;
    border: solid 2px #a82024;
    display: inline-block;
    padding: 6px 25px;
    font-size: 14px;
}
.btn-capply:hover,.btn-capply:focus,.btn-capply:active {
    color: #FFFFFF;
    background-color: #a82024;
}

.container-talent {
    width: 991px;
    max-width: 100%;
    margin: 0 auto;
}
.talent-header {
    padding: 0 15px;
    
    font-weight: bold;
    font-weight: normal;
    color: #808285;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
}
.section-talent {
    padding: 30px 0;
}
.row-talent {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}
.col-talent-img {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    padding: 0 15px;
}
.col-talent-content {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
    padding: 0 15px;
}
.col-talent-img > img {
    max-width: 100%;
    width: 100%;
}
.talent-icon > img {
    width: 30px;
}
.talent-icon {
    margin-bottom: 10px;
}
.talent-desc {
    /**/
    color: #808285;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
}
.talent-name {
    
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}
.talent-job {
    
    color: #808285;
    font-weight: normal;
    font-size: 15px;
}
.talent-join {
    
    color: #808285;
    font-weight: normal;
    font-size: 14px;
}
.talent-right {
    text-align: right;
}
@media(max-width: 991px){
    .talent-icon > img {
        width: 20px;
    }
    .talent-desc {
        font-size: 14px;
    }
    .talent-job {
        font-size: 14px;
    }
    .talent-join {
        font-size: 12px;
    }
    .talent-name {
        font-size: 14px;
    }
    .nav-list > ul > li {
        margin: 0 7px;
    }
    .nav-url {
        font-size: 14px;
    }
    .revent-title{
        height: auto !important;
    }
}
@media(max-width: 767px){
    .career-layer {
        min-height: 300px;
    }
    .cheader-title > h1 {
        font-size: 30px;
    }
    .cheader-desc {
        max-width: 100%;
    }
    .table-career {
        border: 0 !important;
    }
    .cdetail-head {
        font-size: 20px;
    }
    .cdetail-title {
        font-size: 16px;
    }
    .cdetail-desc {
        font-size: 14px;
        padding: 0 15px;
    }
    .btn-capply {
        font-size: 14px;
    }
    .talent-right {
        text-align: left;
    }
    .row-talent {
        display: block;
    }
    .col-talent-img {
        display: block;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .col-talent-content {
        display: block;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .talent-icon {
        display: none;
    }
    .talent-content {
        text-align: center;
    }
}
@media(max-width: 500px){
    .col-filter {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .btn-cfilter {
        position: relative;
        width: 150px;
    }
    .dropdown-cfilter {
        left: 0;
        right: inherit;
    }
}
.alert-panel {
    padding: 5px 10px;
    background-color: red;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
    color: #FFF;
}
.homealert-panel {
    font-size: 14px;
    margin-bottom: 5px;
    display: none;
    color: red;
    font-style: italic;
    text-align: center;
}
.sitemap-head {
    
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.row-sitemap {
    display: table;
    width: 100%;
    padding: 30px 0;
}
.col-sitemap {
    display: block;
    float: left;
    width: 25%;
    -moz-margin-end: -4px;
    padding: 0 15px;
    vertical-align: top;
}
.container-sitemap {
    width: 991px;
    margin: 0 auto;
    max-width: 100%;
}
.sitemap-list {
    margin: 0;
    padding: 0;
}
.sitemap-list >  li {
    display: block;
    margin-bottom: 5px;
}
.sitemap-list >  li > a {
    
    color: #333333;
    font-size: 14px;
}
.sitemap-list >  li > a:hover,.sitemap-list >  li > a:focus,.sitemap-list >  li > a:active {
    color: #a82024;
}
.sitemap-child {
    margin: 3px 0 0 0;
    padding: 0 10px;
}
.sitemap-child > li {
    display: block;
    margin-bottom: 3px;
}
.sitemap-child > li > a {
    
    color: #808285;
    font-size: 14px;
}
.sitemap-child >  li > a:hover,.sitemap-child >  li > a:focus,.sitemap-child >  li > a:active {
    color: #a82024;
}
.sitemap-child > li > span {
    
    color: #808285;
    font-size: 14px;
}
.sitemap-child-2 {
    margin: 3px 0 0 0;
    padding: 0 10px 0 20px;
}
.sitemap-child-2 > li {
    display: block;
}
.sitemap-child-2 > li > a {
    
    color: #808285;
    font-size: 14px;
}
.sitemap-child-2 > li > a:hover, .sitemap-child-2 > li > a:focus, .sitemap-child-2 > li > a:active {
    color: #a82024;
}
.lang-wrap {
    display: inline-block;
}
.flag-lang {
    display: block;
    color: #FFFFFF;
    background-color: #a82024;
    border-radius: 20px;
    padding: 3px 10px;
}
.flag-lang > img {
    height: 16px;
    vertical-align: middle;
    border-radius: 100px;
}
.flag-lang > .text {
    
    color: #FFF;
    letter-spacing: 0.5px;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 3px;
}
.flag-lang > .caret {
    color: #FFFFFF;
    border-top: 5px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: 0;
    vertical-align: middle;
}
.lang-list {
    right: 0;
    left: inherit;
    padding: 0;
    min-width: 100px;
    border: solid 1px rgb(109, 172, 212);
    background-color: rgb(0, 118, 192);
}
.lang-list > li > a {
    
    padding: 3px 15px;
}
.lang-list > li > a > img {
    width: 20px;
    position: relative;
    top: -1px;
}
.lang-list > li > a > span {
    vertical-align: middle;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: normal;
}
.lang-list > li > a:hover,.lang-list > li > a:focus {
    background-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
}
.phone-navbar {
    padding: 0 15px;
    text-align: right;
    margin-top: 15px;
}
.phone-navbar > span {
    text-transform: uppercase;
    
    font-weight: bold;
    color: #808285;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.phone-navbar > span > i {
    margin-right:  5px;
}
@media(max-width:767px){
    .col-sitemap{
        width:50%;
    }
}
@media(max-width:500px){
    .row-sitemap{
        display:block;
    }
    .col-sitemap{
        display:block;
        width:100%;
    }
}
.error-text{
    font-size: 14px;
    margin: 3px 0;
    display: none;
    color: red;
    font-style: italic;
}
@media(max-width: 1200px){
    .btn-bookmark2 {
        width: 120px;
        padding: 3px 10px;
        font-size: 12px;
        margin-left: 4px;
    }
    .love-icon {
        width: 15px;
        height: 12px;
        top: 2px;
    }
    .blue-button {
        width: 120px;
        padding: 3px 10px;
        font-size: 12px;
    }
    .text-listbox {
        font-size: 14px;
    }
}
.txt-list-searchpage > h3 > a:hover,.txt-list-searchpage > h3 > a:focus {
    color: #0177c1 !important;
}
.breadcrumb-part {
    padding: 5px 15px;
}
.breadcrumb-part > a {
    display: inline-block;
    color: #808285 !important;
    /**/
    text-transform: capitalize;
    font-size: 12px;
}
.breadcrumb-part > a:hover{
    /*color: #0177c1 !important;*/
    color: #a82024 !important;
}
.breadcrumb-part > span {
    margin: 0 5px;
    color: #808285 !important;
}
.breadcrumb-part > span > i {
    font-size: 14px;
}
.breadcrumb-part > a:last-child {
    font-weight: bold;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
@media(min-width:1440px){
    .container-headnav {
        width: 100% !important;
    }
    .container-headnav > .navigation-wrap {
        padding: 0 5%;
    }
    #section-breadcrumb > .container {
        width: 100%;
        padding: 0 5% !important;
    }
}
.event-tab > li > a {
    
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px;
    color: #a82024;
}
.event-tab > .active-etab {
    background-color: #ececec;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.event-tab {
    padding: 0 15px;
    border: 0;
}
.event-tab > li > a:hover,.event-tab > li > a:focus {
    color: #a82024;
    background-color: #ececec;
    border-color: transparent;
}
@media(max-width: 767px){
    .event-tab > li > a {
        padding: 10px 15px;
        font-size: 14px;
    }
}
.bg-login {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-catalog{
    text-align: center;
}
.banner-catalog > a {
    display: block;
}
.banner-catalog > a > img {
    width: 100%;
}
.catalog-cat {
    text-align: left;
    margin: 10px 0 20px 0;
}
.catalog-cat > ul {
    margin: 0;
    padding: 0;
}
.catalog-cat > ul > li {
    display: block;
}
.ccat-active {
    font-weight: bold;
    color: #a82024 !important;
}
.ccat-parent {
    
    color: #616161;
    font-size: 15px;
    display: block;
    padding: 0 15px;
    position: relative;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.caret-ccat {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 7px dashed;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-right: 3px;
    position: absolute;
    top: 5px;
    left: 0;
}
.ccat-child {
    margin: 0;
    padding: 0 0 0 25px;
}
.ccat-child > li {
    display: block;
    margin-bottom: 6px;
}
.ccat-child > li > a {
    
    color: #737373;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
}
.ccat-parent:hover,.ccat-parent:focus {
    color: #a82024;
}
.ccat-child > li > a:hover,.ccat-child > li > a:focus {
    color: #a82024;
}
/*STORY CSS*/
.story-desc {
    /**/
    color: #808080;
    font-size: 14px;
    max-width: 100% !important;
}
.story-desc > iframe {
    max-width: 100% !important;
}
.story-desc iframe {
    max-width: 100% !important;
}
.story-desc img.jbimages {
    max-width: 100%;
}
.story-content {
    padding: 30px 0;
}
.story-sidebar {
    margin: 0;
    padding: 0;
}
.story-sidebar > li {
    display: block;
}
.sstory-link {
    font-size: 14px;
    display: block;
    color: #404040;
    
    text-align: right;
    border-bottom: solid 2px transparent;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sstory-link:hover,.sstory-link:focus {
    border-bottom: 2px solid #a82024;
    
    font-weight: bold;
    color: #000000;
}
.sstory-active {
    border-bottom: 2px solid #a82024;
    
    font-weight: bold;
    color: #000000;
}
.team-list {
    display: table;
    width: 100%;
}
.team-col {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    vertical-align: top;
    -moz-margin-end: -4px;
    margin-bottom: 30px;
}
.team-img {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.team-img > img {
    width: 150px;
    height: 150px;
    max-width: 100%;
}
.team-name {
    
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
}
.team-pos {
    text-align: center;
    font-size: 14px;
    
    color: #8a8a8a;
    margin-bottom: 3px;
}
.team-region {
    text-align: center;
    font-size: 14px;
    
    color: #a9a9a9;
    margin-bottom: 3px;
    line-height: 170%;
}
.team-head {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.team-head img {
    width: 180px !important;
    height: 180px !important;
    max-width: 100%;
}
.th-col-img {
    width: 33.3333%;
    display: block;
    float: left;
    vertical-align: middle;
    -moz-margin-end: -4px;
    padding: 0 10px;
}
.th-col-content {
    width: 66%;
    display: block;
    float: left;
    vertical-align: middle;
    -moz-margin-end: -4px;
    padding: 0 10px;
}
.th-col-content .team-name {
    text-align: left;
    font-size: 16px;
}
.th-col-content .team-pos {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
}
.team-desc {
    font-size: 14px;
    /**/
    color: #3a3a3a;
}
.regional-map {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}
.regional-map >
 img {
    width: 100%;
}
.regional-list {
    display: table;
    width: 100%;
}
.regional-col {
    display: block;
    float: left;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 15px;
    -moz-margin-end: -4px;
    margin-bottom: 30px;
}
.regional-country {
    
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
.regional-address {
    
    font-size: 14px;
    color: #95989A;
    margin-bottom: 5px;
}
.regional-phone {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    
    font-size: 14px;
    color: #95989A;
}
.regional-phone > img {
    position: absolute;
    width: 15px;
    left: 0;
    top: 4px;
}
.regional-mail {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    color: #a82024;
}
@media(max-width: 1200px){
    .regional-col {
        width: 50%;
    }
}
@media(max-width: 767px){
    .story-sidebar {
        border: solid 2px #ddd;
        border-radius: 5px;
        margin-bottom: 20px;
        padding:  15px;
    }
    .sstory-link {
        text-align: left;
    }
    .team-col{
        width: 50%;
    }
    .regional-col {
        width: 300px;
        max-width: 100%;
        padding: 0;
    }
    .regional-list {
        display: block;
    }
    .regional-map {
        padding: 0;
    }
}
@media(max-width: 500px){
    .team-head {
        display: block;
    }
    .team-head img {
        width: 180px !important;
    }
    .th-col-img {
        width: 100%;
    }
    .th-col-content {
        width: 100%;
    }
    .th-col-content .team-name {
        text-align: center;
        font-size: 15px;
    }
    .th-col-content .team-pos {
        text-align: center;
        font-size: 14px;
    }
    .team-desc {
        text-align: center;
    }
    .team-list {
        display: block;
    }
    .team-col {
        display: block;
        width: 100%;
    }
}
/*END STORY CSS*/
.overview-content table {
    border: solid 1px #ddd;
}
.overview-content tr {
    border: solid 1px #ddd;
}
.overview-content td {
    border: solid 1px #ddd;
    padding: 5px;
}
.download-content table {
    border: solid 1px #ddd;
}
.download-content tr {
    border: solid 1px #ddd;
}
.download-content td {
    border: solid 1px #ddd;
    padding: 5px;
}
.download-attachment {
    padding: 5px 0 0 0;
}
.download-wrap {
    border-bottom: solid 1px #dddddd;
    
    color: #1876bc;
    display: inline-block;
    padding: 3px 10px 6px 10px;
    font-size: 16px;
}
.download-wrap >
 img {
    height: 25px;
    margin-right: 5px;
}
.icon-arrow {
    height: 20px;
}
.file-name {
    vertical-align: middle;
}
.icon-arrow {
    height: 20px !important;
    vertical-align: bottom;
}
/*.swiper-wrapper {
    width: 1px !important;
}*/
.ssearch-wrap {
    position:  relative;
    padding-bottom: 10px;
    border-bottom:  solid 1px #ddd;
}
.ss-input {
    border-radius: 0;
    box-shadow: none !important;
    padding: 6px 30px 6px 5px !important;
    
    color: #808080;
    border: solid 1px #ddd;
}
.ss-input::-webkit-input-placeholder {
    color: #a7a7a7;
    letter-spacing:0.5px;
    font-size: 14px;
}
.ss-input::-moz-placeholder {
    color: #a7a7a7;
    letter-spacing:0.5px;
    font-size: 14px;
}
.ss-input:-ms-input-placeholder {
    color: #a7a7a7;
    letter-spacing:0.5px;
    font-size: 14px;
}
.ss-input:-moz-placeholder {
    color: #a7a7a7;
    letter-spacing:0.5px;
    font-size: 14px;
}
.btn-ss {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    color: #a7a7a7;
}
.side-product .brand-list {
    border-top: 0 ;
    padding: 10px 0 15px 0;
}
.clear-filter-product {
    margin-bottom:  20px;
    text-align: right;
}
.clear-filter-product > a {
    font-size: 14px;
    color: #137bc0;
    border-bottom: solid 1px #137bc0;
    
}
.download-box {
    padding: 15px;
}
.row-download {
    display: table;
    width:  100%;
}
.col-download {
    display: block;
    vertical-align: top;
    float:  left;
    width: 60%;
    padding: 0 15px;
}
.col-download-img {
    display: block;
    vertical-align: top;
    float: left;
    width: 40%;
    padding: 0 15px;
}
.download-icon
 > a {
    display: block;
}
.download-icon > a > img {
    width: 150px;
    max-width:  100%;
}
.download-icon {
    margin-bottom: 20px;
}
.donwload-preview {
    position:  relative;
}
.donwload-preview > img {
    width: 300px;
    max-width:  100%;
}
.dropdown-menu-download {
    min-width:  0;
    width: 400px;
    margin: 20px 0 0 0;
    border: 1px solid #e6e6e6;
}
.download-head {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 5px;
}
.download-desc {
    
    color: #3a3a3a;
    font-size: 15px;
    margin-bottom: 20px;
}
.caret-pointer {
    border-top: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px dashed;
    color: #FFFFFF;
}
.pointer-download {
    position:  absolute;
    top: -20px;
    left: 40px;
}
.pointer-download > img {
    height: 17px;
    width: 25px;
}
.footer-app-link {
    text-align: left;
    display: block;
    float:  left;
    width: 50%;
}
.footer-app-link > a > img {
    width: 150px;
    max-width: 100%;
}
.footer-app-link:first-child {
    padding-right: 7px;
}
.footer-app {
    display: table;
    width: 100%;
}
.footer-app-link:last-child {
    padding-left:  7px;
}
.jbs-wrap {
    padding: 100px 15px;
    width: 600px;
    max-width: 100%;
}
.jbs-title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom:  15px;
}
.jbs-sub {
    
    color: #FFFFFF;
    margin-bottom:  30px;
}
@media(max-width: 991px){
    .dropdown-menu-download {
        left: -150px;
        margin: 20px 0 0 0;
    }
    .pointer-download {
        left:  190px;
    }
}
@media(max-width: 767px){
    .footer-app-link {
        width: auto;
    }
    .download-desc {
        margin-bottom:  20px;
        font-size: 15px;
    }
    .download-icon > a > img {
        width: 150px;
    }
    .download-icon {
        margin-bottom:  20px;
    }
}
@media(max-width: 500px){
    .row-download {
        display: block;
    }
    .col-download {
        float: none;
        width: 100%;
        padding: 0;
    }
    .download-head {
        font-size: 24px;
    }
    .download-desc {
        font-size: 14px;
    }
    .download-box {
        padding: 10px;
    }
    .col-download-img {
        padding: 0;
        float:  none;
        display: none;
        width: 100%;
    }
    .download-icon > a > img {
        width: 100%;
    }
    .donwload-preview > img {
        width: 100%;
    }
    .footer-app-link {
        width: 100%;
        padding: 0 !important;
        margin-bottom:  15px;
    }
    .footer-app-link > a > img {
        width: 200px;
    }
}
.pro-result {
    padding: 0 15px;
    
    font-weight: bold;
    color: #a82024;
    font-size: 20px;
    line-height: normal;
}
.gap-result {
    margin: 30px 0 0 0;
}
@media(max-width: 767px){
    .pro-result {
        font-size: 16px;
        text-align: center;
        margin: 20px 0 0 0;
    }
}
.download-attachment:first-child {
    margin: 15px 0 0 0;
}
#product-corp {
    padding: 50px 0;
}
.pcorp-wrap {
    padding: 0 15px;
    width:  991px;
    max-width: 100%;
    margin: 0 auto;
}
.pcorp-title {
    
    color: #525252;
    font-size: 40px;
    text-align:  center;
}
.pcorp-border {
    text-align: center;
}
.pcorp-border hr {
    margin: 10px 0 !important;
    border-top: solid 2px #a82024;
    width: 150px;
    display: inline-block;
}
.pcorp-country {
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    height: 40px;
    width: 40px;
    display:  inline-block;
    margin: 0 5px 10px 5px;
    border: solid 1px #bdbdbd;
    border-radius: 100%;
    -moz-margin-end: -4px;
}
.pcorp-country-active {
    border: 2px solid #2077c1;
}
.pcorp-list {
    text-align: center;
}
@media(max-width: 767px){
    #product-corp {
        padding: 35px 0;
    }
    .pcorp-title {
        font-size: 30px;
    }
}
@media(max-width: 500px){
    #product-corp {
        padding: 30px 0;
    }
    .pcorp-title {
        font-size: 20px;
    }
    .pcorp-country {
        height: 35px;
        width: 35px;
    }
}

.mcountry-close {
    text-align: right;
}
.mcountry-close > a {
    display: inline-block;
}
.mcountry-close > a > img {
    width: 30px;
}
.mcountry-logo {
    text-align: center;
}
.mcountry-logo > img {
    width: 200px;
    max-width: 100%;
}
.mcountry-logo {
    margin-bottom:  20px;
}
.mcountry-head {
    text-align: center;
    
    color: #0177c1;
    font-size: 16px;
}
.mcountry-list {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    display: table;
    width: 100%;
}
.mcountry-list > li {
    display: block;
    float: left;
    vertical-align: top;
    -moz-margin-end: -4px;
    padding:  0 15px;
    width: 20%;
    margin-bottom:  30px;
}
.mcountry-link {
    display: block;
}
.mcountry-flag {
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    border-radius: 100%;
    border: solid 2px #ddd;
    margin-bottom:  10px;
}
.mcountry-title {
    text-align: center;
    
    color: #808285;
    font-size: 14px;
}
.mcountry-flag-wrap {
    margin: 0 auto;
    width: 60px;
    max-width: 100%;
}
.mcountry-link:hover .mcountry-flag,.mcountry-link:focus .mcountry-flag,.mcountry-link:active .mcountry-flag {
    border: solid 2px #0177c1;
}
.mcountry-link:hover .mcountry-title,.mcountry-link:focus .mcountry-title,.mcountry-link:active .mcountry-title {
    color: #0177c1;
    
    font-weight: bold;
}
.mcountry-disable:hover .mcountry-flag,.mcountry-disable:focus .mcountry-flag,.mcountry-disable:active .mcountry-flag {
    border: solid 2px #808285;
}
.mcountry-disable:hover .mcountry-title,.mcountry-disable:focus .mcountry-title,.mcountry-disable:active .mcountry-title {
    color: #808285;
    
    font-weight: bold;
}
.mcountry-active{
    /*pointer-events: none !important;
    cursor: not-allowed !important;*/
}
.mcountry-active .mcountry-flag{
    border: solid 2px #0177c1;
}
.mcountry-active .mcountry-title{
    color: #0177c1;
    
    font-weight: bold;
}
.mcountry-language {
    text-align: center;
    margin: 3px 0 0 0;
}
.mcountry-language > a {
    text-transform: uppercase;
    
    color: #808285;
    font-size: 14px;
}
.mlang-link:hover,.mlang-link:focus,.mlang-link:active {
    color: #808285;
    
    font-weight: bold;
}
.mlang-active{
    color: #0177c1 !important;
    font-weight: bold;
}
.mcountry-language > span {
    text-transform: uppercase;
    
    color: #808285;
    font-size: 12px;
    margin: 0 3px;
    position:  relative;
    top: -2px;
}
.mob-clink {
    background-color: #a82024 !important;
    color: #FFFFFF;
}
.mob-clink >
 img {
    width: 40px;
    border: solid 1px #ddd;
    margin-right: 5px;
    background-color: #FFFFFF;
}
.mob-clink >
 .text {
    color: #FFF;
}
.mob-clink .change {
    font-size: 11px;
    float:  right;
    position:  relative;
    top: 14px;
}
@media(max-width: 550px){
    .mcountry-list > li {
        width:  33.3333%;
    }
}
@media(max-width: 350px){
    .mcountry-list > li {
        width:  50%;
    }
}
.cat-title{
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:15px;
}
.col-event-catalog:hover .cat-title{
    color: #a82024;
}
@media(max-width: 1200px){
    .cat-title {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .cat-title {
        font-size: 14px;
    }
}
.mob-flag {
    width: 30px;
    height: 30px;
    display:  inline-block;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center;
    border-radius: 100%;
    margin-right:  5px;
    position:  relative;
    top: -1px;
    border: solid 2px #ddd;
}
.submenu {
    position: relative;
    display: inline-block;
}
.submenu2 .fa {
    float: right;
}
.submenu-content {
    display: none;
    list-style: none;
    position: absolute;
    top: 39px;
    background-color: white;
    
    text-align: left;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    padding: 0;
    margin: 3px 0 0 0;
}
.submenu-content2 {
    display: none;
    list-style: none;
    position: absolute;
    background-color: white;
    
    text-align: left;
    min-width: 140px;
    box-shadow: 10px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
    padding: 0;
    margin-left: 100%;
    top: -18%;
}
.submenu-content a {
    color: #808285;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    
    font-size: 14px;
}
.submenu-content a:hover {
    /*border-bottom: 5px solid red;*/
}
.submenu-content > li {
    position: relative;
    padding: 0;
    margin: 0;
    width:  100%;
}
.submenu-content a:hover {
    background-color: #f5f5f5;
}
.submenu:hover .submenu-content {
    display: block;
}
.submenu2:hover .submenu-content2 {
    display: block;
}
.dropdown-moblist {
    background-color: white;
    margin: 0;
    padding: 0;
    display: none;
}
.dropdown-moblist > li {
    display: block;
}
.dropdown-moblist > li:hover,.dropdown-moblist > li:focus,.dropdown-moblist > li:active{
    background-color: #808285;
}
.dropdown-moblist > li > a:hover,.dropdown-moblist > li > a:focus,.dropdown-moblist > li > a:active{
    color: #FFFFff;
}
.dropdown-moblist > li > a {
    display: block;
    /*border-top: solid 1px #333;*/
    padding: 5px 15px 5px 30px;
    
    font-size: 12px;
}
.back-arrow {
    text-align: right;
    margin-bottom:  20px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    cursor: pointer;
}
.backtop-link {
    display: inline-block;
    padding: 6px 12px;
    width: 55px;
    height: 55px;
    border: solid 1px #a82024;
    border-radius: 8px;
    background-color: #ffffff;
    text-align: center;
    color: #a82024;
    box-shadow: 0 0 5px rgb(39, 39, 39);
}
.backtop-link:hover,.backtop-link:focus,.backtop-link:active{
    border: solid 1px #FFFFFF;
    box-shadow: 0 0 5px #FFFFFF;
    background-color: #a82024;
}
.backtop-link > .fa {
    font-size: 30px;
    color: #a82024;
    line-height: 50%;
}
.backtop-link > span {
    display: block;
    
    line-height: 100%;
    letter-spacing: 0.5px;
}
.backtop-link:hover > .fa,.backtop-link:focus > .fa,.backtop-link:active > .fa{
    color: #ffffff;
}
.backtop-link:hover > span,.backtop-link:focus > span,.backtop-link:active > span{
    color: #ffffff;
}
.mbrowser-dialog {
    width: 500px;
    max-width: 100%;
    padding: 0 15px;
    margin: 10% auto 0 auto;
}
.mbrowser-head {
    
    font-size: 20px;
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin: 0 auto 10px auto;
    color: #a82024;
}
.mbrowser-desc {
    
    text-align:  center;
    font-size: 15px;
    width: 330px;
    max-width: 100%;
    margin: 0 auto 25px auto;
}
.mbrowser-wrap {
    padding: 20px 0;
}
.mbrowser-list {
    text-align: center;
    margin-bottom:  30px;
}
.mbrowser-list > img {
    width: 50px;
    margin: 0 5px;
}
.mbrowser-button {
    text-align: center;
}
.btn-mbrowser {
    display: inline-block;
    border: solid 1px #a82024;
    color: #444;
    width: 120px;
    font-size: 14px;
}
.btn-mbrowser:hover,.btn-mbrowser:focus,.btn-mbrowser:active {
    color: #FFFFFF;
    background-color: #a82024;
}
@media(max-width: 767px){
    .mbrowser-list > img {
        width: 30px;
    }
}
/* FLAG COUNTRY */
img.flag-img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: 0 5px 5px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.25);
}
/* .flag-wrap {
    overflow-x: scroll;
    display: flex;;
}
.flag-wrap::-webkit-scrollbar-track{
    border-radius: 30px;
}
.flag-wrap::-webkit-scrollbar{
    height: 3px;
    border-radius: 30px;
    background-color: #ffffff;
}
.flag-wrap:hover::-webkit-scrollbar {
    background-color: rgba(52, 167, 134, 0.1);
}
.flag-wrap::-webkit-scrollbar-thumb{
    border-radius: 30px;
    background-color: inherit;
}
.flag-wrap:hover::-webkit-scrollbar-thumb{
    background-color: #a82024;
} */

/*
/*START OVERWRITTEN CSS*/
hr{
    margin-top:10px !important;
    margin-bottom:10px !important;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/*END OVERWRITTEN CSS*/
/*start POSITIONING*/
.padl0{padding-left: 0px;}
.padr0{padding-right: 0px;}
.pad0{padding:0px !important;}
.pad05{padding:5px;}
.pad1{padding:10px;}
.pad2{padding:20px;}
.pad3{padding:30px;}
.pad4{padding:40px;}
.pad5{padding:50px;}
.pad6{padding:60px;}
@media(max-width: 768px){
    .xs-pad0{
        padding: 0 !important;
    }
    .xs-100{
        width: 100% !important;
    }
}
.disable-state{
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.disable-input{
    pointer-events: none !important;
    cursor: not-allowed !important;
    background-color: #EEEEEE !important;
}
a{
    text-decoration: none !important;
    outline: none !important;
}
a.link { color: #a82024; }
.email-text{
    unicode-bidi: bidi-override;
    direction: rtl;
}
.italic{
    font-style: italic;
}
.popup-jcart {
    display: none;
    position: fixed;
    top: 40%;
    z-index: 5;
    left: 0;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
.popup-cart {
    display: none;
    position: fixed;
    top: 40%;
    z-index: 5;
    left: 0;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
.popup-wrap {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 100%;
    width: 230px;
    text-align: center;
    box-shadow: 0px 0px 10px #ababab;
    border-radius: 5px;
    border: solid 3px #a82024;
    
    color: #a82024;
}
.popup-text {
    text-transform: capitalize;
}
.popup-failed{
    border: solid 3px #d9534f;
    color: #d9534f;
}
.section-jcart {
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 5;
}
.scart-wrap {
    padding: 8px 8px;
    border-top: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    border-left: solid 2px #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #a82024;
}
.scart-wrap > a {
    display: block;
    position: relative;
}
.scart-wrap > a > img {
    width: 28px;
}
.cart-number {
    position: absolute;
    background-color: #FFFFFF;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 1px;
    border-radius: 50px;
    left: -17px;
    
    top: -17px;
    color: #a82024;
    border: solid 1px #a82024;
}
.subpopup-cart {
    display: none;
    position: fixed;
    top: 40%;
    z-index: 5;
    left: 0;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
.subpopup-wrap {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 100%;
    width: 230px;
    text-align: center;
    box-shadow: 0px 0px 10px #ababab;
    border-radius: 5px;
    border: solid 3px #a82024;
    
    color: #a82024;
}
.subpopup-text {
    text-transform: capitalize;
}

[data-aos][data-aos][data-aos-duration='50'],body[data-aos-duration='50'] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay='50'],body[data-aos-delay='50'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='50'].aos-animate,body[data-aos-delay='50'] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration='100'],body[data-aos-duration='100'] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay='100'],body[data-aos-delay='100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='100'].aos-animate,body[data-aos-delay='100'] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration='150'],body[data-aos-duration='150'] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay='150'],body[data-aos-delay='150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='150'].aos-animate,body[data-aos-delay='150'] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration='200'],body[data-aos-duration='200'] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay='200'],body[data-aos-delay='200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='200'].aos-animate,body[data-aos-delay='200'] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration='250'],body[data-aos-duration='250'] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay='250'],body[data-aos-delay='250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='250'].aos-animate,body[data-aos-delay='250'] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration='300'],body[data-aos-duration='300'] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay='300'],body[data-aos-delay='300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='300'].aos-animate,body[data-aos-delay='300'] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration='350'],body[data-aos-duration='350'] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay='350'],body[data-aos-delay='350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='350'].aos-animate,body[data-aos-delay='350'] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration='400'],body[data-aos-duration='400'] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay='400'],body[data-aos-delay='400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='400'].aos-animate,body[data-aos-delay='400'] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration='450'],body[data-aos-duration='450'] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay='450'],body[data-aos-delay='450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='450'].aos-animate,body[data-aos-delay='450'] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration='500'],body[data-aos-duration='500'] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay='500'],body[data-aos-delay='500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='500'].aos-animate,body[data-aos-delay='500'] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration='550'],body[data-aos-duration='550'] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay='550'],body[data-aos-delay='550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='550'].aos-animate,body[data-aos-delay='550'] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration='600'],body[data-aos-duration='600'] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay='600'],body[data-aos-delay='600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='600'].aos-animate,body[data-aos-delay='600'] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration='650'],body[data-aos-duration='650'] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay='650'],body[data-aos-delay='650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='650'].aos-animate,body[data-aos-delay='650'] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration='700'],body[data-aos-duration='700'] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay='700'],body[data-aos-delay='700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='700'].aos-animate,body[data-aos-delay='700'] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration='750'],body[data-aos-duration='750'] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay='750'],body[data-aos-delay='750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='750'].aos-animate,body[data-aos-delay='750'] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration='800'],body[data-aos-duration='800'] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay='800'],body[data-aos-delay='800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='800'].aos-animate,body[data-aos-delay='800'] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration='850'],body[data-aos-duration='850'] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay='850'],body[data-aos-delay='850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='850'].aos-animate,body[data-aos-delay='850'] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration='900'],body[data-aos-duration='900'] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay='900'],body[data-aos-delay='900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='900'].aos-animate,body[data-aos-delay='900'] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration='950'],body[data-aos-duration='950'] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay='950'],body[data-aos-delay='950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='950'].aos-animate,body[data-aos-delay='950'] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration='1000'],body[data-aos-duration='1000'] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay='1000'],body[data-aos-delay='1000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1000'].aos-animate,body[data-aos-delay='1000'] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration='1050'],body[data-aos-duration='1050'] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay='1050'],body[data-aos-delay='1050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1050'].aos-animate,body[data-aos-delay='1050'] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration='1100'],body[data-aos-duration='1100'] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay='1100'],body[data-aos-delay='1100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1100'].aos-animate,body[data-aos-delay='1100'] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration='1150'],body[data-aos-duration='1150'] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay='1150'],body[data-aos-delay='1150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1150'].aos-animate,body[data-aos-delay='1150'] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration='1200'],body[data-aos-duration='1200'] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay='1200'],body[data-aos-delay='1200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1200'].aos-animate,body[data-aos-delay='1200'] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration='1250'],body[data-aos-duration='1250'] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay='1250'],body[data-aos-delay='1250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1250'].aos-animate,body[data-aos-delay='1250'] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration='1300'],body[data-aos-duration='1300'] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay='1300'],body[data-aos-delay='1300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1300'].aos-animate,body[data-aos-delay='1300'] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration='1350'],body[data-aos-duration='1350'] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay='1350'],body[data-aos-delay='1350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1350'].aos-animate,body[data-aos-delay='1350'] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration='1400'],body[data-aos-duration='1400'] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay='1400'],body[data-aos-delay='1400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1400'].aos-animate,body[data-aos-delay='1400'] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration='1450'],body[data-aos-duration='1450'] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay='1450'],body[data-aos-delay='1450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1450'].aos-animate,body[data-aos-delay='1450'] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration='1500'],body[data-aos-duration='1500'] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay='1500'],body[data-aos-delay='1500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1500'].aos-animate,body[data-aos-delay='1500'] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration='1550'],body[data-aos-duration='1550'] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay='1550'],body[data-aos-delay='1550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1550'].aos-animate,body[data-aos-delay='1550'] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration='1600'],body[data-aos-duration='1600'] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay='1600'],body[data-aos-delay='1600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1600'].aos-animate,body[data-aos-delay='1600'] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration='1650'],body[data-aos-duration='1650'] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay='1650'],body[data-aos-delay='1650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1650'].aos-animate,body[data-aos-delay='1650'] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration='1700'],body[data-aos-duration='1700'] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay='1700'],body[data-aos-delay='1700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1700'].aos-animate,body[data-aos-delay='1700'] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration='1750'],body[data-aos-duration='1750'] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay='1750'],body[data-aos-delay='1750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1750'].aos-animate,body[data-aos-delay='1750'] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration='1800'],body[data-aos-duration='1800'] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay='1800'],body[data-aos-delay='1800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1800'].aos-animate,body[data-aos-delay='1800'] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration='1850'],body[data-aos-duration='1850'] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay='1850'],body[data-aos-delay='1850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1850'].aos-animate,body[data-aos-delay='1850'] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration='1900'],body[data-aos-duration='1900'] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay='1900'],body[data-aos-delay='1900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1900'].aos-animate,body[data-aos-delay='1900'] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration='1950'],body[data-aos-duration='1950'] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay='1950'],body[data-aos-delay='1950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='1950'].aos-animate,body[data-aos-delay='1950'] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration='2000'],body[data-aos-duration='2000'] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay='2000'],body[data-aos-delay='2000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2000'].aos-animate,body[data-aos-delay='2000'] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration='2050'],body[data-aos-duration='2050'] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay='2050'],body[data-aos-delay='2050'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2050'].aos-animate,body[data-aos-delay='2050'] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration='2100'],body[data-aos-duration='2100'] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay='2100'],body[data-aos-delay='2100'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2100'].aos-animate,body[data-aos-delay='2100'] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration='2150'],body[data-aos-duration='2150'] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay='2150'],body[data-aos-delay='2150'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2150'].aos-animate,body[data-aos-delay='2150'] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration='2200'],body[data-aos-duration='2200'] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay='2200'],body[data-aos-delay='2200'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2200'].aos-animate,body[data-aos-delay='2200'] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration='2250'],body[data-aos-duration='2250'] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay='2250'],body[data-aos-delay='2250'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2250'].aos-animate,body[data-aos-delay='2250'] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration='2300'],body[data-aos-duration='2300'] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay='2300'],body[data-aos-delay='2300'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2300'].aos-animate,body[data-aos-delay='2300'] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration='2350'],body[data-aos-duration='2350'] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay='2350'],body[data-aos-delay='2350'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2350'].aos-animate,body[data-aos-delay='2350'] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration='2400'],body[data-aos-duration='2400'] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay='2400'],body[data-aos-delay='2400'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2400'].aos-animate,body[data-aos-delay='2400'] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration='2450'],body[data-aos-duration='2450'] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay='2450'],body[data-aos-delay='2450'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2450'].aos-animate,body[data-aos-delay='2450'] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration='2500'],body[data-aos-duration='2500'] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay='2500'],body[data-aos-delay='2500'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2500'].aos-animate,body[data-aos-delay='2500'] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration='2550'],body[data-aos-duration='2550'] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay='2550'],body[data-aos-delay='2550'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2550'].aos-animate,body[data-aos-delay='2550'] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration='2600'],body[data-aos-duration='2600'] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay='2600'],body[data-aos-delay='2600'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2600'].aos-animate,body[data-aos-delay='2600'] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration='2650'],body[data-aos-duration='2650'] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay='2650'],body[data-aos-delay='2650'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2650'].aos-animate,body[data-aos-delay='2650'] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration='2700'],body[data-aos-duration='2700'] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay='2700'],body[data-aos-delay='2700'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2700'].aos-animate,body[data-aos-delay='2700'] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration='2750'],body[data-aos-duration='2750'] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay='2750'],body[data-aos-delay='2750'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2750'].aos-animate,body[data-aos-delay='2750'] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration='2800'],body[data-aos-duration='2800'] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay='2800'],body[data-aos-delay='2800'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2800'].aos-animate,body[data-aos-delay='2800'] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration='2850'],body[data-aos-duration='2850'] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay='2850'],body[data-aos-delay='2850'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2850'].aos-animate,body[data-aos-delay='2850'] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration='2900'],body[data-aos-duration='2900'] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay='2900'],body[data-aos-delay='2900'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2900'].aos-animate,body[data-aos-delay='2900'] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration='2950'],body[data-aos-duration='2950'] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay='2950'],body[data-aos-delay='2950'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='2950'].aos-animate,body[data-aos-delay='2950'] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration='3000'],body[data-aos-duration='3000'] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay='3000'],body[data-aos-delay='3000'] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay='3000'].aos-animate,body[data-aos-delay='3000'] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*# sourceMappingURL=aos.css.map*/
