/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ed1c24;
}
a.text-primary:hover {
  color: #c61017;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ed1c24;
}
a.bg-primary:hover {
  background-color: #c61017;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24/14;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: 24/14;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 24px;
  font-style: normal;
  line-height: 24/14;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24/14;
  color: #555555;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555555;
  text-decoration: none;
}
a.active,
a:hover,
a:focus {
  color: #ed1c24;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 24/14;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 480px) {
  .col-xs-max-6 {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
}
.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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: 24/14;
  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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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: 24/14;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 24/14;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, 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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  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: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 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;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 24/14;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c61017;
  border-color: #a50d13;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-primary .badge {
  color: #ed1c24;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #555555;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ed1c24;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  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%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.in {
  display: block;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.71428571px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 24/14;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 24/14;
  text-decoration: none;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ed1c24;
  background-color: #eeeeee;
  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: 2;
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/awesome/fontawesome-webfont.eot?');
  src: url('fonts/awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/awesome/fontawesome-webfont.woff?') format('woff'), url('fonts/awesome/fontawesome-webfont.ttf?') format('truetype'), url('fonts/awesome/fontawesome-webfont.svg?#{awesome-font}') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
.mce-ico.mce-i-remove {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-file {
  margin: 0 10px 4px 10px;
  font-size: 40px;
  width: 40px;
  height: 40px;
  float: left;
  content: "\f15b";
}
.file-xls:before,
.file-xlsx:before {
  content: "\f1c3";
}
.file-pdf:before {
  content: "\f1c1";
}
.file-doc:before,
.file-docx:before {
  content: "\f1c2";
}
.file-ppt:before,
.file-pptx:before {
  content: "\f1c4";
}
.file-zip:before,
.file-rar:before {
  content: "\f1c6";
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-gears:before {
  content: "\f085";
}
.fa-camera:before {
  content: "\f030";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-user:before {
  content: "\f007";
}
.fa-sort-down {
  content: "\f007";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-print:before {
  content: "\f02f";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-search:before {
  content: "\f002";
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
main,
nav,
body,
html,
p,
ul,
li,
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
noscript {
  display: none;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
ul {
  padding-left: 1.2em;
}
@keyframes change_color {
  0% {
    color: #ed1c24;
  }
  25% {
    color: #0e76bc;
  }
  50% {
    color: black;
  }
  75% {
    color: white;
  }
}
@keyframes change_bgcolor {
  0% {
    background-color: #ed1c24;
  }
  25% {
    background-color: #0e76bc;
  }
  75% {
    background-color: #25aae1;
  }
  100% {
    background-color: #f7941e;
  }
}
.order-status-1 {
  text-align: center;
  width: 40px;
  height: 22px;
  line-height: 22px;
  border-radius: 12px;
  color: white;
  animation: change_bgcolor 1s infinite;
  animation-direction: alternate;
  -moz-animation: change_bgcolor 1s infinite;
  -moz-animation-direction: alternate;
  -webkit-animation: change_bgcolor 1s infinite;
  -webkit-animation-direction: alternate;
}
.order-status-1:before {
  font-size: bold;
  content: "new";
}
.relative {
  position: relative;
}
.text-uppercase {
  text-transform: uppercase;
}
.position-right {
  position: absolute;
  z-index: 1;
}
.edit-add-item .position-right {
  right: 10px;
  top: 10px;
}
.modal .position-right {
  right: 10px;
  top: 10px;
}
.append-option .position-right {
  right: -5px;
  top: -5px;
}
[data-view-list-by-handlebar] {
  position: relative;
}
[data-view-list-by-handlebar] .icon-loading {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  display: none;
  background-color: #FFF;
}
[data-view-list-by-handlebar].loading .icon-loading {
  display: block;
}
[data-content]:after {
  display: block;
  content: " ";
  clear: both;
}
.i-center {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.i-top {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 10px;
}
[data-center-items] > .img {
  float: left;
}
.init-none {
  display: none;
}
.img {
  cursor: pointer;
  position: relative;
}
.img .sale-percent {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
[data-center-items] .img {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 100%;
}
[data-center-items] .img.active {
  border-color: #2d8ac7;
}
.img .full-block {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  display: none;
}
.img .full-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  display: none;
  vertical-align: middle;
}
.img .fa-close {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
}
.img:hover .full-block,
.img:hover .full-bottom,
.img:hover .fa {
  display: block;
}
.img figure {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.rectangle1 .img figure {
  padding-top: 136%;
}
.rectangle2 .img figure {
  padding-top: 80%;
}
.image-65 .img figure {
  padding-top: 65%;
}
.image-67 .img figure {
  padding-top: 67%;
}
.image-75 .img figure {
  padding-top: 75%;
}
.image-80 .img figure {
  padding-top: 80%;
}
.image-85 .img figure {
  padding-top: 85%;
}
.img figure a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.img figure img {
  border-radius: 4px;
  border: none;
  -webkit-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  height: 2%;
  width: 2%;
}
.img figure img.full-width,
.img figure img.image-load-finished {
  width: 100%;
  height: auto;
}
.img figure .file-name {
  display: block;
  text-align: left;
  padding: 0 10px;
  position: relative;
}
img.full-width {
  width: 100% !important;
  height: auto !important;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal .slick-slide img {
  width: 100%;
  display: block;
}
.modal.in {
  display: block;
  overflow: auto;
}
.modal.in .modal-dialog {
  margin-top: 40px;
  width: 96%;
}
@media only screen and (min-width: 992px) {
  .modal.in .modal-dialog {
    width: 992px;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal-footer .btn-default {
    font-size: 0;
    display: block;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
  }
  .modal .modal-footer .btn-default:before {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "web-mob";
    content: "\e3f6";
    font-size: 30px;
    line-height: 1;
  }
}
.container {
  position: relative;
}
.title {
  padding: 0;
  position: relative;
}
.title:before {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  z-index: -1;
  left: 0;
  content: " ";
}
.title:after {
  clear: both;
}
.title .text-title {
  font-weight: normal;
  font-size: 18.2px;
}
@media only screen and (min-width: 768px) {
  .title .text-title {
    font-size: 22.4px;
  }
}
.config-page .form-group > label {
  color: red;
}
.admin-title {
  position: relative;
  padding: 10px 0;
  z-index: 1;
}
.admin-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: red;
  margin: 0;
}
.modal-content .admin-title h2 {
  margin: 10px 0;
}
.admin-title label {
  color: red;
}
.head-title {
  padding: 5px;
  background-color: #F2F2F2;
}
.head-title label {
  color: red;
}
.item-of-page {
  padding: 8px 0px;
  position: relative;
}
.item-of-page label {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.item-of-page label:before {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #555555;
  display: block;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.active.item-of-page label:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item-of-page ul {
  background-color: white;
  list-style: none;
  padding: 0 15px;
  position: absolute;
  left: -15px;
  top: 100%;
}
.item-of-page ul a {
  height: 0px;
  display: block;
  padding-left: 20px;
  overflow: hidden;
  transition: height 0.25s ease 0.1s;
  position: relative;
}
.item-of-page ul a:before {
  content: " ";
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #555555;
  display: block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.active.item-of-page ul a {
  height: 30px;
  line-height: 30px;
}
.content-filter {
  padding: 5px;
  background-color: #E2E2E2;
}
.content-filter .form-group {
  margin-bottom: 0;
}
.content-filter .form-group .form-control {
  height: 30px;
  border: none;
}
.edit-add-item {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
.edit-disabled {
  position: relative;
}
.edit-enabled.edit-disabled .form-control-static {
  display: none;
}
.edit-disabled .form-control,
.edit-disabled .edit-show {
  display: none;
}
.edit-enabled.edit-disabled .form-control,
.edit-enabled.edit-disabled .edit-show {
  display: block;
}
.edit-disabled .btn-edit {
  position: absolute;
  right: 10px;
  display: block;
  z-index: 1;
}
.edit-disabled .btn-edit:before {
  content: "\f057";
}
.edit-enabled.edit-disabled .btn-edit:before {
  content: "\e3f6";
}
.submit-filter {
  padding: 10px 0 20px;
}
.alert,
.alert-error {
  display: none;
  color: red;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: 10px;
  z-index: 1050;
  width: 240px;
}
.alert.in,
.alert-error.in {
  display: block;
  background-color: white;
  border-radius: 5px 5px 0 0;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  border-bottom: 0;
}
.alert.in:before,
.alert-error.in:before {
  float: left;
  font-family: "FontAwesome";
  font-size: 30px;
  padding: 5px 15px;
  content: "\f05d";
  color: #00abbe;
}
.alert .sms-content,
.alert-error .sms-content {
  padding-top: 15px;
  padding-left: 15px;
}
.alert-error.in:before {
  content: "\f071";
  color: red;
}
.text-array span {
  display: inline-block;
  margin: 5px 5px 0 0;
}
.folder-menu {
  margin: 20px 0 10px;
}
.folder-menu ul {
  list-style: none;
  padding: 0;
}
.folder-menu ul li {
  float: left;
}
.folder-menu ul li a {
  display: block;
  padding-right: 15px;
}
.folder-list {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.folder-list ul {
  list-style: none;
  padding: 0;
}
.folder-list ul li a {
  display: block;
  padding: 5px 0;
}
code {
  display: block;
  white-space: pre-wrap;
}
/*Item Views*/
.view-item {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background: #FFFFFF;
}
.view-item img {
  border: none;
  -webkit-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  height: 2%;
  width: 2%;
  top: 50%;
  left: 50%;
  margin-top: -1%;
  margin-left: -1%;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.view-item img.full-width,
.view-item img.image-load-finished {
  width: 100%;
  height: auto;
  /*top: 0%;
            left: 0%;
            margin-top: 0%;
            margin-left: 0%;*/
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.view-item .info {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
.view-item .info a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  line-height: 25px;
  padding-left: 10px;
  overflow: hidden;
  text-transform: uppercase;
  color: black;
}
.view-item .info a:hover {
  color: #ed1c24;
}
.view-item .info .content {
  position: relative;
  height: 100%;
}
.list-ads .view-item {
  padding: 0px 0 0 0;
}
.list-ads .view-item .info {
  display: none;
  width: 100%;
  height: 50px;
  top: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0px;
  /*.slick-track {
        transform: translate3d(0, 0, 0);
    }*/
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-list .dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:before,
.slick-track:after,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide .slick-loading img {
  display: none;
}
.slick-slide .dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  height: 30px;
  width: 40px;
}
.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  margin-top: -20px;
  display: block;
  border: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 0px;
  outline: none;
  background: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #555555;
  display: block;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ed1c24;
}
.slick-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slick-prev {
  left: 0px;
}
.slide-more .slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "\f137";
}
.slick-next {
  right: 0px;
}
.slide-more .slick-next {
  right: 10px;
}
.slick-next:before {
  content: "\f138";
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  text-align: center;
  color: white;
}
.slick-dots li button:focus,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-dots li button:hover:before {
  color: gray;
}
#banner-list .slick-prev,
#banner-list .slick-next {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 34px;
  height: 34px;
}
@media only screen and (min-width: 480px) {
  #banner-list .slick-prev,
  #banner-list .slick-next {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#banner-list .slick-next {
  right: 10px;
}
#banner-list .slick-prev {
  left: 10px;
}
#banner-list .slick-dots {
  bottom: 10px;
}
#banner-list .slick-dots li {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media only screen and (min-width: 480px) {
  #banner-list .slick-dots li {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#banner-list .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #555555;
}
#banner-list .slick-dots li button:before {
  content: "";
}
#banner-list .slick-dots li.slick-active button {
  background-color: #555555;
}
.img-slider .slick-prev,
.img-slider .slick-next {
  opacity: 0.5;
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.img-slider .slick-next {
  right: 10px;
  background-position: -312px -294px;
}
.img-slider .slick-prev {
  left: 10px;
  background-position: -346px -294px;
}
.img .img-slider img {
  width: 100%;
}
.nav-list .slick-list {
  margin: 2px 0 0 -2px;
}
.nav-list .slick-list .img-item {
  margin: 0 0 0 2px;
  cursor: pointer;
}
.nav-list .slick-list .img-item img {
  width: 100%;
}
.category-home-slide,
.category-special-slide {
  margin: 0 -10px;
}
.category-home-slide .slick-next,
.category-special-slide .slick-next {
  margin-top: -20px;
  right: 10px;
}
.category-home-slide .slick-prev,
.category-special-slide .slick-prev {
  margin-top: -20px;
  left: 10px;
}
.category-home-slide .item,
.category-special-slide .item {
  padding: 0 10px;
}
.category-home-slide .item a,
.category-special-slide .item a {
  display: block;
}
.category-home-slide .item a h3,
.category-special-slide .item a h3 {
  height: 30px;
}
.category-home-slide .item img,
.category-special-slide .item img {
  width: 100%;
}
.category-home-slide .item .content,
.category-special-slide .item .content,
.category-home-slide .item .view-more,
.category-special-slide .item .view-more {
  display: none;
}
.reviews .review-item {
  position: relative;
}
@media only screen and (min-width: 767px) {
  .reviews .review-item {
    min-height: 126px;
  }
}
.reviews .review-item .review-update {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
}
.reviews .review-item.review-1 .review-approved {
  display: none;
}
.reviews .review-item.review-0 {
  background-color: #eeeeee;
}
.reviews .review-item .review-info {
  padding-left: 0px;
  text-align: justify;
}
.reviews .review-item .review-info h4 {
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  position: relative;
  text-transform: capitalize;
}
.reviews .review-item .review-info h4 span.rating-view {
  display: block;
}
.reviews .review-item .review-info h4 .review-time {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}
.reviews .review-item .review-info p {
  padding: 5px 0px;
}
.reviews .review-item .user-icon {
  position: absolute;
  left: 0px;
  top: 10px;
  display: none;
}
.reviews .review-item .user-icon img {
  margin-top: 10px;
  width: 80px;
}
.option-rating {
  float: left;
  margin-right: 1px;
}
.option-rating input {
  display: none;
}
.option-rating label {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 1px;
  background-image: url('../images/icon-star.png');
  background-position: 0 -30px;
  background-repeat: no-repeat;
}
.selected.option-rating label,
.actived.option-rating label {
  background-position: 0 0;
}
.rating-view {
  width: 98px;
  height: 20px;
}
.rating-view:before {
  font-family: 'Glyphicons Halflings';
  color: #555555;
  font-size: 15px;
}
.total-review .rating-view {
  float: left;
  padding-right: 15px;
}
.rating-view.rating-1:before {
  content: "\e006";
}
.rating-view.rating-2:before {
  content: "\e006 \e006";
}
.rating-view.rating-3:before {
  content: "\e006 \e006 \e006";
}
.rating-view.rating-4:before {
  content: "\e006 \e006 \e006 \e006";
}
.rating-view.rating-5:before {
  content: "\e006 \e006 \e006 \e006 \e006";
}
#review-form {
  border: none;
}
#review-form .control-label {
  font-family: Helvetica, Arial, sans-serif;
}
[data-view-group] {
  overflow: hidden;
}
[data-view-group] .edit-add-item .position-right {
  right: 10px;
  top: 10px;
}
[data-view-group] .g-content {
  width: 9999px;
  overflow: hidden;
  min-height: 400px;
  -webkit-transition: height 500ms ease 0ms;
  -o-transition: height 500ms ease 0ms;
  transition: height 500ms ease 0ms;
}
[data-view-group] .g-content .g-item {
  float: left;
}
/* Lightbox */
[data-lightbox-show] {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  overflow: hidden;
}
[data-lightbox-show].active {
  display: block;
}
[data-lightbox-show] .lb-content {
  top: 50%;
  margin: 0px auto;
  position: relative;
  -webkit-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
}
[data-lightbox-show] .lb-img {
  width: 100%;
}
[data-lightbox-show] .lb-close {
  background: none;
  right: 10px;
  top: 10px;
  z-index: 2;
}
[data-lightbox-show] .lb-nav {
  top: 50%;
  width: 100%;
  position: absolute;
  margin-top: -15px;
  font-size: 30px;
}
[data-lightbox-show] [value="-1"] {
  display: block;
  position: absolute;
  left: 10px;
  top: 0px;
  width: 30px;
  height: 30px;
}
[data-lightbox-show] [value="1"] {
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  width: 30px;
  height: 30px;
}
[data-lightbox-show] .lb-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0px;
  left: 0px;
}
[data-lightbox-show] .lb-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 20px;
}
/* ui tabs */
div[data-ui-tabs] nav {
  display: none;
}
@media only screen and (min-width: 767px) {
  div[data-ui-tabs] nav {
    display: block;
  }
}
div[data-ui-tabs] nav ul {
  height: 40px;
  overflow: hidden;
  padding: 1px 0px;
}
div[data-ui-tabs] nav ul li {
  position: relative;
  float: left;
  text-align: center;
  list-style: none;
  margin-right: 20px;
}
div[data-ui-tabs] nav ul li a {
  margin-right: 1px;
  line-height: 37px;
  padding: 0;
  font-size: 16px;
}
div[data-ui-tabs] nav ul li.current {
  border-bottom: 2px solid black;
  color: #555555;
}
div[data-ui-tabs] .product-des {
  display: block;
  padding: 0;
}
div[data-ui-tabs] .product-des .item-content .tab-title {
  cursor: pointer;
  font-size: 16px;
  padding: 4px 0 4px 0px;
  position: relative;
}
div[data-ui-tabs] .product-des .item-content .tab-title:before {
  content: '+';
  width: 20px;
  display: inline-block;
}
div[data-ui-tabs] .product-des .item-content .tab-title.current:before {
  content: '--';
  letter-spacing: -3px;
}
div[data-ui-tabs] .product-des .item-content .tab-content {
  display: none;
  padding: 15px 0px;
}
div[data-ui-tabs] .product-des .item-content.current .tab-content {
  display: block;
}
@media only screen and (min-width: 767px) {
  div[data-ui-tabs] .product-des .item-content {
    display: none;
  }
  div[data-ui-tabs] .product-des .item-content .tab-title {
    display: none;
  }
  div[data-ui-tabs] .product-des .item-content .tab-content {
    display: block;
  }
}
div[data-ui-tabs] .product-des .current {
  display: block;
}
.error {
  color: red;
  display: none;
}
.error.in {
  display: block;
}
.invalid .error {
  display: block;
}
.invalid .form-control {
  border-color: red;
}
.invalid .radio-inline {
  color: red;
}
.invalid .checkbox-style {
  color: #F00;
}
.fa-calendar + input {
  padding-left: 40px;
}
.relative .fa-calendar {
  position: absolute;
  left: 25px;
  top: 12px;
}
.style-code {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.custom-select {
  position: relative;
  cursor: pointer;
}
.custom-select.opening {
  z-index: 1;
}
.custom-select .select {
  display: block;
  padding: 10px 40px 10px 25px;
  overflow: hidden;
  color: white;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.selected.custom-select .select {
  color: black;
}
.custom-select .select:hover {
  opacity: 0.6;
}
.custom-select > a {
  position: absolute;
  bottom: 1px;
  right: 1px;
  top: 1px;
  width: 30px;
  cursor: pointer;
}
.custom-select > a .icon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}
.custom-select select {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.custom-select .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: white;
  border: 1px solid #e2e6ef;
  border-top: none;
}
.opening.custom-select .select-list {
  display: block;
}
.custom-select .select-list a {
  display: block;
  padding: 5px 5px 5px 10px;
}
.custom-select .select-list a:hover {
  text-decoration: none;
  background-color: #ccc;
}
.radio {
  cursor: pointer;
}
.radio input[type="radio"] + .radio-style:before {
  content: "\f10c";
  font-size: 24px;
}
.radio input[type="radio"]:checked + .radio-style:before {
  content: "\f192";
}
.post-form .radio input[type="radio"] {
  opacity: 0;
}
.checkbox {
  cursor: pointer;
}
.checkbox input[type="checkbox"] + .checkbox-style:before {
  content: "\f096";
  font-size: 24px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-style:before {
  content: "\f046";
}
.post-form .checkbox input[type="checkbox"] {
  opacity: 0;
}
.table thead.header-form tr,
.table thead.header-form tr td {
  padding: 5px 0;
}
.option-inline {
  width: 100px;
  float: left;
}
.style-button .checkbox-inline,
.style-button .radio-inline {
  margin: 5px 5px 5px 0;
  padding: 0;
}
.style-button {
  position: relative;
  display: inline-block;
}
.style-button + .style-button {
  margin-top: 5px;
}
.style-button .checkbox-inline label,
.style-button .radio-inline label {
  padding: 4px 12px;
  line-height: 20px;
  display: block;
  font-weight: normal;
  margin: 0;
}
.style-button .checkbox-inline .checkbox-style,
.style-button .radio-inline .radio-style {
  border: 1px solid #999;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.style-button .checkbox-inline input[type="checkbox"]:checked + .checkbox-style,
.style-button .radio-inline input[type="radio"]:checked + .radio-style {
  background-color: #000;
}
.style-button .checkbox-inline input[type="checkbox"]:checked + .checkbox-style + span,
.style-button .radio-inline input[type="radio"]:checked + .radio-style + span {
  color: #FFF;
  position: relative;
  display: block;
  z-index: 1;
}
.style-button .checkbox-inline .checkbox-style:before,
.style-button .radio-inline .radio-style:before {
  display: none;
}
fieldset.scheduler-border {
  border: 1px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
fieldset.scheduler-border legend.scheduler-border {
  width: auto;
  padding: 0 20px;
  border: none;
}
.image-preview {
  position: relative;
  display: inline-block;
  min-width: 150px;
}
.image-preview label {
  z-index: 1;
  position: absolute;
  width: 100%;
  cursor: pointer;
  padding: 5px;
  color: white;
  margin: 0px;
}
.image-preview .text-upload {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
}
.image-preview .edit-img {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  color: red;
}
.image-preview .edit-img span {
  font-size: 0px;
}
.image-preview img {
  height: 120px;
  width: auto;
}
.btn-upload {
  padding: 10px 0;
}
.img-detail {
  padding: 10px;
}
.img-detail:nth-child(odd) {
  background-color: #E2E2E2;
}
.img-detail img {
  display: none;
}
.modal .img-detail img {
  display: block;
  width: 80px;
}
.img-detail .type-image img {
  width: 100px;
  height: auto;
  display: block;
}
[data-show-options-list] .append-option {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 24/14;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  margin: 10px 10px 0px 0;
  padding-right: 20px;
  background-color: #E2E2E2;
}
[data-show-options-list] .append-option:focus,
[data-show-options-list] .append-option:active:focus,
[data-show-options-list] .append-option.active:focus,
[data-show-options-list] .append-option.focus,
[data-show-options-list] .append-option:active.focus,
[data-show-options-list] .append-option.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[data-show-options-list] .append-option:hover,
[data-show-options-list] .append-option:focus,
[data-show-options-list] .append-option.focus {
  color: #333;
  text-decoration: none;
}
[data-show-options-list] .append-option:active,
[data-show-options-list] .append-option.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[data-show-options-list] .append-option.disabled,
[data-show-options-list] .append-option[disabled],
fieldset[disabled] [data-show-options-list] .append-option {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.icon-edit-cancel:before {
  margin-top: 8px;
  display: block;
  content: "\f044";
}
.edit-enabled .icon-edit-cancel:before {
  content: "\f057";
}
textarea.more {
  max-width: 100%;
  min-height: 200px;
}
.otooltip {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.otooltip .otooltip-content {
  font-weight: normal;
  padding: 5px 10px;
  text-align: left;
  z-index: 9999;
  position: absolute;
  min-width: 240px;
  display: none;
  border-radius: 5px;
  transition: all 2s;
  background: white;
  border: 1px solid #555555;
}
.otooltip .otooltip-content:before {
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 12px/2 8px 12px/2;
  border-bottom-color: #555555;
  border-left-color: rgba(85, 85, 85, 0);
  border-right-color: rgba(85, 85, 85, 0);
  content: "";
  position: absolute;
  top: -8px;
}
.otooltip .otooltip-content.otooltip-c {
  left: 50%;
  margin-left: -100px;
}
.otooltip .otooltip-content.otooltip-c:before {
  margin-left: -5px;
  left: 50%;
}
.otooltip .otooltip-content.otooltip-l {
  left: 0;
}
.otooltip .otooltip-content.otooltip-l:before {
  left: 5px;
}
.otooltip .otooltip-content.otooltip-r {
  left: auto;
  right: 0;
}
.otooltip .otooltip-content.otooltip-r:before {
  right: 5px;
  left: auto;
}
.otooltip:hover .otooltip-content {
  display: block;
}
.modal-option-file-upload {
  z-index: 9999999;
}
@media only screen and (min-width: 992px) {
  .modal-option-file-upload .modal-dialog {
    width: 992px;
  }
}
.pac-input-maps-google {
  width: 300px;
  top: 10px !important;
}
@media only screen and (min-width: 992px) {
  .pac-input-maps-google {
    width: 75%;
  }
}
[data-view-message-upload] {
  display: none;
}
[data-view-message-upload].in {
  display: block;
}
[data-change-to-submit-form] {
  position: relative;
}
[data-change-to-submit-form] .fa-calendar {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 5;
}
.top-bar {
  margin: 0;
  padding: 0px 0 0;
  width: 100%;
  left: 0;
}
.top-bar .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}
.top-bar ul {
  padding: 0;
}
.top-bar ul li {
  display: inline-block;
  list-style: none;
}
.top-bar ul li a {
  padding: 0px 5px;
}
.top-search {
  width: 90%;
  margin: 40px auto 0;
}
.top-search .post-form {
  position: relative;
}
.top-search .form-group {
  margin-bottom: 0px;
}
.top-search label {
  margin: 0;
}
.top-search .icon-search {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
  width: 20px;
  height: 20px;
}
.top-search .icon-search:before {
  line-height: 1;
  text-align: right;
  content: "\e986";
  font-size: 20px;
}
.top-search .btn-search {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 38px;
  margin-top: -19px;
  width: 40px;
  border-radius: 4px;
  z-index: 1;
}
.top-search .btn-search:before {
  font-family: 'FontAwesome';
  line-height: 36px;
  font-size: 20px;
  content: "\f002";
  display: block;
}
.top-search .btn-search button {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.s-icon {
  float: right;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
.s-icon:before {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  font-family: "icomoon";
  line-height: 1;
  font-size: 40px;
  content: "\e942";
  color: #ed1c24;
}
.s-icon .text-sp {
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}
.s-icon a {
  display: inline-block;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.s-icon span {
  font-size: 20px;
}
.s-icon span.icon-yahoo {
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  #banner-list {
    padding: 10px 0;
  }
}
#banner-list.slick-slider img {
  min-height: 160px;
  width: 100%;
}
#footer .description {
  overflow: hidden;
}
#footer address {
  margin: 0;
}
.copyright {
  text-align: center;
  margin-top: 10px;
  padding: 10px 5px;
}
.btn-to-top {
  position: fixed;
  width: 52px;
  height: 52px;
  font-size: 40px;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.25s ease 0.1s;
}
@media only screen and (min-width: 1040px) {
  .btn-to-top {
    color: #ed1c24;
  }
}
.btn-to-top.btn-to-top-fixed {
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-ads-scroll] {
  display: none;
}
@media only screen and (min-width: 1040px) {
  [data-ads-scroll] {
    display: block;
    top: 50px;
    position: absolute;
    width: 200px;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.3s;
  }
}
[data-ads-scroll].ads-scroll-left {
  left: 0;
  margin-left: -205px;
  text-align: right;
}
[data-ads-scroll].ads-scroll-right {
  right: 0;
  margin-right: -205px;
}
.boxchat .wellcome-chat {
  padding-left: 10px;
  display: block;
  font-size: 11px;
}
.boxchat .vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxchat .boxchat-view {
  height: calc(100vh);
  position: relative;
}
.boxchat .boxchat-sms {
  width: 100%;
  height: calc(100% - 74px);
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.boxchat .boxchat-line {
  height: 100%;
  position: relative;
  flex: 1 0 auto;
  overflow-y: scroll;
  padding: 0 5px;
  margin: 0;
  font-size: 12px;
}
.boxchat .boxchat-line .f-day {
  color: #F01;
  display: inline-block;
  padding: 0 5px;
}
.boxchat .sms-line-text,
.boxchat .sms-line-time {
  margin: 5px 0;
  padding: 3px 5px;
}
.boxchat .sms-line-text {
  border-radius: 4px;
  display: inline-block;
  max-width: calc(100% - 72px);
}
.boxchat .ymd-Invalid .sms-line-text {
  max-width: calc(100%);
}
.boxchat .sms-line-time {
  display: inline-block;
}
.boxchat .feedback {
  padding: 2px 10px;
  font-size: 10px;
}
.boxchat p.message {
  margin: 0px;
  width: 100%;
  font-size: 2vh;
  font-family: 'Comfortaa', sans-serif;
  padding: 1vh;
}
.boxchat .message:nth-child(even) {
  background-color: #81DAF5;
}
.boxchat .message:nth-child(odd) {
  background-color: #81BEF7;
}
.boxchat .boxchat-line li {
  list-style: none;
}
.boxchat .boxchat-line p em {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 3px;
  padding: 0px 5px;
  margin-right: 5px;
}
.boxchat .f-time {
  font-size: 11px;
}
.boxchat li.A {
  position: relative;
  padding-left: 36px;
  clear: both;
}
.boxchat li.A .sms-line-text {
  background-color: #e4ecf2;
  float: left;
}
.boxchat li.O {
  position: relative;
  padding-right: 36px;
  text-align: right;
  clear: both;
}
.boxchat li.O .sms-line-text {
  background-color: #f1f1f1;
}
.boxchat .each-line-chat {
  width: 100%;
  position: relative;
}
.boxchat li.O + li.A:before,
.boxchat li.A:first-child:before,
.boxchat li.A + li.O:before,
.boxchat li.O:first-child:before {
  content: "\f075";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  left: 0px;
  top: 6px;
  color: #FFF;
}
.boxchat li.A:before {
  background-color: #000;
}
.boxchat li.O:before {
  background-color: #F00;
}
.boxchat li.A + li.O:before,
.boxchat li.O:first-child:before {
  content: "\f007";
  right: 0px;
  left: auto;
}
.boxchat.client {
  position: fixed;
  bottom: 0;
  right: 10px;
  height: 32px;
  width: 240px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 4px 4px 0 0;
  background-color: #FFF;
  overflow: hidden;
  z-index: 1000;
}
.boxchat.client.client.open {
  height: 260px;
}
.boxchat.client.client.open .toggle-open:before {
  content: "\f078";
}
.boxchat.client .boxchat-view {
  height: calc(100%);
}
.boxchat.client .chat-input {
  margin: 5px 5px 0px;
  position: relative;
}
.boxchat.client .input-sm {
  height: 25px;
  padding: 0px 10px;
}
.boxchat .boxchat-header {
  background-color: #000;
  border-radius: 3px 3px 0 0;
  height: 32px;
  line-height: 32px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.boxchat .notification-number {
  right: 5px;
  margin-top: -10px;
  font-size: 11px;
}
.boxchat .toggle-open {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  cursor: pointer;
}
.boxchat .toggle-open:before {
  font-family: FontAwesome;
  content: "\f077";
}
.boxchat .btn-send-sms {
  z-index: 1;
  position: absolute;
  right: 2px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  width: 30px;
  text-align: center;
  background: none;
  margin-top: -11px;
  border: none;
}
.boxchat .fa-send {
  content: "\f1d8";
}
.notification-number,
.noti-number {
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 100%;
  background-color: #F00;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  line-height: 18px;
}
.has-notification .notification-number {
  display: block;
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-bell:before {
  content: "\f0f3";
}
.mobile-menu-bar .top-search {
  margin: 0 auto;
  position: absolute;
  width: 260px;
  left: 40px;
}
.mobile-menu-bar .top-search .form-control {
  border: none;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.5);
}
.search-active.mobile-menu-bar .top-search {
  display: block;
}
#main-menu {
  position: relative;
  z-index: 2;
}
#main-menu .icon-menu {
  font-size: 30px;
}
#main-menu .desktop-menu > ul {
  position: relative;
  list-style: none;
  padding: 0;
}
#main-menu .desktop-menu > ul > li {
  display: inline-block;
  position: relative;
}
#main-menu .desktop-menu > ul > li a {
  display: block;
}
#main-menu .desktop-menu > ul > li > a {
  height: 40px;
  line-height: 40px;
}
#main-menu .desktop-menu > ul > li ul {
  position: absolute;
  min-width: 180px;
  overflow: hidden;
  top: 100%;
  left: -20px;
  margin-top: -2px;
}
#main-menu .desktop-menu > ul > li ul li {
  overflow: hidden;
}
#main-menu .desktop-menu > ul > li ul a {
  background-color: white;
  display: block;
  height: 0;
  transition: height 0.25s ease 0.1s;
  position: relative;
}
#main-menu .desktop-menu > ul > li:last-child ul {
  left: auto;
  right: 0px;
}
#main-menu .desktop-menu > ul > li:hover ul li:first-child {
  margin-top: 1px;
}
#main-menu .desktop-menu > ul > li:hover ul li a {
  height: 34px;
  line-height: 34px;
}
#main-menu .desktop-menu > ul > li .sub-menu > li > a {
  padding: 0 5px 0 10px;
}
#main-menu .crumbs {
  background: none;
}
#main-menu .crumbs > ul > li {
  display: inline;
}
#main-menu .crumbs > ul > li > a {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #3498db;
  text-align: center;
  padding: 0px 20px 0 60px;
  position: relative;
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #fff;
}
#main-menu .crumbs > ul > li > a:after {
  content: "";
  display: block;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #3498db;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1;
}
#main-menu .crumbs > ul > li > a:before {
  content: "";
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
#main-menu .crumbs > ul > li > a:hover {
  background: #fa5ba5;
}
#main-menu .crumbs > ul > li > a:hover:after {
  border-left-color: #fa5ba5;
}
#main-menu .mobile-menu > ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: 0px;
}
.mobile-active#main-menu .mobile-menu > ul {
  height: auto;
}
#main-menu .mobile-menu > ul a {
  transition: height 0.25s ease 0.1s;
  height: 0px;
  display: block;
  overflow: hidden;
  position: relative;
}
.mobile-active#main-menu .mobile-menu > ul a {
  height: 36px;
  line-height: 36px;
}
.seach-on-menu {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  width: 20px;
  transition: width 0.25s ease 0.1s;
  z-index: 1;
}
.seach-on-menu.active {
  width: 200px;
  margin-top: -17px;
  height: 34px;
  right: 14px;
}
.seach-on-menu .icon-search1 {
  font-size: 20px;
  color: white;
}
.active.seach-on-menu .icon-search1 {
  display: none;
}
.seach-on-menu .copy-search {
  display: none;
}
.active.seach-on-menu .copy-search {
  display: block;
}
.seach-on-menu .copy-search .top-search {
  margin: 0;
  width: 100%;
}
.seach-on-menu .copy-search .top-search .form-control {
  border: none;
  height: 34px;
}
.side-box {
  margin-top: 20px;
}
.side-box:first-child {
  margin-top: 0;
}
.side-box .side-content {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 20px;
}
.side-box.no-padding .side-content {
  padding: 0;
  border: none;
}
.side-box.hidden-title h3 {
  display: none;
}
.side-box.only-show-root .sub-1 {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.side-box.only-show-root li:hover .sub-1,
.side-box.only-show-root li.active .sub-1 {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.sidebar ul {
  list-style: none;
  padding: 0px;
}
.sidebar ul ul {
  padding-left: 0px;
}
.sidebar ul li.active a {
  color: #F00;
}
.sidebar ul li a {
  padding: 8px 0;
  display: block;
  position: relative;
}
.sidebar ul li a:hover .arrow-right:before {
  border-color: red;
}
.sidebar ul li a.f-root {
  margin-top: 15px;
  border-bottom: 1px dotted;
  font-weight: bold;
}
.ads-image img {
  width: 100%;
  display: block;
  border: none;
  margin: 5px 0;
}
/*

    Supersized - Fullscreen Slideshow jQuery Plugin
    Version : 3.2.7
    Site    : www.buildinternet.com/project/supersized

    Theme   : Shutter 1.2
    Author  : Sam Dunn
    Company : One Mighty Roar (www.onemightyroar.com)
    License : MIT License / GPL License

*/
/* Progress Bar
    ----------------------------*/
#progress-back {
  overflow: hidden;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#progress-bar {
  position: relative;
  height: 2px;
  width: 100%;
  background: #555555;
}
img {
  border: none;
}
/*

    Supersized - Fullscreen Slideshow jQuery Plugin
    Version : 3.2.7
    Site    : www.buildinternet.com/project/supersized

    Author  : Sam Dunn
    Company : One Mighty Roar (www.onemightyroar.com)
    License : MIT License / GPL License

*/
[data-supersized-animate] {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
[data-supersized-animate] .controls-bar {
  top: 50%;
  margin-top: -30px;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-supersized-animate] .controls-bar .nav-slide {
  display: block;
  border: none;
  position: absolute;
  outline: none;
  background: none;
  cursor: pointer;
  opacity: 0;
}
#slide-banner:hover[data-supersized-animate] .controls-bar .nav-slide {
  opacity: 1;
}
[data-supersized-animate] .controls-bar .nav-slide-next {
  top: 0;
  right: 10px;
}
[data-supersized-animate] .controls-bar .nav-slide-prev {
  top: 0;
  left: 10px;
}
[data-supersized-animate]:hover .controls-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
[data-supersized-animate] .slide-container .slide-content {
  position: absolute;
  z-index: 1;
}
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center;
}
#supersized {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.prevslide img {
  display: none;
}
#supersized li.activeslide {
  z-index: 1;
}
#supersized li.activeslide img {
  display: block;
}
#supersized li.image-loading {
  width: 100%;
  height: 100%;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized li a {
  width: 100%;
  height: 100%;
  display: block;
}
html.touch {
  overflow-x: hidden;
}
body {
  font-family: sans-serif, Arial, sans-serif;
  overflow-x: hidden;
}
body.website-expired:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
a:hover {
  text-decoration: none;
}
.logo img {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .logo img {
    width: 280px;
  }
}
.masonry-images-show [data-content] {
  column-gap: 20px;
}
@media only screen and (min-width: 600px) {
  .masonry-images-show [data-content] {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .masonry-images-show [data-content] {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 992px) {
  .masonry-images-show [data-content] {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.masonry-images-show .img.img-normal {
  box-sizing: border-box;
  display: inline-block;
}
@media only screen and (min-width: 600px) {
  .masonry-images-show .img.img-normal {
    margin-bottom: 20px;
  }
}
.masonry-images-show .img figure {
  padding: 0;
}
.masonry-images-show .img figure a {
  position: unset;
}
.view-signin {
  margin: 40px 0;
  border: 1px solid #DDDDDD;
  padding: 20px;
  border-radius: 5px;
}
.f-header {
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#main-menu .desktop-menu > ul {
  background: none;
}
#main-menu .desktop-menu > ul a:after {
  display: none;
}
#main-menu .desktop-menu > ul > li ul li {
  height: 0;
  overflow: hidden;
}
#main-menu .desktop-menu > ul > li:hover ul li {
  display: block;
  height: auto;
}
#main-menu .desktop-menu > ul > li > a {
  padding: 0 5px;
}
.rectangle2 .img figure {
  padding-top: 67%;
}
.o-hidden {
  overflow: hidden;
}
.p-slide-image1 {
  margin: 10px -5px 0;
}
.p-slide-image1 .p-slide {
  padding: 0 5px;
}
.p-slide-image1 img {
  width: 100%;
  padding: 0;
}
/*.g-item label {
    color: red;
}
.g-item .form-group label {
    color: #555555;
}*/
.table-responsive > .table {
  min-width: 760px;
}
@media only screen and (min-width: 992px) {
  .table-responsive {
    overflow-x: hidden;
  }
}
.item-view-products .item {
  float: left;
}
.item-view-products .item .info {
  position: relative;
}
.item-view-products .item .quick-view {
  position: relative;
  height: 100%;
  width: 100%;
}
.item-view-products .item .quick-view .icon-enlarge {
  font-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}
