

/*!
 * 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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../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: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; 

  }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

/*! jQuery UI - v1.11.4 - 2015-07-17
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* ---------------------------------------------
Project: Fashion Store
Version: 1.1
Last change: 10/20/2016
Author:	7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.Home 7
8.Home 8
9.Home 9
10.Home 10
11.Home 11
12.Home 12
13.Home 13
14.Home 14
15.Home 15
16.Home 16
17.Home 17
18.Home 18
19.Home 19
20.Home 20
21.Home 21
22.Home 22
23.Home 23
24.About
25.Contact
26.Shop
27.Blog
28.Popup
----------------------- */
/*General*/
body {
    color: #333;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
    font-size: 14px;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.wrap{
	overflow:hidden;
	position:relative;
}
*{	
	box-sizing:border-box;
	outline:none;
}
img{
	max-width:100%;
}
a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
.container {
    /*max-width: 1200px;
    width: 100%;*/
}
input,input:focus,input:hover{
	outline:none;
}
p {
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
	/* font-family:"Ubuntu", sans-serif; */
}
.owl-theme .owl-controls{
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    display: inline-block;
    opacity:1;
    padding: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	width:100px;
	height:100px;
	background:rgba(51,51,51,0.9);
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:0;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background:#ff3e3e;
}
.owl-theme .owl-controls .owl-buttons div>i{
	display:block;
	height:100px;
	line-height:100px;
}
.owl-theme .owl-controls .owl-page span {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    width: 10px;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #ff3e3e;
    border: none;
}
.bxslider{
	margin:0;
	padding:0;
	list-style:none;
}
.wrap-item > div:not(:first-child) {
  display: none;
}
/********************************************************************************
								Home 1
*********************************************************************************/
.wrap-language-cart > div {
    display: inline-block;
    margin-left: 27px;
}
.top-header.top-header1 {
    background: #283243 none repeat scroll 0 0;
	position:relative;
	z-index:999999;
}
.top-nav.top-nav1 {
    background: transparent;
}
.wrap-language-cart1 {
    float: right;
}
.wrap-language-cart1>div >a{
	height:50px;
	line-height:50px;
}
.wrap-language-cart1 .currency-box{
	margin-left:26px;
}
.top-nav {
    background: #283243 none repeat scroll 0 0;
    padding: 14px 0 12px;
}
.top-nav ul {
    margin: 0;
}
.top-nav li {
    display: inline-block;
    margin-right: 40px;
}
.top-header .top-nav.top-nav1 ul li a{
	color:#fff;
}
.top-header .top-nav.top-nav1 ul li a:hover{
	color:#ff3e3e;
}
.top-nav ul li a {
    color: #fff;
    text-transform: uppercase;
}
.top-nav ul li a:hover {
    color: #ff3e3e;
}
.top-nav ul li a i {
    margin-left: 10px;
}
.wrap-language-cart {
    float: right;
}
.language-box, .currency-box {
    display: inline-block;
    position: relative;
}
.language-box > a ,.currency-box > a{
    color: #fff;
    text-transform: uppercase;
}
.language-box:hover > a ,.currency-box:hover > a{
    color: #ff3e3e;
}
.language-box > a > i,.currency-box > a > i{
	margin-left:10px;
}
.main-header {
    padding-top: 50px;
}
.contact-header-phone {
    font-size: 18px;
}
.contact-header-phone i {
    color: #ccc;
    font-size: 24px;
    margin-left: 2px;
    margin-right: 12px;
    transform: scaleX(1.3);
    -webkit-transform: scaleX(1.3);
}
.contact-header-info {
    color: #999;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: -5px;
}
.contact-header {
    margin-top: 5px;
}
.logo {
    text-align: center;
}
.list-product-box {
    float: right;
    margin-left: -50px;
}
.list-product-box > li {
    display: inline-block;
    margin-left: 30px;
}
.list-product-box > li:first-child{
	margin-left:0;
}
.list-product-box > li > a:hover > i{
	color:#ff3e3e;
}
.list-product-box > li > a {
    color: #333;
    text-transform: uppercase;
}
.list-product-box > li > a > i {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.mini-cart {
  position: relative;
  z-index: 4999;
}
.mini-cart:hover .mini-cart-content {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.mini-cart:hover .mini-cart-icon{
	color:#ff3e3e;
}
.mini-cart-content {
  background: #fff;
  box-shadow:0 1px 4px 0px rgba(0,0,0,0.1);
  margin-top: 30px;
  padding: 30px 20px;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 290px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}
.mini-cart .mini-cart-link {
    color: #333;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.mini-cart-icon {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.mini-cart-items {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.list-mini-cart-item {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}
.list-mini-cart-item > li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.mini-cart-thumb {
  display: table-cell;
  vertical-align: top;
}
.cart-thumb {
  display: block;
  overflow: hidden;
  width: 70px;
}
.mini-cart-info {
  display: table-cell;
  padding: 0 15px;
  text-align: left;
  vertical-align: middle;
}
.mini-cart-remove {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.mini-cart-title {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
}
.mini-cart-title > a {
  color: #333;
}
.mini-cart-title > a:hover {
  color: #ff3e3e;
}
.mini-cart-qty {
  color: #999;
}
.mini-cart-qty > label {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.mini-cart-price {
  color: #ff3e3e;
  display: block;
}
.remove-product {
  background: rgba(0, 0, 0, 0) url("../images/home1/icon-remove.png") no-repeat scroll center center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 30px;
}
.cart-thumb > img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cart-thumb:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.mini-cart-total {
    display: table;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.mini-cart-total > label {
  display: table-cell;
  font-weight: 400;
  margin: 0;
}
.mini-cart-total > span {
  display: table-cell;
  text-align: right;
}
.mini-cart-button a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 120px;
}
.mini-cart-edit {
  margin-right: 5px;
}
.mini-cart-button a:hover {
  background: #ff3e3e none repeat scroll 0 0;
}
.remove-product:hover {
  background-color: #e5e5e5;
}
/*Start Main Nav*/
.main-nav {
    margin-top: 15px;
}
.main-nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-nav > ul > li {
    display: inline-block;
    margin-right: -4px;
}
.main-nav > ul > li > a {
    color: #333;
    display: inline-block;
    
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
	padding-bottom:15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li:hover > a{
	color:#ff3e3e;
}
.main-nav > ul > li > a > span {
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -20px;
}
.main-nav > ul > li::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 19px;
    vertical-align: middle;
    width: 20px;
}
.main-nav > ul > li:last-child::after {
    display: none;
}
.main-nav .menu-item-has-children {
    position: relative;
}
.main-nav .sub-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 30px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}
.main-nav .sub-menu .sub-menu {
    left: 100%;
    padding: 17px 0;
    top: -20px;
}
.main-nav .sub-menu .sub-menu.offset-right{
	right:100%;
	left:auto;
}
.main-nav .sub-menu.offset-right{
	right:0;
	left:auto;
}
.main-nav > ul > li.menu-item-has-children:hover > a::before {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
	margin-top:-10px;
	z-index:9999;
}
.main-nav .menu-item-has-children:hover>.sub-menu{
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.main-nav .sub-menu li{
	padding:0 30px;
}
.main-nav .sub-menu li a {
    color: #333;
    display: block;
    padding: 3px 0 3px 15px;
    position: relative;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.main-nav .sub-menu li a::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 6px;
}
.main-nav .sub-menu li:hover> a{
	color:#ff3e3e;
}
.main-nav .toggle-mobile-menu {
    border: 1px solid #e5e5e5;
    color: #333;
    display: none;
    font-size: 30px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    width: 40px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-menu {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 50px 50px 40px;
    position: absolute;
    top: 100%;
    width: 1170px;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-top:30px;
}
.main-nav > ul > li.has-mega-menu:hover > a::before {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 1px;
	margin-top:-10px;
	z-index:9999;
}
.main-nav > ul > li.has-mega-menu:hover > .mega-menu{
	opacity:1;
	visibility:visible;
	margin-top:0;
}

.mega-banner {
    position: relative;
}
.mega-banner .banner-info {
    color: #fff;
    font-weight: 700;
    margin-top: -75px;
    text-align: center;
    text-transform: uppercase;
}
.mega-banner .banner-info h2 {
    
    font-weight: 700;
    margin: 0 0 10px;
}
.mega-banner .banner-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 15px;
}
.mega-banner .banner-info .shopnow:hover {
    background: #ff3e3e none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
.mega-link {
    margin-top: 27px;
    text-transform: uppercase;
}
.mega-link > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.mega-link > h3 a {
    color: #555;
}
.mega-link > h3 a:hover {
    color: #ff3e3e;
}
.mega-list-link a {
    color: #555;
    padding-left: 15px;
    position: relative;
}
.mega-list-link a:hover{
	color:#ff3e3e;
}
.mega-list-link a::before {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.mega-list-link > li {
    margin-bottom: 6px;
}
.mega-list-link > li:last-child {
    margin-bottom: 0;
}

.mega-menu.style2 {
    padding: 0;
}
.mega-banner2 {
    margin-right: 10px;
}
.mega-banner2 .banner-info {
    color: #fff;
    margin-top: -100px;
    text-align: center;
    text-transform: uppercase;
}
.mega-banner2 .banner-info h4 {
    
    font-size: 18px;
    margin: 0;
}
.mega-banner2 .banner-info h2 {
    
    font-size: 60px;
    font-weight: 700;
    margin: 5px 0;
}
.mega-banner2 .banner-info h3 {
    
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.mega-banner2 .banner-info .shopnow {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    padding: 0 25px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.mega-banner2 .banner-info .shopnow:hover{
	background:#ff3e3e;
	color:#fff;
}
.mega-best-sale > h2 {
    
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.item-mega-bestsale {
    margin: 0 15px;
}
.mega-best-sale {
    padding: 40px 40px 20px 0;
}
.mega-slider {
    margin: 0 -15px;
}
.item-mega-bestsale .product-info {
    padding-top: 26px;
}
.mega-slider .owl-controls {
    position: absolute;
    right: 15px;
    top: -50px;
}
.mega-slider .owl-theme .owl-controls .owl-page span {
    background: #999 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 0 4px;
    opacity: 1;
    width: 8px;
}
.mega-slider  .owl-theme .owl-controls .owl-page.active span {
	background: #ff3e3e none repeat scroll 0 0;
}
/*End Main Nav*/
.nav-header {
    padding: 30px 0;
}
.smart-search {
    border: 1px solid #e5e5e5;
    float: right;
    max-width: 340px;
    padding-left: 125px;
    position: relative;
    width: 100%;
}
.select-category {
    left: 0;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 99;
}
.select-category .category-toggle-link {
    border-right: 1px solid #e5e5e5;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}
.select-category:hover .list-category-toggle {
	opacity:1;
	margin-top:0;
	visibility:visible;
}
.list-category-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    left: -1px;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 200px;
	margin-top:30px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.list-category-toggle a {
    color: #333;
}
.list-category-toggle a:hover {
    color: #ff3e3e;
}
.select-category .category-toggle-link::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #ccc;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    height: 16px;
    line-height: 14px;
    padding-left: 1px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 13px;
    width: 16px;
}
.smart-search-form {
    padding-right: 40px;
    position: relative;
    width: 100%;
}
.smart-search-form input[type="text"] {
    border: medium none;
    color: #999;
    height: 40px;
    padding: 0 15px 0 28px;
    width: 100%;
}
.smart-search-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
}
.smart-search-form::after {
    color: #ccc;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 12px;
    top: 12px;
}
.banner-slider {
	margin-bottom:100px;
}
.banner-slider .owl-controls {
    bottom: 0;
    position: absolute;
    right: 0;
}
.banner-slider  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: -1px;
}
.banner-info {
    left: 0;
    position: absolute;
    top: 50%;
    /*width: 100%;*/
    z-index: 9;
}
.item-banner1 .banner-info {
    margin-top: -190px;
    max-width: 570px;
    text-align: center;
    width: 100%;
}
.item-banner1 .banner-info.style1 {
    margin-top: -190px;
}
.item-banner1 .banner-info.style2 .shopnow {
    margin-top: -115px;
}
.item-banner1 .banner-info.style3 .shopnow {
    margin-top: -75px;
}
.item-banner1 .banner-info.style4 .shopnow {
    margin-top: -3px;
}
.item-banner1  h2 {
    color: #333;
    font-size: 160px;
    font-weight: 700;
    margin: -15px auto -30px;
    text-transform: uppercase;
}
.item-banner1  label {
    background: #25c6a5 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.item-banner1  h3 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.item-banner1 .shopnow {
    display: block;
    margin: 30px auto auto;
    max-width: 120px;
	text-align:center;
}
.item-banner1 .shopnow span{
	display:block;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    border: 3px solid #333;
    color: #333;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-banner1 .shopnow:hover span{
	border-color:#ff3e3e;
	color:#fff;
	background:#ff3e3e;
}
.collection-info h3 {
    font-size: 24px;
    margin: 0;
}
.collection-info h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 10px;
	text-transform:uppercase;
}
.collection-info h2 a {
    color: #333;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.collection-info h2 a:hover{
	color:#ff3e3e;
}
.collection-info p {
    color: #696969;
    font-size: 18px;
}
.collection-info {
    
    margin-top: 250px;
    position: relative;
}
.btn-plus {
    color: #333;
    display: inline-block;
    font-family: poppins;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.btn-plus:hover{
	color:#ff3e3e;
}
.btn-plus::before {
    border: 3px solid #ccc;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 50px;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.btn-plus:hover::before{
	color:#fff;
	border-color:#ff3e3e;
	background:#ff3e3e;
}
.collection-info.text-left {
    padding-left: 40px;
}
.collection-info::before {
    background: rgba(0, 0, 0, 0) url("../images/home1/icon-l.png") no-repeat scroll center top;
    content: "";
    height: 55px;
    left: 0;
    position: absolute;
    top: -110px;
    width: 27px;
}
.collection-info::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -80px;
    position: absolute;
    top: -26px;
    width: 250px;
}
.collection-info.text-left::before {
    left: 40px;
}
.collection-thumb .shopnow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid #fff;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 120px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.collection-thumb .shopnow:hover{
	border-color:#fff;
	color:#ff3e3e;
	background:#fff;
}
.collection-thumb:hover .shopnow {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.collection-thumb {
    overflow: hidden;
    position: relative;
}
.list-collection .item-collection {
    margin-bottom: 100px;
}
.collection-info.text-right {
    padding-right: 40px;
}
.collection-info.text-right::after {
    left: auto;
    right: -80px;
    z-index: 99;
}
.collection-info.text-right::before {
    left: auto;
    right: 40px;
}
.title {
    
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 90px;
    text-align: center;
    text-transform: uppercase;
}
.product-tab-title > ul {
    list-style: outside none none;
    margin: 0 0 95px;
    padding: 0;
    text-align: center;
}
.product-tab-title li {
    display: inline-block;
    padding: 0 20px;
}
.product-tab-title li a {
    color: #333;
    display: block;
    
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}
.product-tab-title li a::before {
    background: #ff3e3e none repeat scroll 0 0;
    top: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.product-tab-title li a::after {
    background: #ccc none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.product-tab-title li.active a::before,.product-tab-title li a:hover::before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.product-tab-title li.active a::after,.product-tab-title li a:hover::after{
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
}
.product-tab-slider .item {
    padding: 0 15px;
}
.product-tab-slider {
    margin: 0 -15px;
}
.product-thumb {
    position: relative;
}
.product-label {
    bottom: -50px;
    position: absolute;
    right: 2px;
    text-align: right;
    width: 60px;
	z-index:999;
}
.product-label > span {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 100px;
    margin: 0 -2px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 30px;
    word-wrap: break-word;
}
.product-label > span.new-label {
    background: #c0ab53 none repeat scroll 0 0;
    padding-top: 15px;
}
.product-label > span.sale-label {
    background: #25c6a5 none repeat scroll 0 0;
    padding-top: 3px;
}
.product-thumb .quickview-link {
    color: #fff;
    display: block;
    font-weight: 700;
    left: 50%;
    margin-left: -45px;
	margin-top:25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 90px;
    z-index: 99;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
}
.product-thumb .quickview-link::after {
    border: 3px solid #ccc;
    content: "";
    font-family: fontawesome;
    height: 50px;
    left: 18px;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 50px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb .quickview-link:hover{
	color:#ff3e3e;
}
.product-thumb:hover  .quickview-link{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
}

.product-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.product-thumb-link::after {
	/*position:absolute;
	z-index:9;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	opacity:0;*/
}
.product-thumb:hover .product-thumb-link::after{
	/*opacity:1;*/
}
.product-thumb-link .second-image {
    left: 0;
    position: absolute;
    top: 0;
	opacity:0;
	transform:rotateY(90deg);
	-webkit-transform:rotateY(90deg);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb-link .first-image {
	opacity:1;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-thumb:hover .product-thumb-link .second-image{
	opacity:1;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.product-thumb:hover .product-thumb-link .first-image{
	opacity:0;
	transform:rotateY(-90deg);
	-webkit-transform:rotateY(-90deg);
}
.product-title {
    
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.product-title a {
    color: #333;
}
.product-title a:hover {
    color: #ff3e3e;
}
.product-price ins {
    color: #ff3e3e;
    font-size: 30px;
    margin-right: 5px;
    text-decoration: none;
}
.product-price del {
    color: #555;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}
.product-price del::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
}
.item-product .product-info {
    padding: 26px 0 40px;
    position: relative;
}
.item-product .product-rating {
    position: absolute;
    right: -3px;
    top: 69px;
}
.product-rating {
	height:13px;
	width:100px;
	background:transparent url("../images/home1/rate-bg.png") repeat-x top center;
}
.inner-rating{
	height:13px;
	background:transparent url("../images/home1/rate-star.png") repeat-x top center;
}
.product-extra-link > a {
    color: #ccc;
    display: inline-block;
    font-size: 24px;
    margin-right: 30px;
    position: relative;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.product-extra-link > a > span {
    bottom: -20px;
    font-size: 12px;
    left: 0;
    margin-left: -28px;
    position: absolute;
    text-align: center;
    width: 80px;
	opacity:0;
	margin-top:30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	display:block;
}
.product-extra-link > a:hover > span {
	opacity:1;
	margin-top:0;
}
.product-extra-link > a:hover{
	color:#333;
}
.product-price {
    margin-bottom: 3px;
}
.product-tab-slider .owl-theme .owl-controls .owl-buttons div {
    position:absolute;
	top:50%;
	opacity:0;
	display:none;
}
.item-product .product-extra-link {
    opacity: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-left:50px;
}
.item-product:hover .product-extra-link {
	opacity:1;
	margin-left:0px;
}
.item-product:hover .product-title a{
	color:#ff3e3e;
} 
.collection-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.collection-thumb-link > img {
    width: 100%;
}
.collection-thumb .collection-thumb-link::before {
    background: rgba(255, 62, 62, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 100%;
    transform: rotate(45deg) scaleY(2);
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(45deg) scaleY(2);
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
	opacity:0;
}
.collection-thumb .collection-thumb-link::after {
    background: rgba(255, 62, 62, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -100%;
    transform: rotate(45deg) scaleY(2);
    transition: all 0.3s ease-out 0s;
    -webkit-transform: rotate(45deg) scaleY(2);
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
	opacity:0;
}
.collection-thumb:hover .collection-thumb-link::before{
	opacity:1;
	left: 50%;
	top: 50%;
}
.collection-thumb:hover .collection-thumb-link::after{
	opacity:1;
	top: -50%;
	left: -50%;
}
.item-collection.style1 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -27%;
    margin-top: -27%;
}
.item-collection.style1 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 27%;
    margin-top: 27%;
}
.item-collection.style1 .collection-info{
	margin-top: 250px;
}
.item-collection.style2 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -5%;
    margin-top: -5%;
}
.item-collection.style2 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 5%;
    margin-top: 5%;
}
.item-collection.style2 .collection-info{
	margin-top: 195px;
}
.item-collection.style3 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -10%;
    margin-top: -10%;
}
.item-collection.style3 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 10%;
    margin-top: 10%;
}
.item-collection.style3 .collection-info{
	margin-top: 265px;
}
.item-collection.style4 .collection-thumb:hover .collection-thumb-link::before {
    margin-left: -8%;
    margin-top: -8%;
}
.item-collection.style4 .collection-thumb:hover .collection-thumb-link::after {
    margin-left: 8%;
    margin-top: 8%;
}
.item-collection.style4 .collection-info{
	margin-top: 195px;
}
.latest-news {
    margin: auto auto 100px;
    max-width: 1070px;
    width: 100%;
}
.item-latest-news .post-thumb {
    margin-right: 40px;
    position: relative;
}
.item-latest-news.item-latest-shadow .post-thumb {
    margin-left: 40px;
    margin-right: 0;
    margin-top: -105px;
}
.post-comment-date {
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}
.post-comment-date > li {
    display: inline-block;
    margin: 0 15px;
}
.post-comment-date a {
    color: #333;
}
.post-comment-date > li i.fa {
    color: #ccc;
    font-size: 24px;
    margin-right: 10px;
}
.post-title {
    
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.post-title a {
    color: #333;
}
.post-title a:hover{
	color:#ff3e3e;
}
.post-info.text-left {
    padding-top: 40px;
}
.post-info.text-right {
    padding-top: 70px;
	padding-right:20px;
}
.item-latest-news .post-comment-date {
    margin-bottom: 17px;
}
.item-latest-news .readmore {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.item-latest-news .readmore:hover{
	color:#ff3e3e;
}
.item-latest-news .readmore::before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 50px;
    line-height: 44px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.item-latest-news .post-title {
    margin-bottom: 10px;
    position: relative;
}
.item-latest-news .post-comment-date span{
	text-transform:uppercase;
}
.item-latest-news .post-title::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -145px;
    position: absolute;
    top: 12px;
    width: 120px;
	z-index:999;
}
.item-latest-news.item-latest-shadow .post-title::after {
	left:auto;
	right:-160px;
}
.item-latest-news.item-latest-shadow .post-thumb::after {
    background: rgba(255, 63, 63, 0.1) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 100%;
}
.item-latest-news.item-latest-shadow .post-thumb a {
    display: block;
    position: relative;
    z-index: 9;
}
.footer {
    background: #1b1b1b none repeat scroll 0 0;
    padding: 100px 0 95px;
}
.menu-footer li {
    padding: 0 15px;
}
.menu-footer ul {
    margin: 0 -15px;
}
.menu-footer li a {
    color: #999;
    text-transform: uppercase;
}
.logo-footer {
    margin-bottom: 45px;
}
.menu-footer li a:hover {
    color: #fff;
}
.social-footer > a {
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 0 8px;
    position: relative;
    width: 60px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.social-footer > a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
    width: 100%;
}
.social-footer > a:hover{
	color:#1b1b1b;
}
.social-footer > a i{
	position:relative;
	z-index:99;
}
.social-footer > a:hover::after{
	opacity:1;
	transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.social-footer {
    margin: 0 -8px 45px;
}
.menu-footer {
    margin-bottom: 45px;
}
.copyright > p {
    color: #fff;
    margin: 0;
}
.copyright > p a {
    color: #999;
}
.copyright > p a:hover {
    color: #fff;
}
.zoom-image a{
	display:block;
	overflow:hidden;
}
.zoom-image a img{
	width:100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.zoom-image:hover a img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
} 

/**********************************************************************************
									Home 19
***********************************************************************************/
.footer19 .copyright > p a:hover{
	color:#0064B2;
}
.header-top19 {
    background: rgba(0, 0, 0, 0) url("../images/home19/banner-top.png") no-repeat scroll center top;
    height: 45px;
}
.header-main19 {
    padding: 30px 0;
}
.header-nav19 {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
}
.header-main-left19 > p {
    color: #999999;
    margin-bottom: 26px;
}
.header-main-left19 > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-main-left19 li {
    display: inline-block;
}
.header-main-left19 .language-box > a, .header-main-left19 .currency-box > a {
    color: #999;
	text-transform:inherit;
}
.language-link img {
    display: inline-block;
    margin: 5px 10px 0 0;
    vertical-align: top;
}
.language-list img {
    display: inline-block;
    margin: 5px 10px 0 0;
    vertical-align: top;
}
.header-main-left19 > ul > li {
    margin-right: 30px;
}
.header-main-right19 {
    float: right;
    margin-top: -5px;
    text-align: right;
}
.logo19 {
    text-align: center;
}
.menu-top19 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu-top19 > li {
    display: inline-block;
    margin-left: 40px;
}
.menu-top19 > li:first-child {
    margin: 0;
}
.menu-top19 > li a {
    color: #999;
}
.cart-account19 > div {
    display: inline-block;
    text-align: left;
}
.cart-account19 .my-account .my-account-link {
    color: #999;
    font-size: 14px;
}

.cart-account19 .my-account-link > span {
    margin: 0 10px 0 5px;
}
.cart-account19 .my-account {
    margin-right: 25px;
    z-index: 999;
}
.cart-account19 .mini-cart-number {
    color: #999;
    text-transform: capitalize;
}
.cart-account19 .mini-cart-icon {
    color: #999;
}
.cart-account19 {
    margin-top: 16px;
}
.cart-account19 .list-account a:hover {
    color: #2ba2ff;
}
.cart-account19 .mini-cart-title > a:hover {
    color: #2ba2ff;
}
.cart-account19 .mini-cart-price{
	color: #2ba2ff;
}
.cart-account19 .mini-cart-button a:hover{
	background: #2ba2ff;
}
.header-main-left19 {
    margin-top: -5px;
}
.header-main-left19 .language-list a:hover,.header-main-left19 .currency-list a:hover {
    color: #2ba2ff;
}
.smart-search19 .list-category-toggle a:hover {
    color: #2ba2ff;
}
.header-main-left19 .language-box:hover > a, .header-main-left19 .currency-box:hover > a{
	color:#2ba2ff;
}
.menu-top19 > li a:hover{
	color:#2ba2ff;
}
.cart-account19 .mini-cart:hover .mini-cart-icon{
	color:#2ba2ff;
}
.cart-account19 .my-account:hover .my-account-link > .fa-user{
	color:#2ba2ff;
}
.main-nav.main-nav19 > ul > li > a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.main-nav.main-nav19 {
    margin: 0;
}
.main-nav.main-nav19 .banner-info .shopnow:hover {
    background: #2ba2ff none repeat scroll 0 0;
}
.main-nav.main-nav19 .mega-link > h3 a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .mega-list-link a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .mega-slider .owl-theme .owl-controls .owl-page.active span {
    background: #2ba2ff none repeat scroll 0 0;
}
.main-nav.main-nav19 .product-title a:hover {
    color: #2ba2ff;
}
.main-nav.main-nav19 .product-price ins {
    color: #2ba2ff;
}
.main-nav.main-nav19 > ul > li::after {
    display: none;
}
.main-nav.main-nav19 > ul > li {
    margin-right: 55px;
}
.main-nav.main-nav19 > ul > li:last-child {
    margin: 0;
}
.main-nav.main-nav19 > ul > li:hover > a{
	color:#2ba2ff;
}
.main-nav.main-nav19 > ul > li > a::before {
    background: #2ba2ff none repeat scroll 0 0 !important;
    content: "";
    height: 2px !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: -2px !important;
    width: 100% !important;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:999;
}
.main-nav.main-nav19 > ul > li > a::after{
	bottom:-2px;
	left:0;
	width:100%;
	height:2px;
	background:#2ba2ff;
	content:"";
	position:absolute;
	transform:scale(0);
	-webkit-transform:scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:99999;
}
.main-nav.main-nav19 > ul > li:hover > a::before ,
.main-nav.main-nav19 > ul > li:hover > a::after {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.smart-search.smart-search19 .smart-search-form::after {
    top: 15px;
	font-size:18px;
}
.smart-search.smart-search19 .smart-search-form input[type="text"] {
    height: 50px;
}
.smart-search.smart-search19 .smart-search-form input[type="submit"] {
    height: 50px;
    width: 50px;
}
.smart-search.smart-search19 .select-category .category-toggle-link::after {
    top: 17px;
}
.smart-search.smart-search19 {
    border-width: 0 1px;
}
.smart-search.smart-search19 .select-category .category-toggle-link{
	height: 50px;
    line-height: 50px;
}
.banner-slider19{
	margin-top:30px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div:hover{
	background:#2ba2ff;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:15px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:15px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div i {
    height: 60px;
    line-height: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.prev-img {
    background-color: #2ba2ff;
    left: 100%;
    margin: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	opacity:0;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons .owl-prev:hover div.prev-img{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.prev-img::after {
    background: #2ba2ff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.next-img {
    background-color: #2ba2ff;
    right: 100%;
    margin: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:translateX(100%);
	-webkit-transform:translateX(100%);
	opacity:0;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons .owl-next:hover div.next-img{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div.next-img::after {
    background: #2ba2ff none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    width: 10px;
}

.banner-slider19 .owl-theme .owl-controls .owl-buttons div > div > a {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div > div > a > img {
    display: block;
    height: 60px;
    left: -100%;
    max-width: none;
    position: absolute;
    top: 0;
}

.item-slider19 .banner-info {
    margin-top: -150px;
}
.inner-banner-info.style1 {
    background: #0064b2 none repeat scroll 0 0;
    margin-top: -45px;
    padding: 50px 15px;
    position: relative;
    text-align: center;
    width: 380px;
}
.inner-banner-info {
    color: #fff;
    text-transform: uppercase;
}
.inner-banner-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.special-text {
    display: inline-block;
    font-size: 120px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.inner-banner-info.style1 .upto {
    display: inline-block;
    font-size: 30px;
    line-height: 24px;
    margin-top: 24px;
    vertical-align: top;
    width: 40px;
}
.inner-banner-info.style1 strong {
    display: inline-block;
    margin: 0 -25px;
    vertical-align: top;
}
.inner-banner-info.style1 .percent {
    display: inline-block;
    font-size: 90px;
    margin-top: 7px;
    width: 70px;
}
.inner-banner-info.style1 .percent span {
    display: block;
    font-size: 36px;
    margin-top: -20px;
}
.inner-banner-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.inner-banner-info .shopnow {
    display: inline-block;
    margin-top: 28px;
}
.inner-banner-info .shopnow span{
	display:block;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 700;
    height: 60px;
    line-height: 57px;
    padding: 0 45px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.inner-banner-info .shopnow:hover span{
	background:#fff;
	color:#2BA2FF;
}
.inner-banner-info.style1 > h4 {
    margin-top: 7px;
}
.inner-banner-info.style1::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    transform: skewX(5deg);
    width: 35px;
    z-index: -1;
}
.inner-banner-info.style2 .percent {
    background: #2ba2ff none repeat scroll 0 0;
    font-size: 30px;
    left: 50%;
    margin-left: -18px;
    margin-top: -26px;
    padding: 5px 14px;
    position: absolute;
    top: 50%;
    transform: rotate(-15deg);
}
.inner-banner-info.style2 > h4 {
    margin-top: 7px;
}
.inner-banner-info.style2 {
    display: inline-block;
    text-align: center;
}

.list-service19 {
    margin-top: 30px;
}
.item-service19 {
    border: 5px solid #e5e5e5;
    padding: 30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-service19:hover{
	border-color:#0064B2;
}
.service-icon {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.service-info {
    display: inline-block;
    vertical-align: middle;
}
.item-service19 .service-info > h2 {
    color: #0064b2;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.item-service19 .service-info > p {
    color: #999;
    margin: 0;
}

.title19 {
    font-weight: 700;
    margin: 0 0 45px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.title19 > span {
    display: inline-block;
    position: relative;
}
.title19 > span::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 40px;
    position: absolute;
    top: 17px;
    width: 900px;
}
.title19 > span::before {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 2px;
    margin-right: 40px;
    position: absolute;
    right: 100%;
    top: 17px;
    width: 900px;
}
.collect19 {
    margin-bottom: 50px;
    margin-top: 45px;
}
.item-collect19 {
    margin: 0 15px;
    position: relative;
}
.collect19 .owl-directnav19 {
    margin: 0 -15px;
}
.item-collect19:hover .zoom-image img{
	transform:scale(1.15);
}
.item-collect19 .shopnow {
    background: #2ba2ff none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 100%;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
    width: 100%;
    z-index: -1;
}
.item-collect19:hover .shopnow {
	transform: translateY(0);
    -webkit-transform: translateY(0);
}
.collect19 .owl-wrapper-outer {
 /*    margin-bottom: -50px;
    padding-bottom: 50px; */
}

.owl-directnav19 .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    height: 50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 50px;
	/*transform:scale(0);
	-webkit-transform:scale(0);*/
	z-index: 99;
}
.owl-directnav19:hover .owl-theme .owl-controls .owl-buttons div {
	transform:scale(1);
	-webkit-transform:scale(1);
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div:hover{
	background:#2ba2ff;
	color:#fff;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div i {
    height: 50px;
    line-height: 50px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
}
.owl-directnav19.product-slider19 .owl-theme .owl-controls .owl-buttons div {
    margin-top: -140px;
}
.item-collect19::after {
    border: 1px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-collect19:hover::after {
    border: 1px solid #2ba2ff;
}

.item-adv19 {
    margin: 0 -10px 10px;
    position: relative;
}
.list-adv19 {
    margin-bottom: 40px;
    padding: 0 10px;
}
.item-adv19 .adv-thumb img {
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.item-adv19 .adv-info {
    position: absolute;
    text-transform: uppercase;
    z-index: 99;
}
.item-adv19 .adv-info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.item-adv19 .adv-info p {
    font-weight: 700;
    margin: 0;
}
.adv-info.cl-while {
    color: #fff;
}
.adv-info.pst-bottom {
    bottom: 33px;
    left: 0;
    text-align: center;
    width: 100%;
}
.adv-info.pst-top {
    left: 0;
    text-align: center;
    top: 60px;
    width: 100%;
}
.item-adv19 .adv-info h2 {
    font-weight: 700;
    margin: 0 0 10px;
}
.adv-info.pst-left-middle {
    left: 0;
    margin-top: -30px;
    padding-left: 50px;
    top: 50%;
    width: 100%;
}
.adv-info.pst-right-middle {
    display: inline-block;
    margin-top: -30px;
    padding-right: 50px;
    right: 0;
    text-align: center;
    top: 50%;
}
.adv-info.pst-center-middle {
	left: 0;
    margin-top: -30px;
    padding: 0 10px;
    top: 50%;
    width: 100%;
	text-align:center;
}
.item-adv19 .adv-thumb a{
	position:relative;
	display:block;
	overflow:hidden;
}
.item-adv19 .adv-thumb a img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	width:100%;
}
.item-adv19:hover .adv-thumb a img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.item-product19 {
    margin: 0 15px;
}
.product-slider19 {
    margin: 0 -15px;
}
.new-product19 {
    margin-bottom: 45px;
}
.product-box19 {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-bottom: 45px;
    padding: 45px 0;
}
.item-product19 .product-info {
    background: #fff none repeat scroll 0 0;
    padding: 13px 15px 30px;
    text-align: center;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-shopcat19 {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	text-align:center;
}
.item-shopcat19 > a {
    display: block;
}
.item-shopcat19 .cat-title {
    border-top: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-shopcat19:hover .cat-title{
	border-color:#2ba2ff;
	color:#fff;
	background:#2ba2ff;
}
.item-shopcat19:hover{
	border-color:#2ba2ff;
}
.list-shop-cat19 {
    margin-bottom: 20px;
}
.main-nav19.main-nav .sub-menu li:hover> a{
	color:#2BA2FF;
}
.main-nav20.main-nav .sub-menu li:hover> a{
	color:#F3A479;
}
.newsletter-box19 {
    background: #333 none repeat scroll 0 0;
    padding: 50px 0;
}
.newsletter-form.newsletter-form19 > form input[type="submit"]{
	background-color:#0064b2;
}
.newsletter-form.newsletter-form19 > form input[type="submit"]:hover{
	background-color:#2ba2ff;
}
.footer.footer19 {
	position:relative;
}
.footer.footer19::before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
    background: rgba(0, 0, 0, 0) url("../images/home19/parallax.jpg") no-repeat fixed center top;
	opacity:0.3;
}
.footer19 .container{
	position:relative;
	z-index:999;
}
.item-product19 .product-thumb-link::after {
    background: rgba(43, 162, 255, 0.5) none repeat scroll 0 0;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.item-product19 .product-thumb-link::before {
    border: 1px solid #fff;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.item-product19 .product-thumb .quickview-link {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: -10px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    width: auto;
	color:#fff;
	text-align:center;
}
.item-product19 .product-thumb .quickview-link::after {
    display: none;
}
.item-product19:hover  .product-thumb-link::before {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19:hover  .product-thumb-link::after {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19:hover .product-thumb .quickview-link {
	transform: scale(1);
    -webkit-transform: scale(1);
}
.item-product19 .product-price ins {
    color: #2ba2ff;
    font-size: 18px;
    font-weight: 700;
}
.item-product19 .product-price del {
    color: #999;
    padding: 0 3px;
}
.item-product19:hover .product-title a {
    color: #2ba2ff;
}
.item-product19 .product-title {
    margin: 6px 0 10px;
}
.item-product19 .product-desc {
    color: #999;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
}
.item-product19 .product-extra-link > a {
    border-radius: 50%;
    color: #333;
    height: 50px;
    line-height: 50px;
    margin: 0 2px;
    text-align: center;
    width: 50px;
}
.item-product19 .product-extra-link > a:hover{
	background:#2ba2ff;
	color:#fff;
}
.product-slider19 .owl-carousel .owl-wrapper-outer {
    margin-bottom: -10px;
    padding-bottom: 10px;
}
.item-product19:hover .product-info {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.item-product19 .product-extra-link > a > span {
    bottom: -40px;
    color: #333;
    margin-left: -18px;
}

/*****************************************************************************************
									 Contact					
******************************************************************************************/
.hidden-category-dropdown .wrap-category-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
.content-page{
    margin-bottom: 50px;
}
.contact-map {
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.contact-map iframe{
	width:100%;
}
.list-contact-info {
    margin-bottom: 45px;
}
.item-contact-info {
    position: relative;
    text-align: center;
}
.item-contact-info::after {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 28px;
    width: 100px;
}
.item-contact-info.last-item::after{
	display:none;
}
.item-contact-info a i {
    color: #999;
    font-size: 60px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contact-info-page {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
    text-align: center;
}
.contact-info-page .desc {
    color: #555;
    margin: 0 auto;
    max-width: 890px;
    padding: 0 15px;
}
.item-contact-info > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 0;
}
.item-contact-info a {
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.item-contact-info a:hover {
    color: #ff3e3e;
}
.form-contact input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 42px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}
.form-contact textarea {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    width: 100%;
	padding:20px;
}
.form-contact input[type="submit"] {
    background: #010101 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    transition: all 0.3s ease-out 0s;
    width: 110px;
}
.form-contact input[type="submit"]:hover {
    background: #ff3e3e none repeat scroll 0 0;
}
.contact-form-page > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 37px;
    text-transform: uppercase;
}
.contact-form-page {
    margin-top: 45px;
}
.item-contact-info .contact-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.item-contact-info .contact-icon::before {
    color: #999;
    font-family: "fontawesome";
    font-size: 60px;
    left: 100%;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	left:0;
	-webkit-transform:translateX(-200%);
	transform:translateX(-200%);
	opacity:0;
}
.item-contact-info .contact-icon.icon-mobile::before {
    content: "\f10b";
}
.item-contact-info .contact-icon.icon-phone::before {
    content: "\f095";
}
.item-contact-info .contact-icon.icon-email::before {
    content: "\f0e0";
}
.item-contact-info .contact-icon:hover::before{
	-webkit-transform:translateX(0) rotate(0);
	transform:translateX(0) rotate(0);
	opacity:1;
	color: #ff3e3e;
}
.item-contact-info .contact-icon:hover i{
	-webkit-transform:translateX(200%);
	transform:translateX(200%);
	opacity:0;
	color: #ff3e3e;
}
/*****************************************************************************************
									 About					
******************************************************************************************/
.item-contact-info .contact-icon.icon-quality::before {
    content: "\f219";
}
.item-contact-info .contact-icon.icon-shipment::before {
    content: "\f017";
}
.item-contact-info .contact-icon.icon-payment::before {
    content: "\f155";
}

.about-menu {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.about-menu > li {
    display: inline-block;
    margin-right: 36px;
}
.about-menu a {
    color: #333;
    display: block;
    padding: 15px 0;
    position: relative;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a::after {
    background: #ff3e3e none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: -1px;
    width: 0;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-menu a:hover::after{
	width: 100%;
	left:0;
}
.about-menu a:hover{
	color:#ff3e3e;
}

.about-full-protec  h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.protect-video {
    margin-top: 95px;
}
.about-full-protec li> span {
    display: table-cell;
    vertical-align: middle;
}
.about-full-protec li> span>span{
	display:block;
    width: 60px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff3e3e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
}
.about-full-protec  ul {
    margin: 0;
    max-width: 470px;
    position: relative;
}
.about-full-protec li {
    display: table;
    margin-bottom: 75px;
    position: relative;
    width: 100%;
}
.about-full-protec p {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.about-full-protec li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: 30px;
    margin-top: 12px;
    position: absolute;
    top: 100%;
    width: 1px;
}
.about-full-protec li:last-child {
    margin: 0;
}
.about-full-protec li:last-child::after {
    display: none;
}
.about-full-protec .new-user-guide {
    color: #999;
    display: block;
    margin-top: 30px;
}
.about-full-protec .new-user-guide:hover {
    color: #ff3e3e;
}
.video-about {
    padding-right: 60px;
    padding-top: 20px;
    text-align: right;
}

.about-review {
    border-top: 2px solid #e5e5e5;
    margin-top: 95px;
    padding-top: 95px;
}
.about-review .title-default {
    margin-bottom: 47px;
    text-transform: uppercase;
}
.item-about-review {
    display: table;
    margin-bottom: 50px;
}
.about-review-thumb {
    display: table-cell;
    width: 100px;
}
.about-info {
    display: table-cell;
    padding: 0 30px;
    vertical-align: top;
}
.about-info  h3 {
    font-size: 14px;
    margin: 0 0 8px;
	text-transform:uppercase;
	font-weight:700;
}
.about-info  h3 a{
	color:#333;
}
.about-info  h3 a:hover{
	color:#ff3e3e;
}
.about-info  p {
    color: #999;
    margin: 0;
}
.about-review-thumb  a {
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.about-review-thumb  a:hover{
	border-color:#ff3e3e;
}
.about-review-thumb  a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}
.about-review-thumb  a img{
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
/********************************************************************************************************
										Begin	Popup
********************************************************************************************************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:999999;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999999;
}
.window-popup {
    background: transparent url("../images/home1/bg-pop.png") no-repeat scroll center center;
    padding: 40px 70px 50px;
    width: 726px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	color:#fff;
}
.window-popup .close-popup {
    color: #999;
}
.window-popup .close-popup i.fa {
    color: #fff;
}
.content-popup {
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 400px;
    padding: 45px 0 50px;
    position: relative;
    z-index: 99;
}
.content-popup::before {
    background: rgba(0, 0, 0, 0) url("../images/home1/bg-line.png") no-repeat scroll left top;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-popup::after {
    background: rgba(0, 0, 0, 0) url("../images/home1/bg-line.png") no-repeat scroll left top;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.content-popup p {
    margin: 0 0 40px;
}
.content-popup h2 {
    
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.content-popup form::before {
    color: #999;
    content: "";
    font-family: fontawesome;
    left: 20px;
    position: absolute;
    top: 16px;
}
.content-popup form {
    background: #fff none repeat scroll 0 0;
    max-width: 340px;
    padding-left: 45px;
    padding-right: 90px;
    position: relative;
    width: 100%;
}
.content-popup input[type="text"] {
    border: medium none;
    color: #999;
    display: block;
    height: 50px;
    padding: 0 15px 0 0;
    width: 100%;
}
.content-popup input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 90px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.content-popup input[type="submit"]:hover{
	background:#ff3e3e;
}
.social-popup {
    margin-top: 45px;
}
.social-popup > h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.social-popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social-popup ul li{
	display:inline-block;
	margin-right:35px;
}
.social-popup ul li a{
	color:#999;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.social-popup ul li a:hover{
	color:#fff;
}
.product-popup-content {
    position: relative;
    z-index: 999999;
}
/********************************************************************************************************
										End	Popup
********************************************************************************************************/

/************************************************************************************
									Shop
************************************************************************************/
.banner-shop > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.banner-shop > a::before {
    left: 0;
    position: absolute;
    top: 0;
	width:0;
	height:100%;
	content:"";
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:9;
	background:rgba(0,0,0,0.1);
	opacity:0;
}
.banner-shop > a::after {
    bottom: 0;
    position: absolute;
    right: 0;
	width:0;
	height:100%;
	content:"";
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	z-index:9;
	background:rgba(0,0,0,0.1);
	opacity:0;
}
.banner-shop > a:hover::before,
.banner-shop > a:hover::after{
	width:100%;
	opacity:1;
}
.banner-shop > a img{
	width:100%;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.banner-shop > a:hover img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
}

.bread-crumb {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 12px 20px;
}
.bread-crumb a {
    color: #555;
    display: inline-block;
    margin-right: 36px;
    position: relative;
}
.bread-crumb a:hover{
	color:#ff3e3e;
}
.bread-crumb span {
    color: #ff3e3e;
}
.bread-crumb a::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    margin-left: 10px;
    position: absolute;
    top: 11px;
    width: 20px;
}

.shop-pagibar {
    padding: 20px 0;
}
.shop-pagibar.top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.view-bar > label {
    color: #555;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
}
.view-bar > a {
    color: #e5e5e5;
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    vertical-align: top;
}
.view-bar > a.active {
    color: #555;
}
.wrap-sort-pagi {
    float: right;
}
.shop-pagibar .pagibar {
    display: inline-block;
}
.pagibar > a {
    border: 1px solid #e5e5e5;
    color: #555;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: -3px;
    min-width: 30px;
    padding: 0 10px;
    text-align: center;
}
.pagibar > a.next-page {
    border: 1px solid transparent;
    margin-left: -1px;
    margin-right: 0;
}
.pagibar > a.current-page {
    border-color: #ff3e3e;
    color: #ff3e3e;
}
.attr-bar {
    display: inline-block;
    margin-right: 85px;
    position: relative;
}
.attribute-bar {
    margin-left: 25px;
    margin-top: 5px;
}
.attr-bar a {
    color: #555;
    text-transform: uppercase;
}
.attr-bar > a {
    padding-right: 15px;
    position: relative;
}
.attr-bar > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 3px;
}
.attr-bar ul {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    margin-top: 30px;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.attr-bar ul li a:hover{
	color:#ff3e3e;
}
.attr-bar:hover ul{
	opacity:1;
	visibility:visible;
	margin-top:0;
}
.attr-bar.price-bar ul {
    width: 100px;
}
.content-shop .product-label{
	display:none;
}
.gridview-sidebar .product-rating{
	display:none;
}
.range-filter .ui-widget-content {
    background: #ff3e3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 1px;
    margin-bottom: 30px;
}
.range-filter  .ui-widget-header {
    background: #a7a7a7 none repeat scroll 0 0;
}
.range-filter  .ui-slider-handle.ui-state-default.ui-corner-all{
	width:10px;
	height:10px;
	background:#f4f4f4;
	border:1px solid #ff3e3e;
	border-radius:0;
	top:-4px;
	margin-left:-5px;
	cursor:pointer;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}

.widget {
    margin-bottom: 30px;
}
.widget-filter-price {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0;
}
.widget-title {
    
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 26px;
    overflow: hidden;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.content-grid-sidebar .sidebar-shop{
    margin-top: 20px;
}
.widget-title > span {
    position: relative;
}
.widget-title > span::after {
    background: #555 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 100%;
    margin-left: 20px;
    position: absolute;
    top: 8px;
    width: 700px;
}
.widget-filter-price .widget-title {
    margin-left: 30px;
}
.range-filter {
    padding: 0 30px;
}
.range-filter .btn-filter {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 30px;
    margin-right: 20px;
    padding: 0 18px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.range-filter .btn-filter:hover{
	background:#ff3e3e;
}
.range-filter #amount{
	color:#555;
}
.widget-filter ul {
    margin: 0 0 -10px;
}
.widget-filter ul li a span {
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.widget-filter ul li.active a span::after,
.widget-filter ul li:hover a span::after {
    color: #555;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    left: 5px;
    position: absolute;
    top: 4px;
}
.widget-filter.widget-filter-color ul li.active a span::after {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.widget-filter-color ul li.active a span::after {
	color:#fff;
}
.widget-filter ul li a label {
    font-weight: 400;
}
.widget-filter ul li a {
    color: #555;
}
.widget-filter ul li {
    margin-bottom: 5px;
    position: relative;
}
.widget-filter ul li .attr-product-num {
    color: #ccc;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px;
}
.widget-filter.widget-filter-color ul li a span {
    border: medium none;
}

.widget-new-product ul li {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 8px;
    width: 100%;
}
.widget-new-product ul li .product-thumb {
    display: table-cell;
    width: 100px;
}
.widget-new-product ul li .product-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.widget-new-product .product-price ins {
    font-size: 18px;
}
.widget-new-product .product-price del {
    font-size: 12px;
    padding: 0 7px;
}
.widget-new-product .product-price del::after {
    top: 9px;
}
.product-desc {
    color: #555;
}
.widget-new-product .product-desc {
    margin-bottom: 4px;
}
.widget-new-product .product-title {
    margin-bottom: 10px;
}
.widget .btn-widget {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding: 0 23px;
    text-transform: uppercase;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.widget .btn-widget:hover{
	background:#ff3e3e;
}
.widget-new-product.widget-compare-product ul li {
    padding-bottom: 20px;
}
.widget-compare-product .delete-product {
    color: #333;
}
.widget-compare-product .delete-product:hover,.widget-compare-product .clearall:hover{
	color:#ff3e3e;
}
.widget-compare-product .clearall {
    color: #999;
    text-transform: uppercase;
}
.shop-pagibar.bottom {
    border-top: 1px solid #e5e5e5;
}
.product-gridview ul{
	margin-bottom:0;
}
.widget-faqs h3 {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 40px;
    padding: 13px 40px 11px 0;
    position: relative;
    text-transform: uppercase;
}
.widget-faqs p {
    color: #555;
    margin: 0;
	padding: 16px 0;
}
.widget:last-child{
	margin-bottom:0;
}
.widget-faqs h3::after {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #333;
    content: "";
    font-family: fontawesome;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: -1;
}
.widget-faqs li.active h3::after{
	content: "\f067";
}
.widget-faqs li {
    margin-top: -1px;
}
.content-grid-sidebar{
	padding-bottom:80px;
}

.product-gallery {
    margin-right: 50px;
    padding-right: 53px;
    position: relative;
}
.product-gallery .bx-pager {
    margin-top: -105px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
}
.product-gallery .bx-pager a {
    display: block;
    margin-bottom: 3px;
    position: relative;
}
.item-product-list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.item-product-list:last-child{
	border-bottom: none;
    margin-bottom: 0px;
}
.item-product-list .product-info {
    margin-left: -50px;
    padding-right: 300px;
    position: relative;
}
.extra-price {
    border-left: 1px solid #e5e5e5;
    padding: 40px 30px 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
}
.item-product-list .product-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.number-review {
    color: #555;
    margin-left: -5px;
}
.inout-stock {
    background: #46a74e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    padding: 0 15px;
}
.list-rate-review {
    margin-bottom: 15px;
}
.product-gallery .bx-pager a.active::after {
    border: 1px solid #ff3e3e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.listview-sidebar .item-product-list .product-info {
    margin-left: 25px;
    padding-right: 0;
}
.listview-sidebar .extra-price {
    border: medium none;
    padding: 0;
    position: static;
    width: auto;
}
.listview-sidebar .product-gallery {
    margin-right: -25px;
    padding-right: 0;
}
.listview-sidebar .product-extra-link {
    border-top: 1px solid #e5e5e5;
    margin-top: 13px;
    padding-top: 20px;
}
.inout-stock.out-stock {
    background: #ff7430 none repeat scroll 0 0;
}

.content-detail {
    margin: 30px 0 100px;
}
.content-detail.no-sidebar .detail-info {
    margin-left: 20px;
}
.content-detail.no-sidebar .tab-detail {
    margin-left: 20px;
}
.content-detail.no-sidebar .related-product {
    margin-top: 15px;
}
.title-detail {
    
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.product-detail .product-gallery {
    margin-right: 0;
    padding-left: 110px;
    padding-right: 0;
}
.product-detail  .product-gallery .bx-pager {
    left: 0;
    margin-top: 0;
    right: auto;
    top: 0;
    width: 100px;
}
.product-detail  .product-gallery .bx-pager a {
    margin-bottom: 10px;
}
.attr-product h3 {
    
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.attr-product ul li a span {
    border: 1px solid #e5e5e5;
    display: block;
    height: 20px;
    width: 20px;
}
.attr-product.attr-color ul li a span {
	border:none;
}
.attr-product ul li{
	padding:0 7px 0;
}
.attr-product ul{
	margin-left:-7px;
	display:inline-block;
	vertical-align:top;
}
.attr-product.attr-size ul li {
    margin-right: 11px;
}
.attr-product.attr-size ul li a label{
	text-transform:uppercase;
}
.attr-product.attr-size ul{
	margin-right: 7px;
}
.attr-product ul li a label {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.attr-product ul li a {
    color: #555;
    font-size: 12px;
}
.detail-info .product-desc {
    margin-bottom: 17px;
}
.attr-product.attr-color {
    margin-bottom: 8px;
}

.detail-info .product-extra-link .addcart-link {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-bottom: 22px;
    max-width: 270px;
    text-align: center;
}
.detail-info .product-extra-link > .addcart-link > span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    opacity: 1;
    position: static;
    text-transform: uppercase;
    width: auto;
}
.detail-info .product-extra-link > .addcart-link:hover{
	background:#ff3e3e;
}
.detail-info .product-extra-link {
    margin-top: 13px;
}

.product-detail {
    margin-bottom: 30px;
}
.related-product > h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 27px;
}
.related-product-slider {
    border: 1px solid #e5e5e5;
    padding: 25px;
}
.item-product-related {
    margin: 0 10px;
}
.inner-related-product-slider  {
    margin: 0 -10px;
}
.product-price.style2 ins{
	font-size:18px;
}
.product-price.style2 del{
	font-size:12px;
	padding:0 5px;
}
.item-product-related .product-info {
    padding-top: 12px;
}
.related-product-slider .owl-theme .owl-controls {
    position: absolute;
    right: -17px;
    top: -70px;
}
.related-product-slider .owl-theme .owl-controls .owl-page span {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 3px;
    opacity: 1;
    width: 10px;
}
.related-product-slider .owl-theme .owl-controls .owl-page.active span {
	background: #ff3e3e none repeat scroll 0 0;
}
.title-tab-detail > ul {
    list-style: outside none none;
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    z-index: 99;
}
.title-tab-detail > ul li {
    display: inline-block;
}
.title-tab-detail > ul li a {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #999;
    display: block;
    
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
}
.title-tab-detail > ul li.active a {
	border-color:#e5e5e5 #e5e5e5 #ffffff #e5e5e5;
	color:#333;
}
.tab-detail .tab-content {
    border: 1px solid #e5e5e5;
    padding: 20px 25px 15px;
}

.content-tab-detail {
    color: #555;
}
.content-tab-detail p a {
    color: #555;
    text-decoration: underline;
}
.content-tab-detail p a:hover {
    color: #ff3e3e;
}
.content-tab-detail > h2 {
    font-size: 14px;
    font-weight: 700;
}
.content-tab-detail > h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
}
.product-series {
    color: #999;
    text-transform: uppercase;
}
.desc-info > li::before {
    content: "-";
    margin-right: 5px;
}

.widget-service {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0;
}
.widget-service .widget-title {
    margin-left: 30px;
}
.widget-service > ul {
    list-style: outside none none;
    margin: -5px 0 -10px;
    padding: 0 0 0 30px;
}
.widget-service > ul li a {
    color: #555;
}
.widget-service > ul li a:hover{
	color:#ff9900;
}
.widget-service > ul li a i {
    color: #ff9900;
    display: inline-block;
    font-size: 24px;
    width: 35px;
}
.widget-service > ul li {
    padding: 3px 0;
}

.product-detail.style2 .product-gallery .bx-pager {
    margin-top: 20px;
    position: static;
    width: auto;
}
.product-detail.style2 .product-gallery {
    margin-right: 25px;
    padding-left: 0;
}
.product-detail.style2 .product-gallery .bx-pager a{
	width:100px;
	margin-right:6px;
	display:inline-block;
	margin-bottom:0;
}
.product-detail.style2 .detail-info {
    margin-left: -5px;
}
.product-qty {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 15px 0 -3px;
    max-width: 270px;
    padding: 10px 20px 10px 78px;
    position: relative;
}
.product-qty label {
    left: 20px;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
}
.inner-product-qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}
.qty-number {
    display: block;
    height: 40px;
    line-height: 40px;
}
.inner-product-qty a {
    color: #333;
    position: absolute;
    top: 8px;
}
.inner-product-qty a:hover{
	color:#ff3e3e;
}
.inner-product-qty a.qty-down {
    left: 20px;
}
.inner-product-qty a.qty-up {
    right: 20px;
}
.share-social-product {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.list-social-product {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    left: 0;
    list-style: outside none none;
    margin: 30px 0 0 -10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 50px;
	z-index: 999;
}
.list-social-product a {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.share-social-product:hover > a{
	color:#333;
}
.share-social-product:hover .list-social-product {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.list-social-product a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff3e3e;
}
.list-social-product a span {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    left: 100%;
    line-height: 20px;
    margin-left: 50px;
    padding: 0 8px;
    position: absolute;
    text-transform: capitalize;
    top: 10px;
	visibility:hidden;
	opacity:0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.list-social-product > li:last-child a {
    border: medium none;
}
.list-social-product a:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff3e3e;
}
.list-social-product a:hover span{
	margin-left:10px;
	visibility:visible;
	opacity:1;
}
.list-social-product a span::after {
    border-bottom: 3px solid transparent;
    border-right: 3px solid #333;
    border-top: 3px solid transparent;
    content: "";
    height: 0;
    left: -3px;
    position: absolute;
    top: 6px;
    width: 0;
}
.share-social-product .share-link {
    color: #ccc;
    font-size: 24px;
}
.product-detail.style2 {
    margin-bottom: 50px;
}
.tab-thumb-detail {
    float: right;
    margin: -20px -25px -15px 20px;
    width: 38%;
}
.related-product.style2 .related-product-slider {
    border: none;
    padding: 0px;
}
.related-product.style2 .inner-related-product-slider {
    margin: 0 -15px;
}
.related-product.style2 .item-product-related {
    margin: 0 15px;
}
.related-product.style2 .item-product-related .product-info {
    padding-top: 25px;
}
.related-product.style2 {
    margin-bottom: -20px;
    margin-top: 49px;
}
.related-product.style2 .related-product-slider .owl-theme .owl-controls {
    right: 13px;
    top: -45px;
}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */

x-object-fit {
	position: relative !important;
	display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
	position: absolute !important;
	left: -100% !important;
	right: -100% !important;
	top: -100% !important;
	bottom: -100% !important;
	margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
	width: auto !important;
	height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
	width: 100% !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
	width: auto !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
	width: 100% !important;
	height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
	max-width: none !important;
	max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
	top: 0 !important;
	bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
	left: auto !important;
	right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
	top: auto !important;
	bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
	left: 0 !important;
	right: auto !important;
}


div.fancy-select {
	font-weight: 800;
	text-align: left;
	position: relative;
}
div.fancy-select.disabled {
	opacity: 0.5;
}
div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #4B5468;
}
div.fancy-select select:focus + div.trigger.open {
	box-shadow: 0 0 0 2px #4b5468;
}
div.fancy-select div.trigger {
	background-color: #e6e9ee;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px 35px 9px 10px;
	position: relative;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
	white-space: nowrap;
}
div.fancy-select div.trigger:after {
	content: "\f078";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 8px;
}
div.fancy-select div.trigger.open:after {
	content: "\f077";
	font-family: FontAwesome;
}
div.fancy-select div.trigger > div {
	float: left;
	margin: 2px 0 0 5px;
}
div.fancy-select div.trigger > p {
	float: left;
	line-height: 1;
	color: #434a54;
	font-size: 18px;
	margin: 0 0 0 15px;
}
div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 300px;
	overflow: auto;
	background: #62C8BF;
	border-radius: 4px;
	border-top: 1px solid #7DD8D2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
	transition: all 0.3s ease;
}
div.fancy-select ul.options.open {
	visibility: visible;
	top: calc(100% + 3px);
	opacity: 1; /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/* http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios */
	transition: all 0.3s ease;
}
div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 60px;
	transition: all 0.3s ease;
}
div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: calc(100% + 3px);
	transition: all 0.3s ease;
}
div.fancy-select ul.options.open li {
	padding: 8px 12px;
}
div.fancy-select ul.options li {
	padding: 18px 12px;
	color: #2B8686;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.3s ease;
}
div.fancy-select ul.options li.selected {
	background: rgba(43, 134, 134, 0.3);
	color: rgba(255, 255, 255, 0.75);
}
div.fancy-select ul.options li.hover {
	color: #fff;
}
.select2Buttons strong {
  display: block;
  clear: left;
  padding-top: 5px;
}

.select2Buttons ul {
  list-style-type: none;
  clear: left;
  margin: 5px;
  padding: 0;
}

.select2Buttons li, .select2Buttons a {
  float: left;
  min-width: 37px;
}

.select2Buttons li { 
  margin: 0 5px 5px 0; 
}

.select2Buttons li a, 
.select2Buttons .limited a, 
.select2Buttons .disabled {
  border: 1px solid #9dc4e3;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}

.select2Buttons li:last-child { 
  margin-right: 0; 
}

.select2Buttons a {
  color: #3c89c8;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;  
}

.select2Buttons .disabled span {
  padding: 4px;
  display: block;
  font-size: 15px;
  min-width: 37px;
}

.select2Buttons a:hover, 
.select2Buttons .picked {
  background: #3c89c8;
  border-color: #3c89c8;
  color: #FFF;    
  text-decoration: none;
}

.select2Buttons .limited a, 
.select2Buttons .disabled {
  text-align: center;
}

.select2Buttons .disabled {
  border: 1px solid #d1d1d1;
  color: #999;
}

.select2Buttons .disabled .picked {
  background: #d1d1d1;
  border-color: #d1d1d1;
  color: #FFF;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete{position:relative}.easy-autocomplete input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 2px rgba(0,0,0,0.1) inset;color:#555;float:none;padding:6px 12px}.easy-autocomplete input:hover,.easy-autocomplete input:focus{box-shadow:none}.easy-autocomplete a{display:block}.easy-autocomplete.eac-blue-light input:hover,.easy-autocomplete.eac-blue-light input:focus{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul{border-color:#66afe9;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(102,175,233,0.6)}.easy-autocomplete.eac-blue-light ul li,.easy-autocomplete.eac-blue-light ul .eac-category{border-color:#66afe9}.easy-autocomplete.eac-blue-light ul li.selected,.easy-autocomplete.eac-blue-light ul .eac-category.selected{background-color:#ecf5fc}.easy-autocomplete.eac-green-light input:hover,.easy-autocomplete.eac-green-light input:focus{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul{border-color:#41DB00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(146,237,107,0.6)}.easy-autocomplete.eac-green-light ul li,.easy-autocomplete.eac-green-light ul .eac-category{border-color:#41DB00}.easy-autocomplete.eac-green-light ul li.selected,.easy-autocomplete.eac-green-light ul .eac-category.selected{background-color:#9eff75}.easy-autocomplete.eac-red-light input:hover,.easy-autocomplete.eac-red-light input:focus{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul{border-color:#ff5b5b;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,90,90,0.6)}.easy-autocomplete.eac-red-light ul li,.easy-autocomplete.eac-red-light ul .eac-category{border-color:#ff5b5b}.easy-autocomplete.eac-red-light ul li.selected,.easy-autocomplete.eac-red-light ul .eac-category.selected{background-color:#ff8e8e}.easy-autocomplete.eac-yellow-light input:hover,.easy-autocomplete.eac-yellow-light input:focus{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul{border-color:#ffdb00;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,231,84,0.6)}.easy-autocomplete.eac-yellow-light ul li,.easy-autocomplete.eac-yellow-light ul .eac-category{border-color:#ffdb00}.easy-autocomplete.eac-yellow-light ul li.selected,.easy-autocomplete.eac-yellow-light ul .eac-category.selected{background-color:#ffe233}.easy-autocomplete.eac-dark-light input:hover,.easy-autocomplete.eac-dark-light input:focus{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul{border-color:#333;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(55,55,55,0.6)}.easy-autocomplete.eac-dark-light ul li,.easy-autocomplete.eac-dark-light ul .eac-category{border-color:#333}.easy-autocomplete.eac-dark-light ul li.selected,.easy-autocomplete.eac-dark-light ul .eac-category.selected{background-color:#4d4d4d;color:#fff}.easy-autocomplete.eac-dark{color:#fff}.easy-autocomplete.eac-dark input{background-color:#404040;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark input:hover,.easy-autocomplete.eac-dark input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-dark ul{border-color:#333}.easy-autocomplete.eac-dark ul li,.easy-autocomplete.eac-dark ul .eac-category{background-color:#404040;border-color:#333}.easy-autocomplete.eac-dark ul li.selected,.easy-autocomplete.eac-dark ul .eac-category.selected{background-color:#737373;color:#f6f6f6}.easy-autocomplete.eac-dark-glass{color:#fff}.easy-autocomplete.eac-dark-glass input{background-color:rgba(0,0,0,0.8);border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-dark-glass input:hover,.easy-autocomplete.eac-dark-glass input:focus{border-color:rgba(0,0,0,0.8);box-shadow:0}.easy-autocomplete.eac-dark-glass ul{border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li,.easy-autocomplete.eac-dark-glass ul .eac-category{background-color:rgba(0,0,0,0.8);border-color:rgba(0,0,0,0.8)}.easy-autocomplete.eac-dark-glass ul li.selected,.easy-autocomplete.eac-dark-glass ul .eac-category.selected{background-color:rgba(64,64,64,0.8);color:#f6f6f6}.easy-autocomplete.eac-dark-glass ul li:last-child,.easy-autocomplete.eac-dark-glass ul .eac-category:last-child{border-radius:0 0 4px 4px}.easy-autocomplete.eac-blue{color:#fff}.easy-autocomplete.eac-blue input{background-color:#6d9ed1;border-radius:4px;box-shadow:0;color:#f6f6f6}.easy-autocomplete.eac-blue input::-webkit-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input::-moz-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:-ms-input-placeholder{color:#f6f6f6}.easy-autocomplete.eac-blue input:hover,.easy-autocomplete.eac-blue input:focus{border-color:#5A91CB;box-shadow:0}.easy-autocomplete.eac-blue ul{border-color:#5A91CB}.easy-autocomplete.eac-blue ul li,.easy-autocomplete.eac-blue ul .eac-category{background-color:#6d9ed1;border-color:#5A91CB}.easy-autocomplete.eac-blue ul li.selected,.easy-autocomplete.eac-blue ul .eac-category.selected{background-color:#94b8dd;color:#f6f6f6}.easy-autocomplete.eac-yellow{color:#333}.easy-autocomplete.eac-yellow input{background-color:#ffdb7e;border-color:#333;border-radius:4px;box-shadow:0;color:#333}.easy-autocomplete.eac-yellow input:hover,.easy-autocomplete.eac-yellow input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-yellow ul{border-color:#333}.easy-autocomplete.eac-yellow ul li,.easy-autocomplete.eac-yellow ul .eac-category{background-color:#ffdb7e;border-color:#333}.easy-autocomplete.eac-yellow ul li.selected,.easy-autocomplete.eac-yellow ul .eac-category.selected{background-color:#ffe9b1;color:#333}.easy-autocomplete.eac-purple{color:#333}.easy-autocomplete.eac-purple input{background-color:#d6d1e7;border-color:#b8afd5;box-shadow:0;color:#333}.easy-autocomplete.eac-purple input:hover,.easy-autocomplete.eac-purple input:focus{border-color:#333;box-shadow:0}.easy-autocomplete.eac-purple ul{border-color:#333}.easy-autocomplete.eac-purple ul li,.easy-autocomplete.eac-purple ul .eac-category{background-color:#d6d1e7;border-color:#333}.easy-autocomplete.eac-purple ul li.selected,.easy-autocomplete.eac-purple ul .eac-category.selected{background-color:#ebe8f3;color:#333}.easy-autocomplete.eac-bootstrap input{border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;color:#555;padding:6px 12px}.easy-autocomplete-container{left:0;position:absolute;width:100%;z-index:2}.easy-autocomplete-container ul{background:none repeat scroll 0 0 #ffffff;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.easy-autocomplete-container ul li,.easy-autocomplete-container ul .eac-category{background:inherit;border-color:#ccc;border-image:none;border-style:solid;border-width:0 1px;display:block;font-size:14px;font-weight:normal;padding:4px 12px}.easy-autocomplete-container ul li:last-child{border-radius:0 0 2px 2px;border-width:0 1px 1px}.easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #ebebeb;cursor:pointer}.easy-autocomplete-container ul li.selected div{font-weight:normal}.easy-autocomplete-container ul li div{display:block;font-weight:normal;word-break:break-all}.easy-autocomplete-container ul li b{font-weight:bold}.easy-autocomplete-container ul .eac-category{font-color:#aaa;font-style:italic}.eac-description .eac-item span{color:#aaa;font-style:italic;font-size:0.9em}.eac-icon-left .eac-item img{margin-right:4px;max-height:30px}.eac-icon-right .eac-item{margin-top:8px;min-height:24px;position:relative}.eac-icon-right .eac-item img{margin-left:4px;max-height:30px;position:absolute;right:-4px;top:-8px}
/*# sourceMappingURL=easy-autocomplete.min.css.map */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
	font-family:'Open Sans', sans-serif;
	color:#000000;
	letter-spacing:.05em;
	font-size:11px;
}
body.noscroll{
	overflow:hidden;
}
a {
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.form-control {
	height:40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:16px;
	line-height: inherit;
	height:inherit;
}
input:-moz-placeholder,
.form-control:-moz-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:16px;
	line-height: inherit;
	height:inherit;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:16px;
	line-height: inherit;
	height:inherit;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder { 
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size:16px;
}
div.fancy-select div.trigger {
    background: transparent;
    border-radius: 0px;
    padding: 7px 35px 7px 10px;
    margin-top: 4px;
    min-width: 40px;
    border: 1px solid #000;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .05em;
    width: 100%;
}
div.fancy-select div.trigger:after {
	content:"";
	background: url(../../img/select-down-arrow.svg) no-repeat center center;
	background-size: 12px;
	right:8px;
	top:0;
	width:12px;
	height:31px;
}
div.fancy-select div.trigger.open:after {
    content: "";
	background: url(../../img/select-up-arrow.svg) no-repeat center center;
}
div.fancy-select ul.options {
    top: calc(100% - 1px);
    background: #fff;
    border-radius: 0px;
	border:solid 1px #000;
    border-top: 0px none!important;
    box-shadow: none;
	padding:0px;
	z-index: 999;
}
div.fancy-select ul.options.open {
    top: calc(100% - 1px);
}
div.fancy-select ul.options li {
	background: #fff;
	padding:5px 10px;
	text-transform: none;
	line-height: 15px;
	font-weight: 500;
	position: relative;
}
div.fancy-select ul.options li.disabled{
	color:#ccc !important;
	cursor: auto !important;
	
}
div.fancy-select ul.options li.hover {
    color: #000;
	background-color: #F4F4F4;
} 
div.fancy-select div.trigger.open, div.fancy-select ul.options.open,
.paese-change div.fancy-select div.trigger.open, .paese-change div.fancy-select ul.options.open {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000;
}
div.fancy-select div.trigger.open {
	border-bottom:0px none;
}

div.fancy-select select:focus + div.trigger.open,
div.fancy-select select:active + div.trigger.open,
div.fancy-select select:focus + div.trigger {
	box-shadow:none;
}
div.fancy-select .options  {
	border-radius:0px;
	font-weight:400;
	font-size:10px;
	background-color:#fff;
	letter-spacing: .05em;
}
div.fancy-select ul.options li {
	color:#000;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
div.fancy-select ul.options li.selected {
	background-color: #F4F4F4;
	color:#000;
}
div.fancy-select ul.options.open li {
	padding:5px 10px;
}
.trustpilot-mobile {
	display: none;
}
.font-weight-bold {
	font-weight:bold;
}
.color-pink {
	color:#ff009e!important;
}
.color-blue {
	color:#1096ed!important;
}
.privacy-text {
	font-weight:normal!important;
	line-height: 18px!important;
	font-size:11px!important;
	color:#a1a1a1!important;
	margin-bottom:25px!important;
}
.privacy-text a {
	color:#000000;
}
.privacy-text input[type="checkbox"] {
    margin-top: 0px;
    position: relative;
    top: 2px;
}
.buttons-set .button {
	margin-right:10px;
}
.styled-table {
	margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 24px;
	width:100%;
}
.styled-table td,
.styled-table th {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}
.styled-ol {
	margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 24px;
}
/*Preloader*/
.page-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5001;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.js-page-preloader_loaded {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.js-page-preloader_loaded .page-preloader-wrapper {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.page-preloader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page-preloader-wrapper img {
	width: 100px;
}
/*general classes*/
.fixedPosition {
	position:fixed;
	width:100%;
}
label.error {
	color:#ff009e;
	margin-top:5px;
}
.fullwidth-box {
	width:100%;
}
.alert {
	display:inline-block;
	border-radius: 0;
    font-size: 14px;
	font-weight: bold;
	
}
.alert-danger {
    filter: none;
    background-image: none;
    background-repeat: initial;
    border-color: #f44336;
    color:#000;
    background-color: #fbcac6;
}
.alert-success {
	filter: none;
    background-image: none;
    background-repeat: initial;
    border-color:#4CAF50;
    color:#000;
    background-color: #c4e2c5;
}
.alert-warning {
    filter: none;
    background-image: none;
    background-repeat: initial;
    border-color: #ff9800;
    color:#000;
    background-color: #ffe8c6;
}
.padding-0 {
	padding: 0;
}
.margin-0 {
	margin:0;
}
.padding-top-0{ padding-top:0 !important; }
.padding-top-5{ padding-top:5px !important; }
.padding-top-10{ padding-top:10px !important; }
.padding-top-15{ padding-top:15px !important; }
.padding-top-20{ padding-top:20px !important; }
.padding-top-25{ padding-top:25px !important; }
.padding-top-30{ padding-top:30px !important; }
.padding-top-35{ padding-top:35px !important; }
.padding-top-40{ padding-top:40px !important; }
.padding-top-45{ padding-top:45px !important; }
.padding-top-50{ padding-top:50px !important; }
.padding-top-55{ padding-top:55px !important; }
.padding-top-60{ padding-top:60px !important; }


.padding-bottom-0{ padding-bottom:0 !important; }
.padding-bottom-5{ padding-bottom:5px !important; }
.padding-bottom-10{ padding-bottom:10px v; }
.padding-bottom-15{ padding-bottom:15px !important; }
.padding-bottom-20{ padding-bottom:20px !important; }
.padding-bottom-25{ padding-bottom:25px !important; }
.padding-bottom-30{ padding-bottom:30px !important; }
.padding-bottom-35{ padding-bottom:35px !important; }
.padding-bottom-40{ padding-bottom:40px !important; }
.padding-bottom-45{ padding-bottom:45px !important; }
.padding-bottom-50{ padding-bottom:50px !important; }
.padding-bottom-55{ padding-bottom:55px !important; }
.padding-bottom-60{ padding-bottom:60px !important; }

.margin-top-0{ margin-top:0 !important; }
.margin-top-5{ margin-top:5px !important; }
.margin-top-10{ margin-top:10px !important; }
.margin-top-15{ margin-top:15px !important; }
.margin-top-20{ margin-top:20px !important; }
.margin-top-25{ margin-top:25px !important; }
.margin-top-30{ margin-top:30px !important; }
.margin-top-35{ margin-top:35px !important; }
.margin-top-40{ margin-top:40px !important; }
.margin-top-45{ margin-top:45px !important; }
.margin-top-50{ margin-top:50px !important; }
.margin-top-55{ margin-top:55px !important; }
.margin-top-60{ margin-top:60px !important; }

.margin-bottom-0{ margin-bottom:0 !important; }
.margin-bottom-5{ margin-bottom:5px !important; }
.margin-bottom-10{ margin-bottom:10px !important; }
.margin-bottom-15{ margin-bottom:15px !important; }
.margin-bottom-20{ margin-bottom:20px !important; }
.margin-bottom-25{ margin-bottom:25px !important; }
.margin-bottom-30{ margin-bottom:30px !important; }
.margin-bottom-35{ margin-bottom:35px !important; }
.margin-bottom-40{ margin-bottom:40px !important; }
.margin-bottom-45{ margin-bottom:45px !important; }
.margin-bottom-50{ margin-bottom:50px !important; }
.margin-bottom-55{ margin-bottom:55px !important; }
.margin-bottom-60{ margin-bottom:60px !important; }

.underlined,f
.underlined:hover {
	text-decoration:underline;
}
.title19 {
	font-size: 30px;
    color: #000000;
	font-weight: 400;
	text-transform: none;
}
.title19 > span {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 2px;
}
.title19 > span::before,
.title19 > span::after  {
	 background: url(../../img/dotted-line.png) repeat-x center center; 
	height:1px;
	top:16px; 
	display:none;
}
.blue-row {
	background: #1096ed;
	padding: 20px 0px;
	color: #fff;
}
.flex-box {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
    -webkit-align-items: center;
}
.flex-column {
	flex-direction: column;
	-ms-flex-direction: column;
}
.justify-content-center {
	-webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.banner-click:hover {
	-webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    filter: alpha(opacity=70);
	transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}
.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	/*border: 1px solid #f1f1f1;*/
}
.square-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%); 
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-o-transform: translateX(-50%) translateY(-50%); 
	transform: translateX(-50%) translateY(-50%); 
}
.accordion {
	border-bottom:solid 1px #f1f1f1;
}
.accordion:nth-last-child(1) {
	border-bottom:0px none;
}
.accordion .accordion-title {
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	padding-top:16px;
	padding-bottom:16px;
	padding-right:20px;
	position:relative;
}
.accordion .accordion-title:after {
	content: "\f0d7";
	font-family:"fontawesome";
	position:absolute;
	right:5px;
	line-height:22px;
	color:#000000;
}
.accordion.active .accordion-title:after {
	content:"\f0d8";
}
.accordion .accordion-text {
	padding-bottom:20px;
	color:#000000;
	line-height:20px;
	font-size:15px;
	text-transform:none;
	font-weight:300;
}
.accordion .accordion-text strong {
	font-weight:600;
}
.dark-overlay {
    background: #5d5d5d;
    opacity: 0.3;
    position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode:multiply;
	z-index: 1;
	display: none;
}
.prod-desc-main {
	font-family: 'Open Sans', sans-serif !important;
    padding: 5px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
	position: relative;
	padding-bottom: 20px;
}/*
.prod-desc-main-inner {
    overflow: hidden;
	max-height: 52px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.prod-desc-main-inner.long {
	max-height: 999999px;
}*/
.prod-desc-main .ellipsis:after {
	content:"...";
}
#desc-read-more {
	position: absolute;
	bottom: 0;
	right: 15px;
	line-height: 15px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
#desc-read-more:before {
	font-family:"fontawesome";
	content:"\f078"
}
#desc-read-more.less:before {
	content:"\f077";
}
.prod-desc {
	font-family: 'Open Sans', sans-serif !important;
	padding: 5px 0;
}

.popup-container {
	min-width:320px;
}
#consegna-sicilia-pop.popup-container {
	padding-left:10px;
	padding-right:10px;
}
#cartpopup.popup-container {
    min-width: 300px;
}
#welcome-pop {
	padding:30px 50px;
}
#welcome-pop .button {
	min-width:180px;
	margin: 5px 15px;
}
/*buttons*/
.button {
	padding:4px 24px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#1096ed;
	border:solid 1px #1096ed;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-radius:0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #fff!important;
	min-width:120px;
	display:inline-block;
	text-transform: uppercase;
}
.button:hover {
	background:transparent;
	color:#1096ed!important;
}
.square-button {
	padding:4px 24px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#1096ed;
	border:solid 1px #1096ed;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	color: #fff!important;
	display:inline-block;
}
.square-button:hover {
	background:transparent;
	color:#1096ed!important;
}
.yellow-btn,
.pink-btn {
    color: #fff!important;
    background-color: #ff009e;
    border-color: #ff009e;
}
.yellow-btn:hover,
.pink-btn:hover  {
	color:#ff009e!important;
	background-color:#fff;
	border-color:#ff009e;
}
.light-pink-btn {
    color: #ff009e!important;
    background-color: #fff;
    border-color: #ff009e;
}
.light-pink-btn:hover  {
	color:#fff!important;
	background-color:#ff009e;
	border-color:#ff009e;
}
.blue-btn {
	background-color:#1096ed;
	border-color:#1096ed;
	color:#fff!important;
}
.blue-btn:hover {
	background-color:#fff;
	border-color:#1096ed;
	color:#1096ed!important;
}
.light-blue-btn {
	background-color:#fff;
	border-color:#1096ed;
	color:#1096ed!important;
}
.light-blue-btn:hover {
	background-color:#1096ed;
	border-color:#1096ed;
	color:#fff!important;
}
.white-btn {
	background-color:#fff;
	border-color:#fff;
	color:#000000!important;
}
.white-btn:hover {
	background-color:#000000;
	border-color:#000000;
	color:#fff!important;
}
.light-btn {
	background-color:transparent;
	color:#1096ed!important;
}
.light-btn:hover {
	background-color:#1096ed;
	color:#fff!important;
}
.light-white-btn {
	background-color:transparent;
	border-color: #fff;
	color:#fff!important;
}
.light-white-btn:hover {
	background-color:transparent;
	border-color: #000000;
	color:#000000!important;
}
.light-grey-btn {
	background-color:transparent;
	border-color:#9d9d9d;
	color:#9d9d9d!important;
}
.light-grey-btn:hover {
	background-color: #000000;
	border-color: #000000;
	color:#fff!important;
}
.light-darkgrey-btn {
	background-color:transparent;
	border-color:#505050;
	color:#505050!important;
}
.light-darkgrey-btn:hover {
	background-color: #505050;
	border-color: #505050;
	color:#fff!important;
}
.fullwidth-btn,
.btn-responsive {
	width:100%;
}
/*HEADER*/
/*header {
	border-bottom:solid 1px #000000;
}*/
.home-page header {
	border:0px none;
}
.header-top {
	height:35px;
	line-height:35px;
	background:#000000;
	color:#fff;
	font-size:11px;
	font-weight:500;
}
.header-top a  {
	color:#fff;
}
.header-top .header-top-right {
	text-align:right;
}
.header-top-right .cart-account19 {
	display:inline-block;
	z-index:499;
	color:#434343;
	margin-top:0px;
	position:relative;
}
.header-top-right .cart-account19 .account-header a {
    color: #505050;
}
.header-top-right .cart-account19.account-header a:hover {
    color: #434343;
}
.cart-account19:hover .account-header {
    margin-top: -1px;
    opacity: 1;
    visibility: visible;
}
.cart-account19 .account-header .triangle {
    z-index: 8;
    width: 14px;
    height: 7px;
    background: url(../../img/cart-pointer.svg) no-repeat bottom center;
	background-size:cover;
    position: absolute;
    top: -7px;
    right: 7px;
}
.cart-account19 .account-header-box > h4 {
    border-bottom: solid 1px #d9dce2;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 20px;
}
.cart-account19 .account-header input {
	width:100%;
	line-height:35px;
	padding:0px 15px;
	height:39px;
}
.cart-account19 .account-header label.error {
	display:block;
	
}
.cart-account19 .account-header .form-group {
	line-height:normal;
}
.cart-account19 .account-header .pwforgot-link {
	line-height:30px;
}
.header-top-right .account-link {
	padding-left: 30px;
	margin-left:15px;
	height:30px;
	line-height:30px;
	background:url(../../img/user-icon.svg) no-repeat center left;
	background-size:30px;
	display:inline-block;
}

.cart-account19 .account-header {
    padding: 5px 20px 30px 20px;
    border: solid 1px #000000;
}
.account-header {
    background: #fff;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.1);
    margin-top: 30px;
    padding: 30px 20px;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 290px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.cart-account19 .account-header-box.logged ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.cart-account19 .account-header-box.logged ul li {
	font-size: 14px;
    line-height: 30px;
}
.header-top-right .wishlist-link {
	padding-left: 30px;
	margin-left:15px;
	height:30px;
	line-height:30px;
	background:url(../../img/wishlist-icon.svg) no-repeat center left;
	background-size:29px 25px;
	display:inline-block;
}
.header-top-right .mini-cart {
	display:inline-block;
	z-index:499;
	color:#434343;
}
.header-top-right .carrello-link {
	padding-left: 30px;
	background:url(../../img/shopper-icon.svg) no-repeat center left;
	background-size:24px 30px;
	margin-left:15px;
	height:30px;
	line-height:30px;
	display:inline-block;
}
.header-top-right #cart-count {
	position: absolute;
	width: 24px;
	height: 24px;
	background: #1096ed;
	border-radius: 50%;
	display: block;
	line-height: 24px;
	color: white;
	right: -8px;
	bottom: -8px;
}
.mini-cart .mini-cart-content {
	padding: 5px 20px 30px 20px;
	border:solid 1px #505050;
	width:320px;
}
.mini-cart:hover .mini-cart-content {
    margin-top: -1px;
}
.mini-cart .mini-cart-content .alert {
	background: transparent;
    border: 0px none;
    line-height: 15px;
    text-align: center;
    padding: 0px 5px 10px 5px;
}
.mini-cart .mini-cart-content .triangle {
    z-index: 8;
    width: 14px;
    height: 7px;
    background: url(../../img/cart-pointer.svg) no-repeat bottom center;
	background-size:cover;
    position: absolute;
    top: -7px;
    right: 7px;
}
.mini-cart .mini-cart-content > h4 {
	border-bottom:solid 1px #d9dce2;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:26px;
	letter-spacing:.05em;
	text-align:center;
	margin-bottom:20px;
}
.mini-cart .mini-cart-content .msg-not-found {
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:16px;
	letter-spacing:.05em;
	text-align:center;
}
.mini-cart .mini-cart-content .mini-cart-items {
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
	padding:0px;
	border:0px none;
}
.list-mini-cart-item > li {
	border-color:#f1f1f1;
}
.mini-cart-content .thumb-prod-cart-right {
	position:relative;
}
.mini-cart-content .cart_del {
	position:absolute;
	top:0px; 
	right:0px;
	color:#949494;
	font-size:10px;
	line-height:12px;
}
.mini-cart-content .mini-cart-price {
	text-align:left;
	color:#434343;
	font-size:12px;
	line-height:12px;
	margin-bottom:8px;
	font-weight:bold;
}
.mini-cart-content .mini-cart-title {
	font-size:12px;
}
.mini-cart-content .mini-cart-title a {
	color:#434343;
}
.mini-cart-content .mini-cart-title a:hover {
	color:#949494;
}
.mini-cart-content .mini-cart-info {
	padding:0px;
	font-size: 10px;
    font-weight: 100;
}
.mini-cart-content .thumb-carrello-info {
	line-height:normal;
}
.mini-cart-content .cart-conti {
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-30px;
	background-color:#f1f1f1;
	padding:10px 20px;
	overflow:hidden;
}
.mini-cart-content .cart-sped {
	text-align:left;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom:7px;
	margin-bottom:7px;
}
.mini-cart-content .cart-sped .prezzo {
	float:right;
}
.mini-cart-content .cart-total label {
	float:left;
	font-size:12px;
	font-weight:500;
}
.mini-cart-content .cart-total .prezzo {
	float:right;
	font-size:12px;
	font-weight:500;
}
.mini-cart-content .mini-cart-total {
	margin-bottom:10px;
}
.mini-cart-content .mini-cart-total .button {
	margin-top:10px;
}
.header-main {
	text-align:center;
	padding:30px 0px 0px 0px;
}
.header-main-left {
	margin-top:0px;
	margin-bottom:0px;
}
.header-main-under {
	margin-top: 0;
	margin-bottom: 30px;
}
.header-main-left .header-msg-wrapper,
.header-main-under .header-msg-wrapper {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important; 
}
.header-main-under .header-msg-wrapper {
	align-items: center;
	justify-content: center;
}
.header-main-left .header-msg-wrapper img,
.header-main-under .header-msg-wrapper img {
	width:43px;
	margin-right:25px;
}
.header-main-left .header-msg-wrapper .header-msg,
.header-main-under .header-msg-wrapper .header-msg {
	font-size:11px;
	text-transform: uppercase;
	line-height:15px;
	font-weight: normal;
	text-align: left;
    display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important; 
    align-self: center;
}
.header-main-under .header-msg-wrapper .header-msg {
	margin-top:5px;
	text-align: center;
}

.header-main .logo {
	margin-bottom:30px;
}
.header-main .logo img {
	width:260px;
	transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out;
}
.header-main #topSearch {
	position:relative;
	margin-bottom:25px;
}
.header-main #topSearch input[type="text"] {
	width:100%;
	border:0px none;
	background-color:#f1f1f1;
	padding-left:25px;
	padding-right:40px;
	color:#505050;
	font-size:16px;
	font-weight:300;
	height:45px;
	line-height:45px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	letter-spacing:.05em;
	position: relative;
	z-index:1;
}
.header-main #topSearch input[type="text"]::-webkit-input-placeholder { 
	color:#505050;
	font-size:16px;
}
.header-main #topSearch input[type="text"]:-moz-placeholder { 
	color:#505050;
	font-size:16px;
}
.header-main #topSearch input[type="text"]::-moz-placeholder {
	color:#505050;
	font-size:16px;
}
.header-main #topSearch input[type="text"]:-ms-input-placeholder { 
	color:#505050;
	font-size:16px;
}
.header-main #topSearch button {
	background: transparent;
    border: 0px none;
    height: 40px;
    line-height: 23px;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 0px;
    color: #9d9d9d;
    min-width: 0px;
    padding-right: 0px;
	z-index: 2;
}

	
.easy-autocomplete {
	width: 100% !important;
}

.easy-autocomplete-container {
 
}

.eac-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}

/*.easy-autocomplete-container ul::before {
	content: " ";
	position: absolute;
	height: 100vh;
	width: 100vw;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: -1;
}
*/
.easy-autocomplete-container ul {
	margin: 0 auto;
	/* max-width: 1140px; */
	background: #f1f1f1;
	border: none;
	padding-bottom: 20px;
	max-height: calc(70vh - 155px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 69px;
	max-width: 840px;
}
.easy-autocomplete-container ul li {
	display: block;
    padding: 12px 12px;
    border: none;
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.easy-autocomplete-container ul li.selected div {
	font-weight:bold;
}
.easy-autocomplete-container ul li div {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #717073;
	letter-spacing: normal;
	 display: flex;
    align-items: center;
	font-weight: bold;
	/* font-weight: 600; */
}
.easy-autocomplete-container ul li > div > div.eac-img {
	display: inline-block;
	margin-right: 10px;
	max-width: 55px;
	max-height: 55px;
	overflow: hidden;
	vertical-align: middle;
}
.easy-autocomplete-container ul li > div img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.easy-autocomplete-container ul li > div > div.eac-text {
    flex-direction: column;
    align-items: start;
	justify-content: space-between;
	min-height:55px;
}
.easy-autocomplete-container ul li .eac-prices {
	/*font-weight:normal!important;*/
	color: #ff009e;
}
.easy-autocomplete-container ul li .eac-priceoff {
	display:inline-block;
	margin-right:5px;
}
.easy-autocomplete-container ul li .eac-priceoff + .eac-price  {
	text-decoration: line-through;
	color:#ccc;
}
.easy-autocomplete-container ul div.eac-all-items {
	padding: 12px 10px 12px 12px;
	display: block;
	padding: 12px 12px;
	border: none;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
}
.easy-autocomplete-container ul div.eac-all-items:hover{
	background: #EBEBEB;
}


.easy-autocomplete-container ul div.eac-all-items div {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #717073;
	letter-spacing: normal;
	text-transform: lowercase; 
	font-weight: bold;
} 
.easy-autocomplete-container ul div.eac-all-items > div::before {
	content: "\f002";
	font-family: 'fontawesome';
	display: inline-block;
	margin: 0 16px 0 8px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: 400;
}
.easy-autocomplete .del-search {
	position: absolute;
	top: 1px;
	right: 10px;
	background: #f1f1f1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5cHgiIGhlaWdodD0iOXB4IiB2aWV3Qm94PSIwIDAgOSA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPjBDNjFBNzdDLUQxQTktNDM0NC1BQjk4LUI5OEI0NTgxMkRBNTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iZmlsdHJpL2VsaW1pbmEtdW5vIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMyLjAwMDAwMCwgLTExLjAwMDAwMCkiIGZpbGw9IiM3MTcwNzMiPiAgICAgICAgICAgIDxnIGlkPSJjbG9zZS1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzIuMDAwMDAwLCAxMS4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTQuNDk3NzczNzUsMy40NzcxNzI2NiBDNS41OTc4OTg4MywyLjM3NzUzNTUzIDYuNjM5NDY3NDksMS4zNjA2ODE5OCA3LjY0OTM1MzQ2LDAuMzEzMzE0MzQzIEM4LjAyMDIxMDc0LC0wLjA3MDkzNzA2ODMgOC4yNzc5MTU1NCwtMC4xMjIwNzY0MTEgOC42ODk3OTA2LDAuMjgxMzg3NTcyIEM5LjEyMDA1Mjk0LDAuNzAzMjE2NTExIDkuMDkyNjEzNDYsMC45NzE2Mjc0MjQgOC42NzAyNzE3OSwxLjM3MjU0ODU3IEM3LjYxNjgyMjEyLDIuMzcyMTY3MzEgNi42MDM1NDE1OCwzLjQxMzg4NDE5IDUuNTE2OTk0OCw0LjQ5NTcyMTQ0IEM2LjU5ODE2Njg0LDUuNTcxMDYwMzIgNy42MTIyOTYwMiw2LjYxMDc5OTQzIDguNjY0NjE0MTcsNy42MTA3MDA3MSBDOS4wODAxNjY2OSw4LjAwNTQwNjAyIDkuMTI0ODYxOTIsOC4yNjg0NDg3MiA4LjY5NjAxMzk5LDguNzAyMTQ0MjUgQzguMjQyMjcyNSw5LjE2MTI2ODE4IDcuOTc1Nzk4MzksOS4wMTM3ODM0NCA3LjYwNDk0MTExLDguNjI4Njg0NDIgQzYuNjExNzQ1MTMsNy41OTcxMzg5IDUuNTg4NTYzNzUsNi41OTQ0MTIyNCA0LjQ1NzAzODg2LDUuNDYwMDIyOTYgQzMuNzY0MjYyNzQsNi4xODcyNzUyNiAzLjEwODU0NDA3LDYuODgyMzE4MjYgMi40NDQ5MDQ3Miw3LjU2OTQ1MDE5IEMyLjA2OTIzODQ1LDcuOTU4NTA0NzUgMS42NTkwNjA2OCw4LjMxNjE5NzYxIDEuMzAzMTk2MSw4LjcyMjIwNDQzIEMwLjk0MTk1Njc4MSw5LjEzNDQyNzA4IDAuNjc1NDgyNjY5LDkuMDU0MTg2MzUgMC4zMTgyMDM2ODQsOC43MDIxNDQyNSBDLTAuMDU2NjEzOTM2NSw4LjMzMzE0OTg4IC0wLjE0MDkxMjU0MSw4LjA2OTI1OTU3IDAuMjg2ODAzODY4LDcuNjY2MDc4MTIgQzEuMzYwOTAzODcsNi42NTQwMjc3MSAyLjM5NzA5Nzc5LDUuNjAyMTM5NDcgMy41MDQ1Nzc3OCw0LjUxMDk3ODQ4IEMyLjQwNTU4NDIzLDMuNDE3Mjc0NjQgMS4zOTE3Mzc5MywyLjM3Njk3MDQ2IDAuMzM5NzAyNjU3LDEuMzc2NTA0MSBDLTAuMDc1Mjg0MDk3MiwwLjk4MTc5ODc4NSAtMC4xMjA1NDUwOTMsMC43MTk2MDM3MDQgMC4zMDg1ODU3MjIsMC4yODUzNDMxMDEgQzAuNzYyODkyOTY3LC0wLjE3NDM0NTkwNCAxLjAyODgwMTMyLC0wLjAyNjAxMzU1NzcgMS4zOTkzNzU3MiwwLjM1ODUyMDM5MiBDMi4zOTI4NTQ1NywxLjM5MDA2NTkxIDMuNDE2MzE4ODQsMi4zOTI3OTI1NyA0LjQ5Nzc3Mzc1LDMuNDc3MTcyNjYiIGlkPSJGaWxsLTEiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) 50% no-repeat;
	width: 43px;
	height: 43px;
	background-size: 14px;
	z-index: 4;
} 


.mega-menu{
	background: #fff;
}
.header-main .header-nav-wrapper {
	background-color:#fff;
}
.header-main .header-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.header-nav > nav > ul > li {
	display:inline-block;
}
.header-nav > nav > ul > li > a {
	font-size:16px;
	line-height:51px;
	color:#1096ed;
	padding:0px 12px;
	margin:0px;
	display:inline-block;
	position:relative;
}
.header-nav > nav > ul > li > a.outlet {
	color: #ff009e;
}
a.tag-new {
	color: #ff009e!important;
	position: relative;
}
a.tag-new:before {
    content: "NEW";
    color: #ff009e;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: 15px;
    line-height: 15px;
}
a.tag-promo {
	color: #ff009e!important;
	position: relative;
	padding-right: 33px;
}
a.tag-promo:after {
    content: "NEW";
    color: #ff009e;
    position: absolute;
    z-index: 1;
	right: 0;
    top: -5px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: 15px;
    line-height: 15px;
}
.header-nav > nav > ul > li:hover > a:after, 
.header-nav > nav > ul > li:focus > a:after, 
.header-nav > nav > ul > li:active > a:after {
    left: 0;
    right: auto;
    width: 100%;
}
.header-nav > nav > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    width: 0;
    bottom: 0px;
    background: #ff009e;
    height: 3px;
    transition: width 0.4s ease-out;
    -moz-transition: width 0.4s ease-out;
    -webkit-transition: width 0.4s ease-out;
}
.header-nav > nav > ul > li.has-mega-menu > .mega-menu {
	padding-top:20px;
}
.header-nav > nav > ul > li.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-nav .mega-menu {
	transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}
.custom-directnav .item-slider19 {
	overflow: hidden;
	position: relative;
}
.item-slider19 .banner-info {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin:0;
		overflow: hidden;
}
.mega-banner .banner-info h2 {
	/*color:#000000;
	text-shadow: 0px 0px 10px #fff;*/
	color:#fff;
	margin-bottom: 25px;
    line-height: 42px;
}

.item-slider19.promo10 .banner-info {
	margin-top:-200px;
}
.promo10 .inner-banner-info {
    max-width: 45%;
    color: #1096ed;
}
.custom-directnav .promo10 h2 {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 0px;
	color: #1096ed;
}
.custom-directnav .promo10 h3 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 300;

	color: #1096ed;
}
.promo10 .button {
    min-width: 300px;
    background: #fff;
    color: #1096ed!important;
    border-color: #fff;
    text-transform: capitalize;
}
.promo10-sconto {
	font-size: 120px;
    font-weight: 900;
	color: #1096ed;
    letter-spacing: 0;
}
.mega-banner .banner-info .button:hover {
	background:#fff;
}
.mega-link {
	font-size:14px;
	text-align:center;
}
.mega-link a,
.mega-link > h3 a {
	color:#000000;
}
.mega-link a:hover,
.mega-link > h3 a:hover {
	color:#000000;
}
.mega-link > h3 {
    text-align: left;
    font-weight: bold;
	line-height: 30px;
	margin-bottom:0px;
    /* border-bottom: solid 1px #717f97; */
}
.mega-list-link > li {
	text-align:left;
	text-transform:none;
}
.mega-list-link a {
	padding-left:0px;
}
.mega-list-link a::before {
	display:none;
}
#mobi-menu {
	visibility:hidden;
	display:none;
	/*-webkit-overflow-scrolling: touch;*/
}

/**** STICKY HEADER ****/
header {
	transition: height 0.3s ease, top 0.3s ease;
    -moz-transition: height 0.3s ease, top 0.3s ease;
    -webkit-transition: height 0.3s ease, top 0.3s ease;
}
header.is-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
	background: #fff;
	height:165px;
	top:-165px;
	z-index: 9999;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 15%);
}
header.is-sticky .header-main {
	padding-top: 15px;
}
header.is-sticky .header-main .logo img {
    width: 180px;
}
header.is-sticky .header-main .logo {
	margin-bottom: 15px;
}
header.is-sticky .header-main #topSearch {
	margin-bottom: 0px;
}
header.is-sticky + div#content {
    margin-top: 165px;
}


/*SLIDER*/
.banner-slider19 {
	margin-top: 0px;
    max-width: 1920px;
	max-height:710px;
    margin: 0px auto;
	overflow:hidden;
}
.banner-slider19 .owl-item {
	max-width: 1920px;
	max-height:710px;
}
.banner-slider19 .owl-item .banner-thumb img {
	width:100%;
}
.banner-slider19 img.fotoprimopiano-alt {
	display: none;
}
.inner-banner-info {
	color:#fff;
}
.inner-banner-info .button {
	min-width: 260px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: none;
    letter-spacing: .05em;
}
.inner-banner-info.inverted {
	color:#000000;
}
.inner-banner-info.inverted .button {
	background-color: #fff;
	color:#000!important;
	border-color: #fff;
}
.inner-banner-info.inverted .button:hover {
	background-color: transparent;
	color:#fff!important;
}
.inner-banner-info.greyscale {
	color:#1096ed;
}
.inner-banner-info.greyscale .button {
	background-color: #fff;
	color:#1096ed!important;
	border-color: #fff;
}
.inner-banner-info.greyscale .button:hover {
	background-color: transparent;
	color:#fff!important;
}
.inner-banner-info.darkgreyscale {
	color:#ff009e;
}
.inner-banner-info.darkgreyscale .button {
	background-color: #fff;
	color:#ff009e!important;
	border-color: #fff;
}
.inner-banner-info.darkgreyscale .button:hover {
	background-color: transparent;
	color:#fff!important;
}
.inner-banner-info .button + .button {
	margin-left:30px;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div,
.banner-slider19 .owl-theme .owl-controls .owl-buttons div:hover {
	background:none;
}
.custom-directnav h2 {
    font-size: 68px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 78px;
	margin-top: 0;
}
.custom-directnav h3 {
	font-size:40px;
	line-height: 50px;
	margin-bottom:30px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform:none;
}
.custom-directnav .button.light-white-btn:hover {
	background-color:#fff;
	border-color:#fff;
	color:#000000;
}
.custom-directnav .owl-pagination {
	position:absolute;
	bottom:28px;
	width:100%;
}
.owl-theme .owl-controls .owl-page span {
	background:#fff;
	-webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
}
.owl-theme .owl-controls .owl-page.active span {
	background:#fff;
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*GENERAL CONTENT*/
#content.main-content,
.wishlist-page #content {
	padding-top:70px;
	padding-bottom:70px;
}
#content.main-content h1,
.popup-container h1,
#content h1.pagetitle {
	font-size: 40px;
	line-height:54px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px 0px 30px 0px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: .05em;
}
#content.main-content h2,
.popup-container h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin: 0px 0px 25px 0px;
}
#content.main-content h3,
.popup-container h3 {
	color: #000000;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin: 0px 0px 25px 0px;
}
#content.main-content h4,
.popup-container h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}
#content.main-content h5,
.popup-container h5 {
	color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: .05em;
}
#content.main-content h5 span,
.popup-container h5 span {
	font-weight:normal;
}
#content.main-content h6,
.popup-container h6 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .05em;
    color: #b7bcbf;
	margin: 0px 0px 0px 0px;
}
#content.main-content .form-group h6 {
    margin: 15px 0px 0px 0px;
}
#content.main-content p,
.popup-container p {
	margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 24px;
}
#content.main-content a,
.popup-container a {
	color: #000000;
}
#content.main-content a:hover,
.popup-container a:hover {
	color: #000000;
}
/*HOME PAGE*/

/*Brand slider*/

.brands-slide {
	border:0px none;
	padding:0px;
	margin:100px -15px;
}
.inner-related-product-slider {
	margin-left:-15px;
	margin-right:-15px;
}
.brands-slide .owl-wrapper {
	display: -webkit-box!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important; 
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}
.brands-slide .owl-carousel {
	padding: 25px 60px;
}
    
.brands-slide .owl-theme .owl-controls {
	top:calc(50% - 13px);
	max-width: 100%;
    left: 0;
    right: 0;
	bottom:auto;
	height: 0px;
	position: absolute;
}
.brands-slide .owl-theme .owl-controls .owl-buttons div {
	width:27px;
	height:27px;
	background:transparent;
	color:#000000;
	font-size: 30px;
}
.brands-slide .owl-theme .owl-controls .owl-buttons div.owl-prev {
	float:left;
}
.brands-slide .owl-theme .owl-controls .owl-buttons div.owl-next {
	float:right;
}
.brands-slide .owl-theme .owl-controls .owl-buttons div>i {
	width:100%;
	height:100%;
	line-height:normal;
}
.brands-slide .brand-thumb {
	padding: 0px 30px;
	text-align: center;
}
.brands-slide .brand-thumb img {
	max-width:100px;
	max-height:100px;
}

/*Nuovi arrivi*/
.home-nuoviarrivi-wrapper {
	margin-bottom:85px;
}
.home-nuoviarrivi-wrapper .owl-carousel .owl-wrapper, .home-nuoviarrivi-wrapper .owl-carousel .owl-item {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.nuovi-arrivi-controls {
	text-align:center;
}
.nuovi-arrivi-controls a {
	display:inline-block;
	margin:0px 15px;
	font-size:16px;
	color:#000000;
	/*font-weight:bold;*/
}
.home-prodslide-header {
	border-bottom: solid 1px #C3CFDB;
	padding: 20px 0px;
	margin-bottom: 45px;
}
.home-prodslide-header .title19 {
	margin: 0 0 20px 0;
	text-align: center;
}
.home-nuoviarrivi-wrapper .couple-wrap {
	width: 100%;
}
.couple-wrap .item-collect19 {
	width: auto;
}
.couple-wrap .item-collect19 + .item-collect19 {
	margin-top: 30px;
}
.nuovi-arrivi-controls a:hover,
.nuovi-arrivi-controls a.active {
	color:#000000;
}
.item-collect19 {
	margin: 0 25px;
	text-align:center;
	width:100%;
}
.item-collect19::after,
.item-collect19:hover::after {
	border:none;
}
.item-collect19 .novita {
	border:solid 2px #000000;
}
.item-collect19 .zoom-image,
.item-product .zoom-image {
	margin-bottom:0px;
	position:relative;
	z-index:1;
	overflow:hidden;
	/*height:316px;*/

}
.zoom-image.double-img img,
.zoom-image a img {
	transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.zoom-image.double-img img:nth-child(1) {
	opacity: 1;
}
.zoom-image.double-img:hover img:nth-child(1) {
	opacity: 0;
}
.zoom-image.double-img img:nth-child(2) {
	opacity: 0;
}
.zoom-image.double-img:hover img:nth-child(2) {
	opacity: 1;
}
/*.new-triangle {
	width: 80px;
	height: 80px;
	 transform: rotate(-45deg);        
	-ms-transform: rotate(-45deg);     
	-moz-transform: rotate(-45deg);    
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);      
	color:#fff;
	background-color:#000000;
	bottom:-40px;
	right:-40px;
	position:absolute;
	padding:1px 6px;
	text-align:center;
	font-size:10px;
}*/
.new-triangle {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 0;
    background: url(../../img/prezzo-netto.svg);
    background-size: cover;
}
.promo-triangle {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    position: absolute;
    padding: 0;
    background: url(../../img/promo-days.svg);
    background-size: cover;
}
.riassortimento {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: #f1f1f1;
    color: #e00322;
	-webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    filter: alpha(opacity=95);
    font-size: 12px;
}
.item-collect19 .product-item-cl-change,
.item-product .product-item-cl-change  {
	margin-top:0px;
	min-height:25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}
.item-collect19 .product-item-cl-change > a,
.item-product .product-item-cl-change > a {
	display:inline-block;
	margin: 2px;
	height:23px;
	line-height:18px;
	position:relative;
	border-radius: 50%;
	border:solid 1px #fff;
}
.item-collect19 .product-item-cl-change > a:hover,
.item-product .product-item-cl-change > a:hover {
	border-color:#000;
}
.item-collect19 .product-item-cl-change > a.more-dots,
.item-product .product-item-cl-change > a.more-dots {
	color:#000;
	border:0px none;
	line-height:23px;
}

	
.circle {
	width:17px;
	height:17px;
	border-radius:50%;
	border:solid 1px #777777;
	display:inline-block;
	margin:2px;
}
/*.promo-triangle {
	width: 80px;
	height: 80px;
	 transform: rotate(-45deg);        
	-ms-transform: rotate(-45deg);     
	-moz-transform: rotate(-45deg);    
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg);      
	color:#fff;
	background-color:#e00322;
	bottom:-40px;
	right:-40px;
	position:absolute;
	padding:1px 9px;
	text-align:center;
	font-size:10px;
}*/
.item-collect19,
.item-product {
	position: relative;
	padding-bottom: 75px;
}
.item-collect19 .add-popup-trigger-wrapper,
.item-product .add-popup-trigger-wrapper {
	position: absolute;
	bottom: -40px;
	width: 100%;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.item-collect19:hover .add-popup-trigger-wrapper , 
.item-product:hover .add-popup-trigger-wrapper  {
	bottom: 0px;
}
.item-collect19 .add-popup-trigger-wrapper .button,
.item-product .add-popup-trigger-wrapper .button {
	margin: 0;
	width: 100%;
}
.item-collect19 .add-popup-trigger-wrapper .button:hover,
.item-product .add-popup-trigger-wrapper .button:hover {
	background-color: #fff;
}



.wishlist-page .item-product {
	padding-bottom:120px;
}
.product-gridview .list-unstyled,
.product-gridview .list-unstyled .prod-container,
.related-product-slider .owl-wrapper,
.related-product-slider .owl-wrapper .owl-item {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.related-product-slider .owl-wrapper .owl-item .item-product {
	margin:0 25px;
}
.item-collect19 .item-footer,
.item-product .item-footer {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	z-index: 99;
}
.item-collect19 .button {
	margin-top:45px;
	position:relative;
	z-index:1;
	padding-left:15px;
	padding-right:15px;
}
.item-collect19 h3,
.item-product h3 {
	margin:0px;
	font-size:17px;
	line-height: 25px;
	font-weight:600;
	position:relative;
	z-index:1;
    text-transform: capitalize;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 50px;
}
.item-collect19 h5.badge-esaurito,
.item-product h5.badge-esaurito {
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff009e;
    height: 27px;
    line-height: 27px;
    margin: 0;
    width: 100%;
    background: #f1f1f1;
}
.item-collect19 h3 a,
.item-product h3 a {
	color:#000000;
}
.item-collect19 h3 span,
.item-product h3 span {
	font-weight:100;
}
.item-collect19 .badge-promo, 
.item-product .badge-promo {
    background: #ff009e;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 50%;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #000000;
	top:40%;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div i,
.brands-slide .owl-theme .owl-controls .owl-buttons div i {
	color:#505050;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div:hover,
.brands-slide .owl-theme .owl-controls .owl-buttons div:hover {
	/*background:#1096ed;*/
	background:transparent;
}
/*.owl-directnav19 .owl-theme .owl-controls .owl-buttons div:hover i,
.brands-slide .owl-theme .owl-controls .owl-buttons div:hover i {
	color:#ffffff;
}*/
/*Assistenza*/
.assistenza-box {
	text-align:center;
	min-height:100px;
}
.whatsapp-link {
	position: relative;
    display: inline-block;
    text-align: center;
}
.whatsapp-link .whatsapp-nr {
	-webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    width: 100%;
    font-size: 25px;
    display: inline-block;
}
.whatsapp-link:hover .whatsapp-nr {
	-webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.assistenza-box:nth-child(1) {
	text-align: right;
}
.assistenza-box:nth-child(3) {
	text-align: left;
}

.assistenza-box:nth-child(4) {
	text-align:left;
}
.assistenza-box i.fa {
	font-size: 48px;
    line-height: 96px;
}
.assistenza-box h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}
.assistenza-box input[type="email"] {
	background-color:transparent;
	border:solid 1px #fff;
	border-right:0px none;
	width:100%;
	height:36px;
	font-size:12px;
	line-height:36px;
	padding:0px 12px;
}
.assistenza-box input::-webkit-input-placeholder { 
	font-weight:100;
	font-size:12px;
	color:#fff;
}
.assistenza-box input:-moz-placeholder { 
	font-weight:100;
	font-size:12px;
	color:#fff;
}
.assistenza-box input::-moz-placeholder {
	font-weight:100;
	font-size:12px;
	color:#fff;
}
.assistenza-box input:-ms-input-placeholder { 
	font-weight:100;
	font-size:12px;
	color:#fff;
}
.assistenza-box input[type="checkbox"] {
	display:inline-block;
	position: relative;
    top: 3px;
}
.assistenza-box a {
	color:#fff;
}
.assistenza-box button {
	line-height: 26px;
	padding:4px 14px;
	width:100%;
	font-size:11px;
	border-radius:0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color:#1096ed!important;
}
.assistenza-box button:hover {
	color:#fff!important;
	background-color:#1096ed;
	border-color:#fff;
}
.assistenza-box label {
	margin-top:8px;
	font-size:11px;
	font-weight:100;
	line-height: 16px;
}
/*Consegna*/
.home-consegne-wrapper {
	margin-bottom:85px;
}
.box-home-consegna {
	margin-top:40px;
	padding-top:25px;
	padding-bottom:25px;
}
.box-home-consegna:nth-child(1) {
	border-right:solid 1px #e5e5e5;
}
.home-consegne-wrapper .box-home-consegna h2 {
	color:#000000;
	margin-top:0px;
	font-size:34px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:20px;
}
.home-consegne-wrapper .box-home-consegna h2 a {
	color:#000000;
}
.home-consegne-wrapper .box-home-consegna h2 span {
	font-size:32px;
}
.home-consegne-wrapper .box-home-consegna h3 {
	margin-top:0px;
	font-size:20px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
}
.home-consegne-wrapper .box-home-consegna img {
	height:74px;
}
/*Banner brand home*/
.banner-brand-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width:1920px;
	margin:0px auto;
	flex-wrap: wrap;
}
.banner-brand-wrapper .banner-brand-row {
	margin-bottom: 30px;
}
.banner-brand-wrapper .banner-brand-inner {
	position: relative;
	display: flex;
	overflow: hidden;
}
.banner-brand-wrapper .banner-brand {
	display: flex;
	height:100%;
}
.banner-brand-wrapper .banner-brand img {
    object-fit: cover;
	transition: all 0.9s ease-out 0s;
    -webkit-transition: all 0.9s ease-out 0s;
}
.banner-brand-inner:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.banner-brand-wrapper .banner-brand .button {
	position: absolute;
    z-index: 2;
    top: calc(50% - 42px);
    left: calc(50% - 120px);
    width: 240px;
    height: 84px;
	text-transform: none;
    font-size: 18px;
    letter-spacing: .045em;
    line-height: 24px;
    padding-top: 29px;
    padding-bottom: 29px;
}
.banner-brand-wrapper .banner-brand .button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #1096ed!important;
}
/*trustpilot*/
.trustpilot-home {
	padding: 30px 0px;
	background-color: #f1f1f1;
}
.trustpilot-footer {
	margin-top: 0px;
	width: 140px;
}
.trustpilot-prod {
	margin-bottom: 15px;
	background-color:#f1f1f1;
	padding: 20px 0px;
}
.trustpilot-cart {
	margin-top: 30px;
}

/*Metodi pagamento*/
.box-home-pagamenti {
	margin-top:30px;
}
.box-home-pagamenti img {
	width: 35%;
	margin: 0px 25px;
	border: solid 1px #c3cfda;
}

/*PRODOTTI MASTER*/
.shop-header {
	padding:70px 0px 30px 0px;
	margin-bottom: 30px;
}
.shop-header .breadcrumbs {
	font-size:10px;
	line-height:40px;
}
.shop-header .breadcrumbs ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.shop-header .breadcrumbs ol li {
    display:inline-block; 
}
.shop-header .breadcrumbs a {
	color:#434343;
	position:relative;
	padding-right:16px;
	margin-right:12px;
	display:inline-block;
	line-height:22px;
}
.shop-header .breadcrumbs a:hover {
	color:#000000;
}
.shop-header .breadcrumbs a:after {
	content: "\f105";
	font-family:"fontawesome";
	position:absolute;
	right:0px;
}
.shop-header .breadcrumbs li:nth-last-child(1) a:after {
	content: "";
}
.shop-header .breadcrumbs span {
	font-weight:300;
	display:inline-block;
	line-height:22px;
	text-transform:uppercase;
	font-size: 12px;
}
.shop-header .shop-ordinamento {
	text-align:right;
}
.shop-header .shop-ordinamento #order {
	min-width: 195px;
    text-align: center!important;
    border-color: #f1f1f1;
    font-size: 11px;
    font-weight: bold;
    color: #505050;
    cursor: pointer;
}
.shop-header .shop-ordinamento h4 {
	margin:0px 20px 0px 0px;
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#434343;
	line-height:22px;
}
.shop-header .shop-ordinamento form {
	display:inline-block;
}
.shop-header .shop-ordinamento a {
	padding:0px 25px;
	display:inline-block;
	color:#434343;
	font-size:15px;
	line-height:22px;
	border-left:solid 1px #a3a3a3;
}
.shop-header .shop-ordinamento a:hover,
.shop-header .shop-ordinamento a.active {
	color:#000000;
}
.shop-header .shop-ordinamento a:nth-child(2) {
	border:0px none;
}
.video-box {
    padding: 35px 25px;
    background: #f1f1f1;
    margin-bottom: 35px;
	display: flex;
    justify-content: center;
	align-items: center;
}
.video-box iframe {
	aspect-ratio: 16 / 9;
    width: 100% !important;
}
.content-grid-sidebar .sidebar-shop {
	margin-top:0px;
}
.content-grid-sidebar .sidebar-shop h3 {
	color:#1096ed;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	margin:0px 0px 35px 0px;
}
.sidebar-shop .widget-filter .widget-title > span::after {
	display:none;
}
.sidebar-shop .widget-filter {
	padding:0px 0px 35px 25px;
	/*border-bottom:solid 1px #dedede;*/
	margin-bottom:0px;
	position:relative;
}
.sidebar-shop .widget-filter ul {
	margin-top: 20px;
}
.sidebar-shop .widget-filter .widget-title {
	font-weight:normal;
	font-size:15px;
	padding-left: 25px;
    margin-left: -25px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
	text-transform:uppercase;
	color:#1096ed;
}
.sidebar-shop .widget-filter .widget-title:before {
	content: "\f105";
	font-family:"fontawesome";
	position:absolute;
	left:3px;
}
.sidebar-shop .widget-filter.active .widget-title:before {
	content: "\f107";
}
.sidebar-shop .widget-filter .clear-local-filters {
	color:#8a8a89!important;
	font-size:10px;
    position: absolute;
    right: 55px;
    line-height: 16px;
	top:25px;
}
.sidebar-shop .widget-filter:nth-last-child(1) {
	border:0px none;
}
.widget-filter ul li.active a span::after {
    color: #555;
    content: "";
    font-family: fontawesome;
    font-size: 10px;
    left: 5px;
    position: absolute;
    top: 4px;
}
.widget-filter ul li.active a span::after,
.widget-filter ul li.active a,
.widget-filter ul li:hover a {
	color:#000000;
}
.widget-filter ul li a .color-dot {
	display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: solid 1px #cccccc;
	border-radius: 50%;
	margin-right:10px;
}

.sidebar-shop .side-banner {
	margin:30px 0px;
}
.sidebar-shop .side-banner .banner-click {
	margin-bottom:15px;
}
.sidebar-shop .side-footer {
	margin-top:45px;
}
.sidebar-shop .side-footer h4 {
	color: #000000;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:10px;
	margin-bottom:22px;
	position:relative;	
	letter-spacing:.05em;
}
.sidebar-shop .side-footer h4:after {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	height:2px;
	width:50px;
	background:#000000;
}
.sidebar-shop .side-footer a {
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	border-radius:50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color:#000000;
	color:#fff;
	font-size:18px;
	display:inline-block;
	text-align:center;
	width:32px;
	height:32px;
	border:solid 1px #000000;
	margin-right:16px;
	line-height:30px;
}
.sidebar-shop .side-footer a:hover {
	background-color:#fff;
	color:#000000;
}
.item-product {
	text-align:center;
	margin-bottom:35px;
	width:100%;
}
.item-product .product-info {
	padding-top:0px;
	padding-bottom:10px;
}
.collect19 .owl-wrapper-outer {
	margin-bottom:0;
}
.item-product .product-brand, .item-collect19 .product-brand {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 35px;
}
.item-product .quick-action-wrapper + .product-brand {
	margin-top:0px;
}
.item-product .product-brand a,
.item-collect19 .product-brand a {
	position:relative;
	z-index:1;
}
.item-product .product-brand img, .item-collect19 .product-brand img {
	max-width: 40%;
	max-height: 30px;
}
.item-product .product-info .product-cod,
.item-collect19 .product-cod {
	font-weight: 500;
    font-size: 12px;
    margin: 0;
	letter-spacing: .05em;
}
.item-product .product-code {
	font-size:13px;
	font-weight:bold;
	margin:4px 0px 10px 0px;
}
.item-product .product-extra-link a:nth-last-child(1) {
	margin-right:0px;
}
.item-product:hover .product-title a {
	color:#000000;
}
.item-product .product-thumb {
	overflow:hidden;
}

	
/*
immagini rettangolari
.item-product .product-thumb {
	height:342px;
}
.related-product-slider .item-product .product-thumb {
	height:246px;
}
.zoom-image a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.zoom-image a img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	//min-height: 100%;
}*/


/*immagini quadrate*/
.zoom-image a.square-container img {
	object-fit: contain;
    min-width: initial;
    min-height: initial;
    max-width: none;
    width: 100%;
    height: 100%;
}
.cart-thumb.square-container {
	width:auto;
}

.zoom-image:hover a.square-container img,
.cart-thumb.square-container:hover img,
.item-collect19:hover .zoom-image img {
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.15);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.15);
    transform: translateX(-50%) translateY(-50%) scale(1.15);
}
    
	

.product-thumb-link::after {
	background: rgba(0,0,0,0.3);
}
.item-product .product-price-box {
	margin:15px 0px 10px 0px;
}
.item-product p.product-price,
.item-collect19 p.product-price {
	font-size:24px;
	margin-top:10px;
	font-weight:normal;
}

.item-product p.product-price .price,
.item-collect19 p.product-price .price {
	font-size:20px;
	font-weight: 600;
	color:#000000;
}
.item-product p.product-price .originale,
.item-collect19 p.product-price .originale {
	position: relative;
	color:#a0a0a0;
	display:inline-block;
	margin-right:15px;
	font-size:15px;
	font-weight:300;
}
.item-product p.product-price .originale::after,
.item-collect19 p.product-price .originale::after {
    background: #a0a0a0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
}
.item-product p.product-price .scontato.price,
.item-collect19 p.product-price .scontato.price {
	color:#ff009e;
	font-size: 20px;
	font-weight: 600;
}
.item-product p.product-price .labeliva,
.item-collect19 p.product-price .labeliva {
	font-size:10px;
}
.product-extra-link > a > span {
    bottom: -12px;
    margin-top: 20px;
}
.shop-pagibar.bottom {
	border:0px none;
}
.pagibar > a {
	border-color:#fff;
	color:#a1a1a1;
	font-size:14px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	font-weight:500;
	min-width: 25px;
    padding: 0px 3px;
}
.pagibar > a:hover,
.pagibar > a.current-page {
	border-color:#c4c4c4;
	color:#1096ed;
	font-weight:bold;
}
.pagibar > a.next-page,
.pagibar > a.prev-page {
	font-size: 20px;
    line-height: 26px;
}
.shop-pagibar.bottom .scrollToTop {
	font-size:14px;
	font-weight:500;
	color:#a1a1a1;
	padding-left:35px;
	position:relative;
	line-height:22px;
}
.shop-pagibar.bottom .scrollToTop i.fa {
	position:absolute;
	left:0px;
	line-height:22px;
	font-size:25px;
}
.shop-pagibar.bottom .scrollToTop:hover {
	color:#1096ed;
}


/*QUICKVIEW*/
.quick-action-wrapper {
	margin: 15px 0px 10px 0px;
	height:15px;
	line-height:15px;
	position: relative;
    z-index: 2;
}
a.quick-action {
	display: inline-block;
    border-bottom: solid 1px;
    margin-top: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    margin: 0px 5px 5px 5px;
	color:#000000;
}
.item-collect19:hover a.quick-action,
.item-product:hover a.quick-action {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*PRODOTTI DETAIL*/
.product-detail {
	margin-bottom:60px;
}
.product-detail .product-gallery {
    padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.product-detail .product-gallery .bx-pager {
    left: 0;
    right: auto;
    top: 25px;
	bottom:0;
    width: 100%;
	position:relative;
}
.product-gallery .bx-pager a {
    display: inline-block;
    margin:0px 0px 10px 0px;
    width: 130px;
}
.product-gallery .bx-pager a.active::after {
	border-color:#dcdcdc;
}
.product-share {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #000;
    font-size: 10px;
    font-weight: bold;
	line-height: 18px;
	margin:30px 0; 
}
.product-share .addto-wishlist {
	
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-share .addto-wishlist {
	color: #000;
	line-height:25px;
}
.product-share .addto-wishlist i {
	color:#1096ed;
	font-size:18px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-share .addto-wishlist:hover {
	color:#1096ed;
}
.product-share .prod-sharebox {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-share .prod-sharebox span {
	line-height:25px;
}
.product-share .prod-sharebox .inline-socialshare {
	display: flex;
}
.product-share .prod-sharebox .inline-socialshare a {
	margin-left: 10px;
    font-size: 14px;
    background-color: #1096ed;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    line-height: 25px;
}
.product-share .prod-sharebox .inline-socialshare a.waShare {
	font-size: 18px;
}
.content-detail.no-sidebar .detail-info {
	margin:0px;
}
.product-detail .brand-logo {
	margin-bottom:30px;
}
.product-detail h5 {
	font-size: 15px;
	font-weight: 100;
	color: #505050;
	margin: 0px 0px 8px;
	letter-spacing: .05em;
	max-width: 250px;
	max-height: 50px;
}
/*
.product-detail h5 { 
	font-size: 11px;
    font-weight: bold;
	color: #505050;
	margin:0px 0px 15px;
	letter-spacing:.075em;
}*/

.product-detail .brand-logo img {
	max-height: 60px;
	max-width: 180px;
}

.product-detail .title-detail {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0px 20px 0px;
	letter-spacing: .05em;
}
/*
.product-detail .title-detail {
	font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    margin: 0px 0px 10px 0px;
    letter-spacing: .05em;
}
*/
.product-detail .title-detail span {
    font-size: 16px;
    font-weight: 100;
}
.product-price ins {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #000000;
}
.product-detail .product-price del {
	font-size:17px;
}
.product-detail h5.nonscontabile {
	color:#000000;
	margin-top:20px;
	margin-bottom:0px;
}
#prod-form {
	/*overflow:hidden;*/
	margin-top:40px;
}
.prod-desc-main + #prod-form {
	margin-top: 20px;
}
#prod-form h4 {
	margin: 0;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .05em;
}

.product-detail .color-circle {
	width: 35px;
    height: 35px;
    background: rgb(195,195,195);
    border: solid 1px #777777;
	border-radius: 50%;
	display: block;
}
.select2Buttons {
	overflow: hidden;
}
.select2Buttons ul {
	margin: 0px;
}
.select2Buttons li {
	margin: 0 25px 15px 0;
	position: relative;
}
.select2Buttons li, .select2Buttons a {
    float: left;
    min-width: 50px;
    text-align: center;
}
.select2Buttons li.esaurito::after {
    content: "esaurito";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 7px;
    color: #cccccc;
    text-align: center;
    width: 100%;
}
.select2Buttons .disabled span {
    color: #cccccc;
    padding: 4px;
	line-height: 40px;
	font-size:11px;
}
.select2Buttons a {
    color: #000;
    padding: 4px;
	line-height:40px;
}
.select2Buttons li a, .select2Buttons .limited a, .select2Buttons .disabled {
    border: 1px solid #f1f1f1;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius:0px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	letter-spacing:.075em;
}
.select2Buttons a:hover, 
.select2Buttons .picked {
    background: #1096ed;
    border-color: #1096ed;
    color: #fff;
    text-decoration: none;
}
.select2Buttons .color-buttons a {
    color: #000;
    padding: 4px;
	line-height:41px;
	min-width: 45px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius:50%;
}
.select2Buttons .color-buttons a:hover, 
.select2Buttons .color-buttons .picked {
    background: transparent;
    border-color: #000;
    color: #000;
    text-decoration: none;
}
/*#prod-form #validateMsg {
	margin-top:30px;
}*/
.product-detail .grid-buy-wrapper {
	overflow-x:auto;
	margin:45px 0px 30px 0px;
}
.product-detail .grid-buy {
	margin:0;
	font-size:13px;
	width:100%
}
.product-detail .grid-buy th {
	padding:10px;
	text-align:center;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #aeb5c1;
	border-left:solid 1px #aeb5c1;
	font-weight:500;
}
.product-detail .grid-buy td {
	text-align:center;
	padding:10px;
	border-top:0px none;
	border-bottom:solid 1px #aeb5c1;
	border-right:solid 1px #aeb5c1;
	border-left:solid 1px #aeb5c1;
	font-weight:100;
}

.product-detail .grid-buy td.first {
	position:relative;
}
.product-detail .grid-buy td.first .color-sample {
	width: 15px;
	height: calc(100% - 4px);
	background: rgb(195,195,195);
	position: absolute;
	top: 2px;
	left: 2px;
	border:solid 1px #f1f1f1;
}


.grid-buy .inputtext {
    border: 1px solid #aaa;
    display: block;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    width: 30px;
}
.qty-selector div.fancy-select div.trigger {
	border-color: #f1f1f1;
	margin: 0px;
	padding: 9px 35px 9px 35px;
	font-size:15px;
	font-weight:300;
	text-align: center;
}
.qty-selector div.fancy-select div.trigger:after {
	height:40px;
}
.qty-selector div.fancy-select div.trigger.open, .qty-selector div.fancy-select ul.options.open {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #000;
}
.qty-selector div.fancy-select ul.options {
    top: calc(100% - 1px);
    background: #fff;
    border-radius: 0px;
    border: solid 1px #fff;
    border-top: 0px none!important;
    box-shadow: none;
    padding: 0px;
    z-index: 999;
}
.qty-selector div.fancy-select ul.options li {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}
.product-detail button.addtocart {
	margin:0px;
	background-color:#1096ed;
	border-color:#1096ed;
	color:#fff;
	line-height: 30px;
}
.product-detail button.addtocart:hover {
	background-color:#fff;
	color:#1096ed!important;
}
.box-riassortibile {
	margin-top: 40px;
    margin-bottom: 25px;
    padding: 20px 15px;
    background: #f1f1f1;
    color: #e00322;
}
.box-riassortibile h4 {
	font-size:16px;
}
.product-detail .addto-wishlist i.fa {
	margin-right:10px;
}
.product-detail .button {
	font-size:14px;
}
.product-detail-info {
	margin:30px 0px;
	border-top:solid 1px #f1f1f1;
}
.product-detail-info .accordion {
	border-bottom:solid 1px #f1f1f1;
}
.info-disponibilita {
	border-bottom:solid 1px #f1f1f1;
}
.product-detail-info h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	position: relative;
}
.product-detail-info h4 span {
	position: absolute;
	right:0;
}

#guida-taglie {
    text-transform: uppercase;
    font-size: 13px;
	color:#000;
    margin: 10px 0px 20px 0px;
    display: block;
    padding-left: 40px;
    background: url(../../img/guidataglie-icon.svg) no-repeat center left;
    background-size: 25px;
    line-height: 25px;
}

.related-product > h2 { 
	/* line-height: 40px; */
	margin-top: 0px;
	margin-bottom: 40px;
}
.related-product-slider {
	border:0px none;
	padding:0px;
	margin-bottom:120px;
}
.related-product-slider .inner-related-product-slider .owl-carousel {
	padding: 0;
}

.owl-directnav19 .owl-theme .owl-controls ,
.related-product-slider .owl-theme .owl-controls {
	top:calc(50% - 120px);
	max-width: 100%;
    left: 0px;
    right: 0px;
	bottom:auto;
	height: 0px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div ,
.related-product-slider .owl-theme .owl-controls .owl-buttons div {
	width: 27px;
	height: 27px;
	background: transparent;
	color: #000;
	top: 34%;
}
.owl-controls .owl-buttons .freccia-dx, .owl-controls .owl-buttons .freccia-sx {
	width: 16px;
	height: 32px;
	display: block;
}
.owl-controls .owl-buttons .freccia-dx {
	margin-left: 12px;
}

.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-prev ,
.related-product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	float:left;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-next ,
.related-product-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	float:right;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div>i ,
.related-product-slider .owl-theme .owl-controls .owl-buttons div>i {
	width:100%;
	height:100%;
	line-height:normal;
}
.product-detail-footer .button {
	min-width:260px;
	font-size:14px;
}
/*POPUP PROD DETAIL*/
#prod-item-buy {
	transition: visibility 0.4s, opacity 0.4s linear;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: transparent;
	padding-top: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
#prod-item-buy .close-prod {
    background-image: url(../../img/close-black.svg?);
    font-weight: 300;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: 9999px;
	position: absolute;
	top:10px;
	right:10px;
	z-index: 1;
}
#prod-item-buy.shown{
	opacity: 1;
	visibility: visible;
} 
#prod-item-buy .prod-detail-container {
	display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
    z-index: 2;
    max-height: 80vh;
	width: 360px;
	min-height: 420px;
	padding: 30px;
}
#prod-item-buy .prod-img {
	padding-right:0px!important;
}
#prod-item-buy .product-detail {
	margin: 0;
}
#prod-item-buy h3 {
	font-size:17px;
	font-weight:600;
	line-height: 21px;
	letter-spacing: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
#prod-item-buy h3 a {
	color: #000!important;
}
#prod-item-buy .product-price {
	margin: 0;
}
#prod-item-buy .product-price ins {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .05em;
	margin-right: 10px;
}
#prod-item-buy .product-price del {
	font-size:16px;
	font-weight: 400;
	letter-spacing: 0;
}
#prod-item-buy .labeliva {
	font-size:10px;
	color: #989898;
	margin-right: 5px;
}
#prod-item-buy #prod-form {
	margin-top: 20px;
}
#prod-item-buy h4 {
	font-size:14px;
	font-weight:bold;
	line-height: 18px;
	letter-spacing: .07em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#prod-item-buy .select2Buttons .select-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#prod-item-buy .select2Buttons li {
    margin: 0px 10px 20px;
}
#prod-item-buy .styled-link {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000!important;
	letter-spacing:.01em;
}

/*GIFT CARD*/
.title-giftcard {
	font-size: 44px;
    line-height: 55px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 25px;
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.title-giftcard span {
	font-family: 'Cormorant', serif;
	font-style: italic;
	font-size: 44px;
    line-height: 50px;
	font-weight: 300;
	display: block;
}
.title-giftcard:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 80px;
    background: #000;
}
.giftcard-range-wrapper {
    margin: 0 0 20px 0;
}

.giftcard-range-title {
	margin: 0;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: .05em;
}

input[type=range].giftcard-range {
    width: 100%;
    border-bottom: none;
    padding: 4px 0px;
    margin: 0;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type=range].giftcard-range:focus {
    outline: none;
}

input[type=range].giftcard-range::-webkit-slider-runnable-track {
    /*background: var(--color-divider);*/
	background: #1096ed;
    border: 0;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

input[type=range].giftcard-range::-webkit-slider-thumb {
    margin-top: -7.5px;
    width: 18px;
    height: 18px;
    background: #1096ed;
    border: 1px solid #1096ed;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range].giftcard-range:focus::-webkit-slider-runnable-track {
    background: #1096ed;
}

input[type=range].giftcard-range::-moz-range-track {
    background: #1096ed;
    border: 0;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

input[type=range].giftcard-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #1096ed;
    border: 1px solid #1096ed;
    border-radius: 50px;
    cursor: pointer;
}

input[type=range].giftcard-range::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 7.5px 0;
    color: transparent;
    width: 100%;
    height: 1px;
    cursor: pointer;
}

input[type=range].giftcard-range::-ms-fill-lower {
    background: #1096ed;
    border: 0;
}

input[type=range].giftcard-range::-ms-fill-upper {
    background: #1096ed;
    border: 0;
}

input[type=range].giftcard-range::-ms-thumb {
    width: 16px;
    height: 16px;
    background: #1096ed;
    border: 1px solid #1096ed;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}

input[type=range].giftcard-range:focus::-ms-fill-lower {
    background: #1096ed;
}

input[type=range].giftcard-range:focus::-ms-fill-upper {
    background: #1096ed;
}

@supports (-ms-ime-align:auto) {
    input[type=range].giftcard-range {
        margin: 0;
    }
}
#form-giftcard .product-detail-value {
	color: #ff009e;
}

.giftcard-option {
	margin-top: 35px;
    margin-bottom: 15px;
}
.giftcard-option label {
	cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: 400;
}
.giftcard-option input[type="checkbox"] {
	cursor: pointer;
}
.giftcard-control-wrap .privacy-text .form-check-label {
	display: inline;
}
.gift-card-wrapper {
    justify-content: center;
    display: flex;
}

.gift-card {
	padding-top: 85px;
    padding-bottom: 85px;
    margin-bottom: 65px;
    border-top: solid 2px #1096ed;
    border-bottom: solid 2px #1096ed;
}
.gift-card-title {
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 5px;
    overflow: hidden;
    text-transform: uppercase;
}
.gift-card-box {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    height: 100%;
    padding-top: 13px;
    padding-bottom: 35px;
    justify-content: center;
    min-width: 355px;
}

.gift-card-box p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
	color: #000;
}

.gift-card-content {
    width: 60%;
}

/*.gift-card-box h2 {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    height: 43px;
}*/

.gift-card-icon {
    padding-right: 30px;
	font-size: 40px;
	color: #ff009e;
}

a.gift-card-box-link {
    position: absolute;
    bottom: 0;
    color: #1096ed;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.81px;
    text-transform: uppercase;
}


/*CARRELLO*/
.cart-wrapper {
	margin-top:30px;
}
#carrello-detail {
	overflow: hidden;
}
.cart-wrapper {
	margin-top:50px;
}
.cart-items table{
	width:100%;
}
.cart-items tr {
	border-bottom:solid 1px #ddd;
}
.cart-items th h4 {
	letter-spacing:.05em;
	margin-top:0px;
	margin-bottom:17px;
	line-height:normal;
}
.cart-items .cart-item td {
	padding-top:25px;
	padding-bottom:40px;
	vertical-align: top;
}
.cart-item .cart-item-image {
	vertical-align:top;
	position:relative;
}
.cart-item .remove-button {
	position:absolute;
	top:10px;
	left:0px;
	width:24px;
	height:24px;
	line-height:22px;
	text-align:center;
	color:#fff!important;
	font-size:12px;
	background-color:#ff009e;
	border: solid 1px #ff009e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	/*z-index: 99;*/
	z-index:1;
}
.cart-item .remove-button:hover {
	background-color:#fff;
	color:#ff009e!important;
}
.cart-item .cart-item-description {
	padding-top:0px;
	vertical-align:middle;
}
#content.main-content .cart-item .cart-item-description h4 {
	margin-top:0px;
	margin-bottom:5px;
	font-size:14px;
	letter-spacing:.05em;
	line-height:normal;
	font-weight:bold;
}
.cart-item .cart-item-description h6 {
	font-size:11px;
	line-height:23px;
	margin-top:0px;
	margin-bottom:0px;
}
.cart-item .cart-item-description .cart-item-actions {
	margin-top:20px;
}
.cart-item .cart-item-description .cart-item-actions a {
	color:#000000;
	font-size:11px;
	font-weight:900;
	letter-spacing:.05em;
	padding:0px 10px;
	border-left: solid 1px #000000;
	line-height:16px;
}
.cart-item .cart-item-description .cart-item-actions a i {
	margin-right:10px;
	font-size:12px;
}
.cart-item .cart-item-description .cart-item-actions a:hover {
	color:#000000;
}
.cart-item .cart-item-description .cart-item-actions a:nth-child(1) {
	padding-left:0px;
	border-left:0px none;
}
.cart-item .cart-item-description .accordion-cart .accordion-title {
	cursor:pointer;
	font-weight:bold;
	line-height:22px;
	margin:0px;
	padding-right:20px;
	position:relative;
	font-size:14px;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
}
.cart-item .cart-item-description .accordion-cart .accordion-title:after {
	color:#000000;
	content: "\f0d7";
	font-family:"fontawesome";
	position:absolute;
	right:5px;
	line-height:22px;
}
.cart-item .cart-item-qty {
	padding-top:45px;
	vertical-align:top;
}
.cart-item .cart-item-options .cart-item-qty {
	padding-top:8px;
}
.cart-item .cart-item-option {
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	padding-bottom:10px;
}
.cart-item .cart-item-option:nth-last-child(1) {
	border-bottom:0px none;
}
.cart-item .cart-item-option .cart-item-option-info {
	padding-left:40px;
}
.cart-item .cart-item-qty div.qty {
	margin: 0px auto;
	/*display: inline-block;*/
	float:right;
}
.cart-item .cart-item-qty div.final_qty {
	margin: 0px auto;
	display: inline-block;
	width: 40px;
    height: 34px;
	line-height:32px;
    border: 1px solid #000000;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing:.05em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.cart-item .cart-item-qty .qty button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	border:solid 1px #000000;
	border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
}
.cart-item .cart-item-qty .qty input + button {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
}
.cart-item .cart-item-qty .qty button:focus {
	outline: 0;
}
.cart-item .cart-item-qty .qty button i {
	width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    line-height: 30px;
    cursor: pointer;
	font-size:16px;
}
.cart-item .cart-item-qty input.qty  {
	width: 40px;
	height: 32px;
	line-height:30px;
	background: none !important;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
	padding:0px;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	letter-spacing:.05em;
	-webkit-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.cart-item .cart-item-qty .qty input:focus {
	outline: 0;
}
.cart-item .cart-item-price {
	padding-top:45px;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	letter-spacing:.05em;
}
.cart-item .cart-item-price ins {
	text-decoration:none;
	display:inline-block;
}
.cart-item .cart-item-price del {
	color:#b7bcbf;
	font-weight:normal;
	display:inline-block;
	margin-left:5px;
}
#content.main-content .cart-item .cart-item-price h5 {
	font-size: 12px;
    line-height: 16px;
    margin:15px 0px 0px 0px;
    font-weight: normal;
}
.cart-aside .cart-summary,
.cart-aside .cart-address-summary {
	background-color:#f8f8f8;
	padding:20px 25px;
	border-top: solid 1px #ddd;
	overflow: hidden;
	margin-bottom:11px;
}
.cart-aside .cart-summary .cart_digital_summary {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #000;
	position:relative;
}
.cart-aside .cart-summary .cart_digital_summary h4 {
	margin-bottom: 10px!important;
	float: none;
}
.cart-aside .cart-summary .cart_digital_summary .cart_digital_info {
	font-size: 12px;
	line-height: 16px;
	margin-bottom:5px;
}
.cart-aside .cart-address-summary .cart_address_sped,
.cart-aside .cart-address-summary .cart_address_fatt {
	padding:20px 0px;
	position:relative;
}
.cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom:solid 2px #fff;
}
.cart-aside .cart-summary > h3 {
	margin-top:5px!important;
	margin-bottom:27px!important;
	border-bottom:solid 1px #000000;
	line-height:22px!important;
	padding-bottom:25px!important; 
	font-size:19px!important;
}
.cart-aside .cart-address-summary > h3 {
	margin-top:5px!important;
	margin-bottom:0px!important;
	border-bottom:solid 1px #000000;
	line-height:22px!important;
	padding-bottom:25px!important; 
	font-size:19px!important;
}
.cart-aside .cart-summary > h3 span,
.cart-aside .cart-address-summary > h3 span {
	font-weight:normal!important;
	line-height:36px!important;
}
.cart-aside .cart-summary h4 {
	float:left;
	font-weight:normal;
	margin:0px!important;
	line-height:normal!important;
	font-size:15px!important;
}
.cart-aside .cart-address-summary h4 {
	font-weight:normal;
	margin-bottom:15px!important;
	line-height:normal!important;
	font-size:18px!important;
}
.cart-aside .cart-address-summary .cart_address_sped p,
.cart-aside .cart-address-summary .cart_address_fatt p {
	font-size:11px!important;
	line-height:21px!important;
	margin:0px;
	font-weight:normal;
}
.cart-aside .cart-summary .prezzo {
	font-size:15px;
	font-weight:900;
	float:right;
	letter-spacing:.05em;
}
.cart-aside .cart-summary .cart_art,
.cart-aside .cart-summary .cart_sped,
.cart-aside .cart-summary .cart_imp,
.cart-aside .cart-summary .cart_iva {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.cart-aside .cart-summary .cart_sped a {
	font-size:11px;
	font-weight:900;
	text-decoration:underline!important;
	float:left;
	width:100%;
	letter-spacing:.05em;
	margin-top:10px;
}
.cart-aside .cart-summary .cart_sped a:hover {
	color:#000000;
}
.cart-aside .cart-summary .cart_imp {
	padding-top:30px;
	position:relative;
}
.cart-aside .cart-summary .cart_imp:before {
	font-family:"FontAwesome";
	content:"\f078";
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:5px;
}
.cart-aside .cart-summary .cart_total {
	width:100%;
	float:left;
	margin-top:10px;
	position:relative;
	padding-top:30px;
}
.cart-aside .cart-summary .cart_total h3 {
	margin:0px 0px 8px 0px!important;
	line-height:normal!important;
    font-size: 19px!important;
}
.cart-aside .cart-summary .cart_total .prezzo {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	width:100%;
	letter-spacing:1px;
	margin-bottom:5px;
	line-height:30px;
}
.cart-aside .cart-summary .cart_total a {
	text-align:center;
	float:left;
	width:100%;
	color:#ff009e!important;
	text-decoration:underline!important;
	font-size:11px;
	font-weight:900;
	letter-spacing:.05em;
}
.cart-aside .cart-summary .cart_total a#coup-trigger {
	float: none;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff!important;
    padding: 0px;
	min-width:0px;
}
.cart-aside .cart-summary .cart_total a#coup-trigger:hover {
	color:#000000!important;
}
.coup-container input[type="text"]::-webkit-input-placeholder { 
	font-weight:100;
	font-size: 14px;
}
.coup-container input[type="text"]:-moz-placeholder { 
	font-weight:100;
	font-size: 14px;
}
.coup-container input[type="text"]::-moz-placeholder {
	font-weight:100;
	font-size: 14px;
}
.coup-container input[type="text"]:-ms-input-placeholder { 
	font-weight:100;
	font-size: 14px;
}

