/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.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: 0;
}
.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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  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: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:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  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: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:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  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: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:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  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: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 {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/glyphicons-halflings-regular.eot');
  src: url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {

}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #C1F1FF;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #C1F1FF;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #C1F1FF;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #C1F1FF;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #C1F1FF;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #C1F1FF;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #C1F1FF;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #C1F1FF;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 (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: 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: 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 (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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.test-value {
  line-height: 1.5;
}
#thong-bao-tet {
border: 1px solid red;
width: 340px;
padding-bottom: 5px!important;
background: none!important;
padding: 5px 12px;
}
body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 1010px;
  overflow: auto;
  color: #444444;
}
.dis-24h-txt{
background: url(http://tikicdn.com/media/custom/24h-22.png) no-repeat left 0px!important;
padding-left: 40px!important;
margin-left: -20px!important;
}

.container {
  min-width: 1010px;
  background: #fff;
}
a {
  color: #00aaf1;
}
a:hover {
  color: #00aaf1;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  letter-spacing: 0;
}
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: #999999;
}
.b-price {
  padding-top: 5px;
}
.b-price__main {
  font-size: 14px;
  color: #444444;
  margin-right: 5px;
  font-weight: bold;
}
.b-price__sale {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through;
  display: block;
}
.i-next,
.i-prev {
  position: absolute;
  display: block;
  width: 25px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  line-height: 40px;
}
.i-next:hover,
.i-prev:hover {
  background: #f4f4f4;
  color: #777;
}
.i-next:hover .tk-i__next,
.i-prev:hover .tk-i__next,
.i-next:hover .tk-i__prev,
.i-prev:hover .tk-i__prev {
  color: #999999;
}
.tk-i__next,
.tk-i__prev {
  font-size: 17px;
  color: #ddd;
}
.tk-i__see-all {
  color: #9d9d9d;
  font-size: 16px;
  margin-left: 8px;
}
.arrow_top {
  position: relative;
  background: #fff;
  border: 1px solid #ccc !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.arrow_top:after,
.arrow_top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.arrow_top:before {
  border-color: transparent;
  border-bottom-color: #ccc !important;
  border-width: 9px;
  margin-left: -9px;
}
.b-ie {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  margin-top: 25px;
}
.b-ie .b-ie__btn {
  margin-top: 10px;
}
.price-box {
  padding: 3px 0 0 0;
}
.price-box .special-price .price {
  font-size: 14px;
  color: #444444;
}
.price-box .old-price .price {
  font-size: 11px;
  text-decoration: line-through;
  color: #999999;
  padding-left: 5px;
}
.price-box .regular-price .price {
  font-size: 14px;
  color: #444444 !important;
}
.b-pager {
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-pager li {
  display: inline-block;
}
.b-pager select {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.b-pager .b-pager_view {
  float: left;
  margin-top: 2px;
}
.b-pager .b-pager_view .btn-group-sm > .btn {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 18px;
  border-color: #dddddd;
}
.b-pager .b-pager_view .btn-group-sm .acitve {
  background: #f4f4f4;
}
.b-pager .b-pager_view .btn-group-sm .acitve i {
  color: #00aaf1 !important;
}
.b-pager .b-pager__sort {
  padding-top: 2px;
}
.b-pager .b-pager_per-page {
  padding-left: 40px;
  padding-top: 2px;
}
.b-pager .b-pager__sort-text,
.b-pager .b-pager_per-page-text {
  color: #666;
  padding: 0 3px;
}
.b-pager_top .b-pager_page-number {
  display: none;
}
.b-pager_bottom .b-pager_view,
.b-pager_bottom .b-pager__sort,
.b-pager_bottom .b-pager_per-page {
  display: none;
}
.b-pager_bottom .b-pager_page-number {
  display: block;
  width: 100%;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-content {
  text-align: center;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow .tk-i__prev-page {
  font-size: 22px;
  position: absolute;
  top: 0px;
  left: -22px;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow .tk-i__next-page {
  padding-left: 8px;
  font-size: 22px;
  position: absolute;
  top: 0px;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow a {
  color: #444444;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow a:hover {
  color: #00aaf1;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow_prev {
  margin-right: 20px;
  font-weight: normal !important;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-arrow_next {
  margin-left: 20px;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-number {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-number a,
.b-pager_bottom .b-pager__paging .b-pager__paging-number .b-pager__paging-current {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid transparent;
  margin: 0 3px;
  border-radius: 2px;
  font-weight: bold;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-number .b-pager__paging-current {
  border-color: #ccc !important;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-number a {
  color: #00aaf1;
}
.b-pager_bottom .b-pager__paging .b-pager__paging-number a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.b-header-3 {
  padding: 12px 0 0 0;
  min-height: 105px;
 border-bottom: 1px solid #dfdfdf;
 background: #fff;

  position: relative;
  z-index: 3;
  
}
.b-header-3__content{
  padding-top: 5px;
}

.b-header-3 .b-header-3__row-2 {
  padding-top: 15px;

}
.b-header-3 .b-header-3__logo .b-header-3__logo-image {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/logov3-normal.png) no-repeat 16px 0 transparent;
  
  text-indent: -9999px;
  display: block;
  width: 100%;
  min-height: 49px;
}
.b-header-3 .b-header-3__search {
  padding-top: 11px;
  padding-left: 5px;
}
.b-header-3 .b-header-3__search .b-header-3__search-input {
  position: relative;
}
.b-header-3 .b-header-3__search .b-header-3__search-input > .input-group {
  border: 1px solid transparent;
}
.b-header-3 .b-header-3__search .b-header-3__search-input > .input-group.active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #05b2e9;
  -webkit-box-shadow: 0px 0px 5px 0px #a0e8ff;
  -moz-box-shadow: 0px 0px 5px 0px #a0e8ff;
  box-shadow: 0px 0px 5px 0px #a0e8ff;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-all,
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__input-search {
  border: 1px solid #dfdfdf !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-all {
  background: none !important;
  text-shadow: none !important;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__input-search {
  font-size: 12px;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-all {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 12px;
  height: 34px;
  color: #777;
  font-weight: normal !important;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-all:hover {
  background: #f1f1f1 !important;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-all .caret {
  margin-left: 3px;
  margin-top: -3px;
  color: #999;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-dropdown {
  margin: -1px 0 0 0;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-dropdown li a {
  font-size: 12px;
  padding: 4px 13px;
  color: #444444;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-autocomplete {
  z-index: 9999999;
  width: 100% !important;
  position: absolute;
  right: 0 !important;
  top: 31px !important;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-autocomplete ul {
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__search-autocomplete ul li.item {
  padding: 5px 13px !important;
  color: #444444;
  font-size: 13px;
}
.b-header-3 .b-header-3__search .b-header-3__search-input .b-header-3__seach-btt {
  border-color: #05b2e9  !important;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #05b2e9;
  padding: 6px 20px;
  font-weight: bold;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-shadow: none;
  box-shadow: none;
  z-index: 3;
}
.b-header-3 .b-header-3__user {
  padding-top: 11px;
  margin: 0;
  list-style: none;
}
.b-header-3 .b-header-3__user .b-header-3__caret {
  position: absolute;
  top: 13px;
  right: 8px;
  border-top: 5px solid #999999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.b-header-3 .b-header-3__user .b-header-3__bullet {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 2px;
  position: absolute;
  top: -6px;
  right: 21px;
  z-index: 2;
  line-height: 11px;
  height: 14px;
  font-size: 11px;
  min-width: 14px;
}
.b-header-3 .b-header-3__user .b-header-3__hover-box {
  background: transparent;
  padding-top: 13px;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 5;
}
.b-header-3 .b-header-3__user .b-header-3__hover-box:hover .b-header-3__user-dropdown {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown {
  display: none;
  border: 1px solid #ddd;
  padding: 15px 20px 15px 20px;
  background: #fff;
  width: auto;
  min-width: 200px;
  z-index: 15;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__item:last-child .b-header-3__user-dropdown__link {
  padding-bottom: 0;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__item p {
  font-size: 11px;
  margin-top: -5px;
  color: #777;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__item p strong {
  color: #444444;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__link {
  display: block;
  padding: 0 0 9px 0;
  color: #444444;
  font-size: 13px;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__link:hover {
  color: #00aaf1;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-dropdown__link_signout {
  display: block;
  padding: 9px 0 0px 0;
  margin-top: 0px;
  border-top: 1px solid #eee;
  color: #444444;
  font-size: 13px;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__login-btt,
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__fb-btt {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 10px;
  text-decoration: none !important;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .tk-i-login {
  font-size: 13px;
  margin-right: 6px;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .tk-i-fb {
  font-size: 13px;
  margin-right: 6px;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-new-account {
  color: #777;
  font-size: 11px;
  margin: 0 0 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.b-header-3 .b-header-3__user .b-header-3__user-dropdown .b-header-3__user-new-account a {
  color: #00aaf1;
  font-weight: bold;
  text-decoration: underline;
}
.b-header-3 .b-header-3__user li {
  display: block;
  position: relative;
}
.b-header-3 .b-header-3__user .b-header-3__user-name:hover .b-header-3__caret {
  border-top: 5px solid #00aaf1;
}
.b-header-3 .b-header-3__user .b-header-3__user-name:hover .b-header-3__hover-box {
  display: block;
  min-width: 200px;
}
.b-header-3 .b-header-3__user .b-header-3__user-name:hover .b-header-3__user-dropdown {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-name .arrow_top:after,
.b-header-3 .b-header-3__user .b-header-3__user-name .arrow_top:before {
  left: 18px;
}
.b-header-3 .b-header-3__user .b-header-3__user-link,
.b-header-3 .b-header-3__user .b-header-3__user-noti-link,
.b-header-3 .b-header-3__user .b-header-3__user-cart-link {
  display: block;
  position: relative;
  color: #444444;
  border-right: 1px solid #ddd;
  height: 34px;
}
.b-header-3 .b-header-3__user .b-header-3__user-link:hover,
.b-header-3 .b-header-3__user .b-header-3__user-noti-link:hover,
.b-header-3 .b-header-3__user .b-header-3__user-cart-link:hover {
  color: #00aaf1;
  text-decoration: none;
}
.b-header-3 .b-header-3__user .b-header-3__user-link:hover .tk-i-noti,
.b-header-3 .b-header-3__user .b-header-3__user-noti-link:hover .tk-i-noti,
.b-header-3 .b-header-3__user .b-header-3__user-cart-link:hover .tk-i-noti,
.b-header-3 .b-header-3__user .b-header-3__user-link:hover .tk-i-cart,
.b-header-3 .b-header-3__user .b-header-3__user-noti-link:hover .tk-i-cart,
.b-header-3 .b-header-3__user .b-header-3__user-cart-link:hover .tk-i-cart {
  color: #00aaf1;
}
.b-header-3 .b-header-3__user .b-header-3__user-avatar {
  float: left;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
}
.b-header-3 .b-header-3__user .b-header-3__user-text {
  float: left;
  margin: 0;
  padding: 0;
  height: 34px;
}
.b-header-3 .b-header-3__user .b-header-3__user-text-name {
  padding: 0 0 5px 0;
}
.b-header-3 .b-header-3__user .b-header-3__user-text-name .b-header-3__user-short-name {
  font-weight: bold;
}
.b-header-3 .b-header-3__user .b-header-3__user-text-account {
  font-size: 11px;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti {
  height: 34px;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti:hover .b-header-3__caret {
  border-top: 5px solid #00aaf1;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti:hover .b-header-3__hover-box {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti:hover .b-header-3__user-dropdown {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti .b-header-3__user-noti-link {
  text-align: center;
  position: relative;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti .tk-i-noti {
  font-size: 22px;
  color: #888;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti .b-header-3__user-noti-text {
  display: block;
  font-size: 11px;
}
.b-header-3 .b-header-3__user .b-header-3__user-noti .b-header-3__bullet_noti {
  background: #03b3eb;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart {
  height: 34px;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart .b-header-3__user-cart-link {
  margin-right: 0 !important;
  text-align: center;
  position: relative;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart .tk-i-cart {
  font-size: 22px;
  color: #888;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart .b-header-3__user-cart-text {
  display: block;
  font-size: 11px;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart .b-header-3__bullet_cart {
  background: #ff6c25;
}
.b-header-3 .b-header-3__menu {
  min-height: 10px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav {
  position: relative;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-box {
  position: absolute;
  width: 100%;
  border: 1px solid #dfdfdf;
  z-index: 3;
  background: #fff;
  padding-bottom: 6px;
  min-height: 428px;
}
.b-header-3 .b-header-3__menu .b-header-3__menu-all {
  color: #444444;
  display: block;
  width: 100%;
  padding: 10px 15px 4px 15px;
}
.b-header-3 .b-header-3__menu .b-header-3__menu-all:hover {
  text-decoration: none;
}
.b-header-3 .b-header-3__menu .b-header-3__menu-title {
  font-size: 15px;
  display: block;
  margin: 0;
  font-weight: bold;
  position: absolute;
  top: 14px;
  left: 42px;
}
.b-header-3 .b-header-3__menu .tk-i-all {
  font-size: 21px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-link {
  display: block;
  padding: 7px 15px 0 15px;
  color: #444444;
  font-size: 13px;
  position: relative;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-link:hover {
  text-decoration: none;
  font-weight: bold;
  color: #00aaf1;
  letter-spacing: -0.2px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-link:hover .tk-i-nav {
  color: #00aaf1;
  font-size: 23px;
  top: 10px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-link:hover .b-header-3__nav-tag {
  font-weight: normal;
  color: #00aaf1;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-box .b-header-3__nav-tag {
  font-size: 11px;
  color: #999999;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item-box .b-header-3__nav-tag:hover {
  color: #00aaf1;
  font-size: 11px;
  font-weight: normal;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-link-text {
  display: block;
  line-height: 12px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-item:last-child .b-header-3__nav-item-box {
  border: none !important;
  margin: 0;
  padding: 0 0 10px 0;
}
.b-header-3 .b-header-3__menu .tk-i-nav {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 16px;
  color: #ccc;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub {
  height: 405px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ddd #ddd #ddd #fff;
  position: absolute;
  top: 32px;
  left: 100%;
  background: #fff;
  margin-left: 0px;
  z-index: 99999;
  display: none;
  padding: 15px 20px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;

}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item {
  float: left;
  width: 23%;
  display: block;
  padding-right: 20px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item:last-child {
  float: right;
  width: 30%;
  background: #fff;
  text-align: right;
  padding-right: 0 !important;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item .b-header-3__nav-sub-list-box {
  margin-bottom: 20px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item .b-header-3__nav-sub-list-box:last-child {
  margin-bottom: 0 !important;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item .b-header-3__nav-sub-list-item_img {
  float: right;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
  line-height: 1.25;
  text-transform: capitalize;
  letter-spacing: -0.22px;
}
.ms_reason_btn {
background: #fd4040;
background: -moz-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4040), color-stop(100%, #d71b1b));
background: -webkit-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
background: -o-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
background: -ms-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
background: linear-gradient(to bottom, #fd4040 0%, #d71b1b 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71b1b', GradientType=0);
box-shadow: 0 -2px 0 #a80000 inset;
font-size: 14px;
padding: 10px 20px !important;
position: relative;
border: 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
font-weight: bold;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
margin-top: 10px;
float: right;
}
#cancel-reason,#sub_denied_reason {
padding: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#btnCancelOrder {
margin-bottom: 20px;
float: right;
}
#edit-price-reason {
width: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__link {
  display: block;
  color: #444444;
  line-height: 20px;
  font-size: 13px;
  padding: 2px 0;
  margin-right: 30px;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__link:hover {
  color: #00aaf1;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__all {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  color: #00aaf1;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__all:hover {
  color: #00aaf1;
}
.b-header-3 .b-header-3__menu .b-header-3__nav-sub__all i {
  margin-left: 5px;
}
.b-header-3 .b-header-3__menu.b-header-3__menu_not-home .b-header-3__nav-box {
  padding-bottom: 0px;
  min-height: 10px;
  box-shadow: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.b-header-3 .b-header-3__menu.b-header-3__menu_not-home .b-header-3__menu-all {
  padding: 10px 15px 0px 15px;
}
.b-header-3 .b-header-3__menu.b-header-3__menu_not-home .b-header-3__menu-title {
  top: 9px;
}
.b-header-3 .b-header-3__menu.b-header-3__menu_not-home .tk-i-all {
  margin-top: -4px;
}
.b-header-3 .b-header-3__menu.b-header-3__menu_not-home .b-header-3__nav-list {
  display: none;
  min-height: 400px;
}
.b-header-3 .b-header-3__link .b-header-3__link-name {
  color: #444444;
  font-weight: bold;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  margin-right: 15px;
}
.b-header-3 .b-header-3__link .b-header-3__link-name:hover {
  color: #00aaf1;
}
.b-header-3 .b-header-3__link .b-header-3__link-name:hover .tk-i__link {
  color: #00aaf1;
}
.b-header-3 .b-header-3__link .b-header-3__link-name:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.b-header-3 .b-header-3__link .b-header-3__link-name .tk-i__link {
  margin-right: 2px;
  color: #58b712;
}
.b-header-3 .b-header-3__phone {
  text-align: right;
  padding-top: 5px;
}
.b-header-3 .b-header-3__phone .tk-i-phone {
  font-size: 15px;
  color: #58b712;
}
.b-header-3 .b-header-3__phone .b-header-3__hotline {
font-size: 12px;
color: #999999;
font-weight: bold;
margin-left: 2px
}
.icon-headphones:before {
content: "\f05a";

}
.icon-headphones{
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 15px;
color: #58b712;
}
.tk-support-link {
text-decoration: none;
display: inline-block;

padding: 5px 10px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom: 0px;
padding-bottom: 0px;
}
.tk-support-link:hover {
color: #96da63!important;
text-decoration: none;  
}
.b-header-3 .b-header-3__phone .b-header-3__phone-number {
  color: #666666 !important;
  margin-left: 3px;
}
.b-header-3 .b-header-3__phone .b-header-3__hotline-time {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #444444 !important;
}
.b-header-3.headroom--not-top {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
    height: 62px !important;
    min-height: 62px !important;
    padding: 0px 0 0 0;
    /*padding: 6px 0 0 0;*/
}
.b-header-3.slide {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-header-3.b-header-3_fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.b-header-3.headroom--not-top .b-header-3__row-2 {
  display: none;
}
.b-header-3.b-header-3_hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.b-header-3.animated {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 0px) {
  .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;
  }
  .container {
    width: 1010px;
  }
  .b-header-3 .b-header-3__logo {
    width: 24%;
  }
  .b-header-3 .b-header-3__search {
    width: 46.66667%;
  }
  .b-header-3 .b-header-3__user {
    width: 28.33333%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-name {
    width: 68%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-name .b-header-3__caret {
    right: 12px;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti {
    width: 23.33333%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti .b-header-3__hover-box {
    left: -48px !important;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti .arrow_top:after,
  .b-header-3 .b-header-3__user .b-header-3__user-noti .arrow_top:before {
    left: 86px !important;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-cart {
    width: 30.66667%;
  }
  .b-header-3 .b-header-3__menu {
    width: 24%;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-sub {
    width: 770px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav {
    position: relative;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-box {
    position: absolute;
    padding-bottom: 0px;
    min-height: 10px;
    box-shadow: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-box:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-box:hover .b-header-3__nav-list {
    display: block;
  }
  .b-header-3 .b-header-3__menu .b-header-3__menu-all {
    color: #444444;
    display: block;
    width: 100%;
    padding: 10px 15px 0px 15px;
    height: 32px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__menu-all:hover {
    text-decoration: none;
  }
  .b-header-3 .b-header-3__menu .b-header-3__menu-title {
    top: 9px;
  }
  .b-header-3 .b-header-3__menu .tk-i-all {
    margin-top: -4px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-list {
    min-height: 394px;
    display: none;
    padding-top: 5px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-link-text {
    display: block;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-item:last-child .b-header-3__nav-link-text {
    border: none !important;
  }
  .b-header-3 .b-header-3__link {
    width: 45.66667%;
  }
  .b-header-3 .b-header-3__phone {
    width: 30.33333%;
  }
}
@media (min-width: 1200px) {

  .container {
    width: 1170px;
  }
  .b-header-3 .b-header-3__logo {
    width: 21%;
  }
  .b-header-3 .b-header-3__search {
    width: 47.66667%;
  }
  .b-header-3 .b-header-3__user {
    width: 31.33333%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-name {
    width: 53%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti {
    width: 27.33333%;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti .b-header-3__hover-box {
    left: -25px !important;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-noti .arrow_top:after,
  .b-header-3 .b-header-3__user .b-header-3__user-noti .arrow_top:before {
    left: 73px !important;
  }
  .b-header-3 .b-header-3__user .b-header-3__user-cart {
    width: 27.66667%;
  }
  .b-header-3 .b-header-3__menu {
    width: 21%;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-box {

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-sub {
    width: 925px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__menu-all {
    padding: 10px 15px 0px 15px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__menu-title {
    top: 14px;
  }
  .b-header-3 .b-header-3__menu .tk-i-all {
    margin-top: 0px;
  }
  .b-header-3 .b-header-3__menu .b-header-3__nav-list {
    display: block;
    min-height: 400px;
    padding-top: 5px;
  }
  .b-header-3 .b-header-3__menu .b-main__category__content-item-detail {
    width: 20%;
    float: left;
  }
  .b-header-3 .b-header-3__link {
    width: 48.66667%;
  }
  .b-header-3 .b-header-3__phone {
    width: 30.33333%;
  }
}
#deqwas-collection {
  display: none;
}
@media (max-width: 1200px) {
  .b-footer-3__newsletter-email {
    width: 980px;
    float: none;
    margin: 0 auto;
  }
  .b-footer-3__newsletter-email .form-group {
    margin-left: 168px !important;
  }
  .b-footer-3__container {
    width: 980px !important;
    min-width: 0 !important;
  }
}


.b-footer-3 {
  margin-top: 35px;
position: relative;
z-index: 0;
width: 100%;
float: left;


}


/*
.b-footer-3 .b-footer-3__newsletter {
  background: #00B6F0;
  height: 46px;
  color: #fff;
  margin: 25px 0 0px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  z-index: 2;
  position: relative;
}*/

.b-footer-3 .b-footer-3__newsletter {
background: transparent !important;
height: 46px;
color: #404040;
margin: 25px 0 0px 0;
box-shadow: none!important;
border-bottom: 0px!important;
z-index: 2;
position: relative;
}
/*
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-content {
  background: #00B6F0;
  height: 45px;
}*/
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-content {
background: transparent!important;
height: 47px;
border-bottom: 1px solid #606060;
}
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-title {
  display: inline-block;
  margin: 0;
  line-height: 45px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px !important;
}
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-title span {
  font-weight: normal !important;
}
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-title .tk-i-mail {
  margin-right: 10px;
  padding: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #00B6F0;
}
.b-footer-3 .b-footer-3__newsletter .form-group {
  margin-left: 10px;
  margin-top: -5px;
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-input {
  height: 32px;
  font-size: 14px;
  border: 1px solid #ececec;
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
.b-footer-3 .b-footer-3__newsletter .b-footer-3__newsletter-btt {
  height: 34px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 14px;
  background: #58bf0f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58bf0f 1%, #42aa0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #58bf0f), color-stop(100%, #42aa0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #58bf0f 1%, #42aa0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #58bf0f 1%, #42aa0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #58bf0f 1%, #42aa0d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #58bf0f 1%, #42aa0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58bf0f', endColorstr='#42aa0d', GradientType=0);
  /* IE6-9 */
  padding: 6px 20px;
  box-shadow: 0 -2px 0 #27870a inset;
  display: inline-block;
  vertical-align: top;
}
.b-footer-3 .b-footer-3__newsletter .tk-i-right-hand {
  padding: 0 0px 0 25px;
  font-size: 20px;
}
/*
.b-footer-3 .b-footer-3__content {
  padding: 30px 0 20px 0;
  background: #fff;
}*/
.b-footer-3 .b-footer-3__content {
padding: 80px 0 20px 0;
background: transparent!important;
}
.b-footer-3 .b-footer-3__content .b-footer-3__container {
  background: transparent !important;
}
.b-footer-3 .b-footer-3__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 7px 0;
}
.b-footer-3 .b-footer-3__row-1 {
  margin-bottom: 5px;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__lovebook {
  display: block;
  width: 100%;
  height: 60px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/lovebooks.png") no-repeat center 50% transparent;
  border: 1px solid #eee;
  text-indent: -999999px;
  margin-top: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__lovebook:hover {
  border-color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li a,
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__hotline {
  padding: 2px 0;
  line-height: 1.7;
  color: #444444;
  display: block;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li a:hover,
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__hotline:hover {
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__hotline:hover {
  color: #444444;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__link-sub .b-footer-3__link-item li .b-footer-3__hotline span {
  font-weight: bold;
  color: #ff6c25;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__fb {
  min-height: 70px;
  overflow: hidden;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__social-more {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__social-more li {
  display: block;
  width: 50%;
  float: left;
  padding: 3px 0;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__social-more li i {
  font-size: 14px;
  margin-right: 5px;
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__social-more li a {
  color: #444444;
}
.b-footer-3 .b-footer-3__row-1 .b-footer-3__social-more li a:hover {
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s {
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__title {
  color: #888 !important;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item li {
  display: inline;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-link a,
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-title a {
  color: #888;
  display: inline-block;
  padding: 3px 10px 3px 0;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-link a:hover,
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-title a:hover {
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-link a:hover i,
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-title a:hover i {
  color: #00aaf1 !important;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-link a i,
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-title a i {
  color: #ccc;
}
.b-footer-3 .b-footer-3__row-2 .b-footer-3__s .b-footer-3__s-item .b-footer-3__s-item-title a {
  font-weight: bold;
  padding-right: 7px !important;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__info .b-footer-3__company-address {
  font-size: 12px;
  color: #888;
  margin: 0;
  min-height: 60px;
  line-height: 1.8;
  padding-top: 0px;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust {
  text-align: center;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust a {
  color: #444444;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust a:hover {
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #888;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust span:hover {
  color: #00aaf1;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust .b-footer-3__trust-register {
  float: left;
  display: block;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-right: 5%;
  padding-left: 5%;
}
.b-footer-3 .b-footer-3__row-3 .b-footer-3__trust .b-footer-3__trust-payment {
  float: left;
  display: block;
  padding-left: 5%;
}

@media (min-width: 0px) {
  
  .b-footer-3 .b-footer-3__newsletter span {
    display: none;
  }
  .b-footer-3 .b-footer-3__row-1 .b-footer-3__link {
    width: 75%;
  }
  .b-footer-3 .b-footer-3__row-1 .b-footer-3__social {
    width: 25%;
  }
  .b-footer-3 .b-footer-3__row-2-box {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .b-footer-3 .b-footer-3__row-2-box .b-footer-3__s-box {
    width: 100%;
  }
  .b-footer-3 .b-footer-3__row-3 .b-footer-3__info {
    width: 58.33333333%;
  }
  .b-footer-3 .b-footer-3__row-3 .b-footer-3__trust {
    width: 41.66666667%;
  }
  .b-footer-3 .b-footer-3__row-3 .b-footer-3__trust .b-footer-3__trust-register {
    padding-right: 3%;
    padding-left: 2%;
  }
  .b-footer-3 .b-footer-3__row-3 .b-footer-3__trust .b-footer-3__trust-payment {
    padding-left: 3%;
  }
}
@media (min-width: 1360px) {
  

}
@media (min-width: 1281px) {
  .b-footer-3 .b-footer-3__newsletter span {
    display: inline;
  }

}
.b-main_home {
  padding: 0 !important;
}
.b-main_home .home-banner-category {
  position: relative;
  margin-bottom: 25px;
}
.b-main_home .home-banner-category .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .home-banner-category .item img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .home-banner-category .popover.fade {
  width: 200px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .home-banner-category .popover.fade .popover-content {
  padding: 2px !important;
}
.b-main_home .home-banner-category .owl-controls {
  margin-top: 0 !important;
}
.b-main_home .home-banner-category .owl-prev {
  font-size: 25px !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px !important;
  background: none !important;
  color: #ccc !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.b-main_home .home-banner-category .owl-prev:hover {
  background: #f4f4f4 !important;
  color: #777 !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
.b-main_home .home-banner-category .owl-next {
  font-size: 25px !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px !important;
  background: none !important;
  color: #ccc !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.b-main_home .home-banner-category .owl-next:hover {
  background: #f4f4f4 !important;
  color: #777 !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}
.b-main_home .home-banner-category .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 999;
  width: 100%;
}
.b-main_home .b-main_home-banner-box {
  height: 390px;
  margin-top: 15px;
  background: #fff;
  margin-left: 20.66667%;
  width: 79.33333%;
  float: left;
  position: relative;
}
.b-main_home .b-main_home-banner__img-link {
  display: block;
  height: 390px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .b-main_home-banner__list {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item {
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  padding: 7px;
  width: 235px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #ccc;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:last-child {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:hover {
  background: #fff !important;
  position: relative;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:hover .b-main_home-banner__link {
  color: #444444 !important;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:hover .b-main_home-banner__link:hover {
  text-decoration: none;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item:hover .b-main_home-banner__link-small {
  color: #444444 !important;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item .b-main_home-banner__thumb {
  float: left;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  margin: 0 8px 0 0;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item .b-main_home-banner-info {
  line-height: 15px;
  height: 36px;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item .b-main_home-banner-info .b-main_home-banner__link {
  color: #666;
  font-weight: bold;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item .b-main_home-banner-info .b-main_home-banner__link:hover {
  text-decoration: underline;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item .b-main_home-banner-info .b-main_home-banner__link-small {
  font-size: 11px;
  display: block;
  text-align: left;
  margin-top: 3px;
  color: #666;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active {
  background: #fff !important;
  position: relative;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active .b-main_home-banner__link {
  color: #444444 !important;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active .b-main_home-banner__link:hover {
  text-decoration: none;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active .b-main_home-banner__link-small {
  color: #444444 !important;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active:after,
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active:before {
  right: 100%;
  top: 49%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 9px;
  margin-top: -7px;
}
.b-main_home .b-main_home-banner__list .b-main_home-banner-item_active:before {
  border-color: transparent;
  border-right-color: #ccc;
  border-width: 10px;
  margin-top: -8px;
}
.b-main_home .b-main__category {
  padding: 10px 0 0 0;
}
.b-main_home .b-main__category .b-main__category__title {
  background: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  height: 36px;
  margin-bottom: 18px;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-main {
  display: inline-block;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: #00b7f1;
  padding: 0px 20px 0 15px;
  height: 36px;
  margin-top: -1px;
  position: relative;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-main:hover {
  text-decoration: none;
  background: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-main:hover .b-main__category-arrow {
  border-left-color: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-main .b-main__category__title-name {
  font-size: 18px;
  line-height: 36px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-main .b-main__category-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 18px solid transparent;
  border-left: 13px solid #00b7f1;
  border-right: 0px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  right: -12px;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  float: right;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link .b-main__category__title-link__item {
  display: block;
  float: left;
  padding: 7px 0;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link .b-main__category__title-link__item:last-child .b-main__category__title-link__text {
  margin: 0;
  padding: 0;
  border: none;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link .b-main__category__title-link__item .b-main__category__title-link__text {
  border-right: 1px solid #d5d5d5;
  display: block;
  height: 20px;
  line-height: 22px;
  margin-right: 25px;
  padding-right: 25px;
  color: #444444;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link .b-main__category__title-link__item .b-main__category__title-link__text:hover {
  color: #00aaf1;
  text-decoration: none;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link_see-all .b-main__category__title-link__text {
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__title .b-main__category__title-link_see-all .tiki-i-home_see-all {
  color: #9d9d9d;
  font-size: 16px;
  margin-left: 8px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-banner {
  display: block;
  margin-bottom: 25px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-banner-img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product {
  margin-bottom: 30px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 2px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > li {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > li:hover {
  border-top-color: #ddd;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > li > a {
  border-bottom: 1px solid transparent;
  margin-right: 0;
  text-transform: uppercase;
  padding: 8px 25px;
  font-size: 13px;
  color: #00aaf1 !important;
  min-width: 170px;
  text-align: center;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > li > a:hover {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
  color: #00aaf1 !important;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > .active > a,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > .active > a:hover,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .nav-tabs > .active > a:focus {
  color: #00aaf1 !important;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  cursor: default;
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .b-main__category__view-all {
  clear: both;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .b-main__category__view-all .b-main__category__view-all-link {
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product .b-main__category__view-all .b-main__category__view-all-link i {
  padding-left: 4px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item {
  padding: 25px 30px 0;
  position: relative;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__next,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__prev {
  position: absolute;
  display: block;
  width: 25px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  line-height: 40px;
  top: 93px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__next:hover,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__prev:hover {
  background: #f4f4f4;
  color: #777;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__next:hover .tk-i__next,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__prev:hover .tk-i__next,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__next:hover .tk-i__prev,
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__prev:hover .tk-i__prev {
  color: #999999;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__next {
  right: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content__prev {
  left: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-sale-tag {
  display: block;
  position: absolute;
  width: 36px;
  height: 32px;
  text-align: center;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/sale-tag.png) no-repeat transparent;
  top: 0 !important;
  right: 0 !important;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-sale-tag .b-sale-tag__number {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail {
  display: block;
  float: left;
  padding: 0 12px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-item-link {
  color: #444444;
  display: block;
  width: 135px;
  position: relative;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-item-link .b-main__category__content-item-img-wrap {
  display: block;
  position: relative;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-item-link:hover {
  text-decoration: none;
  color: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-item-link .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift.png) no-repeat;
  width: 45px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-item-name {
  padding: 7px 0 2px 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .author .author__name {
  font-size: 11px;
  color: #777;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-rating {
  margin: 5px 0 0 0 !important;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-rating .ratings {
  margin: 0;
  line-height: 13px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-rating .rating-box {
  width: 69px;
  height: 13px;
  margin-right: 5px;
  float: left;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/product_rating_blank_star.gif) repeat-x;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-rating .rating-box .rating {
  height: 13px;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/product_rating_full_star.gif) repeat-x;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-price {
  padding-top: 5px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-price .b-main__category__content-price-main {
  font-size: 14px;
  color: #444444;
  margin-right: 5px;
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail .b-main__category__content-price .b-main__category__content-price-sale {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through;
  display: block;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar {
  padding-left: 5px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-banner .b-main__category__sidebar-banner__link {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-banner .b-main__category__sidebar-banner__img {
  border: 1px solid #ddd !important;
  max-width: 250px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  height: 410px;
  overflow: hidden;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-position {
  text-align: center;
  font-size: 11px;
  color: #999999;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 375px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item {
  position: relative;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item .b-main__category__sidebar-slider-next {
  top: 50px;
  right: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item .b-main__category__sidebar-slider-prev {
  top: 50px;
  left: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item-detail {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item-detail .b-main__category__sidebar-slider-item-name {
  width: 50%;
  float: left;
  text-align: left;
  color: #444444;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item-detail .b-main__category__sidebar-slider-item-name:hover {
  color: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item-detail .b-main__category__sidebar-slider-item-price {
  width: 50%;
  float: right;
  text-align: right;
  padding-left: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-item-detail .b-main__category__sidebar-slider-item-price .b-price__main {
  padding: 0;
  margin: 0;
  display: block;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-text {
  display: block;
  width: 60px;
  float: left;
  text-align: left;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-star {
  margin-top: 1px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-author {
  text-align: left;
  font-size: 11px;
  color: #777;
  padding: 7px 0 4px 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-author .b-main__category__sidebar-slider-rating-author__name {
  font-weight: bold;
  padding-right: 0px;
  color: #444444;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-content {
  text-align: left;
  margin: 0;
  line-height: 20px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-review-book .b-main__category__sidebar-slider-list .b-main__category__sidebar-slider-rating-content .b-main__category__sidebar-slider-rating-view-more {
  padding-left: 8px;
  text-decoration: underline;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo {
  margin: 0 0 25px 1px;
  padding: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item {
  float: left;
  display: block;
  border: 1px solid #ddd;
  margin: 0 -1px -1px 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child > a {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li > a {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li + li + li + li + li + li {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li + li + li + li + li + li > a {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li + li + li + li + li + li + li {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item:first-child + li + li + li + li + li + li + li > a {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item > .b-main__category__sidebar-logo__link {
  display: block;
  position: relative;
  width: 123px;
  height: 64px;
  overflow: hidden;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item > .b-main__category__sidebar-logo__link > img {
  position: absolute;
  top: 0;
  left: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item > .b-main__category__sidebar-logo__link > img:first-child {
  z-index: 1;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__item > .b-main__category__sidebar-logo__link > img:first-child + img {
  z-index: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__all {
  display: block;
  padding: 23px 0;
  width: 123px;
  height: 64px;
  text-align: center;
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-logo .b-main__category__sidebar-logo__all .tk-i__all-brand {
  font-size: 13px;
  margin-left: 2px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate {
  margin-bottom: 20px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate:last-child {
  margin: 0;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-content {
  padding: 12px 15px;
  margin: 7px 0 0 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .gia-dung-sub-1 {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/sub-cate/gia-dung-1.png") no-repeat right 20px #ffffff;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .gift-sub-1 {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/sub-cate/gift-1.png") no-repeat right 109px #ffffff;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .health-sub-1 {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/sub-cate/health-1.png") no-repeat right 138px #ffffff;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-item {
  padding-bottom: 5px;
  background: transparent;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-link {
  color: #444444;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-link:hover {
  color: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-item_all {
  padding: 5px 0 0 0 !important;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-item_all .b-main__category-sidebar__sub-cate-link {
  font-weight: bold;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-item_all .b-main__category-sidebar__sub-cate-link:hover .tk-i__see-all {
  color: #00aaf1;
}
.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category-sidebar__sub-cate .b-main__category-sidebar__sub-cate-item_all .b-main__category-sidebar__sub-cate-link .tk-i__see-all {
  font-size: 13px;
  margin-left: 5px;
}
.b-main_home .b-main__category_1_1 .b-sale-tag {
  top: 0 !important;
  right: 0 !important;
}
.b-main_home .b-main__category_1_1 .b-main__category__content__prev,
.b-main_home .b-main__category_1_1 .b-main__category__content__next {
  top: 77px !important;
}
.b-main_home .b-main__seo .b-main__seo-content {
  font-size: 13px !important;
  line-height: 22px;
  color: #444444;
  letter-spacing: 0;
}
.b-main_home .b-main__seo .b-main__seo-title {
  margin: 25px 0 15px 0 !important;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px !important;
  padding-bottom: 5px !important;
  color: #777 !important;
  font-weight: bold;
}
.b-main_home .b-main__seo .b-main__seo-img {
  float: left;
  padding: 0 20px 0px 0;
  width: 150px;
}
.b-main_home .b-main__seo .b-main__seo-text {
  margin: 0;
  padding: 0;
  color: #777;
}
.b-main_home .b-main__seo .b-main__seo-brand {
  text-decoration: underline;
}
@media (min-width: 0px) {
  .b-main_home .b-main_home-banner-box {
    width: 100%;
    margin-left: 0;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature {
    width: 73.1%;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail {
    width: 25%;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list .item-5 {
    display: none !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list_fashion .b-main__category__content-item-detail {
    width: 25% !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list_fashion .b-sale-tag {
    top: 0 !important;
    right: 0 !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item_fashion .b-main__category__content__next,
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item_fashion .b-main__category__content__prev {
    top: 100px !important;
  }
  .b-main_home .b-main__category .b-main__category__content-sidebar {
    width: 26.9%;
  }
}
@media (min-width: 1200px) {
  .b-main_home .b-main_home-banner-box {
    width: 79.33333%;
    margin-left: 20.66667%;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature {
    width: 77%;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list .b-main__category__content-item-detail {
    width: 20%;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list .item-5 {
    display: block !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list_fashion .b-main__category__content-item-detail {
    width: 25% !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item .b-main__category__content-item-list_fashion .b-sale-tag {
    top: 0 !important;
    right: 0 !important;
  }
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item_fashion .b-main__category__content__next,
  .b-main_home .b-main__category .b-main__category__content .b-main__category__content-tab-item_fashion .b-main__category__content__prev {
    top: 125px !important;
  }
  .b-main_home .b-main__category .b-main__category__content-sidebar {
    width: 23%;
  }
}
.cms-index .aside-best-seller .content {
  padding: 12px 14px 0 14px;
}
.cms-index .aside-best-seller .content li {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.cms-index .aside-best-seller .content .product-image {
  width: 87px;
  float: left;
  position: relative;
}
.cms-index .aside-best-seller .content .product-image .rank {
  display: block;
  width: 19px;
  height: 19px;
  background: #1dbcff;
  color: #fff;
  top: -3px;
  left: -3px;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 1px 1px 1px #777;
}
.cms-index .aside-best-seller .content .product-image .top3 {
  background: #1dbcff;
  color: #fff;
}
.cms-index .aside-best-seller .content .product-image .rank span {
  text-shadow: 1px 1px 1px #eee;
}
.cms-index .aside-best-seller .content .product-image .top3 span {
  text-shadow: 1px 1px 1px #777;
}
.cms-index .aside-best-seller .content .product-image .rank span,
.cms-index .aside-best-seller .content .product-image .top3 span {
  font-weight: bold;
  font-size: 14px;
}
.cms-index .aside-best-seller .content .product-name {
  float: right;
  width: 132px;
  line-height: 17px !important;
}
.cms-index .aside-best-seller .content .product-name .b-price__main {
  display: block;
}
.cms-index .aside-best-seller .product-image .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift-small.png) no-repeat;
  width: 34px;
  height: 29px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cms-index .aside-best-seller {
  margin-bottom: 25px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.cms-index .aside-best-seller .see-all-top a {
  font-weight: bold !important;
}

.b-main {
  padding: 0px 0 20px 0;

}

.b-main .b-main-container {
  min-height: 400px;
  position: relative;
z-index: 1;
background: #fff;
padding-top: 20px;
}

.b-main .middle-container {
  padding: 20px 0 0 0;
}
.checkout-2.checkout-onepage-repayment {
background: #fff;
}
.checkout-2{
background: #fff;  
}
.b-main .breadcrumbs {
  margin: 0;
}
.b-main .middle {
  width: 100%;
}
.b-main .b-layout .b-sidebar {
  width: 21%;
  margin: 0;
  z-index: 1;
}
.b-main .b-layout .b-content {
  width: 100%;
}
.b-main .b-layout .b-content h1 {
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0 10px 0;
  font-weight: 700;
  padding: 0;
  color: #444444;
}
.b-main .b-layout .b-content .b-category__desc {
  margin-top: 20px;
}
.b-main .b-layout .b-content .b-category__grid .b-category__grid-row {
  padding: 15px 0;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item {
  width: 20%;
  float: left;
  padding: 0 15px;
  overflow: visible;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item:last-child {
  padding-right: 0 !important;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item img {
  max-width: 135px;
  margin-bottom: 10px;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__link {
  font-weight: normal;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__link:hover {
  text-decoration: none;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__link:hover .b-product-item__name {
  color: #444444;
  text-decoration: none;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__image {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__image .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift.png) no-repeat;
  width: 45px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__name {
  font-weight: normal;
  font-size: 12px;
  color: #444444;
  line-height: 18px;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__name:hover {
  text-decoration: underline !important;
  color: #00aaf1 !important;
}
.b-main .b-layout .b-content .b-category__grid .b-product-item__book-author,
.b-main .b-layout .b-content .b-category__grid .b-product-item__book-cover {
  font-size: 11px;
  color: #777;
  padding: 0;
  line-height: 18px;
}
.b-main .b-layout .b-content .b-category__list .b-category__list-item img {
  max-width: 135px;
}
.b-main .b-layout .b-content .b-category__list .b-category__list-item .rating-box {
  margin: 6px 4px 6px 0;
}
.b-main .b-layout_left .b-sidebar {
  width: 21%;
}
.b-main .b-layout_left .b-sidebar #nav-sidebox {
  width: 100%;
}
.b-main .b-layout_left .b-sidebar #nav-sidebox li ul li:hover,
.b-main .b-layout_left .b-sidebar li.subcatemenu:hover {
  background: url('http://tikicdn.com/skin/frontend/default/tiki/images/2level_bullet_nav.gif') 94% 12px no-repeat;
  font-weight: bold;
}
.b-main .b-layout_left .b-sidebar ul.navigation-1,
.b-main .b-layout_left .b-sidebar ul.navigation-0 li:hover ul.navigation-1,
.b-main .b-layout_left .b-sidebar ul.navigation-0a {
  left: 100%;
}
.b-main .b-layout_left .b-content {
  width: 79% !important;
  padding-left: 5px !important;
}
.b-main .b-layout_right .b-sidebar {
  width: 26% !important;
  padding-left: 5px !important;
}
.b-main .b-layout_right .b-content {
  width: 74% !important;
}
.epub {
  width: 235px !important;
  margin-right: 80px;
}
.epub .item-main-image {
  width: 235px !important;
  position: relative;
  padding-top: 22px;
}
.epub .item-main-image.epub-img img {
  width: 235px !important;
  cursor: pointer;
}
.epub .item-main-image #viewbookbtn {
  display: block;
  background: url(/skin/frontend/default/tiki/images/book-review2.png) no-repeat;
  width: 100px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: inline-block;
}
.epub .item-main-image #viewbookbtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.epub div.MagicToolboxContainer {
  width: 235px !important;
}
.epub .fb-like {
  width: 235px !important;
}
.reading-book-dialog {
  width: 96%;
  min-height: 570px;
  min-width: 980px;
  height: 92%;
  position: fixed;
  z-index: 9999999999;
  top: 50%;
  left: 50%;
  display: none;
}
.reading-book-dialog a {
  cursor: pointer;
}
.reading-book-dialog > .close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 3px solid #fff;
  text-shadow: 1px 1px #0077a3;
  display: block;
  background: #00c9e2;
  text-align: center;
  line-height: 25px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  color: #fff;
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reading-book-dialog > .close:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.reading-book-dialog > .inner {
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  -webkit-box-shadow: 4px 7px 7px 0px #333;
  -moz-box-shadow: 4px 7px 7px 0px #333;
  box-shadow: 4px 7px 7px 0px #333;
}
.reading-book-dialog > .inner h2 {
  height: 35px;
  line-height: 35px;
}
.reading-book-dialog > .inner .shadow-bg {
  -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.35);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 9;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/book-review.png) no-repeat #f4f4f4;
  background-position: 18px center;
}
.reading-book-dialog > .inner > a.left {
  display: block;
  color: #999999;
  background: #e5e5e5;
  position: absolute;
  top: 300px;
  left: 202px;
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reading-book-dialog > .inner > a.left:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.reading-book-dialog > .inner > a.right {
  display: block;
  color: #999999;
  background: #e5e5e5;
  position: absolute;
  top: 300px;
  right: 202px;
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reading-book-dialog > .inner > a.right:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.reading-book-dialog > .inner > .overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.reading-book-dialog > .inner .control {
  position: absolute;
  height: 40px;
  line-height: 40px;
  bottom: 10px;
  left: 50%;
  z-index: 9999;
}
.reading-book-dialog > .inner .control * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reading-book-dialog > .inner .control .control-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.45;
  filter: alpha(opacity=45);
  background: #0ab8f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reading-book-dialog > .inner .control .next,
.reading-book-dialog > .inner .control .prev {
  color: #fff;
  font-size: 25px;
  display: block;
  float: left;
  width: 45px;
  text-align: center;
  position: relative;
  z-index: 99;
  opacity: 0.7;
  filter: alpha(opacity=70);
  vertical-align: top;
}
.reading-book-dialog > .inner .control .next:hover,
.reading-book-dialog > .inner .control .prev:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.reading-book-dialog > .inner .control .zoomin,
.reading-book-dialog > .inner .control .zoomout,
.reading-book-dialog > .inner .control .zoomreset,
.reading-book-dialog > .inner .control .font {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
  position: relative;
  float: left;
  z-index: 99;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 31px;
  height: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  line-height: 26px;
  border: 3px solid #fff;
  vertical-align: top;
  margin: 4px 5px 0 0;
}
.reading-book-dialog > .inner .control .zoomin:hover,
.reading-book-dialog > .inner .control .zoomout:hover,
.reading-book-dialog > .inner .control .zoomreset:hover,
.reading-book-dialog > .inner .control .font:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.reading-book-dialog > .inner .control .zoomreset {
  margin-right: 0;
}
.reading-book-dialog > .inner .control .zoomreset i.fa-expand {
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.reading-book-dialog > .inner .control .zoomreset i.fa-compress {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.reading-book-dialog > .inner .col1 {
  display: table-cell;
  min-width: 225px;
  vertical-align: top;
  position: relative;
}
.reading-book-dialog > .inner .col1 h2 {
  margin: 0;
  font-size: 16px;
  color: #444444;
  font-weight: normal;
  padding: 0 9px;
}
.reading-book-dialog > .inner .col1 .row1 {
  font-size: 13px;
  position: relative;
  line-height: 13px;
  padding: 15px 15px 0 15px;
  height: 260px;
}
.reading-book-dialog > .inner .col1 .row1 > p.image {
  width: 60px;
  float: left;
  margin: 0 5px 0 0;
  height: 160px;
}
.reading-book-dialog > .inner .col1 .row1 > p.image > img {
  width: 100%;
}
.reading-book-dialog > .inner .col1 .row1 > h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.reading-book-dialog > .inner .col1 .row1 > h3 a {
  color: #000;
}
.reading-book-dialog > .inner .col1 .row1 > p.author > a {
  color: #57b1f1;
  font-weight: bold;
  display: inline;
}
.reading-book-dialog > .inner .col1 .row1 p.type {
  font-style: italic;
}
.reading-book-dialog > .inner .col1 .row1 p.price1 span {
  text-decoration: line-through;
}
.reading-book-dialog > .inner .col1 .row1 p.price2 span:first-child {
  font-weight: bold;
  color: #009900;
  font-size: 16px;
}
.reading-book-dialog > .inner .col1 .row1 p.price2 span:nth-child(2) {
  font-size: 10px;
  margin: 0 0 0 120px;
  display: block;
}
.reading-book-dialog > .inner .col1 .row1 button.add-to-cart-new {
  width: 92%;
  height: 28px;
  margin: 0 auto;
  display: block;
  background: url("/skin/frontend/default/tiki/images/product-page/add-to-cart.png") no-repeat transparent;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  clear: both;
}
.reading-book-dialog > .inner .col1 .row1 button.add-to-cart-new:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.reading-book-dialog > .inner .col1 .row1 button.add-to-cart-new:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.reading-book-dialog > .inner .col1 .row1 .productalert-btt {
  width: 100%;
}
.reading-book-dialog > .inner .col1 .row1 a {
  display: block;
}
.reading-book-dialog > .inner .col1 .row1 a img {
  margin: 0;
}
.reading-book-dialog > .inner .col1 .row1 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.reading-book-dialog > .inner .col1 .row2 {
  padding: 15px 0 15px 15px;
  position: relative;
}
.reading-book-dialog > .inner .col1 .row2 h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 15px 0;
  border-top: 2px solid #e9e9e9;
  padding-top: 15px;
  width: 195px;
}
.reading-book-dialog > .inner .col1 .row2 ul {
  list-style: none;
  padding: 0;
}
.reading-book-dialog > .inner .col1 .row2 ul li {
  margin-bottom: 2px;
}
.reading-book-dialog > .inner .col1 .row2 ul li a {
  font-size: 12px;
  font-weight: bold;
  padding: 8px 15px 8px 15px;
  display: block;
  color: #000;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reading-book-dialog > .inner .col1 .row2 ul li a:hover,
.reading-book-dialog > .inner .col1 .row2 ul li a.active {
  background: #e9e9e9;
  text-decoration: none;
}
.reading-book-dialog > .inner .col1 .myfb {
  width: 215px;
  height: 62px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 12px;
  background: url(/skin/frontend/default/tiki/images/read-fb.png) no-repeat;
}
.reading-book-dialog > .inner .col1 .fb-like {
  padding-top: 15px !important;
  width: 195px;
  text-align: center;
}
.reading-book-dialog > .inner .col2 {
  display: table-cell;
  vertical-align: top;
  border-left: #e9e9e9 4px solid;
  border-right: #e9e9e9 4px solid;
  position: relative;
  width: 100%;
}
.reading-book-dialog > .inner .col2 h2 {
  margin: 0;
  font-size: 16px;
  color: #444444;
  text-align: center;
  font-weight: normal;
  padding: 0 9px;
  font-weight: bold;
  z-index: 13;
  position: relative;
}
.reading-book-dialog > .inner .col2 h2 span {
  font-weight: bold;
}
.reading-book-dialog > .inner .col2 iframe {
  width: 100%;
  background: #fff;
}
.reading-book-dialog > .inner .col3 {
  display: table-cell;
  min-width: 225px;
  vertical-align: top;
}
.reading-book-dialog > .inner .col3 h2 {
  margin: 0;
  font-size: 16px;
  color: #444444;
  text-align: center;
  font-weight: normal;
  padding: 0 9px;
}
.reading-book-dialog > .inner .col3 h2 span {
  font-weight: bold;
}
.reading-book-dialog > .inner .col3 .row1 {
  line-height: 15px;
  padding: 15px;
  position: relative;
  height: 305px;
}
.reading-book-dialog > .inner .col3 .row1 h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.reading-book-dialog > .inner .col3 .row1 .overlay-c {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.reading-book-dialog > .inner .col3 .row1 .overlay-c .loader {
  font-size: 10px;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 0;
}
.reading-book-dialog > .inner .col3 .row1 .overlay-c .loader,
.reading-book-dialog > .inner .col3 .row1 .overlay-c .loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.reading-book-dialog > .inner .col3 .row1 .rating-box {
  width: 69px;
  height: 13px;
  margin-right: 10px;
  float: left;
  background: url(/skin/frontend/default/tiki/images/product_rating_blank_star.gif) repeat-x;
}
.reading-book-dialog > .inner .col3 .row1 .rating-box .rating {
  height: 13px;
  background: url(/skin/frontend/default/tiki/images/product_rating_full_star.gif) repeat-x;
}
.reading-book-dialog > .inner .col3 .row1 .title {
  font-size: 12px;
  font-weight: bold;
  color: #00aaf1;
}
.reading-book-dialog > .inner .col3 .row1 .author {
  font-size: 12px;
}
.reading-book-dialog > .inner .col3 .row1 .author span {
  font-weight: bold;
}
.reading-book-dialog > .inner .col3 .row1 .description {
  font-size: 12px;
}
.reading-book-dialog > .inner .col3 .row1 .ccontrol {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.reading-book-dialog > .inner .col3 .row1 .ccontrol .cnext,
.reading-book-dialog > .inner .col3 .row1 .ccontrol .cprev {
  display: inline-block;
  background: #e5e5e5;
  color: #919296;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 4px;
  margin-left: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.reading-book-dialog > .inner .col3 .row1 .ccontrol .cnext:hover,
.reading-book-dialog > .inner .col3 .row1 .ccontrol .cprev:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.reading-book-dialog > .inner .col3 .row2 {
  padding: 0 15px 15px 15px;
  overflow: hidden;
}
.reading-book-dialog > .inner .col3 .row2 h3 {
  margin: 0 0 10px 0;
  border-top: 2px solid #e9e9e9;
  font-size: 16px;
  padding-top: 15px;
}
.reading-book-dialog > .inner .col3 .row2 ul {
  list-style: none;
  padding: 0;
}
.reading-book-dialog > .inner .col3 .row2 ul li {
  margin-top: 15px;
}
.reading-book-dialog > .inner .col3 .row2 ul li p {
  font-size: 11px;
  margin-bottom: 3px;
}
.reading-book-dialog > .inner .col3 .row2 ul li a {
  color: #000;
}
.reading-book-dialog > .inner .col3 .row2 ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.reading-book-dialog > .inner .col3 .row2 ul li .author {
  font-size: 10px;
}
.reading-book-dialog > .inner .col3 .row2 ul li .price {
  font-weight: bold;
}
.reading-book-dialog > .inner .col3 .row2 ul li .price span {
  font-weight: normal;
  text-decoration: line-through;
  color: #000;
}
.reading-book-dialog > .inner .col3 .row2 ul li .image {
  float: left;
  width: 50px;
  margin: 0 15px 0 0;
}
.reading-book-dialog > .inner .col3 .row2 a {
  font-size: 13px;
  font-weight: bold;
  color: #00aaf1;
  display: block;
}
.reading-book-dialog > .inner .col3 .row2 .sameurl {
  text-align: left;
  margin-top: 15px;
}
.reading-book-dialog .popover {
  width: 230px !important;
  padding: 0;
}
.reading-book-dialog .popover .popover-content {
  padding: 0 !important;
  overflow: hidden;
}
.reading-book-dialog .font-wrap {
  list-style: none;
  padding: 0;
}
.reading-book-dialog .font-wrap li {
  line-height: normal;
  padding: 0 12px;
}
.reading-book-dialog .font-wrap li a {
  font-size: 13px;
  display: block;
  padding: 8px 0;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  margin: -1px 0 0 0;
}
.reading-book-dialog .font-wrap li a:hover {
  text-decoration: none;
}
.reading-book-dialog .font-wrap li:hover,
.reading-book-dialog .font-wrap li.active {
  background: #F2F2F2;
}
.book-review-span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/book-review3.png) no-repeat;
  width: 61px;
  height: 26px;
}
.b-product-item__image-wrap {
  position: relative;
  display: inline-block;
}
.product-content .product-tabs-detail .news-box {
  border: 1px solid #ddd;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.cms-page-view .product-image span.gift {
  background: url(http://img.tiki.vn/skin/frontend/default/tiki/images/free-gift.png) no-repeat;
  width: 45px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tiki-all-top-banner2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  position: relative;
  overflow: hidden;
}
.tiki-all-top-banner2 a img:nth-child(1) {
  display: block;
}
.tiki-all-top-banner2 a img:nth-child(2) {
  display: none;
  width: 1140px;
}
.tiki-all-top-banner2 .countdown {
  background: none repeat scroll 0 0 #de5735;
color: #f6dd00;
display: none;
font-size: 23px;
font-weight: bold;
height: 40px;
line-height: 43px;
position: absolute;
right: 160px;
text-align: center;
top: 12px;
width: 115px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .tiki-all-top-banner2 .countdown {
    position: absolute;
    top: 12px;
    right: 130px;
    background: #DE5735;
    color: #f6dd00;
    font-size: 25px;
    font-weight: bold;
    width: 109px;
    height: 35px;
    line-height: 38px;
  }
}
.tiki-all-top-banner2 a {
  display: block;
}
.b-product-silder .b-product-slider__title-box {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0 5px 0;
  margin: 0 0 15px 0;
}
.b-product-silder .b-product-slider__title-box .b-product-silder__title-name {
  font-size: 19px !important;
  color: #444 !important;
  font-weight: normal !important;
  text-transform: capitalize;
  display: inline;
}
.b-product-silder .b-product-slider__title-box .b-product-slider__position {
  margin-top: 6px;
}
.b-product-silder .b-product-silder__content {
  position: relative;
}
.b-product-silder .b-product-silder__content .b-product-silder__next,
.b-product-silder .b-product-silder__content .b-product-silder__prev {
  top: 70px;
  background: #f7f7f7;
}
.b-product-silder .b-product-silder__content .b-product-silder__next i,
.b-product-silder .b-product-silder__content .b-product-silder__prev i {
  color: #bbb;
}
.b-product-silder .b-product-silder__content .b-product-silder__next:hover,
.b-product-silder .b-product-silder__content .b-product-silder__prev:hover {
  background: #eee;
}
.b-product-silder .b-product-silder__content .b-product-silder__next:hover i,
.b-product-silder .b-product-silder__content .b-product-silder__prev:hover i {
  color: #888;
}
.b-product-silder .b-product-silder__content .b-product-silder__prev {
  left: 0;
}
.b-product-silder .b-product-silder__content .b-product-silder__next {
  right: 0;
}
.b-product-silder .b-product-silder__content .b-product-silder__list {
  padding: 25px 35px 0;
  min-height: 340px;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item {
  float: left;
  display: block;
  padding: 0 12px;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .b-main__category__content-item-img-wrap {
  display: block;
  position: relative;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift.png) no-repeat;
  width: 45px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item a {
  display: block;
  width: 135px;
  position: relative;
  color: #444444;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item a:hover {
  color: #00aaf1;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item a .b-main__category__content-item-name {
  padding: 7px 0 0px 0;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .b-sale-tag {
  display: block;
  position: absolute;
  width: 36px;
  height: 32px;
  text-align: center;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/tiki-v3/sale-tag.png") no-repeat transparent;
  top: 0 !important;
  right: 0 !important;
  z-index: 1;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .b-sale-tag .b-sale-tag__number {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .ratings {
  margin: 5px 0 2px 0;
}
.b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item .author {
  color: #777;
  font-size: 11px;
  padding: 5px 0 0 0;
}
@media (min-width: 0px) {
  .b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item {
    width: 20%;
  }
  .b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item.item-6 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item {
    width: 16.5%;
  }
  .b-product-silder .b-product-silder__content .b-product-silder__list .b-product-silder__item.item-6 {
    display: block;
  }
}
.b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__next,
.b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__prev {
  top: 93px !important;
}
.b-product-silder.b-category-slider .b-product-silder__list .b-product-silder__item .b-sale-tag {
  top: 0 !important;
  right: 0;
}
.b-product-silder.b-category-slider .b-product-silder__list.square {
  min-height: 290px !important;
}
.b-product-silder.b-category-slider .b-product-silder__list.rectange {
  min-height: 340px !important;
}
@media (min-width: 0px) {
  .b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__list .b-product-silder__item {
    width: 25% !important;
  }
  .b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__list .b-product-silder__item.item-5 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__list .b-product-silder__item {
    width: 20% !important;
  }
  .b-product-silder.b-category-slider .b-product-silder__content .b-product-silder__list .b-product-silder__item.item-5 {
    display: block;
  }
}
/*!
 * Product Page 2.0, in love with HTML5 and CSS3
 * Author: Tinh Nguyen
 * Date: From 05/02/2013
 */
.product-box {
  padding-top: 10px;
}
.product-box .item-info-box {
  padding-bottom: 5px;
}
.product-box .item-promotion .old-price .price {
  color: #555 !important;
}
.product-box .item-review-social {
  font-size: 12px;
  margin: 0 !important;
  height: 35px;
  line-height: 30px !important;
}
.product-box .item-info-box .item-image.span5 {
  width: 365px !important;
}
.product-box .item-info-box .item-info-detail.span7 {
  float: left;
}
.product-box .item-name {
  padding-bottom: 0px;
  display: inline;
  line-height: 25px;
  font-weight: normal;
  color: #333;
}
.product-box .item-cover {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}
.product-box .bestseller {
  margin: 5px 0 10px;
}
.product-box .bestseller img {
  margin-right: 4px;
  margin-top: -4px;
}
.product-box .item-info-box .item-review-social {
  line-height: 30px !important;
}
.product-box .item-info-box .item-review-social li {
  float: left;
  display: block;
  padding: 5px 0;
  /*background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/seprate-rating.png") no-repeat left center transparent;*/
}
.product-box .item-info-box .item-review-social li:last-child {
  margin: 0 !important;
}
.product-box .item-info-box .item-review-social .item-review-info {
  background: none !important;
  float: left;
  width: 30%;
}
#fb-cm {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -519px transparent !important;
  display: inline-block;
  padding-left: 25px !important;
}
.fb-thaoluan {
  margin-left: 21px !important;
}
.product-box .item-info-box .item-review-social .item-review-info .rating-box {
  margin-right: 0px;
  margin-top: -2px;
}
.product-box .item-info-box .item-review-social .item-review-info .rating-box a {
  font-size: 12px;
}
.product-box .item-info-box .item-review-social .item-review-info .ratings-box .ratings {
  margin-bottom: 5px;
}
.product-box .item-info-box .item-review-social .item-review-now {
  float: left;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 0px 5px;
  position: relative;
  width: 70%;
  text-align: center;
}
a.writereview_small {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -2px transparent !important;
  padding-left: 20px;
}
.popover.fade {
  width: 350px;
}
.product-box .item-info-box .item-review-social .item-share {
  height: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.product-box .item-info-box .item-review-social .item-share span div {
  width: 73px !important;
}
.product-box .item-info-box .item-promotion li {
  float: left;
  display: block;
  margin-right: 5px;
  padding: 5px 0;
}
.product-box .item-info-box .item-promotion li:last-child {
  margin: 0 !important;
}
.item-box .brand-logo {
  float: left;
  margin-right: 10px;
}
.item-box .brand-logo img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 0px;
  height: 35px;
}
.item-box .brand-list {
  float: left;
  margin-top: -3px;
}
.item-box .brand-list li {
  padding-left: 0px;
  line-height: 20px;
}
.item-box .brand-list li:last-child a {
  font-weight: bold;
}
.promotion-new-box {
  margin-bottom: 20px;
}
.add-to-holder {
  background-color: #fafafa;
}
.item-box {
  margin: 10px 0;
}
.brand-box {
  margin-bottom: 8px;
}
.promotion-title {
  border-bottom: 1px solid #e7e7e7;
  height: 18px;
  margin-bottom: 22px;
}
.promotion-title h2 {
  display: inline-block;
  background: #fff;
  margin-top: 6px;
  font-size: 15px;
  padding-right: 3px;
}
.freegift-icon {
  position: relative;
  background: #6fba54;
  border: 1px solid #6fba54;
  color: #fff;
  font-size: 11px;
  margin: 0 0 5px 0 !important;
  padding-left: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 96px;
}
.freegift-icon:after,
.freegift-icon:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.freegift-icon:after {
  border-color: rgba(111, 186, 84, 0);
  border-right-color: #6fba54;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.freegift-icon:before {
  border-color: rgba(111, 186, 84, 0);
  border-right-color: #6fba54;
  border-width: 7px;
  top: 50%;
  margin-top: -7px;
}
.item-new-gift {
  float: left;
  width: 248px;
}
.item-new-gift > div {
  margin-bottom: 12px;
}
.item-new-gift > div:last-child {
  margin-bottom: 0px !important;
}
.item-new-promotion {
  float: left;
  width: 340px;
}
.item-new-promotion.no-freegift {
  width: 590px;
}
.popover-title { font-weight: bolder; } 
.item-new-promotion ul li {
  padding: 0 0 10px 21px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/tick.png") no-repeat 2px 5px transparent;
  line-height: 20px;
}
.item-new-promotion ul li:last-child {
  padding-bottom: 20px !important;
}
.product-box .item-info-box .item-box-left {
  width: 248px;
}
.product-box .item-info-box .item-box .item-box-left {
  border-right: 1px solid #eee;
}
.product-box .item-info-box .item-box-right {
  width: 315px;
}
.product-box .item-info-box .item-box .item-box-right {
  padding-left: 25px;
}
.product-box .item-info-box .item-box .price-box .special-price2 {
  margin: 7px 0;
}
.product-box .item-info-box .item-box .price-box .regular-price {
  margin-bottom: 5px;
}
.price-box .regular-price.price {
  display: block;
}
.product-box .item-info-box .item-box .price-box .old-price .price {
  color: #666;
  font-size: 14px;
}
.product-box .item-info-box .item-box .price-box .saleoff-price .price {
  color: #333;
  font-size: 13px;
}
.product-box .item-info-box .item-box .price-box .old-price .price-label,
.product-box .item-info-box .item-box .price-box .special-price2 .price-label,
.product-box .item-info-box .item-box .price-box .saleoff-price .saleoff-label {
  display: inline-block;
  min-width: 57px;
  color: #666 !important;
}
.product-box .item-info-box .item-box .price-box .special-price2 .price-label {
  color: #444444;
  font-size: 12px;
}
.vat-price {
  font-weight: bold;
  color: #666;
  font-size: 11px;
  color: #444;
  margin-left: 2px;
}
.catalog-product-view .login-box .content,
.catalog-product-view .login-box .button-set {
  background: #fff !important;
}
.show-freegift,
.show-detail {
  padding-left: 8px;
  margin-left: 5px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -388px transparent !important;
  text-decoration: underline;
}
.product-box .item-info-box .item-box .price-box .special-price2 .price,
.product-box .item-box .price-box .regular-price .price {
  color: #090 !important;
  font-size: 18px !important;
}
.product-box .item-box .price-box .regular-price .price {
  margin-left: 10px;
}
.product-box .item-box .item-info-box .price-box .saleoff-price .price {
  color: #444 !important;
  font-size: 13px;
}
.product-box .item-info-box .item-promotion .item-free-gift {
  width: 159px;
  padding-left: 24px;
  padding-right: 0px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/seprate-price.png") no-repeat left 9px transparent;
}
.product-box .item-info-box .item-promotion .item-free-gift .freegift-icon {
  padding: 0 0 0px 22px;
  margin: 0 0 8px 0;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 0 -82px transparent;
  font-weight: bold;
}
.freegift-icon-more {
  padding: 15px 0 0px 20px;
  margin: 15px 0 15px 0;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 0 -68px transparent;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid #e7e7e7;
}
.product-box .item-info-box .gift-left,
.freegift_items_img {
  float: left;
  width: 56px;
}
.product-box .item-info-box .gift-right {
  float: left;
  width: 190px;
}
.freegift_items {
  margin-bottom: 15px;
}
.freegift_items_detail {
  float: left;
  width: 130px;
}
.freegift_items #freegift li {
  margin: 0;
  float: left;
  width: 40%;
}
.freegift_items #freegift li img {
  margin-bottom: 20px;
}
.product-box .item-info-box .gift-right a,
.freegift_items #freegift li a {
  font-weight: normal;
}
.product-box .item-info-box .freegift_price,
.freegift_items_detail .freegift_price {
  color: #090;
  margin-top: 5px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
}
.product-box .item-info-box .freegift_price span,
.freegift_items_detail .freegift_price span {
  font-weight: normal !important;
  color: #777 !important;
  padding-right: 5px;
}
.item-benefit {
  margin-top: 15px;
}
.product-box .item-info-box .item-box .item-benefit p {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/dot-bg.png") no-repeat 0 7px transparent;
  padding: 0 0 0 14px;
  margin: 0 0 8px 0;
  font-size: 13px;
}
.product-box .item-info-box .item-box .item-benefit p:last-child {
  margin-bottom: 0 !important;
}
.product-box .item-info-box .item-attribute li {
  float: left;
  width: 35%;
  display: block;
  padding: 5px 0 5px 11px;
  margin-right: 10px;
  text-align: justify;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/attribute-bullet.png") no-repeat left 9px transparent;
}
.product-box .item-info-box .item-attribute .item-attribute-value {
  padding-left: 5px;
}
.product-box .item-select-box select {
  display: none;
}
.product-box .item-select-box .item-select-pls {
  padding: 10px 0 6px 0;
  font-size: 16px;
}
.product-box .step-box {
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
}
.product-box .step-box .step-number {
  width: 35px;
  float: left;
  font-size: 23px;
  font-weight: bold;
  color: #cccccc;
  line-height: 23px;
  margin-top: 0px;
}
.product-box .step-box .step-lable {
  min-width: 70px;
  line-height: 18px;
  margin-right: 0px;
  padding: 0 0 5px 0;
}
.product-box .product-options {
  margin-top: 15px;
}
.product-box .product-options-bottom {
  background-color: #fafafa !important;
}
.product-box .step-box .step-lable label {
  font-weight: normal !important;
  color: #444;
}
.product-box .step-box .select-item {
  float: left;
  width: 550px;
  padding-top: 2px;
  margin-left: 35px;
  min-height: 40px;
}
.product-box .step-box .select-item li {
  margin: 0 !important;
}
.product-box .step-box .select-item li a {
  float: left;
  display: block;
  padding: 2px 10px;
  background: #e7e7e7;
  margin-right: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
  font-size: 13px;
  box-shadow: none;
  margin-bottom: 15px;
}
.product-box .step-box .select-item li a:hover {
  color: #ffffff !important;
  background: #04b1e3 !important;
  border: 1px solid #04b1e3 !important;
}
.product-box .step-box .select-item li a.disabled-size:hover {
  color: #666666 !important;
  background: #e7e7e7 !important;
  border: 1px solid #dddddd !important;
  cursor: not-allowed;
}
.product-box .step-box .select-item li:last-child {
  margin: 0 !important;
}
.product-box .step-box.step-box-img .select-item.color-image li a {
  padding: 0 !important;
  border: 1px solid #fff;
  background: transparent !important;
}
.product-box .step-box.step-box-img .select-item.color-image li a img {
  border: 1px solid #dddddd;
  box-shadow: none !important;
  width: 40px !important;
  height: 56px !important;
  border-radius: 3px;
}
.product-box .step-box.step-box-img .select-item.color-image li a img:hover {
  border-color: #04c5fa !important;
}
.product-box .step-box.step-box-img .select-item.color-image li a:hover {
  border: 1px solid #fff !important;
}
.product-box .step-box .select-item-img li {
  float: left;
  display: block;
  width: 40px;
  height: 56px;
  border: 1px solid #dddddd;
  background: #ffffff;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.product-box .step-box .select-item-img li.active {
  border: 1px solid #04c5fa;
}
.product-box .step-box .select-item-img li:last-child {
  margin: 0 !important;
}
/*
.product-box .step-box.step-box-img .step-number {
    line-height: 50px !important;
}

.product-box .step-box.step-box-img .step-lable {
    line-height: 50px !important;
}
*/
.product-box .select-qty {
  float: left;
  margin-left: 35px;
  margin-top: 3px;
}
.product-box .select-qty .bgArrowQty {
  height: 30px;
}
.product-box .select-qty .arrowBlock {
  height: 30px !important;
  margin-left: -2px;
}
.product-box .select-qty .upQty,
.product-box .select-qty .downQty {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  height: 16px;
  width: 18px;
  display: block;
  border: none;
}
.product-box .select-qty .upQty {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -220px transparent;
}
.product-box .select-qty .upQty:hover {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -280px transparent;
}
.product-box .select-qty .downQty:hover {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -296px transparent;
}
.product-box .select-qty .downQty {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -236px transparent;
}
.product-box .select-qty .qty-input {
  width: 50px;
  text-align: center;
  height: 30px !important;
  font-size: 14px !important;
  margin: 0 !important;
  -webkit-border-top-left-radius: 4px !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.product-box .bgArrowQty {
  width: 90px !important;
}
.product-box .step-box-button {
  float: left;
  width: 430px;
  margin-top: -3px;
  margin-left: 10px;
  position: relative;
}
.product-box .step-box-add-cart {
  background: #fafafa;
  border-top: 1px solid #ffffff;
  padding: 15px 0 15px 20px;
}
.notice-cart {
  background: #fef57e;
  border: 1px solid #e0ae26;
  font-size: 12px;
  position: absolute;
  left: -240px;
  width: 206px;
  min-height: 23px;
  padding: 7px 10px;
  top: -1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
.notice-cart:after,
.notice-cart:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.notice-cart:after {
  border-color: rgba(254, 245, 126, 0);
  border-left-color: #fef57e;
  border-width: 7px;
  top: 50%;
  margin-top: -7px;
}
.notice-cart:before {
  border-color: rgba(224, 174, 38, 0);
  border-left-color: #e0ae26;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
}
.product-box .add-to-cart-new {
  width: 229px;
  height: 37px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/add-to-cart.png") no-repeat transparent;
  border: 0 !important;
  box-shadow: none !important;
}
.product-box .pre-order-btt {
  width: 170px;
  height: 37px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/pre-order.png") no-repeat transparent;
  border: 0 !important;
  box-shadow: none !important;
}
.product-box .add-to-cart-new,
.product-box .add-to-wl-new {
  text-indent: -9000px !important;
  text-transform: capitalize !important;
  display: block;
  float: left;
}
.product-box .add-to-cart-new:hover {
  opacity: 0.9;
}
.product-box .add-to-wl-new {
  width: 172px;
  height: 32px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/add-to-wishlist.png") no-repeat transparent;
  border: 0 !important;
  margin: 5px 0 0 10px;
  box-shadow: none !important;
}
.product-box .add-to-wl-done {
  width: 185px;
  height: 32px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/add-to-wishlist.png") 0 -64px no-repeat transparent !important;
  border: 0 !important;
  margin: 5px 0 0 10px;
  box-shadow: none !important;
  cursor: not-allowed;
  text-indent: -99999px;
}
.product-box .add-to-wl-new:hover {
  opacity: 1;
  background-position: 0 -32px;
}
.product-box .step-box.add-to-cart {
  padding: 0 !important;
}
.product-box .item-thumbnail {
  float: left;
  width: 56px;
  max-height: 410px;
  overflow: hidden;
}
.product-box .item-thumbnail li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #e7e7e7;
  width: 54px;
  height: 69px;
  cursor: pointer;
  line-height: 60px;
}
.show-more:before {
  height: 55px;
  margin-top: -45px;
  content: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)), color-stop(0.5, #ffffff));
  display: block;
}
.show-more a,
.show-less a {
  font-weight: bold;
  display: block;
  width: 240px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 -2px 0 #cacaca inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666;
}
.show-more a:hover,
.show-less a:hover {
  color: #444;
  opacity: 0.9;
}
/*
.show-more a span {
    padding-left: 15px;
    background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -415px transparent;
}


.show-less a span {
    padding-left: 15px;
    background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat left -448px transparent;;
}
*/
.product-box .item-thumbnail li:hover {
  border: 1px solid #04c5fa;
}
.product-box .item-thumbnail li.active {
  border: 1px solid #04c5fa;
}
.product-box .item-main-image {
  float: right !important;
  width: 320px;
}
.product-box .item-main-image a.MagicZoomPlus.nobook {
  min-height: 420px;
}
.MagicToolboxMainContainer div.facebook-like {
  height: 55px;
  width: 310px;
}
.MagicToolboxMainContainer div.google-plus {
  height: 21px;
  width: 75px;
  display: inline-block;
  margin-top: 2px;
}
.MagicToolboxMainContainer div.sendBox {
  display: inline-block;
}
.item-main-image .sendfriendBtn {
  display: block;
  width: 35px;
  height: 20px;
}
.sendfriendBtn img {
  height: 20px;
  margin-bottom: 13px;
  width: 32px;
}
.product-box .thumb-up {
  width: 55px;
  height: 17px;
  background: #dddddd;
  margin-bottom: 5px;
}
.action-repeat {
  padding: 25px 0 20px 0;
  text-align: center;
}
.action-repeat button.add-to-cart-rp {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  border: none!important;
  padding: 9px 140px;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  box-shadow: 0 -2px 0 #a80000 inset;
  background: #fd4040;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4040), color-stop(100%, #d71a1a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fd4040 0%, #d71a1a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  /* IE6-9 */
}
button:hover {
  opacity: 0.9;
}
.btt_red {
  font-weight: bold;
  border: none!important;
  text-align: center;
  color: #ffffff!important;
  text-transform: capitalize;
  box-shadow: 0 -2px 0 #a80000 inset;
  background: #fd4040 !important;
  background: -moz-linear-gradient(top, #fd4040 0%, #d71a1a 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4040), color-stop(100%, #d71a1a)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd4040 0%, #d71a1a 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd4040 0%, #d71a1a 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd4040 0%, #d71a1a 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #fd4040 0%, #d71a1a 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0) !important;
  /* IE6-9 */
}
.btt_red:hover {
  color: #fff;
  opacity: 0.9;
}
.btt_blue {
  background: #32befb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  /* IE6-9 */
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.btt_blue:hover {
  color: #fff;
  opacity: 0.9;
}
.btt_fb {
  background-image: -webkit-linear-gradient(top, #5972a5 0%, #3e578b 100%) !important;
  background-image: linear-gradient(to bottom, #5972a5 0%, #3e578b 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5972a5', endColorstr='#ff3e578b', GradientType=0) !important;
  border: none!important;
  box-shadow: 0 -2px 0 #112d6c inset !important;
  padding: 6px 14px;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) !important;
}
.btt_fb:hover {
  color: #fff;
  opacity: 0.9;
}
.btt_white {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf', GradientType=0);
  color: #666;
  box-shadow: 0 -2px 0 #bababa inset;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
  border: none !important;
}
.product-box .thumb-down {
  width: 55px;
  height: 17px;
  background: #00aaf1;
}
.product-box .hover-tip {
  color: #999999;
  margin-top: 15px;
}
.product-box .view-large-image {
  color: #00aaf1;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
.product-box .validation-advice {
  margin: -7px 0 12px 41px !important;
}
/* SLIDER */
.catalog-product-view .box-collateral h2.content-title span.right {
  color: #999999;
  font-size: 11px;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
  width: 100%;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-horizontal {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 0 -125px transparent;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
  background-position: -32px 0;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
  background-position: -96px 0;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-horizontal {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 0 -125px transparent;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
  background-position: -32px 0;
}
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.catalog-product-view .box-collateral .jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
  background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.product-box .jcarousel-container-vertical {
  border: 0 !important;
  background: none !important;
  width: 56px !important;
  padding: 17px 0 18px 0 !important;
}
.product-box .jcarousel-container-vertical .jcarousel-clip-vertical {
  width: 56px;
}
.product-box .jcarousel-container-vertical .jcarousel-prev-vertical,
.product-box .jcarousel-container-vertical .jcarousel-next-vertical {
  left: 12px;
}
.product-box .jcarousel-container-vertical .jcarousel-next-vertical {
  bottom: 4px;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-vertical,
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-vertical:hover,
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-vertical:active {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 56px;
  height: 15px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 19px -161px transparent;
  cursor: pointer;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.item-thumbnail .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 19px -182px;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-vertical,
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-vertical:active {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
  height: 15px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 19px -144px transparent;
  cursor: pointer;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-vertical:active {
  background-position: 19px -144px;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.item-thumbnail .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 19px -123px;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-item {
  text-align: center;
}
.item-thumbnail .jcarousel-skin-tango .jcarousel-item .product-name {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 90%;
  width: 90%;
}
/*===== Product Tabs =====*/
.product-content {
  margin-top: 20px;
}
.product-content .product-tabs {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 100%;
  padding-top: 10px;
}
.product-content .product-tabs,
.product-content .review-tabs,
.review-product-list .review-tabs {
  border-bottom: 2px solid #dddddd !important;
  margin-bottom: 20px;
}
.product-content .product-tabs > li,
.product-content .review-tabs > li,
.review-product-list .review-tabs > li {
  margin-bottom: -2px !important;
}
.product-content .product-tabs.nav-tabs > li > a,
.product-content .review-tabs.nav-tabs > li > a,
.review-product-list .review-tabs.nav-tabs > li > a {
  font-size: 19px;
  font-weight: normal;
  padding: 0 20px 12px 20px !important;
  border-bottom: 2px solid #dddddd !important;
  color: #888 !important;
  border: none !important;
  margin: 0;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/seprate-rating.png") no-repeat right 4px transparent;
  position: relative;
}
.product-content .product-tabs.nav-tabs > li:first-child > a,
.product-content .review-tabs.nav-tabs > li:first-child > a,
.review-product-list .review-tabs.nav-tabs > li:first-child > a {
  padding-left: 0 !important;
}
.product-content .product-tabs.nav-tabs > li:last-child > a,
.product-content .review-tabs.nav-tabs > li:last-child > a,
.review-product-list .review-tabs.nav-tabs > li:last-child > a {
  background: none !important;
}
.product-content .product-tabs.nav-tabs > .active > a,
.product-content .product-tabs.nav-tabs > .active > a:hover,
.product-content .review-tabs.nav-tabs > .active > a,
.product-content .review-tabs.nav-tabs > .active > a:hover,
.review-product-list .review-tabs.nav-tabs > .active > a,
.review-product-list .review-tabs.nav-tabs > .active > a:hover {
  border-bottom: 2px solid #2db6ea !important;
  color: #3398c4 !important;
  border: none ;
  cursor: pointer;
}
.product-content .product-tabs.nav-tabs > .active > a .active-arrow,
.product-content .review-tabs.nav-tabs > .active > a .active-arrow,
.review-product-list .review-tabs.nav-tabs > .active > a .active-arrow {
  display: block !important;
}
.active-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 8px solid #2db6ea;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 45%;
  display: none;
}
/*SUPPOR BUTTON */
.supportArea {
  float: right !important;
}
.product-content .product-tabs-detail {
  overflow: visible;
}
.product-content .product-tabs-detail .authorContent {
  width: 340px;
  border: 1px solid #ddd;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
}
.product-content .product-tabs-detail .authorContent img {
  margin-right: 7px;
  width: 100px;
  padding: 3px;
}
.product-content .product-tabs-detail div.product-content-area {
  overflow: hidden;
  max-height: 800px;
}
.product-description,
.express-content {
  font-size: 14px !important;
  line-height: 21px !important;
}
.section-title {
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 15px;
}
.catalog-product-view .feature-box {
  margin: 10px 0 10px 0 !important;
}
.catalog-product-view .feature-box .feature-title {
  font-size: 19px !important;
  color: #444 !important;
  font-weight: normal !important;
  text-transform: capitalize;
}
.catalog-product-view .feature-box .feature-head-home {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0 5px 0;
  margin: 0 0 15px 0;
}
.catalog-product-view .feature-box .feature-head-home .right {
  margin-top: 6px;
}
.catalog-product-view .feature-box .item-slide .book-author,
.catalog-product-view .feature-box .item-slide .cover-books {
  display: none;
}
.catalog-product-view .feature-box .item-slide .feature-product-name a {
  font-weight: normal;
  line-height: 18px !important;
}
.catalog-product-view .feature-box .item-slide .feature-product-name {
  padding: 0 0 5px 0;
}
.catalog-product-view .feature-box .item-slide .product-image {
  text-align: left;
}
.catalog-product-view .feature-box .item-slide .slOf_flag {
  left: 100px !important;
}
.ReviewBookTitle {
  display: none;
}
.review-title {
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 0px;
  color: #444;
  margin-top: 30px;
}
.review-title .all {
  font-size: 12px;
}
.review-sum-box {
  padding: 20px;
  border: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.review-show {
  padding-top: 15px;
}
.review-form-submit.outside-form {
  margin-bottom: 5px;
}
.review-list ul.list-items li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.review-list li .review-name {
  float: left;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
.review-list li .review-name img,
.my-review-detail .review-name img {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.review-list li .review-name .name,
.my-review-detail .review-name .name {
  font-size: 14px;
  margin: 15px 0 5px 0;
  font-weight: bold;
  text-transform: capitalize;
}
.review-list li .review-name .review-date,
.my-review-detail .review-name .review-date {
  font-size: 12px;
  color: #999;
  margin: 4px 0 0 0;
}
.review-list .view-more-comment {
  border-top: 1px dotted #CCCCCC;
  text-align: right;
  width: 100%;
  padding-top: 10px;
}
._from {
  margin: 0 !important;
}
.from-locate {
  color: #888;
}
.review-list li .review-item-detail {
  float: right;
  width: 777px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
}
.review-item-detail .rating-box {
  width: 69px;
  float: left;
  margin: 1px 15px 0 0 ;
}
.review-item-detail .reating-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.reply-ct {
  margin: 10px 0 10px 0;
  width: 93%;
  float: right;
}
.review-product-view .reply-ct {
  width: 90% !important;
}
.reply-ct p {
  margin: 1px 0 2px 0 !important;
}
.review-item-content {
  font-size: 14px;
  line-height: 22px;
  margin: 7px 0;
}
.review-item-content .error-msg {
  font-weight: bold;
}
.review-loading {
  background: url('http://tikicdn.com/skin/frontend/default/tiki/images/x-editable/loading.gif') no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 5px;
}
.review-item-content textarea.input-large {
  width: 754px !important;
  padding: 10px;
  line-height: 18px;
}
.review-item-content .content-inline {
  display: inline;
  border: none;
}
.editable-container.popover {
  width: 770px !important;
}
.editable-container.popover textarea {
  width: 650px;
  font-size: 14px !important;
  line-height: 21px;
}
.editable-unsaved {
  font-weight: normal !important;
}
.editable-buttons {
  vertical-align: bottom !important;
}
.review-btts {
  text-align: right;
  font-weight: normal !important;
  min-height: 28px;
}
.thanks-box {
  font-weight: normal !important;
  margin-right: 4px;
  color: #090;
}
.thanks-total {
  /*color: #090;*/
  font-weight: normal;
  font-size: 14px;
  padding-top: 0px;
}
.thanks-total .useful-rv {
  font-weight: normal !important;
  margin-right: 5px;
  color: #444 !important;
}
.thanks-total span {
  font-weight: bold;
  line-height: 28px;
}
.buy-already {
  font-size: 13px;
  padding: 0px 0 0 19px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/tick.png") no-repeat 2px 5px transparent;
  margin: 10px 0;
  color: #090;
  font-weight: bold;
}
.all-review {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  font-size: 16px;
}
.video-content .video-embed {
  text-align: center;
}
#chi-tiet .section-title {
  display: none !important;
}
#nhan-xet .review-title {
  margin-top: 0 !important;
  display: none;
}
.review-sum-box > ul > li {
  display: block;
  float: left;
  margin-right: 45px;
  padding-right: 35px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/seprate-review.png") no-repeat right 0 transparent;
  min-height: 120px;
}
.review-sum-box > ul > li:last-child {
  background: none !important;
}
.review-sum-box li h4 {
  font-weight: bold;
  font-size: 14px !important;
  color: #444;
  margin: 0;
}
.review-sum-total {
  width: 200px;
  text-align: center;
  padding-right: 25px !important;
}
.review-sum-total .total-review-point {
  margin: 10px 0 0px 0;
  text-align: center;
  font-size: 35px;
  color: #ff6633;
  font-weight: bold;
}
.review-sum-total .rating-box {
  margin: 0 auto 10px;
  float: none !important;
}
ul.Rv_feedbacks li:first-child {
  margin-top: 3px;
}
ul.Rv_feedbacks li:last-child {
  border-bottom: none !important;
}
ul.Rv_feedbacks li {
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 0!important;
  background: none !important;
  border-top: solid 1px #e7e7e7;
  margin: 5px 0 !important!important;
  border-bottom: none !important;
}
#btt-support {
  display: block !important;
  width: 188px;
  height: 32px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/quick-support.png") no-repeat transparent !important;
  text-indent: -99999px;
  padding: 0 !important;
  margin-top: -4px;
}
.popover_bt {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/ico-product-page.png") no-repeat 6px -473px transparent;
  display: inline-block;
  width: 22px;
  height: 28px;
  text-indent: -99999px;
}
.review-report,
.show-comment,
.update-review {
  background: none !important;
  box-shadow: none !important;
  color: #888 !important;
  text-decoration: underline;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px !important;
}
.review-report {
  text-decoration: none !important;
}
.update-review {
  border-left: 1px solid #ddd !important;
}
.review-report {
  border: none !important;
}
.review-reported {
  padding: 0 10px !important;
}
.review-reported,
.review-report {
  border-left: 1px solid #ddd !important;
  line-height: 29px !important;
  text-decoration: underline !important;
}
.review-thank {
  padding: 5px 10px !important;
  margin-right: 0px;
}
.cm-reply-content {
  padding-left: 0px;
  word-break: break-word;
}
.user-reply-content {
  margin-top: 10px;
}
.comment-review-name {
  font-weight: bold;
}
.comment-review-name .say {
  font-weight: normal;
}
.btt-content {
  margin-top: 12px;
}
.btt-content a {
  line-height: 29px !important;
}
.report-cm {
  text-align: right;
  color: #888 !important;
  line-height: 28px;
  font-size: 12px;
}
.report-cm a {
  color: #888 !important;
  text-align: right;
  line-height: 28px;
  text-decoration: underline;
  font-size: 12px;
}
.report-cm .reported,
.review-reported {
  color: red;
  text-decoration: none !important;
}
.review-progress-bar {
  width: 245px;
}
.review-percent-detail {
  margin-top: 4px;
}
.review-percent-detail li {
  display: block;
  margin-bottom: 8px;
}
.review-percent-detail li:last-child {
  margin-bottom: 0 !important;
}
.review-percent-detail .rating-num {
  display: block;
  font-size: 12px;
  font-weight: normal;
  float: left;
  width: 40px;
  text-align: left;
  line-height: 15px;
}
.review-percent-detail .progress {
  display: block;
  width: 180px !important;
  height: 17px;
  margin: 0;
  float: left;
}
.review-percent-detail .rating-num-total {
  display: block;
  font-size: 12px;
  font-weight: normal;
  float: left;
  text-align: left;
  margin-left: 10px;
  color: #999;
  line-height: 15px;
}
.review-submit {
  width: 325px;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border: none !important;
}
.review-submit button.disable {
  margin-top: 10px;
  padding: 6px 20px !important;
  font-weight: bold;
  font-size: 14px !important;
  min-width: 211px;
  background: #a7a9aa !important;
}
.catalog-product-view button,
.review-product-list button,
.review-product-view button {
  background: #32befb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  /* IE6-9 */
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.catalog-product-view button:focus,
.review-product-list button:focus {
  opacity: 0.9;
  color: #00354b;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.catalog-product-view button.disable,
.review-product-list button.disable,
.b-success__password button.disable,
.b-order__submit.disable {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #a7a9aa;
  box-shadow: 0px -2px 0px #757575 inset;
}
button.cancel-reply {
  background: #fff !important;
  box-shadow: none;
  margin-left: 1px;
  color: #444;
  text-decoration: underline;
  text-shadow: none;
}
.product-box .MagicToolboxMessage {
  z-index: 100;
  position: relative;
  background: #fefefe;
  opacity: 0.6;
  width: 200px;
  margin: -25px auto 0;
  color: #666;
  display: none;
}
.product-box .MagicZoomPlusHint {
  display: none !important;
}
.catalog-product-view button:hover,
.review-product-list button:hover {
  opacity: 0.9;
}
.submit-your-review {
  margin-top: 10px;
  padding: 6px 20px !important;
  font-weight: bold;
  font-size: 14px !important;
  min-width: 211px;
}
.submit-your-review .icon-pencil {
  margin-right: 3px;
}
.brand-info {
  margin: 2px 0 7px 0!important;
  font-size: 13px !important;
}
.rating-star .rating-star-n {
  float: left;
  width: 255px;
  font-weight: bold;
}
.rating-star .rating-star-i {
  float: left;
}
.review-content div.writeReviewBox,
.review-product-list div.writeReviewBox {
  width: 100% !important;
}
.review-content div.reviewForm ul li label,
.review-product-list div.reviewForm ul li label {
  float: none !important;
  font-size: 13px !important;
  margin-bottom: 10px;
}
.review-content div.reviewForm,
.review-product-list div.reviewForm {
  width: 50% !important;
  padding: 0 30px 0 0;
}
.review-content div.reviewForm ul li input.ReviewTitleInput,
.review-product-list div.reviewForm ul li input.ReviewTitleInput {
  width: 490px !important;
  height: 30px;
  margin: 0;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.review-content div.reviewForm,
.review-product-list div.reviewForm {
  font-size: 13px !important;
}
.review-content div.reviewRules,
.review-product-list div.reviewRules {
  width: 50%;
  float: left;
  padding: 0 0 0px 30px;
  border-left: solid 1px #e2e2e2;
  min-height: 316px !important;
}
.review-content div.reviewForm ul li textarea.ReviewTextArea,
.review-product-list div.reviewForm ul li textarea.ReviewTextArea {
  width: 490px;
  height: 160px;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;
}
.review-content div.reviewForm ul li textarea.ReviewTextArea:focus,
.review-product-list div.reviewForm ul li textarea.ReviewTextArea:focus,
.review-content div.reviewForm ul li input.ReviewTitleInput:focus,
.review-product-list div.reviewForm ul li input.ReviewTitleInput:focus {
  border-color: #bbb !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.review-content div.reviewForm ul li,
.review-product-list div.reviewForm ul li {
  padding: 0 0 15px 0 !important;
}
.review-content .div.reviewRules ul li,
.review-product-list .div.reviewRules ul li {
  padding: 0 0 8px 0;
}
.review-form-title {
  margin-top: 30px !important;
  display: block !important;
}
.button-review {
  text-align: right;
  margin: 10px 0;
  font-weight: bold;
}
.button-review button {
  padding: 6px 20px !important;
}
.product-add-more {
  padding: 5px 0;
}
.product-add-more.upsell {
  margin-bottom: 15px;
}
.outside-form .review-form-title {
  margin-top: 15px !important;
}
.editable-buttons button {
  box-shadow: none !important;
}
.editable-buttons.editable-buttons-bottom {
  text-align: right;
}
.description-content {
  margin-bottom: 10px;
}
.description-content table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
}
.description-content table td {
  padding: 8px;
}
.description-content table td span {
  color: #444 !important;
}
.additional-content .attribute-specs {
  font-size: 14px;
}
.description-content a {
  cursor: pointer;
}
.review-product-list .review-more {
  text-align: center;
}
.review-product-list .review-more div {
  display: inline-block;
}
.loading-ajax-more {
  width: 16px;
  height: 19px;
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/loading_ajax.gif) 0 4px no-repeat;
  margin-left: 5px;
}
.comment-box {
  margin-top: 30px;
  height: 196px;
  display: none;
}
.comment-box textarea {
  height: 130px;
  width: 96% !important;
  padding: 10px;
  line-height: 20px;
  overflow: auto !important;
}
.comment-box .btt-submit-review {
  text-align: center;
}
.editable-error-block {
  max-width: 100% !important;
}
/*===== end Product Tabs =====*/
/*===== NAV - Promote Product =====*/
.promote-p {
  position: relative;
  margin-top: 12px;
}
.promote-p a,
.promote-p a:hover {
  width: 125px;
  height: 175px;
  position: relative;
  color: #444 !important;
}
.promote-p .slOf_flag {
  top: 32%;
  left: 108px;
  position: absolute;
}
.promote-p .regular-price .price,
.promote-p .special-price .price {
  color: #090;
  font-size: 14px !important;
  font-weight: bold;
}
.promote-p .old-price,
.promote-p .old-price {
  color: #999;
  font-size: 11px;
}
.promote-p .price-box {
  margin-top: 5px !important;
}
.promote-p .promote-p-name {
  position: absolute;
  display: none;
  bottom: 4px;
  padding: 5px 0;
  width: 125px;
  margin: 0;
  text-align: center;
  line-height: 22px;
  background: #ffffff;
}
.promote-p a:hover .promote-p-name {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
/*===== end NAV - Promote Product =====*/
/*===== HOME - Meger Category Notice =====*/
.home-alert .close {
  top: 12px !important;
  font-size: 28px;
}
.home-alert {
  position: relative;
  background: #d2f3ff ;
  border: 1px solid #99d7ed;
  font-size: 13px;
  line-height: 22px;
  color: #0088bb !important;
  margin: -7px 0 21px 0;
  padding: 8px 35px 8px 17px;
}
.home-alert strong {
  font-size: 14px;
}
.home-alert:after,
.home-alert:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.home-alert:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #d2f3ff ;
  border-width: 9px;
  left: 72px;
  margin-left: -9px;
}
.home-alert:before {
  border-color: rgba(153, 215, 237, 0);
  border-bottom-color: #99d7ed;
  border-width: 10px;
  left: 72px;
  margin-left: -10px;
}
.checkout-onepage-index .home-alert .close,
.checkoutnew-onepage-index .home-alert .close {
  top: 2px !important;
  font-size: 28px;
}
.checkout-onepage-index .bc-label,
.checkoutnew-onepage-index .bc-label {
  margin-left: 5px;
  margin: 5px 5px;
  line-height: 24px;
  cursor: pointer;
}
.checkout-onepage-index .home-alert {
  position: relative;
  font-size: 12px;
  line-height: 22px;
  margin: 15px 0 10px 0;
  padding: 8px 35px 8px 17px;
  border-radius: 0px!important;
}
.checkoutnew-onepage-index .home-alert {
  position: relative;
  font-size: 12px;
  line-height: 22px;
  margin: 5px 0;
  padding: 2px 35px 2px 10px;
  border-radius: 0px!important;
  left: -10px;
}
.checkout-onepage-index .alert-success,
.checkoutnew-onepage-index .alert-success {
  background-color: #DFF0D8 !important;
  border-color: #D6E9C6 !important;
  color: #468847!important;
}
.checkout-onepage-index .alert-success a,
.checkoutnew-onepage-index .alert-success a {
  font-weight: bold;
  text-decoration: underline;
}
.checkout-onepage-index .alert-warning,
.checkoutnew-onepage-index .alert-warning {
  background-color: #FCF8E3 !important;
  border: 1px solid #FBEED5 !important;
  color: #c09853!important;
}
.checkout-onepage-index .alert-warning a,
.checkoutnew-onepage-index .alert-warning a {
  font-weight: bold;
  text-decoration: underline;
}
.checkout-onepage-index .home-alert:after,
.checkout-onepage-index .home-alert:before,
.checkoutnew-onepage-index .home-alert:after,
.checkoutnew-onepage-index .home-alert:before {
  border: none!important;
}
.checkout-onepage-index .home-alert strong,
.checkoutnew-onepage-index .home-alert strong {
  font-size: 12px;
  margin: 5px 5px;
  line-height: 24px;
}
/*===== end HOME - Meger Category Notice =====*/
/*===== PRODUCT PAGE - Combo Product =====*/
.combo-box {
  position: relative;
}
.combo-box .combo-p-image {
  display: block;
  margin-right: 20px;
  width: 325px;
  float: left;
}
.combo-p-image a,
.combo-p-image a:hover {
  color: #444;
  text-decoration: none;
}
.combo-box .combo-p-image img {
  padding: 3px;
  border: 1px solid #e7e7e7;
}
.combo-box .combo-p-image div {
  display: block;
  float: left;
}
.combo-plus {
  font-size: 25px;
  font-weight: bold;
  color: #cbcbcb;
  padding: 0 7px;
  position: relative;
  top: 5px;
}
.combo-box .combo-p-name {
  display: block;
  width: 380px;
  float: left;
}
.combo-box .combo-p-name a {
  color: #00aaf1;
}
.combo-box .combo-p-name li {
  width: 100% !important;
  margin-bottom: 8px;
  line-height: 19px;
}
.combo-box .combo-total {
  display: block;
  width: 210px;
  float: right;
  min-height: 83px !important;
  padding-left: 28px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/seprate-price.png") no-repeat left 2px transparent;
}
.combo-p-name .combo-price {
  font-size: 14px;
  font-weight: bold;
  margin-left: 7px;
  padding: 0 !important;
  display: inline;
  color: #009900;
}
.combo-p-name input {
  margin-right: 3px;
  vertical-align: text-top;
}
.combo-total .combo-price {
  font-size: 13px !important;
  margin: 0 0 13px 0 !important;
}
.combo-price .combo-price-value {
  color: #090;
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.combo-box .add-all-to-cart {
  background: #fd4040;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4040), color-stop(100%, #d71a1a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd4040 0%, #d71a1a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fd4040 0%, #d71a1a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  /* IE6-9 */
  border: none!important;
  box-shadow: 0 -2px 0 #a80000 inset;
  padding: 6px 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
/*===== end PRODUCT PAGE - Combo Product =====*/
/*===== SIDEBAR - Featured Product =====*/
.product-link {
  display: block;
  overflow: hidden;
}
/*===== end SIDEBAR - Featured Product =====*/
/*LOGIN AJAX FORM*/
.messi .validation-advice {
  font-size: 0.85em;
}
#product_sendtofriend_form .input-text {
  width: 370px;
}
.messi .login-box .btnRegister {
  border-left: 1px solid #ddd;
  padding-left: 14px;
  display: inline-block;
  margin-left: 12px;
}
.messi .freegift-block {
  width: 137px;
  margin-right: 10px;
  float: left;
}
.messi .freegift-block p {
  width: 120px;
  font-size: 12px;
  font-weight: bold;
}
.messi-box {
  border: 1px solid #aaa !important;
  overflow: visible !important;
}
.messi-content {
  width: 91% !important;
}
.messi-box .messi-content .messi-closebtn {
  cursor: pointer;
  width: 31px;
  height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00b7f1;
  background: -moz-linear-gradient(top, #00b7f1 0%, #0094d8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7f1), color-stop(100%, #0094d8));
  background: -webkit-linear-gradient(top, #00b7f1 0%, #0094d8 100%);
  background: -o-linear-gradient(top, #00b7f1 0%, #0094d8 100%);
  background: -ms-linear-gradient(top, #00b7f1 0%, #0094d8 100%);
  background: linear-gradient(to bottom, #00b7f1 0%, #0094d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7f1', endColorstr='#0094d8', GradientType=0);
  border: 3px solid #fff;
  text-align: center;
  top: -26px;
  right: -25px;
}
.messi-box .messi-content .messi-closebtn:before {
  content: "" !important;
}
.login-ajax .registered-users .content {
  padding: 6px 0 10px 15px !important;
}
.login-ajax .registered-users .content h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  font-size: 16px;
}
.login-ajax .form-list label {
  font-weight: normal !important;
  font-size: 14px !important;
}
.login-ajax .form-list input {
  height: 25px;
  margin-top: 3px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-ajax .form-list input[type="checkbox"] {
  vertical-align: middle;
}
.login-button-set {
  margin-left: 15px;
  margin-top: 14px;
  padding-top: 17px;
  border-top: 1px solid #ddd;
}
button.btt-login-lb {
  width: 140px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 8px 12px;
}
.notification-content {
  padding-top: 10px;
}
.notification-content:last-child {
  padding-bottom: 10px;
}
.notification-content .notifcation-main {
  width: 680px;
  margin-left: 12px;
  word-break: break-word;
}
/** --- New Button Style --- **/
.btn__tiki,
button.form-button-login,
button.form-button-alt-login {
  background: #32befb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  /* IE6-9 */
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
}
button.form-button-login:hover,
button.form-button-alt-login:hover,
button.form-button-login:focus,
button.form-button-alt-login:focus {
  opacity: 0.9;
}
/** --- Login Page --- **/
.customer-account-login .form-group {
  margin-bottom: 12px !important;
}
.customer-account-login .login-box .content {
  background: #fefefe;
  padding: 15px 20px 5px 20px;
  min-height: 255px !important;
  -webkit-border-radius: 3px 3px  0 0;
  -moz-border-radius: 3px 3px  0 0;
  border-radius: 3px 3px  0 0;
}
.customer-account-login .login-box .col-1,
.customer-account-login .login-box .col-2 {
  border: 1px solid #ddd;
  background: #fefefe;
  width: 49% !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.customer-account-login .login-box .button-set {
  background: #fefefe !important;
  padding: 0 20px 20px 20px !important;
  text-align: left;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.customer-account-login .login-box .button-set .btt--login {
  height: 32px;
}
.customer-account-login .page-head-login h1 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  color: #444;
  padding: 0;
}
.customer-account-login .page-head-login {
  margin: 0 0 20px 0;
  border: 1px solid #ddd;
  padding: 7px 20px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.customer-account-login .login-box h2 {
  font-size: 17px;
  color: #444;
  margin-bottom: 13px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-left: 23px;
  background-position: 0 4px;
}
.customer-account-login .login-box .new-users h2,
.customer-account-login .login-box .registered-users h2 {
  background: none !important;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.customer-account-login .login-box .new-users h2 i,
.customer-account-login .login-box .registered-users h2 i {
  padding-right: 8px;
  font-size: 18px;
}
.customer-account-login .middle-container input {
  padding: 4px !important;
  margin-top: 0px;
  vertical-align: middle;
}
#keepme {
  margin-top: 3px;
}
.customer-account-login .form-list label {
  font-size: 13px !important;
}
.customer-account-login .remember-me label {
  font-size: 12px !important;
  font-weight: normal !important;
}
.btt__fb--register,
.btt__fb--login {
  width: 190px;
  height: 32px;
  display: block;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/fb-btt-login-page.png") 0 -32px no-repeat transparent;
  text-indent: -9999px;
  border: none;
}
.btt__fb--login {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/fb-btt-login-page.png") 0 0 no-repeat transparent !important;
  box-shadow: none !important;
}
.form-fb-btt {
  display: inline-block !important;
}
.or-login {
  padding: 0 12px;
}
.btt--register {
  margin-right: 12px;
}
.btt__fb--register:hover,
.btt__fb--login:hover {
  opacity: 0.9;
}
.login--or {
  float: left;
  display: block;
  margin: 7px 18px;
}
.login--or-opc {
  margin: 5px 0;
}
.opc-fb-btt {
  display: inline-block !important;
}
.pw--forgot {
  color: #00aaf1 !important;
  display: block;
  margin-top: 5px;
}
/** --- Pre Order  --- **/
.catalog-product-view .pre-order {
  line-height: 22px;
  display: block;
  margin: 0 0 8px 0;
  padding-right: 15px;
}
.catalog-product-view .pre-order .pre-order-content {
  display: inline;
  margin-left: 5px;
}
.catalog-product-view .pre-order .date {
  color: #444;
}
/** --- Review - Product Box  --- **/
.review-product-box {
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
}
.review-product-box p {
  margin: 5px 0 !important;
}
.review-product-box .ratings {
  width: 150px;
  margin: 0 auto 5px;
}
.review-product-view .page-head {
  padding: 0px 0px 5px 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #eee;
}
.review-product-view .review-item-detail .reating-title {
  font-size: 14px !important;
  line-height: 22px;
}
.review-product-view .my-review-detail {
  padding: 15px 0 0 0;
}
.review-product-view .my-review-detail .details {
  width: 77%;
}
.review-product-view .my-review-detail .details .description {
  font-size: 14px;
  line-height: 22px;
}
.review-product-view .my-review-detail .details .description p {
  margin: 10px 0;
}
.review-product-view .Review_Content {
  padding-left: 23%;
}
.review-product-view .col-2-right-layout .col-main {
  width: 720px;
}
.review-product-view .col-right {
  width: 230px;
}
.review-product-view .button-set {
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0;
}
.review-product-box h2 {
  font-size: 14px;
}
.review-product-view .my-review-detail .product-image {
  padding-right: 10px;
  width: 160px;
}
.reviewForm div.star-rating-on a {
  background-position: 0 -32px !important;
}
/** --- Sent Friend - Light Box  --- **/
.send-friend {
  padding: 0 5px 5px 5px;
}
.send-friend .buttons-set {
  text-align: center;
}
.send-friend .buttons-set button {
  margin-right: 12px;
}
.send-friend .additional-row p {
  margin: 10px 0 10px 174px;
}
.send-friend h1 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.send-friend h2 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.send-friend label.required {
  color: #444 !important;
  margin: 4px 0;
  display: block;
}
.send-friend .input-box input,
.send-friend .input-box textarea {
  padding: 4px;
}
.align-center {
  text-align: center;
}
/** --- Avatar User Comment  --- **/
.comment-user-avatar {
  float: left;
  margin: 17px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/** --- Review Checked--- **/
.review-confirm {
  text-align: left;
}
.review-content .review-confirm .facebook-check label,
.review-content .review-confirm .public-check label {
  display: inline-block !important;
  font-size: 11px !important;
  cursor: pointer;
  margin: 3px 0;
}
.post-to-fb {
  display: inline-block;
  width: 77px;
  height: 19px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/product-page/post-to-fb-rv.png") 0 0 no-repeat transparent;
  text-indent: -99999px;
  margin-left: 3px;
}
#facebook-comment iframe {
  width: 980px !important;
}
.b-sidebar .account-nav {
  width: 100%;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.b-sidebar .account-nav .head {
  background: none;
  border-bottom: 1px solid #dfdfdf;
}
.b-sidebar .account-nav .head h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #444444;
  font-size: 14px;
}
.b-sidebar .account-nav img {
  width: 35px;
  height: 35px;
  border-radius: 2px;
}
.b-sidebar .account-nav .account-nav-name {
  height: 35px;
  line-height: 35px;
  margin-left: 7px;
  overflow: hidden;
  width: auto;
}
.b-sidebar .account-nav ul {
  padding: 10px;
  background: #fff;
}
.b-sidebar .account-nav ul li.on {
  color: #444444;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.b-sidebar .account-nav ul li a {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.b-sidebar .account-nav ul li a:hover {
  text-decoration: underline;
  color: #00aaf1;
}
.b-sidebar .account-nav ul li.last {
  border: none !important;
}
.b-sidebar .b-mini-cart {
  width: 100%;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.b-sidebar .b-mini-cart .head-mini-cart {
  margin: 5px 0;
  background: none;
}
.b-sidebar .b-mini-cart .head-mini-cart h4 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px 10px 7px 10px;
  color: #444444;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf;
}
.b-sidebar .b-mini-cart .content-mini-cart {
  padding: 10px;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-mini-cart_total {
  font-size: 12px;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-mini-cart_subtotal {
  padding: 10px 0;
}
.b-sidebar .b-mini-cart .content-mini-cart #cart-sidebar {
  padding: 15x 0;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-mini-cart__recent {
  font-size: 12px;
  padding: 0 0 7px 0;
  color: #444444;
  font-weight: bold;
  margin: 15px 0 5px 0;
  border-bottom: 1px solid #eee;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-product-images {
  width: 20%;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-product-details {
  width: 79%;
  padding-left: 10px;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-product-details a {
  color: #444444;
}
.b-sidebar .b-mini-cart .content-mini-cart .b-product-details a:hover {
  color: #00aaf1;
}
.b-sidebar .b-mini-cart .content-mini-cart .mini-cart-products {
  padding: 5px 0;
}
.b-sidebar .aside-best-seller .product-image {
  width: 45%;
}
.b-sidebar .aside-best-seller .product-image .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift-small.png) no-repeat;
  width: 34px;
  height: 29px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-sidebar .aside-best-seller .product-name {
  width: 54%;
}
.b-sidebar .aside-best-seller .product-name a {
  width: 100%;
}
.b-sidebar .aside-best-seller .product-name .book-author,
.b-sidebar .aside-best-seller .product-name .cover-books {
  font-size: 11px;
  color: #777;
}
.b-sidebar .fb-like-box {
  background: #fff;
  z-index: 100;
}
.b-sidebar .feature-items,
.b-sidebar .aside-best-seller,
.b-sidebar .main-category,
.b-sidebar .layered-nav {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.b-sidebar .b-author-profile h3 {
  font-size: 17px;
}
.b-content .product-box .item-info-detail .item-name {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  display: inline;
  line-height: 25px;
}
.b-content .review-list li .review-item-detail {
  float: left;
  padding-left: 24px;
}
.b-content .review-list .tk-i__like {
  padding-right: 3px;
}
.b-content .input-text {
  width: 100%;
  height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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);
}
.b-content .input-text:focus {
  border-color: #00aaf1;
}
.b-content .group-select {
  background: #fff;
}
.b-content .group-select .legend {
  padding: 5px;
  border-radius: 3px;
}
.b-content .group-select select {
  height: 30px;
  border-color: #dfdfdf;
}
.b-content .b-my-account__head {
  position: relative;
}
.b-content .b-my-account__title {
  font-size: 18px !important;
  padding-bottom: 5px !important;
  margin: 0 0 15px 0 !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid #dfdfdf;
}
.b-content .btn__add-adress {
  position: absolute;
  right: 0;
  top: -3px;
  width: 160px;
}
.b-content .b-point .mypoints-transfers h2 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.b-content .b-address .primary-address-list li,
.b-content .b-my-account .primary-address-list li {
  background: none;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.b-content .b-address .primary-address-list h4,
.b-content .b-my-account .primary-address-list h4,
.b-content .b-address .address-list h4,
.b-content .b-my-account .address-list h4 {
  font-weight: bold;
  font-size: 14px;
}
.b-content .b-address .primary-address-list h5,
.b-content .b-my-account .primary-address-list h5,
.b-content .b-address .address-list h5,
.b-content .b-my-account .address-list h5 {
  font-weight: bold;
  margin: 5px 0;
  color: #444444;
}
.b-content .b-address address,
.b-content .b-my-account address {
  padding: 0;
  margin: 0 0 5px 0;
}
.b-content .b-address address a,
.b-content .b-my-account address a {
  line-height: 2;
}
.b-content .account-box {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf !important;
  background: #fff;
  padding: 12px 15px !important;
}
.b-content .account-box .head {
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.b-content .account-box .head h4 {
  font-weight: bold;
}
.b-content .account-box .inner-head {
  background: none;
  padding-bottom: 5px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #ddd;
}
.b-content .account-box .inner-head h5 {
  font-weight: bold;
  font-size: 13px;
}
.b-content .account-box address,
.b-content .account-box .col-1,
.b-content .account-box .col-2 {
  line-height: 1.8;
}
.b-content #wishlist-table .btn {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}
.b-content #wishlist-table .qty {
  text-align: center;
  width: 45px;
}
.b-content #wishlist-table .product-name {
  padding: 8px 0 3px 0;
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 12px;
  color: #444444;
}
.b-content #wishlist-table .wishlist-comment {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 100%;
  height: 150px;
}
.b-content .btt__update-w {
  margin-right: 15px;
}
.b-content .table-tiki-xu a {
  color: #00aaf1;
}
.b-content .b-sales .price {
  color: #444444;
  font-weight: bold;
}
.b-content .the-loai-sach .the-loai-content li.row .the-loai-grid li {
  width: 25%;
  margin: 0;
}
.b-content .author_avatar {
  width: 25%;
}
.b-content .author_books {
  width: 74%;
  float: left;
}
.b-content .b-bestseller .b-bestseller__paging {
  margin: 10px 0;
}
.b-content .b-bestseller .b-bestseller__paging ul#bslPagination li a {
  padding: 2px 6px;
}
.b-content .b-bestseller .b-bestseller__paging ul#bslPagination li {
  font-size: 12px;
  padding: 0;
}
.b-content .b-bestseller .b-bestseller__list {
  padding: 20px 0;
}
.b-content .b-bestseller .b-bestseller__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__thumb {
  width: 13%;
  float: left;
  position: relative;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__thumb span.numbering,
.b-content .b-bestseller .b-bestseller__item .b-bestseller__thumb span.numberingType2 {
  position: relative !important;
  top: 25px !important;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__thumb .bestseller_status {
  position: relative !important;
  top: 35px !important;
  padding-left: 15px;
  left: 7px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/bestseller_rank.png") no-repeat 0 0;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__thumb .down_rank {
  background-position: 0 -64px;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product {
  width: 86%;
  float: right;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .product-name {
  padding-bottom: 5px;
  padding-right: 180px;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .product-name a {
  font-size: 14px;
  color: #00aaf1;
  font-weight: bold;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .b-bestseller__cover,
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .b-bestseller__cover-mid {
  font-size: 11px;
  color: #666;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .b-bestseller__cover-mid {
  color: #999 !important;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .b-bestseller__cart {
  position: absolute;
  top: 10px;
  right: 0;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product .price-box {
  padding: 0 0 5px 0;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product-img {
  display: block;
  float: left;
  position: relative;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product-img .b-bestseller__product-img-wrap {
  display: block;
  position: relative;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product-img .gift {
  background: url(http://tikicdn.com/skin/frontend/default/tiki/images/free-gift.png) no-repeat;
  width: 45px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product-img img {
  max-width: 140px;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__product-img .slOf_flag {
  top: 60px;
  left: 86px;
}
.b-content .b-bestseller .b-bestseller__item .b-bestseller__detail {
  display: block;
  float: right;
  width: 79%;
  position: relative;
  line-height: 1.5;
}
.b-content .b-faq .b-faq__title {
  font-size: 18px !important;
  margin: 0 0 20px 0 !important;
  border: 1px solid #ddd;
  padding: 7px 15px !important;
  background-color: #fafafa;
}
.b-content .b-faq .b-faq__title i {
  color: #58b712;
  margin-right: 7px;
  font-size: 20px;
}
.b-content .b-faq .faq-category {
  width: 21%;
}
.b-content .b-faq .faq-category .faq-category-name li a {
  width: 100%;
  padding: 8px 5px 8px 15px;
  border: 1px solid #dfdfdf;
  line-height: 20px;
  font-size: 13px;
  color: #444444;
}
.b-content .b-faq .faq-category .faq-category-name li a:hover {
  color: #fff;
  background: #05b2e9 !important;
  border: 1px solid #05b2e9 !important;
}
.b-content .b-faq .faq-category .faq-category-name li a.selected {
  border: 1px solid #05b2e9;
  background: #05b2e9 !important;
  color: #fff;
}
.b-content .b-faq .faq-category .faq-tiki {
  width: 100%;
  border: 1px solid #dfdfdf;
}
.b-content .b-faq .faq-category .faq-tiki h2 {
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.b-content .b-faq .faq-category .faq-tiki .faq-tiki-icon a {
  font-size: 13px;
}
.b-content .b-faq .faq-content {
  width: 79% !important;
  padding-left: 5px !important;
}
.b-content .b-faq .faq-content .faq-question-cate {
  padding: 0;
  background: none;
  color: #444444;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.b-content .b-faq .faq-content .faq-question-cate i {
  color: #aaa;
  font-size: 20px;
  margin-right: 3px;
}
.b-content .b-faq .faq-content .faq-list-answer {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.b-content .b-faq .faq-content .faq-answer-content {
  padding: 10px 0 8px 0;
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
}
.b-content .b-job .jobs-main-new {
  width: 100%;
}
.b-content .b-job .carousel-inner > .item > img,
.b-content .b-job .carousel-inner > .item > a > img {
  width: 100%;
}
.b-content .b-job .benefit-item {
  padding: 10px 20px !important;
  margin: 0 !important;
  width: 25%;
}
.b-content .jobs-category-mini {
  margin: 0 !important;
}
.b-content .jobs-detail-right {
  margin: 0 !important;
}
.b-content #js-category-slider {
  margin-bottom: 40px;
}
.b-content .b-category-slider {
  padding: 0 !important;
}
.b-content .b-category-slider .b-product-slider__box {
  margin: 10px !important;
}
.b-content .b-category-slider .b-product-silder__title-name {
  font-weight: bold !important;
}
.b-content .b-category-slider .b-category-slider__box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.b-content .b-category-slider .b-category-slider__box .b-category-slider__list {
  padding: 0 !important;
}
.b-content .b-category-slider .b-category-slider__box .b-category-slider__item {
  float: left;
  display: block;
}
.b-content .b-category-slider .b-category-silder__control .b-category-silder__link {
  background: #e9e9e9;
  height: auto;
}
.b-content .b-category-slider .b-category-silder__control a {
  display: block;
  padding: 5px 25px 4px 25px;
  text-align: center;
  float: left;
  background: transparent;
  margin: 0;
  font-size: 13px;
  position: relative;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  z-index: 1;
  color: #888;
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
.b-content .b-category-slider .b-category-silder__control a img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.b-content .b-category-slider .b-category-silder__control a.active,
.b-content .b-category-slider .b-category-silder__control a:hover {
  background: #05b2e9 !important;
  color: #fff;
  border-bottom: 1px solid #05b2e9;
  border-right: 1px solid #05b2e9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.b-content .b-category-slider .b-category-silder__control a:hover {
  opacity: 0.8;
}
.b-content .b-category-slider .b-category-silder__control a.active:after,
.b-content .b-category-slider .b-category-silder__control a.active:before,
.b-content .b-category-slider .b-category-silder__control a:hover:after,
.b-content .b-category-slider .b-category-silder__control a:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.b-content .b-category-slider .b-category-silder__control a.active:after,
.b-content .b-category-slider .b-category-silder__control a:hover:after {
  border-color: transparent;
  border-bottom-color: #05b2e9;
  border-width: 8px;
  margin-left: -8px;
}
.b-content .b-category-slider .b-category-silder__control a.active:before,
.b-content .b-category-slider .b-category-silder__control a:hover:after {
  border-color: transparent;
  border-bottom-color: #05b2e9;
  border-width: 9px;
  margin-left: -9px;
}
.cms-sach-truyen-tieng-viet #js-category-slider {
  margin-bottom: 20px;
}
.cms-thoi-trang #js-category-slider {
  margin-bottom: 10px;
}
.cms-thoi-trang .thoi-trang-map-banner {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .b-content .product-box .item-image {
    width: 35.666667%;
  }
  .b-content .product-box .item-info-detail {
    width: 64.333333%;
  }
  .b-content .product-box .item-info-detail .item-box .item-box-left {
    width: 39.666667%;
  }
  .b-content .product-box .item-info-detail .item-box .item-box-right {
    width: 60.333333%;
  }
  .b-content .review-sum-box .review-sum-total {
    width: 25%;
  }
  .b-content .review-sum-box .review-progress-bar {
    width: 26%;
  }
  .b-content .review-sum-box .review-submit {
    width: 40%;
  }
  .b-content .review-list li .review-name {
    width: 15.333333%;
  }
  .b-content .review-list li .review-item-detail {
    width: 84.666667%;
  }
}
@media (min-width: 0px) {
  .b-content .product-box .item-image {
    width: 40.666667%;
  }
  .b-content .product-box .item-info-detail {
    width: 59.333333%;
  }
  .b-content .product-box .item-info-detail .item-box .item-box-left {
    width: 41%;
    /*width: 39.666667%;*/
  }
  .b-content .product-box .item-info-detail .item-box .item-box-right {
    width: 59%;
    /*width: 60.333333%;*/
  }
  .b-content .review-sum-box .review-sum-total {
    width: 25%;
  }
  .b-content .review-sum-box .review-progress-bar {
    width: 30%;
  }
  .b-content .review-sum-box .review-submit {
    width: 30%;
  }
  .b-content .review-list li .review-name {
    width: 17.333333%;
  }
  .b-content .review-list li .review-item-detail {
    width: 82.666667%;
  }
}
.b-content .product-box .item-image .item-watermark {
    position: relative;
    margin: 0 0 10px 0;
    float: right;
}
@CHARSET "UTF-8";

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

#main {
	z-index: 0;
}
.tk__off-message {
  background: url(http://tikicdn.com/media/custom/info-icon-mini.png) no-repeat left 3px !important;
  padding-bottom: 0px!important;
}
.text-disable {
	color: gray;
}

.stock_left {
	color: #ff0000;
 	font-size: 14px;
    font-style: italic;
    line-height: 18px !important;
	margin-top: 10px !important;
}
.product_discontinued {
	color: #ff0000;
 	font-size: 14px;
    font-style: italic;
    line-height: 18px !important;
	margin-top: 10px !important;
}
.btn_disabled {
	cursor: not-allowed !important;
    background: #a7a9aa !important;
    box-shadow: 0 -2px 0 #757575 inset !important;
    color: #ffffff !important;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart:hover .b-header-3__caret {
  border-top: 5px solid #00aaf1;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart:hover .b-header-3__hover-box {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart:hover .b-header-3__user-dropdown {
  display: block;
}
.b-header-3 .b-header-3__user .b-header-3__user-cart .arrow_top:after,
.b-header-3 .b-header-3__user .b-header-3__user-cart .arrow_top:before {
  left: 18px;
}

.btn-group-sm .acitve {
    background-color: #EBEBEB;
    color: #333333;
}

.b-main_home .b-main__category__content-product .b-main__category__content-tab-item_book {
    height: 325px;
}

.b-main_home .b-main__category__content-product .b-main__category__content-tab-item_other {
	height: 280px;
}

.b-main_home .b-main__category__content-product .b-main__category__content-tab-item_fashion {
	height: 330px;
}
.catalog-product-view .b-main__category__content-item-img-wrap img {
	margin: 0 auto;
}
.catalog-product-view .b-main__category__content-item-img-wrap span.book-review-span {
	right: 12px;
}
.catalog-product-view .recentview .b-product-silder__list {
	height: 310px;
} 

.popover_bt {
	display: inline-block !important;
}

.popover.fade {
	width: 370px;
	max-width: 370px;
}

.popover.fade p {
	line-height: 20px;
}

.popover-title {
	color: #007ED3;
}

.product-content .product-tabs-detail div.product-content-area {
    max-height: 720px;
}

.hides {
	display: none;
}

.padding-top-none {
	padding-top: 0px !important;
}

.review-item-content textarea.input-large {
    width: 910px !important;
}

.comment-box textarea {
	margin-bottom: 9px;
	width: 99% !important;
	border-radius: 3px;
}

#ckModal {
	height: 130px;
}

.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}

.b-main__category__sidebar-logo__img {
	width: 123px;
	height: 64px;
}

.checkout-onepage-success #ckModal {
	width: 480px;
}

.b-main__category__content-item-detail .loading_item {
	background: url(http://tikicdn.com/skin/frontend/default/tiki/images/loading_ajax.gif) no-repeat;
	margin-top: 70px;
	margin-left: 50px;
	width: 16px;
	height: 16px;
}

.b-content .b-category-slider .b-category-silder__control a{
	padding-right: 7px;
	padding-left: 7px;
	font-size: 12px;
}

.b-main_home-banner__image img {
	max-width: none !important;
}

.cms-page-view #main .slOf_flag {
	left: 110px;
}

.listing-type-list .slOf_flag {
	left: 105px;
}

.listing-type-grid .slOf_flag {
	left: 100px;
}

.review-product-view .page-head h1 {
	margin: 10px 0 0 0 !important;
	font-size: 18px !important;
}

form#wishlist-view-form .btt_blue {
	float: right !important;
}

.b-main .col-1-layout .b-layout .b-content .b-category__grid .b-product-item {
    width: 20%;
}

.product_suggestion {
	width: 440px;
}
.lightbox_message {
	margin-left: 25px;
}

.b-payment__bank {
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    line-height: 20px;
    margin-left: 27px; 
    height: 280px;
    overflow: auto;
}

.b-payment__bank-list {
    padding-top: 7px;
}

.b-payment__to {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.sales-order-view #my-orders-table .price {
	font-weight: bold;
}
/* SamSung S5 Event*/
.s5tiki-head-banner {
  background: url('http://tikicdn.com/skin/frontend/default/tiki/images/s5tiki-head-bg.png');
}

.s5tiki-head-banner .container{
  background: none;
}

.s5tiki-head-banner .row{
  background: url('http://tikicdn.com/skin/frontend/default/tiki/images/s5tiki-head.png') transparent center no-repeat;
  height: 60px;
  position: relative;
}

.s5tiki-head-banner .row > a{
  display: block;
  width: 150px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 25px;
}

@media (max-width: 1200px) {

  .s5tiki-head-banner .row{
    background: url('http://tikicdn.com/skin/frontend/default/tiki/images/s5tiki-head-2.png') transparent center no-repeat;
    height: 52px;
  }

}
/* Province List */
.province-list-text1 {
  margin: 0 0 0px 0;
  float: none;
  margin-right: 5px;
}
#select-prov {
 	float: left;
	margin-right: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-top: -5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

.province-list-text2 { 
	margin-bottom: 5px; 
	display: inline-block;
}

/* BookCare */
.checkout-onepage-index .b-login__forgot-pass {
	margin-left: 194px;
	display: inline-block;
	margin-right: 5px;
}
.checkout-onepage-index .b-login__create_acc {
	display: inline-block;
	margin-left: 5px;
}
.listBookcareTitle {
	background: #32befb !important;
}
.listBookcareLink {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	display: block;
}

/* Cơn Lốc Quà Tặng */
.b-cart__EVENT {
    text-align: left;
    width: 225px !important;
    font-weight: normal;
    font-size: 11px;
    margin-top: 2px;
	padding: 2px;
	padding-right: 10px!important;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.bookcare_card_section {
	margin: 0 0 10px 20px;
}
.bookcare_card_number {
   font-size: 16px !important;
   text-transform: uppercase !important;
   font-weight: bold !important;
   width: 18% !important;
}
.bookcare_card_button {
	padding: 7px 40px; 
	font-size: 14px;
	line-height: 20px;
}
.bookcare_number_invalid {
	margin-left: 5px;
	padding: 6px;
	background-color: #f2dede;
}
.free_item {
	color: #090;
	font-weight: bold;
}
--------------------------- Gold Box---------------------------------
.gbox-sale-price dt, .gbox-timer dt, gbox-price dt, .gbox-price dt {
	font-size: 20px;
	font-weight: bold;
	color: #004d62;
	text-align: center;
	text-shadow: 1px 1px 1px #c0ebf8;
	padding-top: 0px;
	margin-top: 4px;
}
.gbox-sale-price dd, .gbox-timer dd, gbox-price dd, .gbox-price dd {
	font-size: 20px;
	font-weight: bold;
	color: #004d62;
	text-align: center;
	text-shadow: 1px 1px 1px #c0ebf8;
	padding-top: 0px;
	margin-top: -4px;
}
.gbox-content h3 {
	font-size: 22px;
	line-height: 30px;
	padding-top: 10px;
}
.gbox-description {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0px 0 5px 0;
	line-height: 21px;
	text-align: left;
	font-size: 15px;
}
.gbox-buy-now span.btt-enable {
	cursor: pointer;
	height: 55px;
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	-moz-box-shadow: 0px 0px 9px #999, 0px 1px 0px #ebebeb inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.gbox-percent {
	width: 230px;
	float: left;
	margin-top: 15px;
}
.gbox-percent-img {
	float: left;
	width: 180px;
	display: none;
}
.gbox-percent h2 {
	color: #0284ad;
	font-size: 16px;
	display: inline;
	margin-right: 10px;
}
.customer_buy {
	padding: 15px 13px 10px;
	width: 90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b9edfe;
	text-align: center;
	display: inline;
	vertical-align: middle;
}
.gbox-content h3 {
	font-size: 22px;
	line-height: 30px;
	padding-top: 10px;
}
.gbox-description {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0px 0 5px 0;
	line-height: 21px;
	text-align: left;
	font-size: 15px;
}
.gbox-buy-now {
	margin-top: 0px;
}
.gbox-buy-now span.btt-enable {
	cursor: pointer;
	height: 55px;
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	-moz-box-shadow: 0px 0px 9px #999, 0px 1px 0px #ebebeb inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price_sub span.b-cart__total-price-name {
	font-size: 13px;
} 

/*CSS for Tham tu Mot Sach 2014*/

.messi-content{

	width: 100%!important;
}
input#btnGameLeo {
background: #32befb;
background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
border: none!important;
box-shadow: 0 -2px 0 #0788bf inset;
padding: 6px 14px;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 12px;
font-weight: bold;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
line-height: 1.6;
float: left;
position: absolute;
bottom: 20px;
left: 150px;
}

input#hsogame_leo {
border: 0px;
background: #fff;
font-size: 24px;
font-weight: bold;
text-align: center;
color: #29B5E9;
float: left;
width: 100px;
position: absolute;
bottom: 20px;
}

.countdown-row{
width:80%;
margin:0 auto;
overflow:auto;
}
.countdown-section{
float:left;
text-align:center;

}
.countdown-period{
font-weight:bold;
margin-top:10px;
float:none;
display:block;
color:#E03D81!important;
text-align:center;
}
.countdown-amount {
background: #fff;
display: block;
-webkit-border-radius: 6px;
-moz-border-radius:6px;
border-radius: 6px;
text-align: center;

color: #E03D81;
font-weight: 800;
float: left;
margin-bottom:10px;
}
.countdown-amount{
width:60px;
height:60px;
font-size:30px;
line-height: 60px;
}
.countdown-section{
width:70px;
margin:0px 20px 10px 6px;
}
.hsogame{
text-align: center;

}
.hso_center{
	text-align: center;
}
.tooltip.bottom {
margin-left: 60px!important;
width: 190px!important;
z-index: 4!important;
position: absolute;
}

.b-footer-3{
	position: relative;
	z-index: 0
}
.b-main .b-main-container{
	position: relative;
	z-index: 1;
}

.b-summary__shipping {
	padding: 0 15px 15px 15px;
}
.b-bestseller__list .b-bestseller__detail img,
#wishlist-view-form img{
	max-width: 135px;
}

.order_cancel_popup, #advice-required-entry-cancel-reason, .cancel_message_popup {
	display: none;
}

.sales-order-view .messi .cancel_message_popup_content button {
    background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 5px;
    box-shadow: 0 -2px 0 #0788bf inset;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 50px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    white-space: nowrap;
}

.img24h {
	max-height:20px
}

.view-more-dist {
	border: 0px!important;
	box-shadow: none;
	color: #00aaf1!important;
	font-size: 12px!important;
	padding: 0px!important;
	display:inline-block!important;
}
.view-more-dist:hover{
	background:none!important;
	text-decoration:none!important;
	cursor:pointer;
}

.popover {
	z-index: 100000 !important;
}

.customer_message_popup_content {text-align: center;}

.customer_message_popup_content button {
    background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    border-radius: 5px;
    box-shadow: 0 -2px 0 #0788bf inset;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    white-space: nowrap;
	font-size: 16px;
    padding: 7px 50px;
	margin-top: 15px;
}

.up-comming-text { font-weight: bold; color : green;}

.checkout-2 .shipping_method_standard label {
    background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/sc-standard.png") no-repeat scroll 35px 4px rgba(0, 0, 0, 0);
}

.checkout-2 .shipping_method_24h label {
    background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/sc-24h.png") no-repeat scroll 35px 4px rgba(0, 0, 0, 0);
}

.disabled_text {
	color: #888;
	font-style: italic;
}

/*------------------------------------------------*/
.banner_24h {
  width: 100%;
  background: url(http://tikicdn.com/media/custom/events/giao-hang-24h/giao-hang-24h-bg.png) no-repeat center;
  height: 40px;
  position: relative;
}
.banner_24h-content {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.banner_24h-content p {
  display: none;
}
.p24h_yes {
  position: absolute;
  right: 169px;
  top: 13px;
  display: block;
  width: 80px;
  text-align: center;
  text-indent: -9999px;
}
.p24h_no {
  position: absolute;
  right: 77px;
  top: 13px;
  display: block;
  width: 80px;
  text-align: center;
  text-indent: -9999px;
}
/*------------------------------------------------*/
.b-main__category__sidebar-slider-prev, .b-main__category__sidebar-slider-next{
	z-index: 101;
	top: 75px;
}

.b-main__category__sidebar-slider-prev{
	left: 0;
}

.b-main__category__sidebar-slider-next{
	right: 0;
}

.b-main__category__sidebar-slider-item{
	width: 217px !important;
}

.js-slide-list1{
	position: absolute;
}



.b-header-3__nav-item-link-active {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #00aaf1 !important;
  letter-spacing: -0.2px !important;
}
.b-header-3__nav-item-link-active .tk-i-nav {
  color: #00aaf1 !important;
  font-size: 23px !important;
  top: 10px !important;
}
.b-header-3__nav-item-link-active .b-header-3__nav-tag {
  font-weight: normal !important;
  color: #00aaf1 !important;
}

.b-main_home .b-main__category .b-main__category__title{
  margin-top: 20px !important;
}

.b-header-3 .b-header-3__menu .b-header-3__nav-sub-list .b-header-3__nav-sub-list-item{
  width: 25% !important;
}

.b-main_home .b-main__category .b-main__category__content .b-main__category__content-feature .b-main__category__content-product{
  margin-bottom: 0 !important;
}


.b-main_home .b-main__category .b-main__category__content .b-main__category__content-sidebar .b-main__category__sidebar-banner .b-main__category__sidebar-banner__link{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sntiki-head-banner {
  background: #27b4e8;
}

.sntiki-head-banner .container{
  background: none;
}

.sntiki-head-banner .row{
  background: url('/skin/frontend/default/tiki/images/sn-tiki-head.png') transparent center no-repeat;
  height: 60px;
  position: relative;
}

.sntiki-head-banner .row > a{
  display: block;
  width: 150px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 25px;
}

.cms-sinh-nhat-tiki-lan-4 .sntiki-head-banner{
  display: none;
}

@media (max-width: 1200px) {

  .sntiki-head-banner .row{
    background: url('/skin/frontend/default/tiki/images/sn-tiki-head-2.png') transparent center no-repeat;
    height: 52px;
  }

}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('http://tikicdn.com/skin/frontend/default/tiki/css/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  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.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

.b-container {
  width: 980px;
  margin: 0 auto;
}
.b-container .b-container__main {
  float: left;
  width: 675px;
}
.b-container .b-container__summary {
  float: right;
  width: 285px;
}
.b-container .b-container__summary.fixed {
  position: fixed;
  top: 13px;
  margin-left: 695px;
  background: #fff;
}
.b-success .validation-advice {
  float: left;
  margin-top: 10px;
  margin-left: 0 !important;
}
.b-success__password button.disable {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #a7a9aa;
  box-shadow: 0px -2px 0px #757575 inset;
}
.checkout-2 input,
.b-success input,
.b-unsuccess input,
.b-cart input,
.b-alert-cart input,
.checkout-2 select,
.b-success select,
.b-unsuccess select,
.b-cart select,
.b-alert-cart select,
.checkout-2 textarea,
.b-success textarea,
.b-unsuccess textarea,
.b-cart textarea,
.b-alert-cart textarea {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  vertical-align: text-bottom !important;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px #f2f2f2;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
}
.checkout-2 input:focus,
.b-success input:focus,
.b-unsuccess input:focus,
.b-cart input:focus,
.b-alert-cart input:focus,
.checkout-2 select:focus,
.b-success select:focus,
.b-unsuccess select:focus,
.b-cart select:focus,
.b-alert-cart select:focus,
.checkout-2 textarea:focus,
.b-success textarea:focus,
.b-unsuccess textarea:focus,
.b-cart textarea:focus,
.b-alert-cart textarea:focus {
  box-shadow: none !important;
  border-color: #00aaf1;
}
.checkout-2 select,
.b-success select,
.b-unsuccess select,
.b-cart select,
.b-alert-cart select {
  padding: 4px 6px !important;
  height: 30px !important;
}
.checkout-2 textarea,
.b-success textarea,
.b-unsuccess textarea,
.b-cart textarea,
.b-alert-cart textarea {
  padding: 4px 6px;
}
.checkout-2 button,
.b-success button,
.b-unsuccess button,
.b-cart button,
.b-alert-cart button {
  background: #32befb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #32befb 0%, #19a5e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #32befb 0%, #19a5e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  /* IE6-9 */
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.checkout-2 button:hover,
.b-success button:hover,
.b-unsuccess button:hover,
.b-cart button:hover,
.b-alert-cart button:hover {
  opacity: 0.9;
}
.checkout-2 .btt_normal,
.b-success .btt_normal,
.b-unsuccess .btt_normal,
.b-cart .btt_normal,
.b-alert-cart .btt_normal {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf', GradientType=0);
  color: #666;
  box-shadow: 0 -2px 0 #bababa inset;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.checkout-2 .btn_alert,
.b-success .btn_alert,
.b-unsuccess .btn_alert,
.b-cart .btn_alert,
.b-alert-cart .btn_alert {
  margin: 0 5px;
}
.checkout-2 a,
.b-success a,
.b-unsuccess a,
.b-cart a,
.b-alert-cart a {
  color: #00aaf1;
}
.checkout-2 .validation-advice,
.b-success .validation-advice,
.b-unsuccess .validation-advice,
.b-cart .validation-advice,
.b-alert-cart .validation-advice,
.checkout-2 #opc-shipping .validation-advice,
.b-success #opc-shipping .validation-advice,
.b-unsuccess #opc-shipping .validation-advice,
.b-cart #opc-shipping .validation-advice,
.b-alert-cart #opc-shipping .validation-advice,
.checkout-2 #opc-login .validation-advice,
.b-success #opc-login .validation-advice,
.b-unsuccess #opc-login .validation-advice,
.b-cart #opc-login .validation-advice,
.b-alert-cart #opc-login .validation-advice {
  margin-left: 190px;
  margin-top: 8px !important;
}
.checkout-2 .goShippingStep,
.b-success .goShippingStep,
.b-unsuccess .goShippingStep,
.b-cart .goShippingStep,
.b-alert-cart .goShippingStep,
.checkout-2 .goLoginStep,
.b-success .goLoginStep,
.b-unsuccess .goLoginStep,
.b-cart .goLoginStep,
.b-alert-cart .goLoginStep {
  cursor: pointer;
}
.checkout-2 .ui-widget-overlay,
.b-success .ui-widget-overlay,
.b-unsuccess .ui-widget-overlay,
.b-cart .ui-widget-overlay,
.b-alert-cart .ui-widget-overlay {
  opacity: 0.8;
  background: #000000;
  width: 100% !important;
}
.checkout-2 .ui-dialog-titlebar,
.b-success .ui-dialog-titlebar,
.b-unsuccess .ui-dialog-titlebar,
.b-cart .ui-dialog-titlebar,
.b-alert-cart .ui-dialog-titlebar {
  display: none;
}
.checkout-2 .jdialog,
.b-success .jdialog,
.b-unsuccess .jdialog,
.b-cart .jdialog,
.b-alert-cart .jdialog {
  display: none;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 10px 0 10px 10px !important;
}
.checkout-2 .ui-dialog .ui-dialog-content,
.b-success .ui-dialog .ui-dialog-content,
.b-unsuccess .ui-dialog .ui-dialog-content,
.b-cart .ui-dialog .ui-dialog-content,
.b-alert-cart .ui-dialog .ui-dialog-content {
  overflow: hidden ;
}
.checkout-2 #SnapABug_Button,
.b-success #SnapABug_Button,
.b-unsuccess #SnapABug_Button,
.b-cart #SnapABug_Button,
.b-alert-cart #SnapABug_Button {
  display: none;
}
.checkout-2 .btn__add-to-cart,
.b-success .btn__add-to-cart,
.b-unsuccess .btn__add-to-cart,
.b-cart .btn__add-to-cart,
.b-alert-cart .btn__add-to-cart {
  background: #fd4040;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd4040), color-stop(100%, #d71b1b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd4040 0%, #d71b1b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fd4040 0%, #d71b1b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71b1b', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 -2px 0 #a80000 inset;
}
.checkout-2 .middle-container,
.b-success .middle-container,
.b-unsuccess .middle-container,
.b-cart .middle-container,
.b-alert-cart .middle-container {
  padding: 0 !important;
  background: #fff;
}
.checkout-2 .one-page-checkout,
.b-success .one-page-checkout,
.b-unsuccess .one-page-checkout,
.b-cart .one-page-checkout,
.b-alert-cart .one-page-checkout {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.checkout-2 .one-page-checkout .head,
.b-success .one-page-checkout .head,
.b-unsuccess .one-page-checkout .head,
.b-cart .one-page-checkout .head,
.b-alert-cart .one-page-checkout .head {
  background-color: #f9f9f9 !important;
  background: #f9f9f9 !important;
  border-bottom: 1px solid #ddd !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  padding: 10px 20px;
}
.checkout-2 .one-page-checkout .head .step-name,
.b-success .one-page-checkout .head .step-name,
.b-unsuccess .one-page-checkout .head .step-name,
.b-cart .one-page-checkout .head .step-name,
.b-alert-cart .one-page-checkout .head .step-name {
  font-weight: normal !important;
  color: #444 !important;
  font-size: 18px !important;
  line-height: 20px;
}
.checkout-2 .one-page-checkout .checkout-box,
.b-success .one-page-checkout .checkout-box,
.b-unsuccess .one-page-checkout .checkout-box,
.b-cart .one-page-checkout .checkout-box,
.b-alert-cart .one-page-checkout .checkout-box {
  min-height: 310px;
  padding: 20px;
}
.checkout-2 .one-page-checkout .checkout-box label,
.b-success .one-page-checkout .checkout-box label,
.b-unsuccess .one-page-checkout .checkout-box label,
.b-cart .one-page-checkout .checkout-box label,
.b-alert-cart .one-page-checkout .checkout-box label {
  font-weight: normal !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb {
  text-align: center;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__title,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__title,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__title,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__title,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__title {
  color: #444;
  font-size: 14px !important;
  font-weight: normal;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit {
  padding: 15px 0;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit .b-login__fb-btn,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit .b-login__fb-btn,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit .b-login__fb-btn,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit .b-login__fb-btn,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__fb-submit .b-login__fb-btn {
  width: 245px;
  height: 35px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/fb-login.png") no-repeat transparent;
  text-indent: -999999px;
  border: none !important;
  box-shadow: none !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or {
  text-align: center;
  position: relative;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  margin-top: 15px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or span,
.b-success .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or span,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or span,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or span,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__fb .b-login__or span {
  position: absolute;
  top: -8px;
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0px 15px;
  left: 290px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__customer,
.b-success .one-page-checkout .checkout-box .b-login .b-login__customer,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__customer,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__customer,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__customer {
  margin-top: 10px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__customer-submit,
.b-success .one-page-checkout .checkout-box .b-login .b-login__customer-submit,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__customer-submit,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__customer-submit,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__customer-submit {
  text-align: center;
  padding-top: 20px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__btn,
.b-success .one-page-checkout .checkout-box .b-login .b-login__btn,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__btn,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__btn,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__btn {
  width: 245px;
  height: 35px;
  font-size: 14px;
  padding: 8px !important;
  line-height: 17px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__input,
.b-success .one-page-checkout .checkout-box .b-login .b-login__input,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__input,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__input,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__input {
  margin-bottom: 10px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__input label,
.b-success .one-page-checkout .checkout-box .b-login .b-login__input label,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__input label,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__input label,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__input label {
  display: block;
  float: left;
  width: 180px;
  margin-right: 14px;
  text-align: right;
  margin-top: 5px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__input input,
.b-success .one-page-checkout .checkout-box .b-login .b-login__input input,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__input input,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__input input,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__input input {
  width: 245px;
  border: 1px solid #ddd;
  float: left;
  padding: 5px 8px;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__select,
.b-success .one-page-checkout .checkout-box .b-login .b-login__select,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__select,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__select,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__select {
  margin-left: 194px;
  padding: 0;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.checkout-2 .one-page-checkout .checkout-box .b-login .b-login__select input,
.b-success .one-page-checkout .checkout-box .b-login .b-login__select input,
.b-unsuccess .one-page-checkout .checkout-box .b-login .b-login__select input,
.b-cart .one-page-checkout .checkout-box .b-login .b-login__select input,
.b-alert-cart .one-page-checkout .checkout-box .b-login .b-login__select input {
  margin-right: 7px;
}
.checkout-2 .one-page-checkout .checkout-box .address-title,
.b-success .one-page-checkout .checkout-box .address-title,
.b-unsuccess .one-page-checkout .checkout-box .address-title,
.b-cart .one-page-checkout .checkout-box .address-title,
.b-alert-cart .one-page-checkout .checkout-box .address-title {
  font-weight: bold;
  font-size: 15px !important;
  color: #444;
  margin: 0;
}
.checkout-2 .one-page-checkout .checkout-box .address-title .b-new-address__click,
.b-success .one-page-checkout .checkout-box .address-title .b-new-address__click,
.b-unsuccess .one-page-checkout .checkout-box .address-title .b-new-address__click,
.b-cart .one-page-checkout .checkout-box .address-title .b-new-address__click,
.b-alert-cart .one-page-checkout .checkout-box .address-title .b-new-address__click {
  color: #00aaf1 !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-address,
.b-success .one-page-checkout .checkout-box .b-address,
.b-unsuccess .one-page-checkout .checkout-box .b-address,
.b-cart .one-page-checkout .checkout-box .b-address,
.b-alert-cart .one-page-checkout .checkout-box .b-address {
  margin-bottom: 20px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__list,
.b-success .one-page-checkout .checkout-box .b-address .b-address__list,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__list,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__list,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__list {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__list_default,
.b-success .one-page-checkout .checkout-box .b-address .b-address__list_default,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__list_default,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__list_default,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__list_default {
  border: none !important;
  margin: 0;
  padding: 0;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__list_default .b-address__item,
.b-success .one-page-checkout .checkout-box .b-address .b-address__list_default .b-address__item,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__list_default .b-address__item,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__list_default .b-address__item,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__list_default .b-address__item {
  float: none;
  display: block;
  width: 100%;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__item,
.b-success .one-page-checkout .checkout-box .b-address .b-address__item,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__item,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__item,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__item {
  display: inline-block;
  padding: 10px 0 25px 0;
  width: 48%;
  vertical-align: top;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__box,
.b-success .one-page-checkout .checkout-box .b-address .b-address__box,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__box,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__box,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__box {
  padding-right: 35px;
  min-height: 95px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__box li,
.b-success .one-page-checkout .checkout-box .b-address .b-address__box li,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__box li,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__box li,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__box li {
  display: block;
  padding: 0 0 2px 0;
  line-height: 22px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__name,
.b-success .one-page-checkout .checkout-box .b-address .b-address__name,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__name,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__name,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__name {
  font-weight: bold;
  font-size: 14px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__button,
.b-success .one-page-checkout .checkout-box .b-address .b-address__button,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__button,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__button,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__button {
  margin-top: 3px;
}
.checkout-2 .one-page-checkout .checkout-box .b-address .b-address__button-ship,
.b-success .one-page-checkout .checkout-box .b-address .b-address__button-ship,
.b-unsuccess .one-page-checkout .checkout-box .b-address .b-address__button-ship,
.b-cart .one-page-checkout .checkout-box .b-address .b-address__button-ship,
.b-alert-cart .one-page-checkout .checkout-box .b-address .b-address__button-ship {
  padding: 6px 14px;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address,
.b-success .one-page-checkout .checkout-box .b-new-address,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address,
.b-cart .one-page-checkout .checkout-box .b-new-address,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address {
  padding: 25px 0;
  border-top: 1px solid #ddd;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address.b-noborder-address,
.b-success .one-page-checkout .checkout-box .b-new-address.b-noborder-address,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address.b-noborder-address,
.b-cart .one-page-checkout .checkout-box .b-new-address.b-noborder-address,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address.b-noborder-address {
  padding: 0;
  border-top: none;
}
.checkout-2 .one-page-checkout .checkout-box .b-noborder-address .b-new-address__form,
.b-success .one-page-checkout .checkout-box .b-noborder-address .b-new-address__form,
.b-unsuccess .one-page-checkout .checkout-box .b-noborder-address .b-new-address__form,
.b-cart .one-page-checkout .checkout-box .b-noborder-address .b-new-address__form,
.b-alert-cart .one-page-checkout .checkout-box .b-noborder-address .b-new-address__form {
  padding: 0;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__form,
.b-success .one-page-checkout .checkout-box .b-new-address__form,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__form,
.b-cart .one-page-checkout .checkout-box .b-new-address__form,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__form {
  padding: 20px 0 10px 0;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__form .b-new-address__input_big,
.b-success .one-page-checkout .checkout-box .b-new-address__form .b-new-address__input_big,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__form .b-new-address__input_big,
.b-cart .one-page-checkout .checkout-box .b-new-address__form .b-new-address__input_big,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__form .b-new-address__input_big {
  height: 70px !important;
  vertical-align: text-top !important;
  padding: 10px 6px !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__item,
.b-success .one-page-checkout .checkout-box .b-new-address__item,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__item,
.b-cart .one-page-checkout .checkout-box .b-new-address__item,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__item {
  padding: 8px 0;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__item label,
.b-success .one-page-checkout .checkout-box .b-new-address__item label,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__item label,
.b-cart .one-page-checkout .checkout-box .b-new-address__item label,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__item label {
  margin-bottom: 0 !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__item_area,
.b-success .one-page-checkout .checkout-box .b-new-address__item_area,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__item_area,
.b-cart .one-page-checkout .checkout-box .b-new-address__item_area,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__item_area {
  position: relative;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__item_area .b-new-address__name,
.b-success .one-page-checkout .checkout-box .b-new-address__item_area .b-new-address__name,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__item_area .b-new-address__name,
.b-cart .one-page-checkout .checkout-box .b-new-address__item_area .b-new-address__name,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__item_area .b-new-address__name {
  position: relative;
  top: 9px;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__sample,
.b-success .one-page-checkout .checkout-box .b-new-address__sample,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__sample,
.b-cart .one-page-checkout .checkout-box .b-new-address__sample,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__sample {
  padding-left: 188px;
  margin: 8px 0 0 0;
  font-size: 11px;
  font-style: italic;
  color: #666;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__name,
.b-success .one-page-checkout .checkout-box .b-new-address__name,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__name,
.b-cart .one-page-checkout .checkout-box .b-new-address__name,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__name {
  display: inline-block;
  width: 175px;
  margin-right: 10px;
  text-align: right;
  vertical-align: middle;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__save,
.b-success .one-page-checkout .checkout-box .b-new-address__save,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__save,
.b-cart .one-page-checkout .checkout-box .b-new-address__save,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__save {
  padding-left: 188px;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__input,
.b-success .one-page-checkout .checkout-box .b-new-address__input,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__input,
.b-cart .one-page-checkout .checkout-box .b-new-address__input,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__input,
.checkout-2 .one-page-checkout .checkout-box .b-new-address__select,
.b-success .one-page-checkout .checkout-box .b-new-address__select,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__select,
.b-cart .one-page-checkout .checkout-box .b-new-address__select,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__select {
  width: 264px;
  margin: 0;
  padding: 6px 8px;
  vertical-align: middle !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__select,
.b-success .one-page-checkout .checkout-box .b-new-address__select,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__select,
.b-cart .one-page-checkout .checkout-box .b-new-address__select,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__select {
  width: 264px !important;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__button,
.b-success .one-page-checkout .checkout-box .b-new-address__button,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__button,
.b-cart .one-page-checkout .checkout-box .b-new-address__button,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__button {
  padding-left: 188px;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__button-ship,
.b-success .one-page-checkout .checkout-box .b-new-address__button-ship,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__button-ship,
.b-cart .one-page-checkout .checkout-box .b-new-address__button-ship,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__button-ship {
  padding: 6px 14px;
}
.checkout-2 .one-page-checkout .checkout-box .b-new-address__button-ship_big,
.b-success .one-page-checkout .checkout-box .b-new-address__button-ship_big,
.b-unsuccess .one-page-checkout .checkout-box .b-new-address__button-ship_big,
.b-cart .one-page-checkout .checkout-box .b-new-address__button-ship_big,
.b-alert-cart .one-page-checkout .checkout-box .b-new-address__button-ship_big {
  width: 264px;
  height: 35px;
  font-size: 14px;
  padding: 8px !important;
  line-height: 17px;
  margin-top: 7px;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list,
.b-success .one-page-checkout .b-payment .b-payment__list,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list,
.b-cart .one-page-checkout .b-payment .b-payment__list,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list ,
.checkout-2 .b-shipping-method ul{
  padding: 5px 0 15px 0 ;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .opc-onepay-icon,
.b-success .one-page-checkout .b-payment .b-payment__list .opc-onepay-icon,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .opc-onepay-icon,
.b-cart .one-page-checkout .b-payment .b-payment__list .opc-onepay-icon,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .opc-onepay-icon {
  padding-left: 25px;
  min-height: 30px;
  height: auto!important;
  margin-top: 5px;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .b-payment__select,
.b-success .one-page-checkout .b-payment .b-payment__list .b-payment__select,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .b-payment__select,
.b-cart .one-page-checkout .b-payment .b-payment__list .b-payment__select,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .b-payment__select,
.checkout-2 .b-shipping-method ul li input {
  margin-right: 60px;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .b-onepage,
.b-success .one-page-checkout .b-payment .b-payment__list .b-onepage,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .b-onepage,
.b-cart .one-page-checkout .b-payment .b-payment__list .b-onepage,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .b-onepage {
  padding: 10px 0 0 20px !important;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .b-onepage li,
.b-success .one-page-checkout .b-payment .b-payment__list .b-onepage li,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .b-onepage li,
.b-cart .one-page-checkout .b-payment .b-payment__list .b-onepage li,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .b-onepage li {
  float: left;
  margin: 0 5px 5px 0 !important;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .b-onepage li img,
.b-success .one-page-checkout .b-payment .b-payment__list .b-onepage li img,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .b-onepage li img,
.b-cart .one-page-checkout .b-payment .b-payment__list .b-onepage li img,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .b-onepage li img {
  width: 65px;
  border: 2px solid #fff;
  cursor: pointer;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .opc_method_cod,
.b-success .one-page-checkout .b-payment .b-payment__list .opc_method_cod,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .opc_method_cod,
.b-cart .one-page-checkout .b-payment .b-payment__list .opc_method_cod,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .opc_method_cod,
.checkout-2 .one-page-checkout .b-payment .b-payment__list .opc_method_onepayvisa,
.b-success .one-page-checkout .b-payment .b-payment__list .opc_method_onepayvisa,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .opc_method_onepayvisa,
.b-cart .one-page-checkout .b-payment .b-payment__list .opc_method_onepayvisa,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .opc_method_onepayvisa {
  background: none;
}
.checkout-2 .one-page-checkout .b-payment .b-payment__list .onepay-help,
.b-success .one-page-checkout .b-payment .b-payment__list .onepay-help,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list .onepay-help,
.b-cart .one-page-checkout .b-payment .b-payment__list .onepay-help,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list .onepay-help,
.checkout-2 .one-page-checkout .b-payment .b-payment__list #payment_form_icons_onepay,
.b-success .one-page-checkout .b-payment .b-payment__list #payment_form_icons_onepay,
.b-unsuccess .one-page-checkout .b-payment .b-payment__list #payment_form_icons_onepay,
.b-cart .one-page-checkout .b-payment .b-payment__list #payment_form_icons_onepay,
.b-alert-cart .one-page-checkout .b-payment .b-payment__list #payment_form_icons_onepay {
  display: none;
}
.checkout-2 .one-page-checkout .b-billing .address-title,
.b-success .one-page-checkout .b-billing .address-title,
.b-unsuccess .one-page-checkout .b-billing .address-title,
.b-cart .one-page-checkout .b-billing .address-title,
.b-alert-cart .one-page-checkout .b-billing .address-title {
  margin-bottom: 5px;
}
.checkout-2 .one-page-checkout .b-billing .b-billing_same,
.b-success .one-page-checkout .b-billing .b-billing_same,
.b-unsuccess .one-page-checkout .b-billing .b-billing_same,
.b-cart .one-page-checkout .b-billing .b-billing_same,
.b-alert-cart .one-page-checkout .b-billing .b-billing_same,
.checkout-2 .one-page-checkout .b-billing .b-billing__invoice,
.b-success .one-page-checkout .b-billing .b-billing__invoice,
.b-unsuccess .one-page-checkout .b-billing .b-billing__invoice,
.b-cart .one-page-checkout .b-billing .b-billing__invoice,
.b-alert-cart .one-page-checkout .b-billing .b-billing__invoice,
.checkout-2 .one-page-checkout .b-billing .b-billing__note,
.b-success .one-page-checkout .b-billing .b-billing__note,
.b-unsuccess .one-page-checkout .b-billing .b-billing__note,
.b-cart .one-page-checkout .b-billing .b-billing__note,
.b-alert-cart .one-page-checkout .b-billing .b-billing__note {
  display: block;
  padding: 4px 0;
  margin: 0;
}
.checkout-2 .one-page-checkout .b-billing .b-billing_same input,
.b-success .one-page-checkout .b-billing .b-billing_same input,
.b-unsuccess .one-page-checkout .b-billing .b-billing_same input,
.b-cart .one-page-checkout .b-billing .b-billing_same input,
.b-alert-cart .one-page-checkout .b-billing .b-billing_same input,
.checkout-2 .one-page-checkout .b-billing .b-billing__invoice input,
.b-success .one-page-checkout .b-billing .b-billing__invoice input,
.b-unsuccess .one-page-checkout .b-billing .b-billing__invoice input,
.b-cart .one-page-checkout .b-billing .b-billing__invoice input,
.b-alert-cart .one-page-checkout .b-billing .b-billing__invoice input,
.checkout-2 .one-page-checkout .b-billing .b-billing__note input,
.b-success .one-page-checkout .b-billing .b-billing__note input,
.b-unsuccess .one-page-checkout .b-billing .b-billing__note input,
.b-cart .one-page-checkout .b-billing .b-billing__note input,
.b-alert-cart .one-page-checkout .b-billing .b-billing__note input {
  margin-right: 8px;
}
.checkout-2 .one-page-checkout .b-billing .b-billing__same-form,
.b-success .one-page-checkout .b-billing .b-billing__same-form,
.b-unsuccess .one-page-checkout .b-billing .b-billing__same-form,
.b-cart .one-page-checkout .b-billing .b-billing__same-form,
.b-alert-cart .one-page-checkout .b-billing .b-billing__same-form,
.checkout-2 .one-page-checkout .b-billing .b-billing__invoice-form,
.b-success .one-page-checkout .b-billing .b-billing__invoice-form,
.b-unsuccess .one-page-checkout .b-billing .b-billing__invoice-form,
.b-cart .one-page-checkout .b-billing .b-billing__invoice-form,
.b-alert-cart .one-page-checkout .b-billing .b-billing__invoice-form {
  padding: 10px 0 10px !important;
}
.checkout-2 .one-page-checkout .b-billing #L_GTGT_address,
.b-success .one-page-checkout .b-billing #L_GTGT_address,
.b-unsuccess .one-page-checkout .b-billing #L_GTGT_address,
.b-cart .one-page-checkout .b-billing #L_GTGT_address,
.b-alert-cart .one-page-checkout .b-billing #L_GTGT_address {
  position: relative;
  top: 3px;
}
.checkout-2 .one-page-checkout .b-billing .b-billing__invoice-address,
.b-success .one-page-checkout .b-billing .b-billing__invoice-address,
.b-unsuccess .one-page-checkout .b-billing .b-billing__invoice-address,
.b-cart .one-page-checkout .b-billing .b-billing__invoice-address,
.b-alert-cart .one-page-checkout .b-billing .b-billing__invoice-address {
  height: 70px !important;
  vertical-align: text-top !important;
}
.checkout-2 .one-page-checkout .b-billing .b-billing__box label,
.b-success .one-page-checkout .b-billing .b-billing__box label,
.b-unsuccess .one-page-checkout .b-billing .b-billing__box label,
.b-cart .one-page-checkout .b-billing .b-billing__box label,
.b-alert-cart .one-page-checkout .b-billing .b-billing__box label {
  margin-bottom: 0 !important;
  cursor: pointer;
}
.checkout-2 .one-page-checkout .b-billing .b-billing__note-content,
.b-success .one-page-checkout .b-billing .b-billing__note-content,
.b-unsuccess .one-page-checkout .b-billing .b-billing__note-content,
.b-cart .one-page-checkout .b-billing .b-billing__note-content,
.b-alert-cart .one-page-checkout .b-billing .b-billing__note-content {
  width: 600px;
  height: 70px;
  padding: 10px 15px;
  margin-top: 3px;
}
.checkout-2 .one-page-checkout .b-order,
.b-success .one-page-checkout .b-order,
.b-unsuccess .one-page-checkout .b-order,
.b-cart .one-page-checkout .b-order,
.b-alert-cart .one-page-checkout .b-order {
  padding: 15px 0;
  text-align: center;
}
.checkout-2 .one-page-checkout .b-order .b-order__submit,
.b-success .one-page-checkout .b-order .b-order__submit,
.b-unsuccess .one-page-checkout .b-order .b-order__submit,
.b-cart .one-page-checkout .b-order .b-order__submit,
.b-alert-cart .one-page-checkout .b-order .b-order__submit {
  font-size: 20px;
  width: 264px;
  padding: 8px 5px;
}
.checkout-2 .one-page-checkout .b-order__review-note,
.b-success .one-page-checkout .b-order__review-note,
.b-unsuccess .one-page-checkout .b-order__review-note,
.b-cart .one-page-checkout .b-order__review-note,
.b-alert-cart .one-page-checkout .b-order__review-note {
  font-size: 12px;
  color: #888;
  text-align: center;
}
.b-header {
  margin: 0 auto;
  width: 980px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}
.b-header .b-header__logo {
  float: left;
}
.b-header .b-header__step {
  width: 500px;
  float: left;
  margin-left: 55px;
}
.b-header .b-header__step .b-header__step-box {
  padding-top: 20px;
  padding-bottom: 16px;
}
.b-header .b-header__step .b-header__step-position {
  margin-left: 51px;
  display: inline-block;
  float: left;
}
.b-header .b-header__step .b-header__step-position:first-child {
  margin: 0 !important;
}
.b-header .b-header__step .b-header__step-3 {
  float: right !important;
  margin: 0 !important;
}
.b-header .b-header__step .b-header__step_active .b-header__step-number {
  background: #00aaf1;
}
.b-header .b-header__step .b-header__step_active .b-header__step-name {
  color: #26b0f2;
  font-weight: bold;
}
.b-header .b-header__step .b-header__step_passed .b-header__step-number {
  background: #89dbff;
}
.b-header .b-header__step .b-header__step_passed .b-header__step-name {
  color: #56c3f3;
}
.b-header .b-header__step .b-header__step-number {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #bfbfbf;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 20px;
}
.b-header .b-header__step .b-header__step-name {
  font-size: 13px;
  display: inline-block;
  margin-left: 7px;
  color: #777;
}
.b-header .b-header__step-line {
  height: 1px;
  background-color: #d6d6d6;
  width: 100%;
  position: relative;
}
.b-header .b-header__step-line .b-header__step-line-color {
  height: 1px;
  background-color: #47beef;
}
.b-header .b-header__step-line .b-header__step-line-arrow {
  position: absolute;
  top: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #47bdef;
  -webkit-transform: rotate(360deg);
}
.b-header .b-header__step-line .b-header__step-line_1 {
  width: 52px;
}
.b-header .b-header__step-line .b-header__arrow-step_1 {
  left: 50px;
}
.b-header .b-header__step-line .b-header__step-line_2 {
  width: 215px;
}
.b-header .b-header__step-line .b-header__arrow-step_2 {
  left: 213px;
}
.b-header .b-header__step-line .b-header__step-line_3 {
  width: 500px;
}
.b-header .b-header__step-line .b-header__arrow-step_3 {
  left: 494px;
}
.b-header .b-header__hotline {
  width: 285px;
  height: 42px;
  float: right;
  margin: 17px 0 0 0;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/hotline.png") right no-repeat transparent;
  text-indent: -9999px;
}
.b-summary {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.b-summary .b-summary__head {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px 10px 15px;
}
.b-summary .b-summary__head .b-summary__head-title {
  font-size: 18px;
  font-weight: normal;
  float: left;
  line-height: 20px;
  height: 20px;
  width: 200px;
  margin: 0;
}
.b-summary .b-summary__head .b-summary__head-total {
  font-size: 12px !important;
  font-weight: normal;
  margin-left: 5px;
}
.b-summary .b-summary__head .b-summary__edit {
  float: right;
  background: #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  font-size: 11px;
  padding: 2px ;
  cursor: pointer;
  width: 40px;
  text-align: center;
}
.b-summary .b-summary__head .b-summary__edit a {
  color: #787878;
}
.b-summary .b-summary__head .b-summary__edit a:hover {
  text-decoration: none;
}
.b-summary .b-summary__item {
  margin: 0 15px 2px 15px;
  font-size: 11px;
  color: #777;
  border-bottom: 1px solid #ddd;
}
.b-summary .b-summary__item .b-summary__item-list {
  padding: 0;
  margin: 0;
  max-height: 115px;
  overflow: auto;
}
.b-summary .b-summary__item .b-summary__item-list-box {
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}
.b-summary .b-summary__item .b-summary__item-list-box:last-child {
  border-bottom: none !important;
  margin: 0 !important;
}
.b-summary .b-summary__item .b-summary__item-box {
  float: left;
  width: 155px;
}
.b-summary .b-summary__item .b-summary__item-price {
  float: right;
}
.b-summary .b-summary__item .b-summary__item-name {
  color: #777;
}
.b-summary .b-summary__item .b-summary__item-name:hover {
  color: #00aaf1;
}
.b-summary .b-summary__item .b-summary__item-count {
  font-weight: bold;
  color: #444;
  letter-spacing: 3px;
}
.b-summary .b-summary__price {
  margin: 0 15px;
}
.b-summary .b-summary__price .b-summary__price-list li {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
.b-summary .b-summary__price .b-summary__price-list li:last-child {
  border-bottom: none !important;
}
.b-summary .b-summary__price .b-summary__price-list .b-summary__price-subtotal {
  font-weight: bold;
  font-size: 14px;
}
.b-summary .b-summary__price .b-summary__price-list .b-summary__price-subtotal-value {
  font-weight: bold;
  font-size: 14px;
  float: right;
}
.b-summary .b-summary__price .b-summary__price-list .b-summary__price-name {
  text-align: left;
}
.b-summary .b-summary__price .b-summary__price-list .b-summary__price-value {
  float: right;
}
.b-summary .b-summary__price .b-summary__price-list .b-summary__price-no-shipping {
  color: red;
}
.b-summary .b-summary__total {
  background-color: #f1f1f1;
  padding: 12px 15px 10px 15px;
  line-height: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7) inset;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.b-summary .b-summary__total .b-summary__total-name {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-summary .b-summary__total .b-summary__total-value {
  font-size: 18px;
  font-weight: bold;
  float: right;
}
.b-summary .b-summary__benefit {
  padding: 15px;
  color: #090;
  line-height: 21px;
}
.b-summary .b-summary__benefit a {
  color: #090 !important;
  text-decoration: underline !important;
  font-size: 14px;
}
.b-shipping {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 14px 15px;
}
.b-shipping .b-shipping__head {
  padding-bottom: 3px;
}
.b-shipping .b-shipping__head .b-shipping__head-title {
  font-size: 13px;
  font-weight: bold;
}
.b-shipping .b-shipping__head .b-shipping__edit {
  padding: 2px 5px;
  width: 60px;
  float: right;
  background: #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #787878;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: center;
  display: block;
}
.b-shipping .b-shipping__info li {
  line-height: 22px;
  color: #666;
}
.b-footer {
  width: 980px;
  margin: 10px auto 0;
}
.b-footer .b-footer__text {
  text-align: left;
  font-size: 11px;
  color: #999;
  padding: 8px 0 5px 0;
  width: 277px;
  float: left;
}
#loading-mask {
  width: 980px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 500;
  display: none;
  background-color: #fff;
  opacity: 0.5;
}
#loading-mask .loader {
  left: 40%;
  top: 42%;
  position: fixed;
  z-index: 1000;
}
.b-success {
  font-size: 13px;
  padding-top: 6px;
}
.b-success p {
  margin-right: 0 !important;
}
.b-success .b-success__main {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 472px;
  width: 70%;
  float: left;
}
.b-success .b-newsletter {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 28%;
  float: right;
  padding: 12px 15px 15px 15px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/newsletter-bg.png") right 0 no-repeat #ffffff;
}
.b-success .b-newsletter .b-success__fb {
  margin-top: 10px;
}
.b-success .b-newsletter .b-success__fb-title {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
  margin-top: 20px;
  color: #444;
}
.b-success .b-newsletter .b-success__mail {
  width: 180px;
}
.b-success .b-newsletter .b-success__mail .b-success__mail-title {
  width: 188px;
  height: 60px;
  margin: 0;
  text-indent: -9999px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/newsletter-title.png") 0 0 no-repeat #ffffff;
}
.b-success .b-newsletter .b-success__mail .b-success__email {
  width: 178px;
  padding: 4px;
  margin-bottom: 7px;
}
.b-success .b-newsletter .b-success__mail .b-success__email-btt {
  width: 178px;
}
.b-success .b-success__trust {
  float: left;
  padding: 15px 15px 15px 20px;
  width: 30%;
}
.b-success .b-success__trust .b-success__img {
  text-align: center;
}
.b-success .b-success__order {
  padding: 15px 20px 15px 10px;
  width: 69%;
  float: right;
}
.b-success .b-success__order .b-success__title {
  margin-top: 0px;
  color: #444;
}
.b-success .b-success__order .b-success__number {
  font-size: 15px;
  margin-top: 10px;
}
.b-success .b-success__order .b-success__number .b-success__order-number {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.b-success .b-success__order .b-success__password {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  padding: 15px 20px 20px 25px;
  box-shadow: 0px 1px 1px #ffffff inset;
}
.b-success .b-success__order .b-success__password-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.b-success .b-success__order .b-success__password-input {
  margin: 0 5px 0 0!important;
  vertical-align: middle !important;
  width: 200px;
  height: 27px;
  padding: 6px;
}
.b-success .b-success__order .b-success_password-submit {
  padding: 5px 12px !important;
}
.b-success .b-success__order .b-success_note-box {
  list-style: disc inside !important;
}
.b-success .b-success__order .b-success__note {
  margin: 8px 0;
  line-height: 21px;
}
.b-success .b-success__order .b-success__note-more {
  line-height: 21px;
}
.b-success .b-success__order .b-success__faq-title {
  color: #444;
  padding: 10px 0 0px 0;
  margin: 15px 0 3px 0;
  border-top: 1px solid #dfdfdf;
  font-size: 15px;
}
.b-success .b-success__order .b-success__faq-item {
  padding-bottom: 5px;
}
.b-success .b-success__order .b-success__continue {
  border-top: 1px solid #dfdfdf;
  padding-top: 13px;
  margin-top: 5px;
  font-weight: bold;
}
.b-success .b-success__order .b-success__email {
  color: #090;
  font-weight: bold;
}
.b-success .b-success__order .b-success__faq-list {
  list-style: disc inside;
}
.b-success .b-newsletter__title {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.b-success .b-newsletter__benefit {
  color: #090;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.b-success .b-newsletter__select {
  color: #444;
  font-size: 13px;
}
.b-success .b-newsletter__select-item {
  padding: 3px 0;
}
.b-success .b-newsletter__select-item label {
  font-weight: normal !important;
}
.b-success .b-newsletter__select-item input {
  margin-right: 5px;
}
.b-success .b-newsletter__btt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
}
.b-success .b-newsletter__btt-email {
  padding: 6px;
  width: 250px;
}
.b-success__recent {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 8px 0;
  margin: 15px 0 15px 0;
  font-size: 18px;
  font-weight: normal !important;
}
.b-unsuccess {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.b-unsuccess .b-unsuccess__content {
  padding: 20px 30px 30px 30px;
}
.b-unsuccess .b-unsuccess__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.b-unsuccess .b-unsuccess__order-num {
  font-size: 20px;
  font-weight: bold !important;
  padding: 0 2px;
  color: #00aaf1;
}
.b-unsuccess .b-unsuccess__info {
  font-size: 15px;
  margin: 10px 0;
}
.b-unsuccess .b-unsuccess__tiki-care {
  color: #090;
  font-weight: bold;
}
.b-unsuccess .b-unsuccess__button {
  text-align: center;
  margin-top: 25px;
}
.b-unsuccess .b-unsuccess__submit {
  font-size: 20px;
  padding: 10px 60px;
}
.b-modal .b-modal__text {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 10px 0 0 0 ;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.b-modal .modal-body {
  padding: 15px 15px 5px 15px !important;
}
.b-modal .modal-footer {
  padding: 0px 15px 20px 15px !important;
}
/* BootStrap Checkout Modal */
.checkout-2 .sieunhantiki {
  margin-top: 5px;
}
#ckModal {
  top: 70%;
  width: 640px;
}
.checkoutnew-onepage-success #ckModal {
  width: 483px;
}
#ckModal .modal-body {
  font-size: 13px;
  padding: 15px 15px 10px 15px;
}
#ckModal .modal-footer {
  background-color: #ffffff;
  border-top: none;
  text-align: center;
  padding-top: 0;
}
/* Checkout Billing Form*/
.checkout-2 #billing_form p {
  margin-left: 20px;
  margin-bottom: 0;
  width: 70%;
}
.checkout-2 ul.b-payment__list label,
.checkout-2 .b-shipping-method ul li label {
  display: inline-block;
  cursor: pointer;
  height: 34px;
  padding: 7px 10px;
  width: 82%;
  margin: 0 0 0 -9px;
}
.checkout-2 ul.b-payment__list label:hover,
.checkout-2 .b-shipping-method-content ul li label:hover {
  background-color: #f1f1f1;
  border-radius: 8px;
  border: 1px solid f1f1f1;
}
.checkout-2 .opc_method_cod label {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/tm.png") no-repeat scroll 35px 4px;
}
.checkout-2 .opc_method_onepay label {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/atm.png") no-repeat scroll 35px 4px;
}
.checkout-2 .opc_method_onepayvisa label {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/visa.png") no-repeat scroll 35px 4px;
}
.checkout-2 .opc_method_checkmo label {
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/checkout/chuyen-khoan.png") no-repeat scroll 35px 4px;
}
.checkout-2 #checkout-agreements label.pointer {
  display: inline-block;
  height: 34px;
  padding: 7px 0 0 10px;
  margin: 0 0 0 -9px;
  width: 82%;
}
.checkout-2 #checkout-agreements label.pointer:hover {
  background-color: #f1f1f1;
  border-radius: 6px;
}
/* Checkout Policy */
.b-policy {
  padding: 5px 0 0 0;
  width: 380px;
  float: left;
}
.b-policy a {
  color: #999 !important;
  text-decoration: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  font-size: 11px;
}
.b-policy a:last-child {
  border: none !important;
}
.b-policy a:hover {
  color: #00aaf1 !important;
  text-decoration: none;
}

.b-new-address__item.not-loggedin .b-new-address__name {
    margin-top: -14px!important;
}
.b-new-address__item.not-loggedin .b-new-address__input {
    margin-left: 10px!important;
    width: 177px !important;
    margin-top: -18px!important;
}
.b-new-prefix__name {
    display: inline-block;
    width: 175px;
    margin-right: 10px;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 15px;
}
.b-new-prefix__select {
    width: 74px;
}
.btnAddToCart-orange {
    background: #F6871F;
    background: -moz-linear-gradient(top, #F6871F 0%, #DB781B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6871F), color-stop(100%, #DB781B));
    background: -webkit-linear-gradient(top, #F6871F 0%, #DB781B 100%);
    background: -o-linear-gradient(top, #F6871F 0%, #DB781B 100%);
    background: -ms-linear-gradient(top, #F6871F 0%, #DB781B 100%);
    background: linear-gradient(to bottom, #F6871F 0%, #DB781B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6871F', endColorstr='#DB781B', GradientType=0);
    box-shadow: 0 -2px 0 #a80000 inset;
}
@-webkit-keyframes greenPulse {
  from { background-color: #78d5fd; -webkit-box-shadow: 0 0 6px #444; }
  50% { background-color: #05ccfe; -webkit-box-shadow: 0 0 16px #fe6d03; }
  to { background-color: #17c6ff; -webkit-box-shadow: 0 0 6px #444; }
}
.b-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: .6;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  _position: absolute;
}
.b-cart__no-extra {
  width: 770px !important;
}
.b-cart {
  width: 940px;
  min-height: 380px;
  max-height: 600px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 12px 10px 12px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 10001;
  background: #fff;
  /*overflow: auto;*/
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.6);
}
.b-cart p {
  margin-right: 0 !important;
}
.b-cart a:hover {
  color: #00aaf1 !important;
}
.b-cart .b-cart__extra {
  width: 135px;
  float: left;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 2px solid #ddd;
}
.b-cart .b-cart__extra .b-cart__extra-title {
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  background: #6FBA54;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 5px 0 15px;
  padding: 5px;
}
.b-cart .b-cart__extra .b-cart__extra-list {
  text-align: center;
}
.b-cart .b-cart__extra .b-cart__extra-item {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.b-cart .b-cart__extra .b-cart__extra-item:last-child {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.b-cart .b-cart__extra .b-cart__extra-item-link {
  display: block;
  color: #444;
}
.b-cart .b-cart__extra .b-cart__extra-item-name {
  display: block;
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 15px;
}
.b-cart .b-cart__extra .b-cart__extra-price-box .price {
  font-size: 11px !important;
}
.b-cart .b-cart__extra .b-cart__extra-button-box {
  margin-top: 5px;
}
.b-cart .b-cart__extra .b-cart__extra-prev {
  margin-bottom: 5px;
}
.b-cart .b-cart__extra .b-cart__extra-next {
  margin-top: 5px;
}
.b-cart .b-cart__extra .b-cart__extra-prev,
.b-cart .b-cart__extra .b-cart__extra-next {
  text-align: center;
  height: 35px;
}
.b-cart .b-cart__extra .b-cart__extra-prev i,
.b-cart .b-cart__extra .b-cart__extra-next i {
  text-align: center;
  color: #999;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  display: inline-block;
  width: 30px;
  position: relative;
}
.b-cart .b-cart__extra .b-cart__extra-prev i:hover,
.b-cart .b-cart__extra .b-cart__extra-next i:hover {
  background: #eee;
  cursor: pointer;
}
.b-cart .b-cart__extra .b-cart__extra-btt {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  font-size: 11px !important;
  padding: 4px 10px;
  line-height: 17px;

}
.b-cart .b-cart__content {
  width: 740px;
  float: right;
  background: #fff;
}
.b-cart .b-cart__content .b-cart__title {
  line-height: 28px;
  font-size: 17px;
  text-transform: uppercase;
  color: #444;
  margin: 0;
}
.b-cart .b-cart__content .i-cart {
  margin-right: 10px;
}
.b-cart .b-cart__content .b-cart__content-box {
  padding: 0 5px 0 5px;
}
.b-cart .b-cart__content .b-cart__qty {
  font-size: 15px;
  font-style: italic;
  margin-left: 5px;
  font-weight: normal;
  text-transform: none;
}
.b-cart .b-cart__content .b-cart__add {
  font-size: 14px;
  margin: 3px 0 5px 0;
  color: #090;
}
.b-cart .b-cart__content .b-cart__add .i-add {
  color: #090;
  padding-right: 4px;
}
.b-cart .b-cart__content .b-cart__add .i-err {
  color: red !important;
  padding-right: 4px;
  margin-left: 3px;
}
.b-cart .b-cart__content .b-cart__add .b-cart__add-item {
  font-weight: bold;
  margin-left: 4px;
  font-size: 13px;
}
.b-cart .b-cart__content .b-cart__add .b-cart__add-item-err {
  font-weight: bold;
  margin-left: 5px;
  color: red;
  font-size: 13px;
}
.b-cart .b-cart__content .b-cart__block-title {
  padding: 2px 0 2px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font-size: 12px;
}
.b-cart .b-cart__content .b-cart__block-title span {
  display: block;
  text-align: left;
  float: left;
  font-weight: bold;
}
.b-cart .b-cart__content .b-cart__block-title .b-cart__block-item {
  width: 390px;
}
.b-cart .b-cart__content .b-cart__block-title .b-cart__block-price {
  width: 100px;
  text-align: center;
}
.b-cart .b-cart__content .b-cart__block-title .b-cart__block-qty {
  width: 75px;
  text-align: center;
}
.b-cart .b-cart__content .b-cart__block-title .b-cart__block-total-price {
  width: 60px;
text-align: right !important;
}
.b-cart__item-price_discount {
position: absolute;
right: 87px;
top: 3px;
}
.b-cart .b-cart__content .b-cart__item-list {
  max-height: 190px;
  _height: 190px;
  overflow: auto;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item {
  position: relative;
  height: 92px;
  padding-bottom: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item:last-child {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-img {
  display: block;
  width: 90px;
  position: absolute;
  left: 0;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box {
  margin-left: 100px;
  padding-top: 3px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .price {
  color: #444;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-detail {
  margin-right: 350px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-detail a {
  font-weight: normal;
  color: #444;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-qty {
  position: absolute;
  right: 170px;
  top: 0;
  text-align: center;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-qty .b-cart__qty-input {
  width: 27px !important;
  text-align: center;
  margin: 0;
  height: 27px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-qty .b-cart__item-qty-update {
  display: block;
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-top: 2px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-price {
  position: absolute;
  right: 270px;
  top: 3px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__item-price-total {
  position: absolute;
  right: 0px;
  top: 3px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__attribute {
  padding-left: 15px;
  font-size: 11px;
  margin-top: 5px;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__attribute .b-cart__attribute-item {
  color: #777;
}
.b-cart .b-cart__content .b-cart__item-list .b-cart__item-box .b-cart__attribute .b-cart__attribute-item .b-cart__attribute-value {
  font-weight: bold;
  color: #444;
}
.b-cart .b-cart__content .b-cart__summary {
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 10px;
  background: #ffffff;
  z-index: 100;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit {
  width: 490px;
  float: left;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__sale {
  min-height: 90px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__give-xu {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  color: #090;
  font-weight: bold;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__xu {
  float: left;
  width: 45%;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__xu .b-cart__xu-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__coupon {
  float: right;
  width: 52%;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__coupon .b-cart__coupon-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__coupon .b-cart__coupon-input {
  width: 140px;
  margin: 0;
  vertical-align: middle !important;
  height: 27px;
  line-height: 27px;
  padding: 4px 6px;
  border-radius: 3px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__coupon .b-cart__coupon-box {
  margin-top: 7px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__benefit .b-cart__coupon .b-cart__coupon-btt {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 5px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price {
  width: 225px;
  float: right;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price-item {
  padding: 3px 0;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price-item span {
  display: inline-block;
  width: 49%;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price-item .b-cart__total-price-name {
  text-align: left;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price-item .b-cart__total-price-value {
  text-align: right;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price_sub {
  font-weight: bold;
  font-size: 14px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__total-price-list .b-cart__total-price_final {
  color: #333;
  padding-top: 10px;
  margin-top: 5px;
  border-top: 1px solid #eee;
  font-weight: bold;
  font-size: 16px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__checkout {
  margin-top: 10px;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__checkout .b-cart__checkout-btt {
  width: 100% !important;
  font-size: 16px !important;
  padding: 8px;
  position: relative;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__checkout .b-cart__checkout-btt-disabled {
  cursor: not-allowed !important;
}
.b-cart .b-cart__content .b-cart__summary .b-cart__checkout .i-begin-checkout {
  position: absolute;
  right: 12px;
  font-size: 17px;
  top: 10px;
}
.b-alert-cart {
  position: absolute;
  right: 0;
  top: 49px;
  z-index: 10002;
  background: #fff;
  width: 290px;
  padding: 15px 18px 11px 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #52c2f1;
}
.b-alert-cart .b-alert-cart__title {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 5px;
  margin-bottom: 12px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.b-alert-cart .b-alert-cart__checkout {
  font-size: 16px;
  margin: 12px 0 14px 0;
}
.b-alert-cart .i-close {
  position: absolute;
  right: -15px;
  top: -10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  color: #aaa;
  cursor: pointer;
  padding: 3px 5px;
  font-size: 14px;
}
.b-alert-cart .i-close:hover {
  color: #444;
}
.b-alert-cart .b-alert-cart__button-box {
  margin-bottom: 3px;
}
.b-alert-cart .b-alert-cart__btt {
  font-size: 16px;
  width: 100%;
  padding: 8px !important;
  position: relative;
}
.b-alert-cart .b-alert-cart__btt .i-alert-checkout {
  position: absolute;
  right: 15px;
  top: 10px;
}
.b-alert-cart .b-alert-cart__list {
  margin-top: 11px;
}
.b-alert-cart .b-alert-cart__list .b-alert-cart__item {
  padding: 2px 0;
}
.b-alert-cart .b-alert-cart__list .i-info {
  margin-right: 3px;
  color: #ccc;
}
.b-alert-cart:after,
.b-alert-cart:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.b-alert-cart:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  left: 265px;
  margin-left: -8px;
}
.b-alert-cart:before {
  border-color: transparent;
  border-bottom-color: #52c2f1;
  border-width: 9px;
  left: 265px;
  margin-left: -9px;
}
.b-shopping-cart {
  margin: 0;
  height: 47px;
  width: 130px;
  background: url("http://tikicdn.com/skin/frontend/default/tiki/images/new-tiki/tiki-sprite.png") repeat-x 0 -612px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  float: left;
}
.b-shopping-cart span {
  color: #444;
}
.b-shopping-cart .b-shopping-cart__link {
  display: block;
  width: 130px;
  height: 52px;
  text-decoration: none !important;
}
.b-shopping-cart .mini-cart-title {
  position: absolute;
  font-weight: bold;
  top: 15px;
  left: 52px;
  font-size: 13px;
}
.b-shopping-cart_hover {
  position: relative !important;
  z-index: 10003 !important;
  background: url("http://img.tiki.vn/skin/frontend/default/tiki/images/new-tiki/tiki-sprite.png") repeat-x 0 -692px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-shopping-cart_hover .mini-cart-title {
  color: #fff !important;
}
.sliderRail-new {
  width: 165px;
}
.tiki-shopping-cart-xu-used-new {
  width: 140px;
}
.b-cart__close {
  float: right;
  margin-top: -56px;
  margin-right: -32px;
  cursor: pointer;
  width: 31px;
  height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0,183,241); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(0,183,241,1) 0%, rgba(0,148,216,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,183,241,1)), color-stop(100%,rgba(0,148,216,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,183,241,1) 0%,rgba(0,148,216,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,183,241,1) 0%,rgba(0,148,216,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,183,241,1) 0%,rgba(0,148,216,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,183,241,1) 0%,rgba(0,148,216,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7f1', endColorstr='#0094d8',GradientType=0 ); /* IE6-9 */
  border: 3px solid #fff;
  text-align: center;
}


.tk-i-cart-close {
  color: #fff;
  line-height: 23px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.b-cart__continue {
  padding-top: 6px;
}

.b-cart__continue-link {
  font-size: 13px;
  text-decoration: underline;
}

.tk-i-cart-continue {
  padding-right: 5px;
}

.slide-extra-item {
    overflow-y: visible;
    margin-top: 20px;
}

#add-cart-loading-mask {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 500;
  display: none;
  background-color: #fff;
  opacity: 0.5;
}
#add-cart-loading-mask #add_cart_loading_mask_loader {
  left: 49%;
  top: 45%;
  position: fixed;
  z-index: 1000;
}
.brand-box-cart {
  margin-top: 5px;
}
.b-cart__VAT {
  text-align: right;
  width: 225px !important;
  font-weight: normal;
  font-size: 11px;
  margin-top: 2px;
}
.b-cart__update {
  text-align: right;
  margin: 10px 0 7px  0;
}
.b-cart__update .b-cart__update-btt {
  padding: 4px 12px !important;
  font-size: 11px !important;
}
.b-cart__empty {
  text-align: center;
  padding: 20px;
}
.b-cart__empty .b-cart__empty-text {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.b-cart__empty .b-cart__empty-btt {
  padding: 7px 50px;
  font-size: 16px;
}
.i-add, .b-cart__add-item, .i-err, .b-cart__add-item-err {
    display: none;
}

@media (min-height: 800px) {
  .b-cart {
    max-height: 650px;
  }
  .b-cart .b-cart__extra {
    min-height: 560px;
  }
  .b-cart .b-cart__extra .b-cart__extra-title {
    margin-bottom: 25px;
  }
  .b-cart .b-cart__extra .b-cart__extra-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .b-cart .b-cart__content .b-cart__item-list {
    max-height: 290px;
  }
}
#b-cart__loading-mask {
    position: fixed;
    top: 45%;
    left: 45%;
    z-index: 999999999;
}
.b-cart__extra-prev .i-prev,
.b-cart__extra-next .i-next {
    height: 14px;
}

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