.item-view-products .item .img {
  position: relative;
  display: block;
}
.item-view-products .item .img .item-opacity {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.item-view-products .item .img:hover {
  cursor: pointer;
}
.item-view-products .item .img:hover .item-opacity {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.item-view-products .item .item-btn .icon-cart {
  font-size: 32px;
}
.sidebar-category-product ul {
  list-style: none;
  padding: 0;
}
.sidebar-category-product ul .root-c {
  display: block;
  padding: 0 10px;
}
.sidebar-category-product ul .root-c > a {
  display: block;
  font-weight: bold;
}
.sidebar-category-product ul .root-c + .root-c {
  margin-top: 10px;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-video {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}
.box-video .box-video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.div-2 > * {
  float: left;
  width: 49%;
  margin-right: 1%;
}
@media only screen and (min-width: 768px) {
  .div-3.div-2 > * {
    width: 32%;
  }
}
.div-2:after {
  height: 1px;
  display: block;
  clear: both;
  content: "";
}
.price-orders .p-off {
  text-decoration: line-through;
  font-size: 85%;
}
.price-orders .p-sale {
  color: #F01;
}
.relative-landipage {
  margin-top: 20px;
}
.circle-waves-animation {
  position: relative;
  display: block;
  width: 120px;
  margin: 60px auto;
}
.circle-waves-animation .delay1 {
  animation: waves 2.5s infinite;
  animation-delay: 0.1s;
}
.circle-waves-animation .delay2 {
  animation: waves 2.5s infinite 0.7s forwards;
}
.circle-waves-animation .delay3 {
  animation: waves 2.5s infinite 1.3s forwards;
}
.circle-waves-animation .delay4 {
  animation: waves 2.5s infinite 1.9s forwards;
}
.circle-waves-animation .svg-box {
  position: relative;
  z-index: 10;
  background-color: #FFF;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.circle-waves-animation .circle {
  display: block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #0194c7;
  transition: 5s ease;
  position: absolute;
  top: 0px;
}
.item-view-category-link-sub a {
  font-weight: bold;
  display: block;
  border: 1px solid #DDD;
  margin-right: 10px;
  position: relative;
}
.item-view-category-link-sub a span {
  display: inline-block;
  padding: 0 10px;
}
.item-view-category-link-sub a img {
  height: 40px;
  width: auto;
}
.item-view-category-link-sub ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}
.item-view-category-link-sub ul li {
  display: inline-block;
  padding: 0;
  list-style: none;
}
@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.btn-cart-item {
  font-size: 18px;
}
.btn-cart-item .number-of-item {
  display: inline-block;
  padding: 0 10px;
}
.col-number-option {
  width: 140px;
  float: left;
  line-height: 28px;
  text-align: center;
}
.col-number-option .btn-plus,
.col-number-option .btn-minus {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #DDD;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.form-add-product-to-card {
  margin: 10px 0;
}
.form-add-product-to-card .col-number-option .btn {
  display: block;
}
.form-add-product-to-card .col-btn-action {
  background-color: #F01;
  color: #FFF;
  margin-left: 20px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  width: 140px;
  text-align: center;
  border-radius: 5px;
  float: left;
  cursor: pointer;
}
.list-price-option {
  padding: 0;
  margin: 0 -5px;
}
.list-price-option:after {
  content: "";
  display: block;
  clear: both;
}
.list-price-option li {
  list-style: none;
  width: 50%;
  float: left;
}
.list-price-option label {
  position: relative;
  display: block;
  font-weight: normal;
  cursor: pointer;
  margin: 5px;
}
.list-price-option .radio-style {
  float: left;
  padding-right: 10px;
}
.list-price-option .radio-style input {
  opacity: 0;
  width: 1px;
}
.list-price-option .radio-style input + span:before {
  font-family: FontAwesome;
  content: "\f10c";
}
.list-price-option .radio-style input:checked + span:before {
  content: "\f192";
}
.list-price-option .radio-style input + span:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  content: " ";
}
.invalid.list-price-option .radio-style input + span:after {
  border-color: #F01;
}
.radio-content span {
  color: #F01;
}
.list-checkbox-style .style-button input {
  opacity: 0;
}
.list-checkbox-style .style-button + .style-button {
  margin-left: 10px;
}
.form-product-variant-color-info img {
  width: 100%;
}
.item-color-html span {
  display: block;
  width: 40px;
  height: 40px;
}
.option-color-item {
  margin-top: 10px;
  position: relative;
}
.option-color-files label {
  position: relative;
}
.option-color-files .variant-color-style:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  content: " ";
}
.option-color-files input {
  position: absolute;
  top: 0px;
  left: 10px;
}
.option-color-files input:checked + .variant-color-style:after {
  border-color: #000;
}
.option-color-files .invalid .variant-color-style:after {
  border-color: #F01;
}
.option-color-icon {
  padding-left: 50px;
  height: 40px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}
.option-color-icon .o-block-color {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
}
.option-color-close {
  width: 40px;
  height: 40px;
  border: 1px solid #DDD;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}
.product-info-show-image {
  position: relative;
}
.product-show-option-color-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-show-option-color-block.in {
  z-index: 1;
  background-color: #FFF;
}
.product-show-option-color-block img {
  width: 100%;
}
.product-option-variant {
  padding: 0;
}
.product-option-variant li {
  display: inline-block;
  list-style: none;
}
.product-option-variant li label {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.product-option-variant .radio-style input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product-option-variant .radio-style .s-style {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #DDD;
}
.invalid.product-option-variant .radio-style .s-style {
  border: 1px solid #F01;
}
.product-option-variant .radio-style input:checked + .s-style {
  border: 1px solid #000;
}
.product-option-variant .radio-content {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.product-option-variant .radio-content span {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-phone-block {
  margin: 10px 0;
}
.btn-phone-block a {
  display: inline-block;
  color: #F01;
  border: 1px solid;
  padding: 6px 20px;
  border-radius: 6px;
}
.btn-phone-block a:before {
  font-family: FontAwesome;
  content: "\f095";
  display: inline-block;
  padding-right: 5px;
}