.cart-aside #msg-error-coup {
	background:transparent;
	color:#ff009e;
	border:0px none;
	font-size:14px;
	margin-bottom:10px;
	padding:0px;
}
.button.cart-button {
	width:100%;
	height: 50px;
    line-height: 42px;
    font-size: 13px;
}
/*CHECKOUT*/
.checkout-header {
	border-bottom:solid 1px #f1f1f1;
}
#form-sped .form-reg {
	padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #000000;
}
#content.main-content .main-checkout h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin: 0px 0px 50px 0px;
}
.main-checkout .ship-options {
	margin-bottom:30px;
}

.main-checkout .tipo-ship,
.main-checkout .tipo-spe,
.main-checkout .tipo-pay {
	display:block;
	padding:30px;
	background-color:#fafafa;
	cursor:pointer;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-checkout .tipo-ship:hover,
.main-checkout .tipo-spe:hover,
.main-checkout .tipo-pay:hover {
	display:block;
	padding:30px;
	background-color:#eee;
}
.main-checkout .tipo-ship.selected,
.main-checkout .tipo-spe.selected,
.main-checkout .tipo-pay.selected {
    background-color: #1096ed;
	color:#fff;
}
.main-checkout .tipo-ship .tipo-ship-tit,
.main-checkout .tipo-spe .tipo-spe-tit,
.main-checkout .tipo-pay .tipo-pay-tit {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 4px;
    overflow: hidden;
    text-transform: uppercase;
}
.main-checkout .tipo-spe .tipo-spe-tit .prezzo {
	float:right;
}
.main-checkout .tipo-ship > input,
.main-checkout .tipo-spe > input,
.main-checkout .tipo-pay > input {
    float: left;
    margin: 6px 15px 0 0;
}
.main-checkout .tipo-ship > div,
.main-checkout .tipo-spe > div,
.main-checkout .tipo-pay > div {
    clear: both;
    color: #999;
    margin: 5px 0 0 28px;
		height: 25px;
}
.main-checkout .tipo-ship.selected > div, 
.main-checkout .tipo-spe.selected > div, 
.main-checkout .tipo-pay.selected > div {
	color:#fff;
}
#content.main-content h6.checkout-help {
	margin:15px 0px;
}
.main-checkout .checkout-step-3 {
	overflow:hidden;
}
.main-checkout .checkout-note {
	margin-top: 10px;
    margin-bottom: 30px;
}
.main-checkout .checkout-note {
	margin-top: 10px;
    margin-bottom: 30px;
}

/*USER PAGES*/
.popup-container#pwforgot-form {
	min-width:500px;
}
#content.main-content .sidebar-user h3 {
	color:#000000;
	font-size:24px;
	line-height:34px;
	font-weight:bold;
	margin:0px 0px 15px 0px;
}
#content.main-content .sidebar-user h4.widget-title {
	font-weight:normal;
	font-size:15px;
	padding-left: 0px;
    margin-left: 0px;
	position:relative;
	margin-top:0px;
	margin-bottom:0px;
	cursor:pointer;
	
}
#content.main-content .sidebar-user h4.widget-title a {
	color:#434343;
}
#content.main-content .sidebar-user h4.widget-title a:hover {
	color:#000000;
}
.addresses-primary .list-unstyled {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.addresses-primary .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.addresses-primary .item .inner {
	padding: 40px 20px;
	background-color:#f1f1f1;
    min-height: 240px;
	margin: 18px 0 10px 0;
	width: 100%;
}
.orders-table th {
	font-size:16px;
	padding:20px 5px!important;
}
.orders-table td {
	padding:20px 5px!important;
	font-size:12px;
}
.orders-table .order-thumb td:nth-child(1) .order-info {
	font-size:14px;
}
.orders-table .opt-th .button {
	margin-bottom:15px;
}
.orders-table .stato {
	font-weight:bold;
}
.orders-table .stato-attesa {
	color:#fec703;
}
.orders-table .stato-annullato {
	color:#ff009e;
}
.orders-table .stato-elaborazione {
	color:#000000;
}
.orders-table .stato-spedito {
	color:#008000;
}
/*COUPON*/
.coupon-table .coupon-code {
	font-size: 18px !important;
    font-weight: bold !important;
	line-height: 35px;
    color: #ff009e;
    margin-bottom: 5px !important;
}
.coupon-table .coupon-validita {
	font-size: 14px !important;
    font-weight: normal !important;
    color: #000 !important;
}
.coupon-table .price {
	font-size: 16px !important;
	line-height: 35px;
}
tr.coupon-used {
    color: #b7bcbf !important;
}
tr.coupon-used .coupon-code {
	color: #b7bcbf !important;
	text-decoration: line-through;
}
tr.coupon-used .coupon-validita {
	color: #b7bcbf !important;
}
tr.coupon-used .price {
	color: #b7bcbf !important;
}
/*REG*/
.fe-required-box {
	float:left;
}
.fe-required-box .disclaimer {
	float:left;
	margin-top:5px;
}
/*CONTATTI*/
#form_contatti .button {
	min-width:220px;
	font-size:12px;
	margin-bottom:20px;
}
.form-group {
	margin-bottom:25px;
}
/*THANK YOU PAGE*/
.thankyou-message {
	margin-bottom:60px!important;
}
.assistance-link {
	margin-top:50px;
}
/*NEWS*/
.news-page .news-item {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #f1f1f1;
}
/*FOOTER*/
#pre-footer {
	background:#1096ed;
	padding:70px 0px;
	color: #fff;
}
.pre-footer-newsletter h3 {
	color:#ffffff;
	font-size:32px;
	line-height:44px;
	font-weight:bold;
	text-align:center;
	margin:0px;
}
.pre-footer-newsletter h4 {
	color:#ffffff;
	font-size:22px;
	line-height:35px;
	font-weight:normal;
	margin:0px 0px 45px 0px;
	text-align:center;
}
.pre-footer-newsletter form {
	position:relative;
}
.pre-footer-newsletter input[type="email"] {
	width:100%;
	background:transparent;
	border:solid 1px #fff;
	width: 100%;
    padding-left: 25px;
    padding-right: 170px;
    color: #fff;
    font-size: 14px;
	font-weight:100;
    height: 45px;
    line-height: 43px;
    letter-spacing: .05em;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:15px;
}
.pre-footer-newsletter input[type="email"]::-webkit-input-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #fff;
}
.pre-footer-newsletter input[type="email"]:-moz-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #fff;
}
.pre-footer-newsletter input[type="email"]::-moz-placeholder {
	font-weight:100;
	font-size: 14px;
	color: #fff;
}
.pre-footer-newsletter input[type="email"]:-ms-input-placeholder { 
	font-weight:100;
	font-size: 14px;
	color: #fff;
}

.pre-footer-newsletter .button.yellow-btn {
	position:absolute;
	right:0px; 
	top:0px;
	padding:5px 35px;
	height:45px;
	line-height:35px;
	color:#1096ed!important;
	background-color:#fff;
	border-color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.05em;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pre-footer-newsletter .button.yellow-btn:hover {
	color:#fff!important;
	background-color:#1096ed;
	border-color:#fff;
}
.pre-footer-newsletter label {
	font-weight:normal;
	line-height: 18px;
	color:#fff;
}
.pre-footer-newsletter label a {
	color:#fff;
}
.pre-footer-newsletter label.error {
	color:#ff009e;
	margin:5px;
}
.pre-footer-newsletter input[type="checkbox"] {
    margin-top: 0px;
    position: relative;
    top: 2px;
}
footer {
	padding:35px 0px;
	background: #F8F8F8;;
	color:#505050;
	font-weight: 300;
	font-size:13px;
	line-height:23px;
}
#pre-footer + footer {
	border-top: 0px none;
}
footer a {
	color:#505050;
}
footer a:hover {
	color:#000000;
}
footer h4.footer-title {
	color: #1096ed;
	font-size:13px;
	font-weight:bold;
	line-height:23px;
	margin-top: 0;
	margin-bottom:15px;
	position:relative;	
	letter-spacing:.05em;
}
footer h4.footer-checkout-title {
	color: #1096ed;
	font-size:13px;
	font-weight:bold;
	line-height:23px;
	padding-bottom:10px;
	margin-bottom:5px;
	position:relative;	
	letter-spacing:.05em;
}
footer p {
	font-size:13px;
	font-weight:100;
	margin-bottom:20px;
	line-height:23px;
}
footer ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
footer ul li {
	line-height:23px;
	display:block;
}
footer ul li a {
	font-size:13px;
	font-weight:100;
	color:#000000;
}
footer .footer-pin {
	width:24px;
}
.footer-mod-pagamento {
	margin-bottom:30px;
}
.mod-pagamento-img {
	display:inline-block;
	margin-right:18px;
	height:18px;
}
.social-footer > a {
	border:0px none;
	color:#000000;
	height: auto;
    line-height: normal;
    margin: 0 10px;
    position: relative;
    width: auto;
	font-size:25px;
}
.social-footer > a::after {
	display: none;
}
.social-footer > a:hover {
	color:#000000;
}
.footer-bottom{
	border-top:solid 1px #1096ed;
	margin-top:20px;
	padding-top:20px;
}
.copyright {
	border-top:solid 1px #1096ed;
	margin-top:20px;
	padding-top:20px;
	font-weight: 400;
    font-size: 11px!important;
}
.copyright p {
	color:#000000;
	font-size:11px;
	font-weight:400;
	text-align:left;
}
.made-by-quantico {
	width:65px;
}
.made-by-quantico img {
	width:65px;
}
.img-mail {
	width:101px;
}
.img-pec {
	width:128px;
}
footer #newsletter-form input[type="email"] {
	width: 100%;
    box-shadow: none;
    border: solid 1px #1096ed;
    background: #fff;
    height: 40px;
    padding: 10px 15px;
	padding-right: 95px;
    line-height: 20px;
    font-size: 13px;
	margin-bottom: 10px;
}
footer #newsletter-form input[type="email"]::-webkit-input-placeholder { 
	font-size:13px;
}
footer #newsletter-form input[type="email"]:-moz-placeholder { 
	font-size:13px;
}
footer #newsletter-form input[type="email"]:-ms-input-placeholder { 
	font-size:13px;
}
footer #newsletter-form button {
	position: absolute;
    right: 1px;
    top: 1px;
    border: 0px none;
    font-size: 11px;
    font-weight: bold;
    color: #5D5D5D!important;
    background: #fff;
	width: 90px;
}
footer #newsletter-form button:hover {
	background-color:#1096ed;
	color: #fff!important;
}
footer #newsletter-form label {
	font-size: 9px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
}
footer #newsletter-form input[type="checkbox"] {
	margin-right: 5px;
    margin-top: 0;
}

#wa-pop {
	padding-left: 20px;
	padding-right: 20px;
}
.whatsappContact {
	padding-left: 25px;
	position: relative;
}
.whatsappContact:before {
	content: "\f232";
	font-family:"fontawesome";
	position:absolute;
	left:5px;
	line-height:26px;
	color:#25D366;
	font-weight: 400;
}
.footer-social-link {
	display: inline-block;
	margin-right: 8px;
	width:45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	color: #707070;
	font-size: 22px;
}
#fb-chat-btn {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index: 499;
	max-width: 130px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;*/
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
/*#fb-chat-btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}*/
.carttip {
	position:relative;
}

#promo-pop {
    max-width: 600px;
    background: #1096ed;
    margin: -24px;
	padding: 80px 80px 160px 80px;
	color:#fff;
	text-align: center;
}

#promo-pop h2 {
	font-size:36px;
	line-height:50px;
	color:#fff;
	font-weight:600;
	margin: 0;
}
#promo-pop h3 {
	font-size:36px;
	line-height:50px;
	color:#fff;
	font-weight:300;
	margin: 0;
}
#promo-pop .sconto {
	font-size:110px;
	color: #fff;
	font-weight:900;
}
#promo-pop .button {
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 80px;
    font-weight: bold;
    font-size: 27px;
    text-transform: capitalize;
}

/* BLOCK UI */

.blockUI.blockOverlay {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.blockUI.blockMsg .preloader-container {
  background: #f4f5f6 none repeat scroll 0 0;
  border-radius: 60px;
  -webkit-border-radius:  60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
  box-shadow: 0 0 13px #999;
  padding: 15px;
}
.blockUI .md-preloader svg {
  height: 45px;
  width: 45px;
}
#container .blockUI.blockMsg .preloader-container {
  height: 75px;
  position: fixed;
  top: 50%;
  width: 75px;
}
/* LOADER */

.md-preloader.md-preloader-small{
	    height: 24px;
		margin: 0 5px;
    vertical-align: middle;
}
.md-preloader.md-preloader-small svg{
	height: 24px;
    width: 24px;
}
.md-preloader{
	font-size:0;
	display:inline-block;
	-webkit-animation:outer 6600ms linear infinite;
	animation:outer 6600ms linear infinite
}
.md-preloader svg{
	-webkit-animation:inner 1320ms linear infinite;
	animation:inner 1320ms linear infinite;
	height:60px;
	width:60px
}
.md-preloader svg circle{
	fill:none;
	stroke:#000000;
	stroke-linecap:square;
	-webkit-animation:arc 1320ms cubic-bezier(.8,0,.4,.8) infinite;
	animation:arc 1320ms cubic-bezier(.8,0,.4,.8) infinite
}

/* Up Italia */

.shop-header .breadcrumbs .active > span > h1 {
    font-size: 13px;  
	margin: 0;
	font-weight: 500;
}

@media only screen and (max-width : 767px) {
	.shop-header .breadcrumbs ol li.active h1, .shop-header .breadcrumbs.prod-breadcrumbs ol li:nth-last-child(2) h1{
	    font-size: 18px;
	    font-weight: normal;
	    text-align: center;
	}
}


span#print-color {
    line-height: 32px;
    margin-left: 15px;
    font-size: 14px;
}

.descrizione_categoria h1 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
}
.descrizione_categoria {
	font-size:13px
}
.descrizione_categoria p {
	font-size:13px;
}
.descrizione_categoria ul {
	padding-left: 20px;
	margin: 0;
}
.descrizione_categoria ul li {
	line-height: 24px;
	margin-bottom: 5px;
}
/*FANCYBOX ACQUISTO VELOCE FIX*/
.fancybox-slide--iframe > .fancybox-content {
	height:100vh!important;
}
.fancybox-iframe {
	max-height:100vh;
}


.text-primary{
	color:#ff009e !important;
}


/* row Column clear fixes */
@media (min-width:1201px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1200px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
	
	/*Custom add per visualizzazione doppia sopra i 480 con xs-12*/
	.product-gridview.auto-clear .col-xs-12:nth-child(odd){clear:left;} 
}



/*TMPL STYLE*/

@media (max-width: 1920px){
.item-banner2 .banner-info {
    top: 300px;
}
}
/*End Screen 1920*/
@media (max-width: 1366px){
.from-blog21 {
    padding-bottom: 20px;
}
.main-nav21 .mega-menu {
    margin-left: -210px;
}
.text-behide {
    font-size: 160px;
    height: 140px;
    line-height: 140px;
}
.item-banner16 .banner-info.style1 > label {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 50px 0 0;
    padding: 0 25px;
}
.item-banner16 .browstore > span {
    padding: 0 25px;
}
.item-banner16 .banner-info.style1 > h3 {
    font-size: 24px;
    margin: 15px 0 30px;
}
.item-banner16 .info-text-special > strong {
    font-size: 120px;
    height: 100px;
    line-height: 100px;
    margin-left: -100px;
}
.item-banner16 .info-text-special sup {
    font-size: 60px;
    top: 30px;
}
.item-banner16 .info-text-special sub {
    bottom: 25px;
    font-size: 60px;
}
.item-banner16 .banner-info.style1 {
    margin-top: -180px;
}
.item-banner16 .banner-info.style2 > p {
    font-size: 14px;
    line-height: inherit;
    max-width: 470px;
    padding: 20px 20px 70px;
}
.item-banner16 .banner-info.style2 .per-sale {
    font-size: 120px;
    height: 100px;
    line-height: 100px;
}
.item-banner16 .per-sale .before-text {
    font-size: 20px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    padding: 0 15px;
    top: 35px;
}
.item-banner16 .per-sale .after-text {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    right: 25px;
    top: 35px;
}
.item-banner16 .banner-info.style2 {
    margin-top: -150px;
}
.item-banner16 .banner-info.style3 {
    margin-top: -135px;
}
.item-banner16 .banner-info.style3 .text-behide {
    font-size: 120px;
    height: 100px;
    line-height: 100px;
}
.item-banner16 .banner-info.style3 h2 {
    font-size: 120px;
    margin: 15px 0 0;
}
.item-banner16 .banner-info.style3 > h3 {
    font-size: 40px;
    margin: -5px 0 20px;
}
.featured-product-gallery .bx-pager a {
    padding: 5px;
    width: 50px;
}
.product-scroll {
    height: 560px;
	width: 300px;
}
.product-scroll .mCustomScrollBox {
    padding-right: 30px;
}
.wrap-cart-control {
    width: 370px;
}
.info-shoplook7 {
    padding: 30px 15px;
}
.service-footer9 > a:last-child{
	display:none;
}
.social-footer9 > a:last-child{
	display:none;
}
.slider-info {
    padding: 150px 50px 0;
    width: 370px;
}
.main-nav.main-nav21 > ul > li {
    margin-right: 40px;
}
.search-form21 {
    width: 270px;
}
.sidebar21 {
    padding: 25px 30px;
}
.main-content21 {
    padding: 30px;
}
.item-adv21 {
    margin: 0 0 30px;
}
.polo-gallery {
    margin: 0 0 30px;
}
.item-adv21.read-box > p {
    padding: 0;
}
.item-adv21.hole-box .adv-info h3 {
    font-size: 18px;
    margin-bottom: 30px;
}
.item-adv21.hole-box .adv-info h3::after {
    bottom: -18px;
}
.list-adv21 {
    margin: 0 0 20px;
}
.polo-info {
    font-size: 18px;
    margin: 0;
}
.item-adv21.trans-box {
    padding-bottom: 54px;
}
.item-adv21.trans-box .adv-info {
    padding: 20px 15px;
    transform: translateY(62px);
    -webkit-transform: translateY(62px);
}
.item-adv21.trans-box .shopnow {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 20px;
}
.item-adv21.read-box .readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 20px;
}
.item-adv21.read-box > h3::after {
    bottom: -18px;
}
.item-adv21.read-box > h3 {
    line-height: inherit;
    margin: auto auto 30px;
    max-width: none;
}
.item-adv21.read-box {
    padding: 0;
}
.btn-hole{
	width:170px;
	height:50px;
}
.item-product21 {
    margin: 0 15px;
}
.product-box21 {
    margin: 0 -30px;
    padding: 30px 30px 5px;
}
.product-slider21 {
    margin: 22px -15px 0;
}
.product-box21 > h2 {
    margin: -5px 0 10px;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -5px;
}
.product-slider21 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -5px;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    margin: -25px 0 0;
    width: 50px;
}
.polo-slider .owl-theme .owl-controls .owl-buttons div i{
	height:50px;
	line-height:50px;
}
.item-blog21 .blog-thumb {
    margin-right: 0;
}
.item-blog21 .readmore {
    margin: 12px 0 0;
    padding: 0 20px;
}
.header21 {
    padding: 15px 30px;
}
.item-banner2 .banner-info {
    top: 150px;
}
.item-banner2 h3 {
    font-size: 40px;
}
.item-banner2 h2 {
    font-size: 80px;
}
.item-banner4 .banner-info h2 {
    font-size: 80px;
}
.item-banner4 .banner-info h3 {
    font-size: 40px;
}
.item-banner4 .banner-info {
    margin-top: -65px;
}
.item-product8 .sale-label {
    font-size: 20px;
}
.item-product8 .product-info > h2 {
    font-size: 40px;
}
.item-product8 .product-info .shopnow {
    padding: 0 20px;
}
.menu-hover.menu-hover16 .content-menu-hover {
	left:-100px;
}
}
/*End Screen 1366*/
@media (max-width: 1280px){
.product-scroll {
    height: 520px;
}
.list-blog-post .post-item {
    padding-left: 350px;
}
.menu-footer9 {
    min-height: 180px;
}
.main-home8.main-home9 {
    padding: 30px 30px 0;
}
.search-form-hover {
    margin-right: 0;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:10px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:10px;
}
.item-banner4.style2 .banner-info {
    margin-top: -105px;
}
.galery-special {
    padding-right: 250px;
}
}
/*End Screen 1280*/
@media (max-width: 1170px){
.main-nav21 .mega-menu {
    left: auto;
    margin-left: 0;
    right: 0;
}
.list-footer-box21 {
    padding: 0 30px;
}
.footer-bottom4.footer-bottom21 {
    padding: 30px;
}
.list-footer-box21 .footer-box4.menu-footer4 {
    padding-left: 0;
}
.list-footer-box21 .footer-box4.social-contact4 {
    padding-left: 0;
}
.search-form21 {
    width: 380px;
}
.header-nav21 {
    margin-top: 0;
}
.main-nav.main-nav21 {
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 999999;
}
.sidebar21 {
    border-right: 1px solid #e5e5e5;
    left: -270px;
    z-index: 9;
}
.sidebar21.active{
	left:0;
}
.content21{
	padding-left:0;
}
.top-menu9 li {
    padding: 0 15px;
}
.social-footer9 {
    float: none;
    margin-top: 30px;
    text-align: center;
}
.item-slider9 .banner-info > h3 {
    font-size: 18px;
}
.item-slider9 .banner-info h2 {
    font-size: 30px;
}
.item-slider9 .banner-info {
    margin-top: -82px;
}
.item-slider9 .banner-info .shopnow {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}	
.item-banner11 .banner-info {
    margin-top: -80px;
    padding-left: 50px;
}

.item-banner11 .big-title {
    font-size: 30px;
}
.item-banner11 .banner-info > p {
    font-size: 14px;
    margin: 5px 0 2px;
}
.item-banner11 .product-price ins {
    font-size: 18px;
}
.item-banner11 .product-price del {
    font-size: 14px;
}
.item-banner11 .product-price del::after {
    top: 10px;
}
.item-banner11 .bigsale-countdown {
    display: none;
}
.item-banner11 .btn-link11 {
    margin-top: 10px;
}
.banner-slider11 .slick-arrow.next {
    margin-right: -76px;
}
.banner-slider11 .slick-arrow.prev {
    margin-left: -76px;
}
.banner-slider11 .slick-arrow {
    height: 50px;
    letter-spacing: 15px;
    line-height: 50px;
    padding-left: 16px;
    width: 150px;
}
.main-nav.main-nav21 > ul > li:last-child {
    margin: 0;
}
.featured-product-slider .owl-theme .owl-controls {
    right: 15px;
}
.gal-special-slider .owl-buttons{
	display:none;
}
.main-left16 .control-slider {
    display: none;
}
.main-left16 {
    padding-left: 15px;
	width: calc(100% - 540px);
}
.logo16 {
    width: 155px;
}
.menu-hover.menu-hover16 {
    width: 120px;
}
.main-right16 > a {
    width: 270px;
}
.main-right16 {
    width: 540px;
}
.footer16 {
    padding: 13px 15px;
}
.sidebar21 .toggle-sidebar21 {
	display:block;
}
.content-detail.no-sidebar .detail-info {
    margin-left: 0px;
}
.content-detail.no-sidebar .tab-detail {
    margin-left: 0px;
}
}
/*End Screen 1170*/
@media (max-width: 1024px){
.banner-slider4.banner-slider5 {
    margin-top: 0px;
}
.newcol-slider.active {
    top: 0;
}
.newcol-slider > h2 {
    margin: 0 0 30px;
}
.slider-page {
    min-height: auto;
}
.header22 {
    position: static;
}
.slider-info > h2 {
    margin-bottom: 25px;
}
.header-nav22 {
    width: 100%;
}
.header-nav22 > li {
    float: right;
}
.header-nav22 > li:first-child {
    float: left;
}
.wrap-cart-control {
    position: relative;
    width: 100%;
    z-index: 9;
}
.header-nav22 .content-menu-hover {
    left: auto;
    right: 0;
}
.control-slider22 {
    width: 200px;
}
.slider-info {
    position: static;
    width: auto;
    padding: 25px 30px 0;
}
.item-product22 {
    float: left;
    padding: 0 15px;
    width: 50%;
}
.product-scroll {
    margin: 0 -15px;
    width: auto;
}
.product-scroll .mCustomScrollBox {
    padding-right: 20px;
}

.item-banner7.style4 {
    height: auto;
    padding: 20px;
}
.item-banner7.style3 {
    height: 170px;
    padding-top: 47px;
}
.item-post7 .post-info {
    padding-top: 30px;
}
.item-banner6 .inner-banner-info h2 {
    font-size: 60px;
}
.summer-collection {
    padding: 30px;
}
.item-banner6 .inner-banner-info h3 {
    font-size: 30px;
}
.item-banner6 .inner-banner-info .btn-link6 {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}
.item-banner6 .banner-info {
    margin-top: -160px;
}

.list-cart-search3 > li {
    margin-left: 15px;
}
.list-cart-search3 {
    margin: 24px 0 0;
}
.main-nav.main-nav3 {
    margin-top: 28px;
}
.main-nav.main-nav3 > ul > li {
    padding: 0 20px;
}
.main-nav.main-nav3 > ul > li > .mega-menu {
    margin-right: -171px;
}
.list-product-box > li {
    margin-left: 5px;
}
.main-nav > ul > li::after {
    margin: 0 14px;
}
.collection-info {
    margin-top: 150px;
}
.collection-info.text-right {
    padding-right: 30px;
}
.collection-info.text-left {
    padding-left: 30px;
}
.collection-info.text-left::before {
    left: 30px;
}
.collection-info.text-right::before {
    right: 30px;
}
.mega-menu{
	width:994px;
	padding: 30px;
}
.mega-best-sale {
    padding: 20px 20px 20px 0;
}
.mega-banner2 {
    margin-right: 0;
}
#video-intro.video-intro-dimensions {
    height: 350px;
    width: 100%;
}
.single-blog-video #video-intro.video-intro-dimensions {
    height: 630px;
}
.main-nav.main-nav2 > ul > li {
    padding: 0 25px;
}
.main-nav.main-nav2 {
    margin-right: 0px;
}
.banner-slider2 .bx-pager {
    position: static;
}
.banner-slider2 .bx-pager a {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.item-banner2 h3 {
    font-size: 30px;
}
.item-banner2 h2 {
    font-size: 60px;
}
.item-banner2 .banner-info {
    top: 50%;
    margin-top: -60px;
}
.wellcome-adv {
    margin-left: 0;
}
.adv-wc-thumb {
    width: 100px;
}
.wellcome-text {
    max-width: none;
}
.featured-product-advert {
    width: 52.25%;
}
.featured-product-slider {
    width: 47.75%;
}
.product-label{
	display:none;
}
.list-cart-search4 > li {
    margin-left: -3px;
    padding: 0;
}
.item-banner4 .banner-info .shopnow {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 25px;
}
.item-banner4 .banner-info h3 {
    font-size: 30px;
}
.item-banner4 .banner-info h2 {
    font-size: 60px;
}
.item-banner4 .banner-info {
    margin-top: -120px;
}
.header4 {
    background: #000 none repeat scroll 0 0;
    position: static;
}
.fashion-adv-info > h2 {
    font-size: 30px;
    margin: 0 0 15px;
}
.fashion-adv-info > p {
    font-size: 14px;
    margin-bottom: 20px;
}
.item-banner4 .banner-info .shopnow span{
	height:50px;
	line-height:50px;
	padding:0 25px;
}
.intro-special {
    padding-left: 450px;
}
.item-banner6 .inner-banner-info::after{
	display:none;
}
.item-product8 .sale-label {
    font-weight: 300;
}
.item-product8 .product-info > h2 {
    font-size: 30px;
}
.item-product8 .product-info .shopnow {
    padding: 0 20px;
}
.top-nav-right li {
    margin-left: 25px;
}
.main-nav.main-nav12 > ul > li {
    margin-left: 30px;
}
.paral-info > h4 {
    font-size: 14px;
    margin: 10px 0 20px;
}
.paral-info > h2 {
    font-size: 30px;
}
.paral-button > a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.paral-info {
    margin-top: -60px;
    padding-left: 70px;
}
.item-product-parallax.active .paral-control {
    right: 10px;
}
.content-menu-hover {
    width: 994px;
}
.header23 {
    background: #000 none repeat scroll 0 0;
    position: static;
	border:none;
}
.footer23 {
    background: #000 none repeat scroll 0 0;
    position: static;
}
.item-banner23 .banner-info {
    margin-top: -110px;
}
.banner-slider23 .owl-theme .owl-controls .owl-buttons > div {
    margin-top: -30px;
}
.header-nav22 .list-account, .header-nav22 .search-form-hover {
    left: auto;
    right: 0;
}
.content-banner14 .banner-info h2 {
    letter-spacing: 15px;
    margin: 0 0 0 -20px;
}
.list-cat14 {
    margin: 0 0 98px;
}
.element-control{
	display:none;
}
.model-paral{
	background-attachment:scroll;
}
.item-banner17 .banner-info {
    padding: 30px 20px 0 !important;
}
.item-adv17 .adv-thumb {
    display: block;
    margin-bottom: 15px;
    width: auto;
}
.item-adv17 .adv-info {
    display: block;
    width: auto;
}
.item-adv17 {
    display: block;
    padding: 15px 15px 30px;
    text-align: center;
}
.social-footer9.social-footer17 {
    margin: 0;
    text-align: left;
}
.collect-content18 {
    margin-left: 0;
}
.content-body-point {
    padding-right: 0;
}
.bdp-element::before{
	display:none;
}
.body-point-thumb > a::before,
.body-point-thumb > a::after{
	display:none;
}
.body-point-info {
    right: 20px;
    top: 20px;
    width: auto;
}
.bdp-element {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin-top: 10px !important;
    padding: 10px;
}
.item-slider19 .banner-info{
	/*display:none;*/
}
.item-service19 {
    padding: 20px 10px;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.phone-number20 {
    margin-left: 0;
}
.main-nav21 .mega-menu {
    left: auto;
    margin-left: 0;
    right: -15px;
}
.item-collection.style1 .collection-info {
    margin-top: 210px;
}
.item-collection.style2 .collection-info {
    margin-top: 140px;
}
.item-collection.style3 .collection-info {
    margin-top: 220px;
}
.item-collection.style4 .collection-info {
    margin-top: 160px;
}
.inner-new-adv-text .shopnow {
    border: 1px solid #333;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.inner-new-adv-text .big-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.inner-new-adv-text .title-default {
    font-size: 18px;
}
.col-link:hover {
    transform: none;
}
.search-hover14 .smart-search-form input[type="text"] {
    height: 40px;
}
.search-hover14 .smart-search {
    width: 270px;
}
}
/*End Screen 1024*/
@media (max-width: 990px){
.phone-number20 {
    text-align: right;
}
.item-service19 {
    text-align: center;
}
.item-service19 .service-icon {
    display: block;
    min-height: 70px;
}

.winter-info .desc span::after{
	display:none;
}
.winter-info .desc {
    padding-left: 0;
}
.winter-info .desc span {
    display: inline;
    font-size: 14px;
    line-height: inherit;
    position: static;
    width: auto;
}
.tren-info18.detail-info {
    margin-left: 0;
}
.trend-thumb18 {
    margin-right: 0;
}
.inner-trend-box18 {
    padding-left: 300px;
}
.social-footer9.social-footer17 {
    float: none;
    margin: 30px auto;
    text-align: center;
}

.social-footer9.social-footer17 {
    float: none;
    margin: 30px auto;
    text-align: center;
}
.payment.payment17 {
    float: none;
    text-align: center;
}
.menu-footer17 {
    text-align: center;
}
.copyright17 {
    margin-top: 10px;
    text-align: center;
}
.item-banner17 .banner-info{
	display:none;
}
.item-banner17:hover .banner-thumb img {
    filter: blur(0px);
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.content-menu-hover {
    width: 738px;
}
.mega-menu-hover .product-slider7 {
    margin-left: 0;
}
.list-cart-search10 {
    margin: 0;
}
.newsletter9 {
    margin-bottom: 30px;
    text-align: center;
}
.newsletter9 > form {
    margin: auto;
}
.list-product-box.list-product-box7 {
    float: right;
}
.main-header7 {
    padding: 20px 0;
}
.top-nav.top-nav7 li {
    margin-right: 30px;
}
.list-product-box.list-product-box7 > li > a > span {
    display: none;
}
.banner-paral-info::after{
	display:none;
}
.banner-paral-info h2 {
    font-size: 60px;
}
.banner-paral-info h3 {
    font-size: 30px;
}
.item-banner-parallax {
    height: 500px;
}
.banner-paral-info {
    left: 0 !important;
    margin: -180px 0 0;
    padding: 0 !important;
    right: auto;
    text-align: center;
    top: 50% !important;
    width: 100%;
}
.item-banner-parallax{
	display:none;
}
.item-banner-parallax:first-child{
	display:block;
}

.perfect-banner-info {
    padding-top: 0;
}
.perfect-banner-info > h3 {
    font-size: 30px;
}
.perfect-banner-info > h2 {
    font-size: 60px;
}
.perfect-banner-info > br {
    display: none;
}
.item-banner7.style3 {
    height: 190px;
    padding-top: 60px;
}
.shoplook-slider7{
	padding:0 15px;
}
.perfect-banner.style2 .perfect-banner-info {
    padding-top: 30px;
}
.item-post7 .post-info {
    padding-top: 0;
}
.item-post7 {
    margin-bottom: 30px;
}
.item-post7:nth-child(2n) .post-info {
    padding-right: 30px;
}
.item-post7:nth-child(2n+1) .post-info {
    padding-left: 30px;
}
.ver-title {
    display: none;
}
.caption-intro {
    left: 0;
}
.intro-special {
    padding-left: 330px;
}
.text-intro .title-default {
    top: 0;
	font-size:24px;
	line-height:inherit;
}
.list-caption-intro {
    left: 0;
}
.content-service5 {
    padding: 145px 0 62px;
}
.pop-cat5 .caption-intro {
    right: 0;
}
.pop-cat5 .intro-special {
    padding-right: 330px;
}
.item-popcat {
    margin: 0;
}
.popcat-slider {
    margin: -70px 0 0;
}
.popcat-info > h3 {
    margin: 15px 0 10px;
}
.main-nav.main-nav3 {
    margin: 20px 0 0 20px;
}
.main-nav.main-nav3 > ul > li {
    margin: 0;
}
.main-nav.main-nav3 > ul > li > .mega-menu {
    margin-right: 0;
}
.item-banner-slider3 .banner-info .shopnow {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
}
.item-banner-slider3 .banner-info h2 {
    font-size: 60px;
    margin: 0 0 10px;
}
.item-banner-slider3 .banner-info h3 {
    font-size: 30px;
}
.item-banner-slider3 .banner-info {
    margin-top: -70px;
}
.banner-slider3 .bx-pager a {
    min-height: 160px;
    min-width: 200px;
    padding-top: 45px;
}
.logo2{
	margin:30px 0 0;
}
.list-cart-search {
    margin-top: 45px;
}
.main-nav.main-nav2 {
    float: none;
    margin: 20px 0 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 13px;
}
.main-nav.main-nav2 > ul > li {
    padding: 0;
    margin-right: 60px;
}
.owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    width: 50px;
}
.owl-theme .owl-controls .owl-buttons div > i {
    height: 50px;
    line-height: 50px;
}
.contact-header {
    margin-bottom: 15px;
    margin-top: 0;
}
.list-product-box {
    margin: 10px 0 0;
}
.main-header {
    padding-top: 15px;
}	
.select-category{
	display:none;
}
.smart-search {
    padding-left: 0;
	max-width:none;
}
.smart-search-form input[type="text"] {
    padding: 0 15px;
}
.main-nav > ul > li::after {
    display: none;
}
.main-nav > ul > li > a > span{
	display:none;
}
.main-nav > ul > li{
	margin-right:25px;
}
.main-nav > ul > li > a{
	font-size:14px;
}
.mega-menu {
    width: 740px;
}
.list-post-masonry .post-item{
	width:50%;
}
.list-post-masonry .post-item:last-child{
	display:none;
}
.tab-detail {
    margin-top: 50px;
}
.product-detail .product-gallery {
    padding-left: 0;
}
.product-detail .product-gallery .bx-pager {
    margin-top: 10px;
    position: static;
    text-align: center;
    width: auto;
}
.product-detail .product-gallery .bx-pager a {
    display: inline-block;
    margin: 0 3px;
    width: 70px;
}
.product-detail.style2 .product-gallery {
    margin-right: 0;
	margin-bottom:30px;
}
.attr-bar {
    margin-right: 20px;
}
.item-product-list .list-rate-review li:last-child{
	display:none;
}
.caption-slider {
    margin-top: 30px;
    padding-left: 0;
    position: static;
    width: auto;
}
.single-image-slide {
    padding-right: 0;
}
.item-related-video {
    margin-bottom: 25px;
}
.logo-footer3 {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-box4.menu-footer4 {
    border: medium none;
    margin: 0;
    padding: 47px 0 0;
}
.footer-box4.social-contact4 {
    padding-left: 0;
}
.summer-info {
    display: block;
    margin: auto auto 30px;
    padding-top: 0;
    width: 350px;
}
.summer-list-cat {
    margin: 0 -10px;
}
.item-product-bigsale {
    margin: 0 0px 30px;
}
.list-product-bigsale {
    padding: 0;
}
.item-testimo10 {
    margin: 0 30px;
    padding: 90px 30px 30px;
}
.banner-adv-info .title-default {
    font-size: 18px;
}
.banner-adv-info .big-title {
    font-size: 30px;
}
.banner-adv-info p {
    font-size: 14px;
    margin: 10px auto 15px;
}
.banner-adv-info .btn-link11 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.banner-adv-info.text-left strong {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.supper-deal11 {
    background-attachment: scroll;
    background-position: center top;
    background-size: auto 100%;
}
.product-supper11 .product-info {
    margin-left: -20px;
    padding-top: 0;
}
.intro-deal11 > h3 {
    font-size: 18px;
}
.intro-deal11 > h2 {
    font-size: 30px;
}
.intro-deal11 .btn-link11.style2 {
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.deal-count11 .time_circles > div.textDiv_Days{
	display:none;
}
.deal-count11 {
    margin-left: 10px;
}
.list-product-box.list-product-box12 {
    float: right;
}
.list-product-box.list-product-box12 > li > a > span {
    display: none;
}
.main-nav.main-nav12 > ul > li {
    margin-left: 0;
}
.item-blog21 .blog-thumb {
    margin-bottom: 30px;
}
.list-adv14 .item-adv14.style2 .adv-thumb14 {
    margin-top: -50px;
}
.item-adv14 .adv-info14::after{
	display:none;
}
.list-adv14 .item-adv14.style2 .adv-thumb14 {
    margin-top: -50px;
}
.item-adv14.style2 .adv-info14 {
    padding-top: 100px;
}
.item-adv14.style1 .adv-info14 {
    margin-top: 0;
}
.mini-cart.mini-cart17 {
    margin-left: 0;
}
.smart-search.smart-search17 {
    margin-right: 0px;
}
.smart-search.smart-search17 {
    padding-left: 0;
}
.list-normal-item {
    margin-left: 0;
}
.info-total18 > div {
    margin-left: 15px;
}
.info-total18 > div:first-child {
    margin: 0;
}

.footer.footer19::before {
    background-attachment: scroll;
}
.main-nav.main-nav19 > ul > li {
    margin-right: 25px;
}
.item-service20 .service-icon {
    display: block;
    min-height: 70px;
}
.list-product-box > li > a >span{
	display:none;
}
.logo {
    /*margin-right: -30px;*/
}
.nav-header {
    padding: 10px 0 20px;
}
.item-banner1 .banner-info {
    margin-top: -100px;
    max-width: 350px;
    padding: 0 50px;
}
.item-banner1 .shopnow span {
    height: 50px;
    line-height: 50px;
}
.item-banner1 .banner-info.style3 .shopnow {
    margin-top: 20px;
}
.item-banner1 .banner-info.style2 .shopnow {
    margin-top: 20px;
}
.wellcome-adv {
    margin-top: 50px;
}
.banner-slider4 .owl-theme .owl-controls .owl-buttons div {
    margin-top: -30px;
}
.list-cart-search10 {
    margin-left: -100px;
    margin-top: 0;
}
.top-nav-right {
    margin-left: -100px;
}
.wrap-language-currency10 {
    margin-top: 5px;
}
.item-banner10 .banner-info.style2 > h3 {
    font-size: 24px;
}
.item-banner10 .banner-info.style2 p {
    font-size: 18px;
}
.item-banner10 .banner-info.style2 h2 {
    font-size: 60px;
}
.item-banner10 .banner-info.style2 > h3 {
    font-size: 24px;
}
.item-banner10 .banner-info.style2 {
    margin-top: 0;
}
.banner-slider10 .owl-theme .owl-controls {
    bottom: 20px;
}
.item-banner10 .banner-info.style1 > h3 {
    font-size: 18px;
    margin: 20px 0 0;
}
.item-banner10 .banner-info.style1 > h2 {
    font-size: 30px;
}
.item-banner10 .banner-info.style1 h2 span::after{
	display:none;
}
.top-link-extra17 {
    float: none;	
    text-align: center;
}
.menu-top17 {
    text-align: center;
}
.item-banner17:hover .banner-thumb-info {
    opacity: 1;
}
.menu-top19 > li {
    margin-left: 15px;
}
.list-product-box > li {
    margin-left: 20px;
}
}
/*End Screen 990*/
@media (max-width: 860px){
.wellcome-adv .content-adv-wc {
    display: block;
    padding: 10px 15px;
    text-align: center;
}
.adv-wc-thumb {
    width: auto;
	display:block;
}
.adv-wc-info {
    display: block;
    padding-bottom: 10px;
}
.mini-cart.mini-cart17 {
    margin-left: -30px;
}
.smart-search.smart-search17 {
    float: none;
    margin-right: 30px;
    width: auto;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
}
.banner-slider9 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}
.large-banner::before{
	display:none;
}
.large-banner::after{
	display:none;
}
.single-blog-video #video-intro.video-intro-dimensions {
    height: 500px;
}
.collection-thumb .shopnow {
    height: 50px;
    line-height: 50px;
}	
.collection-info h2 {
    font-size: 30px;
}
.collection-info h3 {
    font-size: 18px;
}
.collection-info::before,.collection-info::after {
    display: none;
}
.collection-info {
    margin-top: 30px !important;
}
.collection-info.text-left {
    padding-left: 0;
}
.collection-info.text-right {
    padding-right: 0;
}
.banner-slider {
    margin-bottom: 50px;
}
.list-collection .item-collection {
    margin-bottom: 50px;
}
.title {
    margin: 0 0 40px;
}
.product-tab-title > ul {
    margin: 0 0 45px;
}
.item-latest-news.item-latest-shadow .post-thumb {
    margin-top: 0;
}
.post-info.text-right {
    padding-right: 0;
    padding-top: 30px;
}
.latest-news {
    margin: auto auto 50px;
}
.footer {
    padding: 50px 0;
}
/*
.product-price ins {
    font-size: 18px;
}
*/
.product-price del{
	padding:0 3px;
}
.main-nav .sub-menu {
    padding: 17px 0;
}
.item-product .product-rating {
    margin: 5px auto 10px;
    position: static;
}
.item-product .product-info {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
}
.item-product .product-extra-link {
    display: none;
}
.item-product-list .product-info {
    padding-right: 0;
}
.item-collect19 .badge-promo, .item-product .badge-promo {
	top:5px;
	right: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.item-collect19 h5.badge-esaurito, .item-product h5.badge-esaurito {
	height: auto;
	line-height: 14px;
	padding: 5px 0;
}
.extra-price {
    border-left: medium none;
    padding: 0;
    position: static;
    width: auto;
}
.content-blog-detail .post-author-social {
    border-width: 1px;
    margin-bottom: 30px;
    padding: 20px;
    position: static;
    width: auto;
}
.content-single {
    padding: 50px 0;
}
.content-blog-detail {
    padding-left: 0;
}
.single-gallery-info {
    box-shadow: none;
    margin-top: 30px;
    padding: 0;
    position: static;
    width: auto;
}
.single-gallery-info .bx-controls {
    bottom: -15px;
    right: -5px;
}
.related-video {
    margin-top: 30px;
}
.contact-info {
    font-size: 14px;
}
.newsletter-form > form input[type="submit"] {
    background-position: left 15px center;
    padding-left: 40px;
    width: 140px;
}
.newsletter-form > form {
    padding-right: 140px;
}
.more-market li {
    padding: 0 15px;
}
.about-store-info {
    width: 100%;
	padding-left:0;
}
.about-store-thumb {
    width: 100%;
	margin-bottom:30px;
}
.image-collection {
    margin-top: 275px;
}
.col-link.second-col {
    right: 100px;
    top: 200px;
}
.text-intro .btn-link5 {
    margin-top: 10px;
}
.special-product .tab-content {
    padding-left: 0;
}
.item-product.item-product-special {
    margin: 0 15px;
}
.content-special-slider {
    margin: 0 -15px;
}
.from-blog-slider5 {
    margin: 30px -15px 0;
    padding-left: 0;
}
.popcat-slider {
    margin: 20px 0 0;
}

.list-cart-search8 .custom-link{
	display:none;
}
.wrap-language-currency8 .contact-box p{
	padding:0;
}
.wrap-language-currency8 .contact-box {
    border: medium none;
    margin-left: 15px;
    margin-right: 15px;
}
.mini-cart.mini-cart10 {
    margin-top: 10px;
}
.main-nav.main-nav10 > ul > li > a {
    padding: 0 15px;
}
.list-contact-footer p span {
    display: block;
}
.item-newcol16 .product-info {
    padding: 30px 15px;
}
.collect-info {
    padding-top: 0;
}
.cart-account19 .my-account {
    margin-right: 0;
}
.cart-account19 .my-account-link .fa.fa-angle-down {
    display: none;
}
.featured-product-title > ul {
    padding: 0;
}
.featured-product-slider .owl-theme .owl-controls {
    right: 15px;
}
.featured-advert-info {
    bottom: -110px;
    height: 250px;
    right: auto;
    left: 15px;
}
.inner-new-adv-text {
    padding: 30px;
}
.wrap-language-currency8 {
    margin-right: -200px;
}
.item-banner23 .banner-info > h2 {
    font-size: 60px;
    height: 60px;
    line-height: 60px;
}
.item-banner23 .banner-info > h3 {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
}
.item-banner23 .banner-info h4 {
    font-size: 40px;
    height: 40px;
    line-height: 40px;
}
.item-banner23 .banner-info {
    margin-top: -80px;
}
.main-left16 {
    width: calc(100% - 440px);
}
.main-right16 > a {
    width: 220px;
	font-size: 14px;
}
.main-right16 {
    width: 440px;
}
}
/*End Screen 860*/
@media (max-width: 767px){
.banner-slider19 img.fotoprimopiano-alt {
	display: block;
}
.banner-slider19 img.fotoprimopiano {
	display: none;
}
.main-left16 {
    border-top: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.main-left16 > div {
    border:none!important;
}
.list-link-down{
	padding-left:0;
}
.list-link-down label {
    margin: 0 0 10px;
    position: static;
	display:block;
}
.from-blog-slider5 {
    margin: 103px -15px 0;
}
.galery-special {
    padding: 0px;
	margin-top:300px;
}
.box-service5 {
    margin-top: 92px;
}
.text-intro {
    max-width: 600px;
}
.hot-cat-info {
    margin: 0;
    min-height: auto;
    padding: 30px;
}
.hot-cat-info > h2 span {
    color: #333;
    display: inline-block;
    margin-right: 10px;
}
.featured-product-advert {
    width: 100%;
	margin-bottom:50px;
	padding:0 15px;
}
.featured-advert-info {
    bottom: 0;
    height: 165px;
    left: 15px;
    right: auto;
    width: 290px;
}
.featured-product-slider {
    width: 100%;
}
.item-featured-product {
    margin: 0 15px;
}
.collection-info::after {
    display: block;
    height: 2px;
    left: 50px !important;
    top: -30px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    width: 50px;
}
.collection-info.text-right::after {
    bottom: -30px;
    top: auto;
}
.header-nav21 > * {
    text-align: left;
}
.main-nav.main-nav21 {
    float: left;
}
.logo21 {
    text-align: center;
}
.search-form21 {
    border: medium none;
    margin: 0;
    position: relative;
    width: 40px;
    z-index: 999;
}
.search-form21:hover  input[type="text"] {
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.search-form21 input[type="text"] {
    border: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	margin-top:30px;
	opacity:0;
	visibility:hidden;
}
.header-main-left .header-msg-wrapper img, .header-main-under .header-msg-wrapper img {
    width: 38px;
    margin-right: 10px;
}
.logo21 {
    margin-left: -40px;
}
.search-form21 input[type="submit"] {
    position: static;
}
.search-form21 > form::after {
    font-size: 30px;
}
.header21 {
    padding: 15px;
}
.logo21 > a {
    display: inline-block;
    max-width: 140px;
}
.mini-cart.mini-cart21 .mini-cart-number {
    display: none;
}
.mini-cart.mini-cart21 .mini-cart-icon {
    color: #333;
    font-size: 30px;
    margin: 0;
}
.header-nav21 {
    margin-top: -50px;
    text-align: right;
    width: 100%;
}
.search-hover.search-hover7 {
    border: 1px solid #8acdbe;
    height: 40px;
    right: 45px;
    top: 0;
    width: 40px;
}
.header-nav7 .search-hover-icon{
	display:block;
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.header-nav7 .smart-search {
    top: -2px;
    width: 245px;
	border-color:#8acdbe;
}
.header-nav7 {
    padding-right: 0;
}
.main-nav.main-nav7 .toggle-mobile-menu{
	color:#8ACDBE;
	border-color:#8ACDBE;
}
.main-nav.main-nav7  > ul{
	left:auto;
	right:0;
}
.perfect-banner {
    margin-bottom: 50px;
    padding-left: 0;
}
.perfect-banner-info {
    padding: 30px;
}
.item-popcat {
    margin: 30px 0 0;
}
.item-service5 {
    margin: 30px 0;
}
.image-collection {
    margin-top: 55px;
}
.intro-special {
    padding-left: 0;
}
.list-collection5 {
    height: auto;
}
.list-collection5 .col-link {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
	top:0!important;
	left:0!important;
}
.image-collection .caption-intro {
    margin-bottom: 30px;
    position: relative;
    top: 0;
}
.caption-intro {
    margin-bottom: 30px;
    position: relative;
    width: 290px;
}
.popcat-slider .owl-controls {
    left: 0;
    top: -20px;
}

.list-caption-intro {
    margin-bottom: 30px;
    position: relative;
}
.pop-cat5 .intro-special {
    margin-bottom: 50px;
    padding-right: 0;
}

.content-service5 {
    padding: 30px 0;
}
.content-service5::after{
	display:none;
}
.content-service5 .title-default {
    margin-bottom: 0;
}
.box-contact.style2 {	
    margin-top: 15px;
}
.related-video .col-xs-12{
	width:50%;
}
.item-latest-news .post-info {
    position: relative;
    text-align: center !important;
}
.item-latest-news .post-info::after{
	position:absolue;
	top:0px;
	left:50%;
	content:"";
	background:#ff3e3e;
	width:50px;
	height:2px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	position:absolute;
}
.item-latest-news .post-info.text-right::after {
    bottom: -40px;
    top: auto;
    z-index: 99;
}
.item-latest-news .post-info.text-right {
    margin-bottom: 50px;
    margin-top: 30px;
}
.item-latest-news.item-latest-shadow .post-thumb {
    margin: 0 0 0 20px;
}
.item-latest-news .post-thumb {
    margin-right: 0;
}

/*Start Menu*/
.mega-menu{
	display:none;
}
.main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    display: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
	position:static;
}
.main-nav > ul > li > a::before{
	display:none;
}	
.main-nav .toggle-mobile-menu {
    display: block;
}
.main-nav {
    position: relative;
	z-index:9999;
	margin:0;
}
.main-nav > ul {
    position: absolute;
    left: 0;
    top: 42px;
    width: 290px;
    z-index: 999;
    background: #fff;
    border: 1px solid #e5e5e5;
	transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transform:translateX(-320px);
	-webkit-transform:translateX(-320px);
	opacity:0;
}
.main-nav > ul.active{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.main-nav2 > ul,
.main-nav7 > ul,
.main-nav8 > ul,
.main-nav12 > ul{
	transform:translateX(320px);
	-webkit-transform:translateX(320px);
}
.main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
}
.main-nav .sub-menu li a::before{
	display:none;
}
.main-nav > ul li > a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
	padding:0!important;
}
.main-nav > ul  li:last-child > a {
    border: medium none;
}
.main-nav .sub-menu > li {
    padding: 0px;
	margin:0 15px;
}
.main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
}
.main-nav > ul > li.menu-item-has-children > a::after {
    position: absolute;
    right: 0!important;
    top: 0;
    content: "\f107";
    font-family: fontawesome;
}
.main-nav > ul > li .sub-menu::after {
    display: none;
}
.main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
	border:1px solid #e5e5e5;
	padding:0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children>.sub-menu{
	left:0;
	top:100%;
	padding:0;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
}
.mega-menu{
	display:none;
}
.main-nav > ul > li.has-mega-menu > a::after{
	display:none!important;
}
/*End Menu*/
.top-nav{
    text-align: center;
}
.top-nav li {
    margin: 0 15px;
}
.collection-info {
    margin-top: 0!important;
}
.collection-info.text-right {
    margin-bottom: 30px;
    text-align: left;
}
.collection-info.text-left {
    margin-top: 30px !important;
}
.list-blog-fullwidth .post-item .post-info {
    padding: 30px 20px;
    position: static;
    width: auto;
}
.content-blog {
    padding-bottom: 50px;
}
.list-post-masonry .post-info {
    padding: 30px 15px;
}
.sidebar-right{
	margin-top:30px;
}
.sidebar-left{
	margin-bottom:30px;
}
.product-detail .detail-info {
    margin-top: 30px;
}
.product-detail.style2 .detail-info {
    margin-top: 0;
}
.content-detail {
    margin: 30px 0 50px;
}
.product-gridview .col-xs-12{
	width:50%;
}
.content-grid-sidebar {
    padding-bottom: 30px;
}
.listview-sidebar .col-xs-12 {
    width: 50%;
}
.item-product-list .product-gallery {
    margin-bottom: 30px;
    margin-right: 0;
}
.item-product-list .product-info {
    margin-left: 0;
}
.listview-sidebar .item-product-list .product-info{
	margin-left:0;
}
.logo2 {
    text-align: center;
    margin: 20px 0;
}
.logo2 > a {
    display: block;
    margin: auto;
    max-width: 140px;
}
.list-cart-search {
    float: left;
    margin: -70px 0 0;
}
.main-nav.main-nav2 {
    border-top: medium none;
    float: right;
    margin-top: -70px;
    padding-top: 0;
}
.list-cart-search > li {
    padding: 0;
	margin-right:20px;
}
.my-account2 .list-account,.search-hover2 .search-form-hover{
	left:0;
	right:auto;
}
.main-nav.main-nav2 > ul{
	left:auto;
	right:0;
}
.main-nav.main-nav2 .toggle-mobile-menu:hover{
	color:#25c6a5;
	border-color:#25c6a5;
}
.mini-cart.mini-cart2 .mini-cart-content{
	right:auto;
	left:0;
}
.banner-slider2 {
    margin-bottom: 50px;
}
.wellcome-thumb {
    margin: 30px 0;
}
.wellcome-list-box {
    margin-bottom: 15px;
}
.list-category-item .item-category {
    margin-bottom: 50px;
}
.category-list-box {
    margin-bottom: 20px;
}
.featured-product-box {
    margin-bottom: 45px;
}
.box-designer {
    margin-bottom: 45px;
}
.box-testimonial {
    margin-bottom: 45px;
    padding: 50px 0;
}
.item-designer {
    margin-bottom: 40px;
}
.list-designer .alldesign {
    margin: auto;
}
.logo3 {
    margin: auto auto -1px;
    max-width: 150px;
    text-align: center;
}
.header3 {
    background: #2b2b2b none repeat scroll 0 0;
    padding: 0;
    position: static;
}
.main-nav.main-nav3 {
    margin: -53px 0 0;
}
.main-nav.main-nav3 .toggle-mobile-menu {
    border-color: #fff;
    color: #fff;
}
.main-nav.main-nav3 > ul > li > a {
    color: #333;
}
.main-nav.main-nav3 > ul li:hover > a {
    color: #ce4e5b;
}
.list-cart-search3 {
    margin-top: -45px;
}
.banner-slider3 {
    margin-bottom: 50px;
}
.inner-new-adv-text > p {
    display: none;
}
.inner-new-adv-text .big-title {
    font-size: 40px;
    margin: 0;
}
.inner-new-adv-text .shopnow {
    height: 50px;
    line-height: 50px;
    margin: 10px 0 0;
}
.inner-new-adv-text {
    padding: 80px 15px;
}
.new-product-adv {
    margin-bottom: 50px;
}
.news-multi-color h2 span {
    padding: 10px 25px;
}
.news-multi-color h2 {
    font-size: 30px;
}
.news-multi-color {
    padding: 50px 0 20px;
}
.best-tab-content .col-xs-12{
	width:50%;
}
.best-tab-product {
    padding: 27px 0 0;
}
.hot-cat-adv .col-xs-12{
	width:50%;
}
.hot-cat-adv {
    margin-bottom: 50px;
}
.item-market {
    margin-bottom: 30px;
}
.list-news-color {
    margin-top: 30px;
}
.newsletter-box3 {
    padding: 50px 0;
}
.market-place {
    padding: 50px 0;
}
.more-market {
    margin-top: 0;
}
.more-market > h2 {
    margin: 0 0 30px;
}
.footer-box-center3 {
    border: medium none;
    margin: 30px 0;
    padding: 0;
}
.paymment-method {
    text-align: left;
}
.list-cart-search4 {
    margin-top: 20px;
    position: relative;
    text-align: right;
    width: 100%;
}
.list-cart-search4 > li {
    text-align: left;
}
.search-form4 {
    left: 52px;
    position: absolute;
    right: 102px;
    top: 0;
}
.search-form4 > form {
    width: 100%;
}
.main-nav.main-nav4 {
    float: left;
    margin: -80px 0 0;
}
.main-nav.main-nav4 .toggle-mobile-menu{
	height:50px;
	line-height:50px;
	color:#fff;
	border-color:rgba(255,255,255,0.3);
	width:50px;
}
.main-nav.main-nav4> ul {
    top: 52px;
}
.main-nav.main-nav4 > ul  li>a{
	color:#333;
}
.main-nav.main-nav4 > ul  li:hover>a{
	color:#ff3e3e;
}
.gallery-product-tabs {
    padding: 36px 0 50px;
}
.title-gal-pro-tab {
    margin-bottom: 50px;
}
.gal-pro-slider .owl-controls {
    top: -45px;
}
.post-item-fluid {
    margin: 0 0 50px;
}
.post-item-fluid .post-info {
    padding: 20px 0 0;
}
.list-blog4 {
    margin-bottom: 0;
}
.fashion-design {
    margin-bottom: 50px;
    padding: 50px 0;
}
.content-fashion-design > h2 {
    font-size: 40px;
}
.box-testimo4 {
    margin-bottom: 70px;
}
.newsletter-form4 {
    margin: -40px -15px 0;
    padding: 15px;
}
.summer-list-cat .col-xs-12 {
    width: 50%;
}
.summer-collection {
    margin: 50px 0;
}
.latest-news6 {
    padding: 50px 0;
}
.list-banner-small .col-xs-12 {
    width: 50%;
}
.list-adv6 .col-xs-12 {
    width: 50%;
}
.home-prodslide-header {
	border-bottom: none;
	padding: 0px;
	margin-bottom: 45px;
}
.home-prodslide-header .title19 {
	margin: 0 0 20px 0;
	text-align: center;
}
.newarrival-box {
    margin-top: 40px;
    padding: 70px 0;
}
.newarrival-box-text > h4 {	
    font-size: 18px;
}
.btn-link6 {	
    height: 50px;
    line-height: 46px;
}
.newarrival-box-text .big-title {
    font-size: 40px;
}
.item-banner7.style2 {
    margin-top: 30px;
}
.item-banner7.style4 {
    margin-top: 30px;
}
.list-banner-parallax7 {
    margin-bottom: 50px;
}
.list-banner7 {
    margin-bottom: 50px;
    margin-top: 0;
}
.shop-the-look7 {
    padding: 50px 0;
    margin-bottom: 50px;
}
.item-post7:nth-child(2n+1) .post-info {
    margin-top: 30px;
    padding-left: 0;
}
.item-post7:nth-child(2n) .post-info {
    margin-bottom: 30px;
    padding-right: 0;
}
.list-post-new5 {
    padding: 50px 0;
}
.viewall-blog {
    margin-top: 50px;
    text-align: center;
}

.social-footer7 {
    margin-bottom: 30px;
}
.menu-box7 {
    margin-bottom: 30px;
}
.footer-top7 {
    padding-bottom: 0;
}

.content-home8 {
    padding-left: 0;
}
.sidebar-home8 {
    box-shadow: none;
    padding: 15px;
    position: static;
    width: auto;
}
.logo8 {
    float: left;
    max-width: 170px;
    padding: 0;
}
.main-nav.main-nav8 {
    float: right;
    margin-top: 15px;
}
.sidebar-home8 .copyright8 {
    display: none;
}
.footer8 .copyright8 {
    border: medium none;
    padding: 20px;
    position: static;
    text-align: center;
}
.main-home8 {
    padding-bottom: 0;
}
.main-nav.main-nav8 > ul {
    left: auto;
    position: absolute;
    right: 0;
}
.main-nav.main-nav8 li.current-menu-item > a {
    background: transparent!important;
}
.main-nav.main-nav8 > ul > li.menu-item-has-children > a::after {
    background: transparent none repeat scroll 0 0!important;
    top: 5px;
	text-align:right;
	content:"\f107";
}
.main-nav.main-nav8 > ul > li:hover > a{
	background: transparent!important;
}
.main-nav.main-nav8 .toggle-mobile-menu:hover{
	color:#C69C6D;
	border-color:#C69C6D;
}
.main-nav.main-nav8 .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    top: 100%;
    width: 100%;
}
.main-nav.main-nav8 .sub-menu li a {
    color: #333;
}
.main-nav.main-nav8 .sub-menu li:hover >a {
    color: #c69c6d;
}
.main-nav.main-nav8 .menu-item-has-children{
	position:relative;
}
.menu-footer9 {
    margin-bottom: 20px;
    min-height: auto;
}
.payment9 {
    display: none;
}
.shopby-cat {
    display: none;
}
.main-nav.main-nav9 .toggle-mobile-menu{
	color:#fff;
}
.main-nav.main-nav9 > ul > li > a {
    color: #333;
}
.main-home8.main-home9 {
    padding: 30px 15px 0;
}
.back-to-top{
	right:45px;
}
.item-adv9 .adv-info {
    padding: 50px 0;
}
.header10 {
    background: #000;
    position: static;
}
.logo10 {
    text-align: left;
    margin: 0;
}
.main-nav.main-nav10 > ul > li > a{
	color:#333;
	background:transparent!important;
}
.main-nav.main-nav10 > ul > li:hover > a{
	color:#FFCE25;
}
.banner-slider10 {
    margin-bottom: 50px;
}
.box-title10 {
    margin: 0 0 33px;
}
.big-sale {
    margin-top: 55px;
}
.item-product-bigsale .content-product-info {
    padding: 0 15px;
}
.bigsale-banner {
    margin-bottom: 36px;
}
.box-title10 > h2 {
    font-size: 30px;
}
.latest-news10 {
    margin-bottom: 36px;
}
.market10 {
    padding: 40px 0;
}
.banner-img10 .col-xs-12 {
    width: 50%;
}
.list-product-bigsale .col-xs-12 {
    width: 50%;
}
.item-testimo10 {
    margin: 0;
}
.testimo-slider10::after{
	display:none;
}
.testimo-slider10 {
    margin: 0 0 30px;
}
.banner-top11 {
    padding: 30px 0;
}
.banner-adv-info.text-center {
    left: 0;
    max-width: 290px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    padding-bottom: 30px;
}
.banner-adv11 {
    margin: 50px 0;
}
.banner-adv-info.text-left {
    left: 0;
    max-width: 300px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.9);
    padding-bottom: 30px;
	padding-left:20px;
}
.shipping-member {
    margin-bottom: 50px;
}
.supper-deal11 {
    padding: 50px 0;
}
.deal-count11 .time_circles > div.textDiv_Days {
    display: inline-block;
}
.deal-count11 {
    margin-left: 0;
}
.intro-deal11 {
    margin-bottom: 30px;
}
.product-supper11 .col-xs-12{
	width:50%;
}
.product-supper11 {
    margin-left: 0;
}
.list-adv11 {
    padding: 50px 0;
}
.list-adv11 .col-xs-12{
	width:50%;
}
.logo12 {
	margin:0;
}
.header-nav12 {
    float: left;
    margin-top: -55px;
    padding-right: 0;
    width: 100%;
}
.search-hover.search-hover12 .search-hover-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.main-nav.main-nav12 {
    float: left;
    margin: 15px 0 0;
    padding: 0;
}
.search-hover.search-hover12 {
    float: right;
    margin-top: 15px;
    position: absolute;
    right: 50px;
}
.search-hover.search-hover12 .smart-search{
	width:240px;
	top:0;
}
.banner-slider12 .bx-pager-link {
    width: 80px;
}
.banner-slider12 .bx-controls {
    bottom: 10px;
}
.item-slider12 .banner-info strong {
    font-size: 160px;
    margin-bottom: -65px;
}
.item-slider12 .banner-info h2 {
    font-size: 40px;
}
.item-slider12 .banner-info {
    margin-top: -180px;
}
.item-service12.box-center {
    border: none;
}
.banner-count-info .shopnow {
    padding: 0 30px;
}
.logo13 {
    position: static !important;
}
.header-nav12 {
    float: right;
    margin-top: 0;
}
.main-nav.main-nav12 {
    float: right;
    padding: 0;
}
.main-nav.main-nav12 > ul {
    left: auto;
    right: 0;
}
.front-product {
    display: none;
}
.back-product {
    width: 100%;
}
.item-product-parallax {
    margin-bottom: 50px;
}
.main-header13 .search-hover.search-hover12 .smart-search {
    width: 240px;
}
.banner-count {
    display: none !important;
}
.main-nav-hover {
    background: #fff none repeat scroll 0 0;
    height: auto;
    padding: 0;
    width: 290px;
}
.mega-menu-hover {
    display: none;
}
.main-nav-hover > h2 {
    display: none;
}
.main-nav.main-nav14 > ul > li > a{
	border-top:none;
}
.header-nav23 {
    float: right;
    margin-top: -70px;
    padding: 0;
}
.mini-cart.mini-cart23 {
    margin-top: 20px;
}
.header-top23 {
    padding-bottom: 23px;
}
.main-nav.main-nav23 > ul > li > a{
	color:#333;
}
.main-nav.main-nav23 > ul > li:hover > a{
	color:#ff3e3e;
}
.footer23 {
    text-align: center;
}
.social-network23 {
    margin-top: 10px;
    text-align: center;
}
.copyright16 {
    text-align: center;
}
.social-network16 {
    margin-top: 10px;
    text-align: center;
}
.main-content21 {
    padding: 30px 15px;
}
.list-footer-box21 {
    padding: 0 15px;
}
.footer-bottom4.footer-bottom21 {
    padding: 30px 15px;
    text-align: center;
}
.product-slider21 .owl-theme .owl-controls{
	display:none!important;
}
.footer-bottom21 .paymment-method {
    margin-top: 15px;
    text-align: center;
}
.list-footer-box21 .footer-box4.menu-footer4 {
    padding-top: 0;
}
.newsletter-form4.newsletter-form21 {
    padding-bottom: 30px;
}
.newcol-slider > h2 {
    display: none;
}
.newcol-slider {
    display: block !important;
    opacity: 1;
    position: static;
    visibility: visible;
}
.list-down-cate {
    display: block !important;
    padding: 30px 15px;
    position: static;
}
.main-right16 {
    display:none;
}
.menu-hover.menu-hover16 {
    border-left: 1px solid #e5e5e5;
    float: right;
}
.main-nav23>ul{
	transform:translateX(320px);
	-webkit-transform:translateX(320px);
}
.content-menu-hover {
    margin: 0;
    padding-left: 0;
    visibility: visible;
    width: auto;
	transform:translateX(-320px);
	-webkit-transform:translateX(-320px);
}
.menu-hover22 .content-menu-hover {
	transform:translateX(320px);
	-webkit-transform:translateX(320px);
}
.content-menu-hover.active{
	transform:translateX(0)!important;
	-webkit-transform:translateX(0)!important;
}
.main-nav14.main-nav > ul{
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
.menu-hover16 .content-menu-hover {
	transform:translateX(0);
	-webkit-transform:translateX(0);
}
.main-nav-hover{
	position:static;
}
.main-nav.main-nav14 > ul > li.menu-item-has-children > a::after{
	display:none;
}
.content-banner14 .banner-info {
    display: none;
}
.header14 {
    padding: 30px 0;
}
.content-banner14 {
    padding-top: 130px;
}
.item-cat14 {
    margin-bottom: 30px;
}
.banner14 {
    margin-bottom: 130px;
}
.list-cat14 {
    margin: 0 0 20px;
}
.seasion-slider {
    margin-right: 20px;
}
.seasion-info {
    margin-top: 50px;
    padding: 30px 15px;
}
.seasion-info::after {
    border: 1px solid #ff9e0a;
    left: 0;
}

.list-adv14 {
    margin-bottom: 50px;
}
.adv-info14 {
    padding-top: 0;
}
.adv-info14 > h2 {
    font-size: 40px;
}
.item-adv14.style1 .adv-info14 {
    margin-bottom: 30px;
}
.item-adv14.style1 {
    margin-bottom: 50px;
}
.list-adv14 .item-adv14.style2 .adv-thumb14 {
    margin-top: 0;
}
.item-adv14.style2 .adv-info14 {
    padding-top: 30px;
}
.list-adv14::after {
    bottom: -50px;
    top: -50px;
}
.say-hello {
    margin: auto auto 42px;
}
.hello-video {
    margin-bottom: 50px;
}
.collect-image {
    margin-bottom: 50px;
}
.inner-model-info {
    padding: 30px 15px;
}
.inner-model-info::after {
    right: 45px;
}
.inner-model-info::before {
    left: 45px;
}
.model-info::before {
    left: 50px;
}
.model-info::after {
    right: 50px;
}
.model-paral {
    padding-bottom: 185px;
    padding-top: 85px;
}
.smart-search.smart-search17 {
    margin-right: 0;
}
.mini-cart.mini-cart17 {
    float: right;
    min-width: 200px;
}
.main-nav.main-nav17 {
    float: left;
    margin-top: -57px;
}
.search-alphabet {
    border: medium none;
}
.logo17 {
    margin-bottom: 10px;
}
.list-adv17 .col-xs-12{
	width:50%;
}
.banner-access-info{
	display:none;
}
.footer9.footer17 {
    padding: 0;
}
.service-footer9.service-footer17{
	margin:0;
}
.nav-header18 {
    padding: 10px 0;
}
.info-total18 {
    margin: 10px 0 0;
}
.banner-slider18 .owl-theme .owl-controls {
    bottom: 20px;
}
.trend-thumb18 {
    margin-bottom: 30px;
}
.winter-info {
    margin-bottom: 40px;
}
.trend-thumb18 {
    margin-bottom: 30px;
}
.winter-info {
    margin-bottom: 40px;
}
.body-point {
    padding-left: 0;
}
.fashion-brand {
    margin-bottom: 50px;
    margin-right: 20px;
    position: relative;
    width: auto;
}
.wrap-newsletter18 {
    padding: 60px 0;
}
.newsletter.newsletter18 {
    border: medium none;
    padding: 0;
}
.adv-slider18 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.owl-directnav19 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.logo19 {
    text-align: left;
}
.main-nav.main-nav19 .toggle-mobile-menu {
    margin-top: 5px;
}
.item-service19 .service-icon {
    display: inline-block;
    min-height: auto;
    vertical-align: middle;
}
.item-service19{
	margin-bottom:10px;
}
.info-total20 {
    text-align: right;
}
.info-total20>li{
	text-align:left;
}
.item-service20 {
    margin: 15px 0!important;
}
.list-service20 .col-xs-12{
	width:33.33%;
}
.item-service20.item-center{
	border:none;
}
.category-slider6.tabcat14 {
    margin-top: 0px;
}
.list-tabcat14 {
    margin-bottom: 0px;
}
.nav-header {
    padding: 20px 0 30px;
}
.list-product-box {
    margin: 20px 0 0;
}
.logo {
  margin-top: 10px;
}
.wellcome-adv {
    margin-top: 0;
}
.gal-pro-slider .owl-theme .owl-controls .owl-page span {
    margin: 0 5px;
}
.top-nav.top-nav7 {
	text-align:left;
}
.top-nav.top-nav7 li {
    margin-right: 15px;
	margin-left:0;
}
.top-nav.top-nav7 li:last-child{
	margin:0;
}
.contact-footer9 {
    margin-bottom: 20px;
}
.item-banner10 .banner-info {
    margin-top: -80px!important;
}
.item-service12 {
    border: 2px solid #e5e5e5 !important;
    margin: 15px -15px;
}
.banner-slider17 .owl-theme .owl-controls .owl-pagination {
    bottom: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.list-adv17 {
    margin-top: 30px;
}
.freeship17 {
    float: none;
}

.mini-cart23 .mini-cart-icon {
    font-size: 14px;
	margin:0;
}
.mini-cart23 .mini-cart-icon
.mini-cart.mini-cart23 .mini-cart-number {
    display: none;
}
.main-nav.main-nav23 .toggle-mobile-menu {
    border: medium none;
    border-radius: 50%;
	-webkit-border-radius:  50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 40px;
	margin:0;
}
.main-nav.main-nav23 > ul {
    left: auto;
    right: 0;
}
.info-total23 > li {
    margin-right: 0;
}
.main-nav.main-nav23:hover .toggle-mobile-menu {
	background:#ff3e3e;
}
.mini-cart.mini-cart23 .mini-cart-number{
	display:none;
}
.mini-cart.mini-cart23 {
    margin-right: 40px;
}
.mini-cart.mini-cart23 .mini-cart-link {
    border-radius: 50%;
	-webkit-border-radius:  50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.mini-cart.mini-cart23:hover .mini-cart-link{
	background:#ff3e3e;
}
.mini-cart.mini-cart23:hover .mini-cart-icon{
	color:#fff;
}
.menu-hover16 .main-nav.main-nav14 > ul {
    display: block !important;
}
.menu-hover.menu-hover16 .content-menu-hover {
    bottom: 100%;
    left: auto;
    right: 0;
}
.contact-header{
	text-align:center;
}
.main-nav.main-nav1 {
    width: 40px;
}
.smart-search.smart-search1 {
    float: none;
    margin-left: 70px;
    margin-top: -41px;
    width: auto;
}
.content-special-slider .owl-wrapper-outer {
    padding-top: 0;
}
.content-special-slider .owl-controls {
    top: -30px;
}
#boxes {
    display: none !important;
}
.item-contact-info::after{
	display:none;
}
.item-contact-info {
    margin-bottom: 30px;
}
.video-about {
    padding-right: 0;
    text-align: center;
}
.item-contact-info::after {
    display: none;
}
.item-contact-info {
    margin-bottom: 30px;
}
.contact-info-page {
    padding: 40px 0;
}
.list-contact-info {
    margin-bottom: 0;
}
}
/*End Screen 767*/
@media (max-width: 640px){
.info-total20 {
    margin-left: -50px;
    margin-top: 20px;
}
.info-total20 > li {
    margin-left: 15px;
}
.newsletter.newsletter18 > label {
    margin: 0 20px 20px 0;
}
.category-slider6 .owl-directnav6 .owl-controls{
	display:none!important;
}
.title-tab14 .title-default {
    display: block;
	margin-bottom:15px;
}
.title-tab14 > ul li {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0;
}
.title-tab14 > ul li a{
	display:block;
	padding:8px 15px;
}
.header-nav22 .menu-hover .menu-hover-link, .header-nav22 .my-account .my-account-link, .header-nav22 .search-hover .search-link {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50px;
}
.logo22 {
    height: 50px;
    padding: 10px 15px;
    width: 100px;
}
.wrap-cart-control {
    height: 50px;
}
.control-slider22 {
    width: 100px;
}
.control-slider22 a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.mini-cart.mini-cart22 {
    height: 50px;
    width: 150px;
}
.mini-cart.mini-cart22 .mini-cart-link .mini-cart-icon {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
}
.supper-gal {
    padding-right: 0;
	margin-bottom:30px;
}
.product-supper11 .product-info {
    margin-left: 0;
    padding-top: 0;
}
.product-supper11 .col-xs-12{
	width:100%;
}
.title-gal-pro-tab li {
    margin-right: 20px;
}
.wrap-language-currency {
    margin-top: 0;
}
.wrap-language-currency > div {
    display: block;
    margin: 0 0 10px;
}
.new-adv-text {
    border: 1px solid #e5e5e5;
    margin: -1px 0 0;
    padding: 30px 20px!important;
    position: static;
    width: auto;
}
.inner-new-adv-text {
    padding: 0;
}
.inner-new-adv-text > p {
    display: block;
    margin-top: 10px;
}
.content-product-adv::after{
	display:none;
}
.banner-slider3 .bx-pager {
    margin-top: 20px;
}
.content-product-adv .owl-controls {
    bottom: 10px;
    padding-right: 0;
    width: 100%;
}
.banner-slider3 .bx-pager a {
    border: 2px solid #e5e5e5;
    font-size: 14px;
    min-height: auto;
    min-width: auto;
    padding: 10px;
}
.banner-slider3 .bx-pager a strong {
    font-size: 14px;
}
.banner-slider3 .bx-pager a span {
    text-transform: capitalize;
}
.banner-slider3 .bx-pager a.active {
    border-width: 2px;
}

.newsletter-form {
    padding-left: 0;
}
.newsletter-form > label {
    position: static;
}
.banner-slider2 .bx-pager a {
    width: 50px;
}
.single-blog-video #video-intro.video-intro-dimensions {
    height: 400px;
}
.list-blog-post .post-item{
	padding-left:0;
}
.post-author-social {
    min-height: auto;
    padding: 20px;
    position: static;
    width: auto;
	border-width:1px;
}
.attr-bar{
	display:none;
}
#video-intro.video-intro-dimensions {
    height: 300px;
}
.contact-title {	
    font-size: 18px;
    margin: 20px 0 0;
}
.contact-info {
    display: none;
}
.box-contact {
    padding: 50px 0;
}
.item-contact-box .contact-icon {
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.fashion-adv-thumb {
    width: 100%;
}
.fashion-adv-info {
    width: 100%;
	padding:30px 15px;
}
.title-tab14 > ul{
	display:block;
}
.banner-collect-image.info-left {
    padding-left: 0;
}
.banner-collect-image.info-right {
    padding-right: 0;
}
.collect-info {
    margin: 0 0 30px;
    padding: 0 !important;
    position: static;
}
.collect-info .view-col {
    margin-top: 50px;
}
.inner-trend-box18 {
    padding-left: 0;
}
.trend-title18 {
    position: static;
    width: auto;
}
.item-banner1 .banner-info img {
    max-width: 150px;
}
.item-banner1 .banner-info .shopnow span{
    border-width:1px;
	height:40px;
	line-height:40px;
	font-weight:400;
}
.item-banner1 .banner-info {
    margin-top: -80px !important;
    max-width: 250px;
    padding: 0 30px;
}
.newsletter-form4 {
    padding-bottom: 30px;
}
.list-banner-small .col-xs-12 {
    width: 100%;
}
.banner-small{
    margin-bottom: 50px;
}
.top-header12 .top-nav li{
	display:none;
}
.top-header12 .top-nav li:first-child{
	display:block;
}
.banner15 .banner-info h2 {
    font-size: 60px;
    margin: 0 0 20px;
}
.info-total23 > li > div > a {
    height: auto;
    line-height: inherit;
    width: auto;
}
.info-total23 > li{
	margin-right:10px;
}
.info-total23 > li > div > a::before{
	display:none;
}
.logo23 img {
    max-width: 130px;
	width:100%;
}
.mini-cart.mini-cart23 .mini-cart-link {
    height: auto;
    line-height: inherit;
    width: auto;
	background:transparent!important;
}
.main-nav.main-nav23 .toggle-mobile-menu {
    background:transparent!important;
    height: auto;
    line-height: inherit;
    width: auto;
}
.mini-cart.mini-cart23 {
    margin-right: 30px;
}
.header-nav23 {
    margin-top: -55px;
}
.list-cart-search {
    margin: 0;
}
.main-nav.main-nav2 {
    margin-top: 0;
    padding-top: 0;
}
.header2 {
    margin-bottom: 20px;
}
.mini-cart.mini-cart2 .mini-cart-content {
    margin-left: -90px;
}
}
/*End Screen 640*/
@media (max-width: 480px){
.logo23 img {
	width:100px;
}
.header-nav23 {
    margin-top: -45px;
}
.mini-cart23 .mini-cart-content {
    margin-right: -30px;
}
.banner-info{
	/*display:none;*/
}
.list-service20 .col-xs-12{
	width:100%;
}
.collect-slider18 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.title-tab14 > ul li{
	display:block;
	margin:1px 0;
}
.content21 {
    padding-left: 0;
}
.list-adv11 .col-xs-12{
	width:100%;
}
.best-sale11 .owl-controls{
	display:none!important;
}
.top-menu9 {
    display: none;
}
.title-gal-pro-tab li {
    display: block;
    margin: 0;
}
.title-gal-pro-tab a {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    margin: 1px 0;
    padding: 10px;
}
.title-gal-pro-tab > ul {
    border: medium none;
    display: block;
}
.title-gal-pro-tab a::after {
    display: none;
}
.gallery-product-tabs .big-title {
    font-size: 30px;
    margin: 0 0 25px;
}

.hot-cat-adv .col-xs-12{
	width:100%;
}
.item-hot-cat-adv {
    margin-bottom: 30px;
}
.box-title2 > h2 {
    margin: 3px 0 15px;
	font-size:40px;
}
.single-blog-video #video-intro.video-intro-dimensions {
    height: 300px;
}
#video-intro.video-intro-dimensions {
    height: 250px;
}
.listview-sidebar .col-xs-12 {
    width: 100%;
}
.listview-sidebar .product-gallery {
    margin-bottom: 30px;
    margin-right: 0;
}
.listview-sidebar .item-product-list .product-info {
    margin-left: 0;
}
.title-detail {
    font-size: 18px;
}
.product-gridview .col-xs-12{
	width:100%;
}
.title {
    font-size: 30px;
}
.product-tab-title li {
    display: block;
    padding: 0;
}
.product-tab-title li a::before,
.product-tab-title li a::after{
	display:none;
}
.product-tab-title li a {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    margin: 1px 0;
    padding: 10px;
}
.product-tab-title li.active a{
	border-color:#ff3e3e;
	color:#ff3e3e;
}
.list-post-masonry .post-item{
	width:100%;
}
.related-product-slider .owl-theme .owl-controls{
	display:none!important;
}
.title-tab-detail > ul li {
    display: block;
}
.title-tab-detail > ul li a {
    border: 1px solid #e5e5e5 !important;
    height: auto;
    line-height: inherit;
    margin: 1px 0 !important;
    padding: 10px 15px;
}
.title-tab-detail {
    margin-bottom: 10px;
}
.title-tab-detail > ul li.active a{
	border: 1px solid #333 !important;
}
.post-comment ul {
    margin: 0;
}
.post-comment-info .comment-reply {
    position: relative;
}
.single-gallery-slider {
    padding-left: 55px;
}
.single-gallery-slider .bx-pager a {
    margin-bottom: 5px;
}
.single-gallery-slider .bx-pager {
    width: 50px;
}
.related-video .col-xs-12{
	width:100%;
}
.list-cart-search3 > li{
	display:none;
	margin:0;
	padding:0;
}
.list-cart-search3 > li:last-child{
	display:block;
}
.list-cart-search3 .mini-cart-icon {
    font-size: 24px;
}
.best-tab-content .col-xs-12{
	width:100%;
}
.ver-thumb .post-thumb {
    float: none;
    width: auto;
}
.ver-thumb .post-info {
    float: none;
    width: auto;
}
.best-tab-product .big-title {
    font-size: 40px;
    margin-bottom: 20px;
}
.best-tab-title ul li {
    display: block;
    margin: 1px 0;
    padding: 0;
}
.best-tab-title ul li a {
    border-width: 1px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.inner-newsletter3 .big-title {
    font-size: 30px;
    margin: -10px 0 15px;
}
.newsletter-form3 {
    margin: 23px auto auto;
}
.more-market li {
    margin-bottom: 30px;
}
.market-place {
    padding: 50px 0 20px;
}

.title-tab-special li {
    display: block;
    margin: 1px 0;
    padding: 0;
}
.title-tab-special ul li .btn-link5 {
    border-width: 1px;
    display: block;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 10px 15px;
}
.title-tab-special ul {
    margin: 0;
}
.title-tab-special {
    margin-top: 30px;
}
.list-adv6 .col-xs-12 {
    width: 100%;
}
.summer-info {
    width: auto;
	margin:0;
}
.item-summer-cat {
    margin: 30px 10px 1px;
}
.summer-info > h3 {
    font-size: 24px;
	letter-spacing:2px;
}
.summer-info > h2 sup {
    font-size: 24px;
}
.summer-info > h2 {
    font-size: 100px;
}
.summer-collection {
    padding: 15px;
}
.perfect-banner-info > h2 {
    font-size: 30px;
}
.perfect-banner-info .btn-link7{
	display:none;
}
.banner-paral-info h2 {
    font-size: 30px;
}
.item-banner-parallax {
    height: 400px;
}
.banner-paral-info {
    margin: -240px 0 0;
}
.footer-top7 {
    padding-bottom: 0;
}
.top-nav.top-nav7 li {
    margin: 0 10px;
}
.collect-banner-info{
	display:none;
}
.tabcat9 .owl-directnav6 .owl-controls {
    display:none!important;
}
.banner-slider10 .owl-theme .owl-controls {
    bottom: 10px;
}
.banner-img10 .col-xs-12 {
    width: 100%;
}
.list-product-bigsale .col-xs-12 {
    width: 100%;
}
.paral-info {
    padding-left: 30px;
}
.paral-control{
	display:none;
}
.item-product22 {
    width: 100%;
}
.slider-info > h2 {
    font-size: 24px;
}
.logo14 {
    margin: 0 -30px;
}
.menu-account14 .menu-hover {
    margin-right: 10px;
}
.mini-cart.mini-cart14 {
    margin-left: 0;
}
.menu-hover .menu-hover-link {
    font-size: 24px;
}
.my-account14 .my-account-link {
    font-size: 24px;
}
.search-hover14 .search-hover-icon {
    font-size: 24px;
}
.mini-cart.mini-cart14 .mini-cart-link .mini-cart-icon {
    font-size: 24px;
}
.item-cat14 .cat-info > h3 {
    font-size: 12px;
}
.trend-tab-title li {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 1px 0;
}
.trend-tab-title li::after {
    display: none;
}
.trend-tab-title li {
    display: block;
    padding: 8px 15px;
}
.owl-direct17 .owl-theme .owl-controls .owl-buttons div {
    display: none;
}
.pro-box17 .title17.style2 {
    margin: -8px 0 17px;
}
.banner-slider18 .owl-theme .owl-controls .owl-page span {
    height: 10px;
    margin: 0 5px;
    width: 10px;
}
.banner-slider18 .owl-theme .owl-controls {
    bottom: 10px;
}
.body-point-info {
    display: none;
}
.pro-tab-slider18 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.pro-tab-title18 li {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 1px 0;
}
.banner-slider19 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.menu-top19 {
    display: none;
}
.cart-account19 .my-account{
	display:block;
}
.header-main19 {
    padding: 20px 0;
}
.adv-info.pst-left-middle {
    padding-left: 30px;
}
.paymment-method.payment-method7 a{
	margin-top:10px;
}
.featured-product-slider .owl-theme .owl-controls {
	display:none!important;
}
.list-product-box > li{
	display:none;
}
.list-product-box > li:last-child{
	display:block;
}
.featured-advert-info {
    position: static;
    text-align: center;
    width: auto;
	height:auto;
}
.featured-advert-info > h2 {
    background: rgba(0, 0, 0, 0.12) none repeat scroll 0 0;
    position: static;
}
.featured-product-saleoff {
    position: static;
}
.top-nav.top-nav7 li {
	display:none;
}
.top-nav.top-nav7 li:first-child{
	display:block;
} 
.wrap-language-currency8 .language-box,
.wrap-language-currency8 .currency-box{
	display:none;
}
.top-nav-right {
    display: none;
}
.list-cart-search10 {
    float: right;
}
.list-cart-search10 > li {
    display: block;
}
.my-account10 .my-account-link::after{
	display:none;
}
.item-service12 {
    padding: 20px 10px;
}
.info-total20 > li{
	display:block;
}
.info-total20 .language-box,
.info-total20 .currency-box{
	display:none;
}
.info-total20{
	margin-top:5px;
}
.menu-top17 > li{
	display:none;
	border:none;
}
.menu-top17 > li:first-child{
	display:block;
}
.list-extra-link17 li{
	display:none;
}
.list-extra-link17 li:first-child{
	display:block;
}
.about-menu > li {
    display: block;
    margin-right: 0;
}
.about-menu {
    border: medium none;
    margin-bottom: 30px;
    padding: 0;
}
.about-menu a {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

}
/*End Screen 480*/
@media (max-width: 360px){
.banner-slider4 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.item-service12 .service-icon {
    margin: 0;
}
.item-testimo4 .testimo-info > h3::before{
	display:none;
}
.item-testimo4 .testimo-info > h3{
	margin-top:0;
	padding-left:0;
}
.banner-slider23 .owl-theme .owl-controls{
	display:none!important;
}
.newsletter-form > form input[type="submit"] {
    position: static;
    margin-top: 10px;
}
.newsletter-form > form {
    padding-right: 0;
}
.single-blog-video #video-intro.video-intro-dimensions {
    height: 200px;
}
.single-gallery-slider .bx-pager {
    width: 40px;
}
.single-gallery-slider {
    padding-left: 45px;
}
.content-blog-detail blockquote {
    padding-left: 0;
}
.content-blog-detail blockquote::before{
	display:none;
}
#video-intro.video-intro-dimensions {
    height: 200px;
}
.top-nav li {
    margin: 0 5px;
}
.item-product-related {
    margin: 0;
}
.inout-stock {
    margin-left: 0;
    padding: 0 10px;
}
.product-detail.style2 .product-gallery .bx-pager a {
    width: 70px;
}
.my-account.style4 {
    display: none;
}
.list-cart-search8 > li > div > a {
    padding: 0 14px;
}
.mini-cart.mini-cart10 {
    margin-top: 0;
}
.main-header10 {
    padding: 20px 0;
}
.list-cart-search10 > li{
	margin:0;
	padding:0;
}
.info-total23 .search-form-hover {
    width:204px;
}
.banner-slider17 .owl-theme .owl-controls .owl-buttons div{
	display:none;
}
.list-adv17 .col-xs-12{
	width:100%;
}
.item-adv17{
	margin:15px 0;
}
.payment.payment17 a {
    margin-top: 10px;
}
.search-form4 {
    right: 52px;
}
.mini-cart.mini-cart17 {
    margin-top: 15px;
}
.logo19 {
    margin-right: -40px;
}
}
/*End Screen 360*/
@media (max-width: 320px){
.header-nav22 .search-form-hover{
	margin-right:-50px;
}
.post-format-date .post-format{
	display:none;
}
.post-format-date .post-comment-date {
    display: block;
    margin: 0;
}
.post-format-date {
    width: 100%;
}
.service-footer9 > a {
    padding: 0 10px;
}
.title-tab9 li {
    padding: 0 10px;
}
.say-hello > h2 {
    font-size: 40px;
}
.adv-wc-info h3 {
    font-size: 16px;
}
.list-product-box.list-product-box7 {
    margin-left: -20px;
}
.title-default {
    font-size: 24px;
    padding-top: 5px;
}
.freeship17 > p {
    padding-left: 40px;
}
.logo21 img {
    max-width: 130px;
}
}
/*End Screen 320*/




/*### CUSTOM RESPONSIVE ###*/
@media only screen and (min-width : 1200px) {
	.fancybox-content {
		width:1200px!important;
	}
}

@media only screen and (max-width : 1199px) {
	.fancybox-content {
		width:1000px!important;
	}
	/*
	.header-nav > nav > ul > li > a {
		padding:5px 7px 25px 7px;
		font-size:12px;
	}
	*/
	.header-nav > nav > ul > li > a {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mega-menu {
		width: 970px;
	}
	.banner-slider19 .owl-theme .owl-controls .owl-buttons div {
		width:50px;
		height:50px;
		margin-top:-25px;
	}
	.banner-slider19 .owl-theme .owl-controls .owl-buttons div > img {
		height:50px;
	}
	.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left:0px;
	}
	.banner-slider19 .owl-theme .owl-controls .owl-buttons div.owl-next {
		right:0px;
	}
	.item-slider19 .banner-info{
		padding-left:60px;
		padding-right:60px;
	}
	.item-slider19 .banner-info > .container {
		max-width:100%;
	}
	.custom-directnav h2 {
		font-size:50px;
		line-height:56px;
	}
	.custom-directnav h3 {
		font-size:18px;
		line-height: 24px;
	}
	.item-slider19.promo10 .banner-info {
		margin-top:-150px;
	}
	.promo10 .inner-banner-info {
		max-width: 45%;
	}
	.custom-directnav .promo10 h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.custom-directnav .promo10 h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.promo10 .button {
		min-width: 200px;
	}
	.promo10-sconto {
		font-size: 90px;
	}
	.cart-aside .cart-address-summary .cart_address_fatt {
		border-bottom: none;
	}
	
}

@media only screen and (max-width : 991px) {
	.fancybox-content {
		width:770px!important;
	}
	.button {
		line-height:25px;
	}
	.header-top {
		height:30px;
		line-height:30px;
	}
	.header-top-right {
		margin-top: 10px;
	}
	.header-top-mobi {
		font-size:10px;
		letter-spacing:2px;
		font-weight:500;
	}
	.header-main {
		padding-top:15px;
	}
	/*
	.header-main .logo {
		margin-top: 15px;
	}
	*/
	.header-main-left .header-msg-wrapper {
		display: none !important;
	}
	.header-main-right .mini-cart .carrello-link {
		display:inline-block;
		height:25px;
		width:18px;
		background:url(../../img/cart-mobi.svg) no-repeat top right;
		background-size:contain;
		margin-top: 29px;
		position:relative;
	}
	.header-main-right .mini-cart .carrello-link span {
		-webkit-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		background-color: #fec703;
		bottom: -6px;
		right: -7px;
		font-size: 12px;
		width: 17px;
		line-height: 17px;
		height: 17px;
		text-align: center;
		display: block;
		color: #fff;
		position: absolute;
	}
	.header-main-under {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* canvas menu */
	#toggle-nav {
	  position: absolute;
	  top: 0;
	  left: 15px;
	  overflow: hidden;
	  width: 60px;
	  height: 60px;
	  z-index: 5000;
	}
	#toggle-nav .mt-menu-label {
	  display: block;
	  position: absolute;
	  z-index: 3;
	  width: 60px;
	  height: 60px;
	  cursor: pointer;
	  top: 50%;
	  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
	  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  -webkit-tap-highlight-color: transparent;
	}
	#toggle-nav .mt-menu-label .mt-menu-bread {
	  position: absolute;
	  z-index: 3;
	  top: 0;
	  left: 0;
	  width: 60px;
	  height: 60px;
	  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-top,
	#toggle-nav .mt-menu-label .mt-menu-bread-middle,
	#toggle-nav .mt-menu-label .mt-menu-bread-bottom {
	  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-top {
	  z-index: 4;
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust {
	  display: block;
	  width: 35px;
	  height: 2px;
	  background: #252525;
	  position: absolute;
	  left: 0;
	  z-index: 1;
	  -webkit-transition: -webkit-transform 0.2s;
	  transition: -webkit-transform 0.2s;
	  transition: transform 0.2s;
	  transition: transform 0.2s, -webkit-transform 0.2s;
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust-top {
	  top: 41px;
	  -webkit-transition: -webkit-transform 0.2s 0.2s;
	  transition: -webkit-transform 0.2s 0.2s;
	  transition: transform 0.2s 0.2s;
	  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	  -webkit-transform: translateY(-3px);
	  transform: translateY(-3px);
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust-middle {
	  top: 50%;
	  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust-bottom {
	  bottom: 41px;
	  -webkit-transform: translateY(3px);
	  transform: translateY(3px);
	}
	#toggle-nav.nav-open {
	  left: 0;
	}
	#toggle-nav.nav-open .mt-menu-label {
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	  top: 33%;
	}
	#toggle-nav.nav-open .mt-menu-bread-crust {
	  background: #ededed;
	}
	#toggle-nav.nav-open .mt-menu-bread-top {
	  -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#toggle-nav.nav-open .mt-menu-bread-middle {
	  display: none;
	}
	#toggle-nav.nav-open .mt-menu-bread-bottom {
	  -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#toggle-nav.nav-open .mt-menu-bread-crust-top {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  -webkit-transition-delay: 0;
	  transition-delay: 0;
	}
	#toggle-nav.nav-open .mt-menu-bread-crust-bottom {
	  -webkit-transition: -webkit-transform 0.2s;
	  transition: -webkit-transform 0.2s;
	  transition: transform 0.2s;
	  transition: transform 0.2s, -webkit-transform 0.2s;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	#toggle-nav .mt-menu-label .mt-menu-bread {
		height: 64px;
		width: 64px;
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust {
		width: 25px;
		background: #000!important;
		height: 2px!important;
	}
	#toggle-nav.nav-open .mt-menu-bread-crust-bottom {
		-webkit-transform: translateY(-9px);
		transform: translateY(-9px);
	}
	#toggle-nav.nav-open .mt-menu-bread-crust-top {
		-webkit-transform: translateY(9px);
    	transform: translateY(9px);
	}
	
	header.is-sticky {
		height:166px;
		top:-166px;
	}
	header.is-sticky + div#content {
		margin-top: 166px;
	}
	/* End canvas menu */
	.zopim {
		z-index:4998!important;
	}
	/*MENU MOBILE*/
	.header-nav {
		display:none;
		visibility:hidden;
	}
	#mobi-menu {
		top: 0;
		left: 0;
		bottom:0;
		right:0;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 4;
		visibility: hidden;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		display:block;
		filter: alpha(opacity=0);
		-webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
		-moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
		transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
		-moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		-webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		-o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		transform: matrix(1.05, 0, 0, 1.05, 0, 0);
		will-change: transform, opacity;
		background-color:#fff;
	}
	#mobi-menu h4 {
		color: #0e3d6c;
		margin-top: 0px;
		margin-bottom: 25px;
		padding: 0px 50px;
		font-size: 20px;
	}
	#mobi-menu .clever-menu {
		display:none;
		padding:0px 0px 0px 0px;
	}
	#mobi-menu .clever-menu.showmenu {
		display:block;
		height: calc(100% - 50px);
		overflow-y:scroll;
		background-color:#fff;
		margin-top:50px;
	}
	#mobi-menu.open {
		margin: 0;
		visibility: visible;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-transform: matrix(1, 0, 0, 1, 0, 0);
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		-o-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
		z-index:4999;
		-webkit-transform: translate3d(0, 0, 0);
	}
	#mobi-menu .clever-menu > .container {
		min-height:100%;
		overflow:hidden;
	}
	#mobi-menu .inner-mobi-menu-wrapper {
		min-height:100%;
		box-sizing: border-box;
		margin-top: 15px;
		overflow:hidden;
	}
	#mobi-menu .mega-menu {
		background:transparent;
		box-shadow:none;
		left: auto;
		position: relative;
		top: auto;
		margin: 0px;
		width: 100%;
		display: none;
		-moz-transition: all 0.3s ease;
		visibility: visible;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
		padding:10px 40px;
	}
	.mobi-menu-head {
		text-align:center!important;
		background:#f1f1f1;
	}
	.mobi-menu-head:nth-child(1) {
		border-right:solid 1px #dadada;
	}
	.mobi-menu-head  a {
		padding-left:0px!important;
		padding-right:0px!important;
		width:100%;
	}
	.mobi-menu-head img {
		height:15px;
		display:inline-block;
		margin-right:10px;
	}
	#mobi-menu ul {
		margin-top: 10px;
	}
	#mobi-menu ul.options {
		margin-top:0px;
	}
	#mobi-menu .inner-mobi-menu-wrapper > nav > ul {
		background-color:#fff;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		list-style:none;
		
	}
	#mobi-menu .inner-mobi-menu-wrapper > nav > ul > li {
		overflow:hidden;
		text-align:left;
		border-top:solid 1px #dadada;
	}
	#mobi-menu .inner-mobi-menu-wrapper > nav > ul > li > a {
		color:#3c3c3b;
		display:block;
		text-transform:none;
		font-size:14px;
		font-weight:bold;
		letter-spacing:1.5px;
		line-height:28px;
		padding:14px 40px;
		height:56px;
	}
	#mobi-menu .toggle-icon {
		position: absolute;
		top: 0px;
		right: 13px;
		height: 100%;
	}
	#mobi-menu .toggle-icon:after {
		content: "\f107";
		font-family: "fontawesome";
		color: #3c3c3b;
		line-height:56px;
		display:inline-block;
		font-size: 20px;
	}
	#mobi-menu .toggle-icon.active:after {
		content: "\f106";
	}
	#mobi-menu .mega-link {
		margin-top:0px;
		margin-bottom:25px;
	}	
	#mobi-menu .mega-link > h3 {
		font-weight: bold;
		line-height: 26px;
		border-bottom: solid 1px #f1f1f1;
		margin-bottom: 6px;
	}
	#mobi-menu .mega-link a {
		font-size:12px;
		color:#656565;
	}
	#mobi-menu .wrap-main-menu_mobile ul li.has-mega-menu li > ul {
		padding-top:15px;
		padding-bottom:30px;
		border-top:solid 1px #3c3c3b;
	}
	
	
	
	

	#mobi-menu.wrap-main-menu_mobile ul li.has-mega-menu li.level1 a {
		padding:14px 46px 14px 40px;
	}
	#mobi-menu.wrap-main-menu_mobile ul li.has-mega-menu li.level2 a {
		font-size:12px;
		font-weight:normal;
		padding:5px 20px 5px 40px;
		height:38px;
	}
	
	.body-nav-open header #mobi-menu .wrap-main-menu_mobile .toggle-icon {
		display: block;
		display: inline-block;
		line-height:56px;
		z-index:2;
		width:46px;
	}
	#mobi-menu .inner-mobi-menu-footer {
		padding: 30px 15px;
		border-top:solid 1px #b6b9bb;
		font-size:14px;
		font-weight:normal;
		letter-spacing:1.5px;
		background-color:#f6f7f7;
		/*margin-bottom:60px;*/
	}
	#mobi-menu .inner-mobi-menu-footer .mobi-menu-wishlist,
	#mobi-menu .inner-mobi-menu-footer .mobi-menu-help {
		margin:10px 0px;
		display:inline-block;
		padding: 0px 0px 0px 30px;
		width:100%;
	}
	#mobi-menu .inner-mobi-menu-footer .mobi-menu-wishlist {
		/*background:url('../../img/mobi-menu-wishlist-icon.png') no-repeat left center;*/
		background:url('../../img/wishlist-dark-icon.svg') no-repeat 1px 2px;
		background-size:17px;
	}
	#mobi-menu .inner-mobi-menu-footer .mobi-menu-help {
		/*background:url('../../img/mobi-menu-help-icon.png') no-repeat left center;*/
		background:url('../../img/mobi-menu-help-icon.svg') no-repeat 1px 1px;
		background-size:19px;
	}
	#mobi-menu .inner-mobi-menu-footer div.fancy-select div.trigger {
		background-color: transparent;
		padding: 0px 0px 0px 30px;
		min-width: 100%;
		border: 0px none;
		color: #3c3c3b;
		margin-top:10px;
		margin-bottom:10px;
		font-weight:normal;
		/*background:url('../../img/mobi-menu-shopper-icon.png') no-repeat left center;*/
		background:url('../../img/mobi-menu-shopper-icon.svg') no-repeat 1px 1px;
		background-size:19px;
	}
	#mobi-menu .inner-mobi-menu-footer div.fancy-select div.trigger:after {
		content:"";
	}
	#mobi-menu .inner-mobi-menu-footer div.fancy-select div.trigger + .options > li {
		border:0px none;
	}
	#mobi-menu .inner-mobi-menu-fixed {
		/*position: absolute;
		-webkit-transform: translate3d(0, 0, 0);
		bottom: 0;
		
		left:0;
		right:0;
		height: 60px;
		width:100%;
		z-index:1000;*/
		background:#3c3c3b;
	}
	#mobi-menu .inner-mobi-menu-fixed a {
		background:#3c3c3b;
		min-height:60px;
		line-height:30px;
		display:block;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		letter-spacing:1.5px;
		padding:15px;
	}
	#mobi-menu .inner-mobi-menu-fixed a img {
		margin-right:10px;
	}
	#mobi-menu .inner-mobi-menu-fixed a:nth-child(1) {
		border-right:solid 2px #fff;
	}
	#toggle-nav {
		cursor:pointer;
		-webkit-transition: top .4s ease;
		-moz-transition: top .4s ease;
		transition: top .4s ease;
	}
	#toggle-nav.nav-open {
		top:-5px;
	}
	header.is-sticky #toggle-nav.nav-open {
		top:2px;
	}
	#toggle-nav .mt-menu-label .mt-menu-bread-crust {
		background: #0f3e6d;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		height: 4px;
	}
	#mobi-menu .mobi-menu-account img {
		width:14px;
	}
	#mobi-menu .mobi-menu-store img {
		width:13px;
	}
	#mobi-menu .mobi-menu-footer {
		background:#f1f1f1;
	}
	.header-top-right {
		margin-top: 15px;
	}
	.header-top-right .carrello-link {
		padding-left: 25px;
		background-size: 16px;
		margin-left: 15px;
		height: 25px;
		line-height: 25px;
	}
	.header-top-right #cart-count {
		width: 19px;
		height: 19px;
		line-height: 19px;
		right: -4px;
		bottom: -6px;
	}
	/*FINE MENU MOBILE*/
	
	.item-slider19 .banner-info {
		margin-top:0px;
	}
	.custom-directnav h2 {
		font-size:40px;
		line-height:46px;
	}
	.custom-directnav h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.inner-banner-info .button {
		min-width: 200px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.custom-directnav .owl-pagination {
		bottom:5px;
	}



	.item-slider19.promo10 .banner-info {
		margin-top:-150px;
	}
	.promo10 .inner-banner-info {
		max-width: 45%;
	}
	.custom-directnav .promo10 h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.custom-directnav .promo10 h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.promo10 .button {
		min-width: 200px;
	}
	.promo10-sconto {
		font-size: 90px;
	}

	.banner-brand-wrapper .banner-brand .button {
		top: calc(50% - 32px);
		left: calc(50% - 100px);
		width: 200px;
		height: 64px;
		font-size: 16px;
		letter-spacing: .045em;
		line-height: 24px;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.item-collect19 .add-popup-trigger-wrapper,
	.item-product .add-popup-trigger-wrapper {
		display: none;
	}
	.title19 {
		font-size:28px;
	}
	.nuovi-arrivi-controls a {
		margin:10px 14px;
		font-size:16px;
	}
	.assistenza-box i.fa {
		font-size:60px;
	}
	.box-home-consegna {
		margin-top:0px;
	}
	.home-consegne-wrapper .box-home-consegna h2 {
		font-size:22px;
	}
	.home-consegne-wrapper .box-home-consegna h2 span {
		font-size:28px;
	}
	.home-consegne-wrapper .box-home-consegna h3 {
		font-size:18px;
		line-height:30px;
	}
	.home-consegne-wrapper .box-home-consegna img {
		height: 60px;
	}
	#content.main-content h1,
	.popup-container h1,
	#content h1.pagetitle {
		font-size: 38px;
		margin: 0px 0px 30px 0px;
	}
	#content.main-content h2,
	.popup-container h2 {
		font-size: 32px;
		line-height: 40px;
		margin: 0px 0px 25px 0px;
	}
	#content.main-content h3,
	.popup-container h3 {
		font-size: 28px;
		line-height: 36px;
		margin: 0px 0px 25px 0px;
	}
	#content.main-content h4,
	.popup-container h4 {
		font-size: 20px;
		line-height: 32px;
		margin: 0px 0px 20px 0px;
	}
	.product-detail .product-gallery {
		margin-bottom:80px;
	}
	.product-detail .product-gallery .bxslider li {
		max-height:600px;
	}
	.prod-pagi .wrap-sort-pagi .pagibar a {
		padding: 0 20px;
		line-height: 50px;
		height: 50px;
	}
	.shop-pagibar .scrollToTop {
		height: 50px;
		line-height: 50px!important;
		display: block;
	}
	.shop-pagibar .scrollToTop i {
		top: 15px;
		left: calc(50% - 40px)!important;
		transform: translateX(-50%);
	}
	a.quick-action {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	#form_contatti > .form-fields {
		margin-top:0px!important;
	}
	.pre-footer-newsletter h3 {
		font-size:28px;
	}
	.pre-footer-newsletter h4 {
		font-size:20px;
	}
	footer {
		text-align:center;
	}
	footer p {
		margin-bottom:15px;
		line-height:18px;
	}
	footer h4.footer-title {
		margin-top:0px;
		margin-bottom:10px;
	}
	footer h4.footer-title:after {
		display:none;
	}
	.copyright > p {
		margin-top:10px;
		text-align:center;
		font-size:11px;
	}
	.footer-col {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-col:nth-last-child(1) {
		margin-bottom: 0px;
	}
	.footer-social-link {
		margin-left: 4px;
		margin-right: 4px;
	}
}

@media only screen and (max-width : 767px) {
	.trustpilot-desktop {
		display: none;
	}
	.trustpilot-mobile {
		display: block;
	}
	.trustpilot-prod {
		margin-bottom:0px;
		margin-left: -15px;
		margin-right:-15px;
	}

	.fancybox-content {
		width:99%!important;
	}
	.fancybox-slide > * {
		padding:15px 0px;
	}
	.mobi-fullwidth-btn {
		width:100%;
	}
	header {
		border-bottom:solid 1px #dadada;
	}
	.header-main {
		padding-top:0px!important;
	}
	.header-main .logo {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header-main .logo img {
		width: 175px;
	}
	.header-main-under {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	header.is-sticky {
		height:136px;
		top:-136px;
	}
	header.is-sticky + div#content {
		margin-top: 136px;
	}
	/*
	#toggle-nav {
		top:7px;
	}
	*/
	.mobi-menu-head {
		border-right:0px none!important;
		text-align:left!important;
		padding-left:45px;
		padding-right:45px;
	}
	#mobi-menu h4 {
		font-size:16px;
	}
	#mobi-menu .inner-mobi-menu-wrapper > nav > ul > li > a {
		font-size:13px;
		letter-spacing:1px;
		min-height: 56px;
	}
	#mobi-menu .inner-mobi-menu-wrapper > nav > ul > li > a.outlet {
		color: #ff009e;
	}
	.header-main-right .mini-cart .carrello-link {
		margin-top:14px;
	}
	.header-main #topSearch {
		margin-bottom:0px;
	}
	.form-search-wrapper,
	.form-search-wrapper > div	{
		padding:0px!important;
	}
	.header-main #topSearch input[type="text"] {
		border-radius:0px;
		-webkit-border-radius:0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		height:45px;
		line-height:45px;
		color:#0f3e6d;
		text-align:center;
		border-top:solid 1px #dadada;
	}
	.header-main #topSearch input[type="text"]::-webkit-input-placeholder { 
		color:#0f3e6d;
	}
	.header-main #topSearch input[type="text"]:-moz-placeholder { 
		color:#0f3e6d;
	}
	.header-main #topSearch input[type="text"]::-moz-placeholder {
		color:#0f3e6d;
	}
	.header-main #topSearch input[type="text"]:-ms-input-placeholder { 
		color:#0f3e6d;
	}
	.header-main #topSearch button {
		height:45px;
		color:#0f3e6d;
		font-size: 12px;
		font-weight: 500;
	}
	.header-main #topSearch input[type="text"] {
		height: 40px;
		line-height: 40px;
	}
	.header-main #topSearch button {
		height: 40px;
		color: #505050;
		font-size: 16px;
	}
	.header-main-left .header-msg-wrapper img, .header-main-under .header-msg-wrapper img {
		width: 30px;
		margin-right: 15px;
	}
	.header-main-under .header-msg-wrapper .header-msg {
		font-size: 10px;
	}
	.banner-slider19 {
		max-width: 100%;
    	max-height: 675px;
	}
	.banner-slider19 .owl-buttons {
		display: none;
	}
	.item-slider19 .banner-info {
		padding: 60px 20px;
		justify-content: end;
		max-height: 675px;	
	}
	.custom-directnav h3 {
		font-size: 30px;
		line-height: 36px;
	}
	.custom-directnav .button {
		padding-top: 9px;
		padding-bottom: 9px;
		min-width: 100%;
	}
	.inner-banner-info {
		text-align:left!important;
	}
	.item-slider19 .banner-info > .container,
	.item-slider19 .banner-info,
	.item-slider19 .banner-info .inner-banner-info {
		width:100%;
	}
	.inner-banner-info .button + .button {
		margin-top: 15px;
	}
	
	.item-slider19.promo10 .banner-info {
		margin-top:-100px;
	}
	.promo10 .inner-banner-info {
		max-width: 50%;
	}
	.custom-directnav .promo10 h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.custom-directnav .promo10 h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.promo10 .button {
		min-width: 200px;
	}
	.promo10-sconto {
		font-size: 70px;
	}

	.item-collect19 {
		margin: 0px 15px;
	}
	.title19 {
		font-size:21px;
		margin-bottom:25px;
	}
	.title19 > span::before, .title19 > span::after {
		top: 12px;
    }
	.item-collect19 .zoom-image, .item-product .zoom-image {
		margin-bottom: 20px;
	}
	.zoom-image.double-img:hover img:nth-child(1) {
		opacity: 1;
	}
	.zoom-image.double-img:hover img:nth-child(2) {
		opacity: 0;
	}
    .item-product .product-brand, .item-collect19 .product-brand {
		margin-bottom: 15px;
		margin-top: 0px;
		height: 22px;
	}
	.item-product .product-brand img, .item-collect19 .product-brand img {
		max-width: 55%;
	}
    .item-collect19 h3, .item-product h3 {
        font-size: 15px;
        line-height: 22px;
		height: 44px;
    }
	.item-product .product-info .product-cod, .item-collect19 .product-cod {
		font-size: 10px;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
    .item-collect19 p.product-price {
        font-size: 13px;
        margin-top: 5px;
    }
    .item-collect19 p.product-price .price {
        font-size: 16px;
    }
    .item-collect19 .button {
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
	.nuovi-arrivi-controls a {
		margin: 10px 14px;
		font-size: 14px;
	}
	.home-assistenza-wrapper {
		margin-bottom: 45px;
	}
	/*
	.home-assistenza-wrapper .blue-row {
		background:transparent;
		padding:30px 0px;
	}
	*/
	.home-assistenza-wrapper .flex-box {
		display:block;
	}
	/*
	.home-assistenza-wrapper .assistenza-box {
		background-color:#0f3e6d;
	}
	*/
	.home-assistenza-wrapper .assistenza-box:nth-child(1) {
		/*border-right:7px solid #fff;
		padding-right:0px;
		padding-left:0px;*/
	}
	.home-assistenza-wrapper .assistenza-box:nth-child(2) {
		/*border-left:7px solid #fff;*/
		padding-left:0px;
		padding-right:0px;
	}
	.home-assistenza-wrapper .assistenza-box:nth-last-child(1) {
		background:transparent;
		margin:40px 0px 0px 0px;
		color:#ffffff;
	}
	.assistenza-box {
		min-height: 50px;
	}
	.assistenza-box i.fa {
		font-size: 38px;
		/*margin-top:30px;*/
		color:#fff;
		line-height: 50px;
	}
	.assistenza-box h3 {
		/*color:#0f3e6d;*/
		font-size:16px;
		text-transform:uppercase;
		margin-bottom:10px;
	}
	.assistenza-box input[type="email"] {
		/*border-color:#3c3c3b;*/
	}
	.assistenza-box a {
		/*color: #3c3c3b;*/
	}
	.home-consegne-wrapper {
		margin-bottom:0px;
	}
	.home-consegne-wrapper .box-home-consegna {
		border-bottom:solid 1px #dedfe0;
	}
	.home-consegne-wrapper .box-home-consegna:nth-last-child(1) {
		border-bottom:0px none;
	}
	.home-consegne-wrapper .box-home-consegna h2 {
		font-size:28px;
		line-height:32px;
	}
	.home-consegne-wrapper .box-home-consegna h2 span {
		font-size:21px;
	}
	.home-consegne-wrapper .box-home-consegna h3 {
		font-size: 16px;
		line-height: 24px;
    }
    .box-home-pagamenti {
        margin-bottom:30px;
        margin-top:0;
    }
    .box-home-pagamenti img {
        width: 60%;
        margin: 10px 0px;
    }
	#content.main-content, .wishlist-page #content {
		padding-top:40px;
		padding-bottom:40px;
	}
	#content.main-content h1,
	.popup-container h1,
	#content h1.pagetitle {
		font-size: 34px;
		margin: 0px 0px 20px 0px;
		line-height:42px;
	}
	#content.main-content h2,
	.popup-container h2 {
		font-size: 26px;
		line-height: 36px;
		margin: 0px 0px 15px 0px;
	}
	#content.main-content h3,
	.popup-container h3 {
		font-size: 22px;
		line-height: 32px;
		margin: 0px 0px 15px 0px;
	}
	#content.main-content h4,
	.popup-container h4 {
		font-size: 18px;
		line-height: 30px;
		margin: 0px 0px 10px 0px;
	}
	
	.news-page .news-item:nth-child(1) {
		margin-top:0px!important;
	}
	.news-page .post-desc {
		margin-top:30px;
	}
	#form_contatti {
		margin-top:40px;
	}
	#form_contatti .button {
		margin-bottom:10px;
	}
	.orders-table td {
		float:left;
	}
	.orders-table td:nth-child(1) {
		width:70%;
	}
	.orders-table td:nth-child(2) {
		width:30%;
		font-size: 14px;
	}
	.orders-table td:nth-child(3) {
		width:100%;
		border-top:0px none;
	}
	.orders-table td:nth-child(4) {
		width:100%;
		border-top:0px none;
	}
	.order-items .cart-items td {
		float:left;
	}
	.order-items .cart-items tr {
		border-bottom:0px none;
	}
	.order-items .cart-items tr.cart-th {
		display:none;
	}
	.order-items .cart-items td:nth-child(1) {
		width:100%;
	}
	.order-items .cart-items td:nth-child(2) {
		width:50%;
		border-top:0px none;
	}
	.order-items .cart-items td:nth-child(3) {
		width:20%;
		border-top:0px none;
	}
	.order-items .cart-items td:nth-child(4) {
		width:30%;
		border-top:0px none;
	}

	.coupon-table td {
		padding-bottom: 5px!important;
		padding-top: 5px!important;
	}
	.coupon-table td:nth-child(1) {
		width:100%;
		padding-top: 20px!important;
	}
	.coupon-table td:nth-child(2) {
		width:100%;
		border-top:0px none;
	}
	.coupon-table td:nth-child(3) {
		width:100%;
	}
	.coupon-table td:nth-child(4) {
		width:100%;
		padding-bottom: 20px!important;
	}
	.coupon-table .price-desc {
		padding-right:10px;
		font-size: 12px;
	}
	.shop-header {
		padding:0px;
	}
	.breadcrumbs {
		margin-bottom:0px;
		padding:0px;
	}
	.shop-header .breadcrumbs ol li {
		display:none;
	}
	/*.shop-header .breadcrumbs ol li.active,
	.shop-header .breadcrumbs.prod-breadcrumbs ol li:nth-last-child(2) {
		display: block;
		text-align: center;
		padding: 20px;
		font-size: 18px;
		font-weight: normal!important;
		border-bottom: solid 1px #dedede;
		margin-bottom: 0px;
	}*/
	.shop-header .breadcrumbs.prod-breadcrumbs ol li.active {
		display:none;
	}
	.shop-header .breadcrumbs.prod-breadcrumbs li:nth-last-child(2) a {
		padding-left:16px;
		padding-right:0px;
		margin-right:0px;
	}
	.shop-header .breadcrumbs li:nth-last-child(2) a:before {
		content: "\f104";
		font-family: "fontawesome";
		position: absolute;
		left: 0px;
	}
	.shop-header .breadcrumbs a:after {
		content:"";
	}
	
	.shop-header .breadcrumbs ol li.active span {
		font-weight:normal;
	}
	.shop-header .shop-ordinamento {
		position:absolute;
		right:0px;
		top:0px;
		text-align:center;
		border-left:solid 1px #dedede;
		border-bottom: solid 1px #dedede;
	}
	.shop-header .shop-ordinamento form {
		position: relative;
	}
	.shop-header .shop-ordinamento form:after {
		content: "\f0d7";
		font-family: "fontawesome";
		position: absolute;
		right: 0px;
		top: 0px;
		line-height: 40px;
		color: #0f3e6d;
		font-size: 14px;
	}
	.shop-header .shop-ordinamento .custom-select {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		padding-right:20px;
	}
	.shop-ordinamento .form-control {
		border:0px none;
		box-shadow:none;
		-webkit-box-shadow:none;
		color: #0f3e6d;
		font-weight: bold;
	}
	.shop-ordinamento .form-control:focus {
		border:0px none;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	.sidebar-right {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.mobi-filters .sidebar-right {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.widget-filter ul li:hover a span::after {
		content:"";
		display:none;
	}
	.mobi-filters-wrapper {
		border-bottom:solid 1px #dedede;
	}
	.accordion.mobi-filters .accordion-title {
		padding: 0px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #0f3e6d;
		font-size:11px;
		font-weight: bold;
		letter-spacing: normal;
	}
	.accordion.mobi-filters .accordion-title:after {
		position: relative;
		right: auto; 
		line-height: 40px;
		color: #0f3e6d;
		margin-left: 10px;
	}
	.widget-filter ul li.active a span::after,
	.widget-filter ul li:hover a span::after,
	.widget-filter ul li a span::after	{
		left: 4px;
		top: 0px;
	}
	.prod-totop {
		border-top:solid 1px #f1f1f1;
		border-bottom:solid 1px #f1f1f1;
		margin-bottom:35px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.shop-pagibar.bottom .scrollToTop {
		color: #0f3e6d;
	}
	.prod-totop,
	.prod-pagi {
		text-align:center;
	}
	.wrap-sort-pagi {
		float: none;
	}
	a#single-prod, a#double-prod {
		width: 32px;
	}
	a#double-prod {
		margin-left: -2px;
	}
	
	.content-detail {
		margin: 0 0 50px;
    }
    

	.product-detail {
		margin-bottom: 20px;
	} 
	.product-detail .product-gallery {
		margin-bottom:45px;
	}
	.product-detail .brand-logo {
		text-align:center;
	}
	.product-detail .brand-logo img {
		max-width:200px;
	}
	.grid-buy .inputtext {
		margin:0px;
	}
	.product-detail-info h4 {
		font-size:12px;
	}
	.related-product > h2 {
		font-size: 22px;
		line-height: 30px;
		margin: 0px 0px 15px 0px;
	}
	
	
	.table.cart-items, .table.cart-items tbody, .table.cart-items thead, .table.cart-items tr, .table.cart-items th, .table.cart-items td {
		display:block;
	}
	.table.cart-items tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
		overflow: hidden;
	}
	.table.cart-items tr.cart-th {
		display:none;
	}
	.cart-items .cart-item td {
		float:left;
		padding-top: 15px;
		padding-bottom:0px;
		border:0px none;
	}
	.cart-items .cart-item .cart-item-price {
		padding-bottom:15px;
	}
	.cart-item .cart-item-qty input.qty {
		width:35px;
	}
	.cart-item .cart-item-qty .qty button i {
		width:23px;
	}

	.cart-item .remove-button {
		top: 5px;
		left: 5px;
	}
	
	
	
	
	#welcome-pop {
		padding:0px;
	}
	.pre-footer-newsletter h3 {
		font-size: 22px;
		line-height:32px;
	}
	.pre-footer-newsletter h4 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.pre-footer-newsletter input[type="email"] { 
		padding-left:15px;
		padding-right:120px;
	}
	.pre-footer-newsletter input[type="email"]::-webkit-input-placeholder { 
		font-size: 12px;
	}
	.pre-footer-newsletter input[type="email"]:-moz-placeholder { 
		font-size: 12px;
	}
	.pre-footer-newsletter input[type="email"]::-moz-placeholder {
		font-size: 12px;
	}
	.pre-footer-newsletter input[type="email"]:-ms-input-placeholder { 
		font-size: 12px;
	}
	.pre-footer-newsletter .button.yellow-btn {
		padding:5px 20px;
		font-size:12px;
	}
	footer {
		padding-top:25px;
		padding-bottom:55px;
	}
	#fb-chat-btn {
		position: fixed;
		bottom: 0px;
		left: 0px;
		max-width: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		background-color:#29487d;
		width: 100%;
		text-align:center;
		display:block;
	}
	#fb-chat-btn img {
		height:40px;
		margin:0px auto;
	}
	
	/*RESPONSIVE TABLES*/
	.table-responsive-horizzontal table, 
	.table-responsive-horizzontal thead, 
	.table-responsive-horizzontal tbody, 
	.table-responsive-horizzontal th, 
	.table-responsive-horizzontal td, 
	.table-responsive-horizzontal tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive-horizzontal thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
	.table-responsive-horizzontal tr {
		margin: 0 0 20px 0;
		border: 1px solid #b6b9bb;
		background-color: #FBFCFC;
	}
	.table-responsive-horizzontal tr td{
		border-left:none !important;
		white-space: normal !important;
	}
	.table-responsive-horizzontal td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #fff; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left!important;
		font-size: 12px;
	}
 
	.table-responsive-horizzontal td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-size: 12px;
	}
	.table-responsive-horizzontal  td.first:before {
		font-weight:bold;
	}
 
	/*
	Label the data
	*/
	.table-responsive-horizzontal td:before { content: attr(data-title); }

	/*trustpilot*/
	.trustpilot-footer {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width : 480px) {
	.visible-xxs {
			display:block!important;
	}
	.col-xxs-12 {
			width:100%;
	}
	.col-xxs-6 {
			width:50%;
	}
	.box-home-pagamenti img {
			width: 100%;
			margin: 10px 0px;
	}
	.product-share {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.product-share .prod-sharebox {
		margin-top: 20px;
	}
	.detail-info .qty {
		margin-bottom: 30px;
	}
	.banner-slider19 .owl-wrapper {
		background-color:#f1f1f1;
	}
	/*.custom-directnav h2 {
		font-size:27px;
		line-height:36px;
		margin-bottom:10px;
		margin-top:0px;
	}
	.custom-directnav .button {
		line-height: 20px;
		margin-bottom: 5px;
		min-width: 80px;
		margin-right: 10px;
		font-size:10px;
		border-color:#3c3c3b!important;
		color:#3c3c3b!important;
	}
	.item-slider19 .banner-info {
		margin-top: 0px;
		padding: 15px;
		position:relative;
		top:auto;
	}
	.item-slider19 .banner-info .inner-banner-info {
		color: #3c3c3b!important;
		text-align:center!important;
	}*/


	.item-slider19.promo10 .banner-info {
		margin-top:0px;
	}
	.promo10 .inner-banner-info {
		max-width: 100%;
	}
	.custom-directnav .promo10 h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.custom-directnav .promo10 h3 {
		font-size: 22px;
		line-height: 32px;
		display: block;
	}
	.promo10 .button {
		min-width: 200px;
	}
	.promo10-sconto {
		font-size: 30px;
		display: block;
	}
	.banner-brand-wrapper .banner-brand-row {
		margin-bottom:10px
	}
	.banner-brand-wrapper .banner-brand {
		padding: 0px 5px;
	}
	.banner-brand-wrapper .banner-brand .button {
		top: calc(50% - 22px);
		left: calc(50% - 70px);
		width: 140px;
		height: 44px;
		font-size: 12px;
		line-height: 24px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.banner-brand-wrapper .banner-brand .button {
		top: calc(50% - 22px);
		left: calc(50% - 100px);
		width: 200px;
		height: 44px;
		font-size: 11px;
		line-height: 24px;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-brand-wrapper .banner-brand {
		display: flex;
		height: 100vw;
		margin-bottom: 10px;
		padding:0;
	}
	.banner-brand-wrapper .banner-brand-inner {
		width: 100%;
	}
	.banner-brand-wrapper .banner-brand img {
		width: 100%;
	}

	.banner-slider19 .owl-item {
		/*padding-bottom: 150px;*/
	}

	.item-product p.product-price .originale, .item-collect19 p.product-price .originale {
		margin-right:8px;
	}
	#promo-pop {
		max-width: 97vw;
		padding: 40px 40px 100px 40px;
	}
	#promo-pop h2 {
		font-size:24px;
		line-height:35px;
	}
	#promo-pop h3 {
		font-size:24px;
		line-height:35px;
	}
	#promo-pop .sconto {
		font-size:75px;
	}
	#promo-pop .button {
		line-height: 60px;
		font-size: 22px;
	}
	/*
	.cart-item .cart-item-image,
	.cart-item .cart-item-description {
		width:100%;
	}
	*/
}