@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v8/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v8/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v8/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v8/2HG_tEPiQ4Z6795cGfdivJBw1xU1rKptJj_0jans920.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/2HG_tEPiQ4Z6795cGfdivLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v8/1KWMyx7m-L0fkQGwYhWwuuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v8/HkF_qI1x_noxlxhrhMQYEJBw1xU1rKptJj_0jans920.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v8/HkF_qI1x_noxlxhrhMQYELO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
.clear {
  display: block;
  clear: both;
  content: '';
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.is-visible {
  display: block;
  visibility: visible;
}
.is-hidden {
  display: none;
  visibility: hidden;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
ins {
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input,
button,
select,
textarea {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  background-image: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-weight: normal;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  color: #444;
  background-color: #f0f0f0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #06c;
  outline: none;
  cursor: pointer;
}
a:hover {
  color: #08f;
}
/*
ul,
ol,
dl {
  margin-left: @base-line-height-computed;
  margin-bottom: @base-line-height-computed;
}

ul > li {
  list-style: disc outside;
}

ol > li {
  list-style: decimal outside;
}
*/
p {
  margin-bottom: 26px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3 {
  margin-bottom: 6.5px;
}
blockquote {
  margin: 26px;
  font-style: italic;
  color: #6a6a6a;
}
pre,
code {
  word-break: break-word;
  font-family: "Courier New", monospace;
}
pre {
  font-size: 14px;
}
/*
table {
  margin-bottom: @base-line-height-computed;
  width: 100%;
  border: 2px solid darken(@color-body-background,5%);
  border-collapse: collapse;

  td {
   padding: @base-line-height-computed / 4;
   border: 1px solid darken(@color-body-background,5%);
  }
}
*/
::-moz-selection {
  text-shadow: none;
  color: #444;
  background-color: #fc0;
}
::selection {
  text-shadow: none;
  color: #444;
  background-color: #fc0;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
h1,
h2,
h3 {
  font-weight: 600;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.post {
  *zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}
.post:before,
.post:after {
  display: table;
  content: "";
}
.post:after {
  clear: both;
}
.post-thumbnail {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 120px;
  width: 100%;
  text-align: center;
}
.post-thumbnail:before {
  display: block;
  padding-top: 56.25%;
  content: '';
}
.post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: .35s ease;
}
.post-thumbnail .post-type {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  z-index: 2;
}
.post-title {
  font-size: 16px;
}
.post-title,
.post-title a {
  color: #242424;
}
.post-title a:hover {
  color: #08f;
}
.post-meta {
  margin-bottom: 5px;
  font-size: 13px;
  color: #999;
}
.post-meta a {
  color: #666;
}
.post-meta a:hover {
  color: #08f;
}
.post-meta .author {
  display: none;
}
@media (max-width: 767px) {
  .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .post .post-thumbnail .post-type {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
  .post .post-title,
  .post .post-meta,
  .post .post-excerpt {
    margin-left: 140px;
  }
  .post .post-title {
    font-weight: 400;
  }
  .post .post-meta {
    margin-bottom: 0;
  }
  .post .post-meta .comments {
    display: none;
  }
  .post .post-excerpt {
    display: none;
  }
}
@media (min-width: 768px) {
  .post .post-title,
  .post .post-meta,
  .post .post-excerpt {
    margin-left: 300px;
  }
  .post .post-thumbnail {
    max-width: 280px;
  }
  .post .post-title {
    font-size: 22px;
  }
  .post .post-meta {
    font-size: 14px;
  }
  .post .post-excerpt {
    font-size: 15px;
  }
}
.category .post,
.archive .post,
.search-results .post,
.related-posts .post {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  html .category .post,
  html .archive .post,
  html .search-results .post,
  html .related-posts .post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .single .category .post,
  .single .archive .post,
  .single .search-results .post,
  .single .related-posts .post {
    float: left;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 33.3333%;
    border-bottom: 0;
  }
  .single .category .post:nth-child(3n + 1),
  .single .archive .post:nth-child(3n + 1),
  .single .search-results .post:nth-child(3n + 1),
  .single .related-posts .post:nth-child(3n + 1) {
    clear: left;
  }
  .single .category .post .post-title,
  .single .archive .post .post-title,
  .single .search-results .post .post-title,
  .single .related-posts .post .post-title,
  .single .category .post .post-meta,
  .single .archive .post .post-meta,
  .single .search-results .post .post-meta,
  .single .related-posts .post .post-meta,
  .single .category .post .post-excerpt,
  .single .archive .post .post-excerpt,
  .single .search-results .post .post-excerpt,
  .single .related-posts .post .post-excerpt {
    margin-left: 0;
  }
  .single .category .post .post-thumbnail,
  .single .archive .post .post-thumbnail,
  .single .search-results .post .post-thumbnail,
  .single .related-posts .post .post-thumbnail {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .single .category .post .post-title,
  .single .archive .post .post-title,
  .single .search-results .post .post-title,
  .single .related-posts .post .post-title {
    font-size: 18px;
    line-height: 1.45;
  }
  .single .category .post .post-meta,
  .single .archive .post .post-meta,
  .single .search-results .post .post-meta,
  .single .related-posts .post .post-meta {
    font-size: 14px;
  }
  .single .category .post .post-excerpt,
  .single .archive .post .post-excerpt,
  .single .search-results .post .post-excerpt,
  .single .related-posts .post .post-excerpt {
    display: none;
    font-size: 15px;
  }
  .single .category #infscr-loading + .post,
  .single .archive #infscr-loading + .post,
  .single .search-results #infscr-loading + .post,
  .single .related-posts #infscr-loading + .post {
    clear: left;
  }
  .single .category #infscr-loading + .post + .post,
  .single .archive #infscr-loading + .post + .post,
  .single .search-results #infscr-loading + .post + .post,
  .single .related-posts #infscr-loading + .post + .post,
  .single .category #infscr-loading + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post {
    clear: none;
  }
  .single .category #infscr-loading + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .single .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-tiles .category .post,
  .view-tiles .archive .post,
  .view-tiles .search-results .post,
  .view-tiles .related-posts .post {
    float: left;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 33.3333%;
    border-bottom: 0;
  }
  .view-tiles .category .post:nth-child(3n + 1),
  .view-tiles .archive .post:nth-child(3n + 1),
  .view-tiles .search-results .post:nth-child(3n + 1),
  .view-tiles .related-posts .post:nth-child(3n + 1) {
    clear: left;
  }
  .view-tiles .category .post .post-title,
  .view-tiles .archive .post .post-title,
  .view-tiles .search-results .post .post-title,
  .view-tiles .related-posts .post .post-title,
  .view-tiles .category .post .post-meta,
  .view-tiles .archive .post .post-meta,
  .view-tiles .search-results .post .post-meta,
  .view-tiles .related-posts .post .post-meta,
  .view-tiles .category .post .post-excerpt,
  .view-tiles .archive .post .post-excerpt,
  .view-tiles .search-results .post .post-excerpt,
  .view-tiles .related-posts .post .post-excerpt {
    margin-left: 0;
  }
  .view-tiles .category .post .post-thumbnail,
  .view-tiles .archive .post .post-thumbnail,
  .view-tiles .search-results .post .post-thumbnail,
  .view-tiles .related-posts .post .post-thumbnail {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .view-tiles .category .post .post-title,
  .view-tiles .archive .post .post-title,
  .view-tiles .search-results .post .post-title,
  .view-tiles .related-posts .post .post-title {
    font-size: 18px;
    line-height: 1.45;
  }
  .view-tiles .category .post .post-meta,
  .view-tiles .archive .post .post-meta,
  .view-tiles .search-results .post .post-meta,
  .view-tiles .related-posts .post .post-meta {
    font-size: 14px;
  }
  .view-tiles .category .post .post-excerpt,
  .view-tiles .archive .post .post-excerpt,
  .view-tiles .search-results .post .post-excerpt,
  .view-tiles .related-posts .post .post-excerpt {
    display: none;
    font-size: 15px;
  }
  .view-tiles .category #infscr-loading + .post,
  .view-tiles .archive #infscr-loading + .post,
  .view-tiles .search-results #infscr-loading + .post,
  .view-tiles .related-posts #infscr-loading + .post {
    clear: left;
  }
  .view-tiles .category #infscr-loading + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post {
    clear: none;
  }
  .view-tiles .category #infscr-loading + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .category #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .archive #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .search-results #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post,
  .view-tiles .related-posts #infscr-loading + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post + .post {
    clear: left;
  }
}
.category-video > .post-thumbnail .post-type,
.format-video > .post-thumbnail .post-type,
.promo.video .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: 0em -4em;
}
.category-photos > .post-thumbnail .post-type,
.format-photo > .post-thumbnail .post-type,
.promo.image .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: -1em -4em;
}
.format-audio > .post-thumbnail .post-type,
.promo.audio .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: -2em -4em;
}
.format-link > .post-thumbnail .post-type,
.promo.link .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: -3em -4em;
}
.format-chat > .post-thumbnail .post-type,
.promo.chat .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: -4em -4em;
}
.promo.survey .promo-icon {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  content: '';
  width: 28px;
  height: 29px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: -5em -4em;
}
.cast-list .cast {
  float: left;
  padding: 10px;
  width: 50%;
}
.cast-list .cast .post-thumbnail {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  max-width: 100%;
  max-width: 250px;
}
.cast-list .cast .post-thumbnail:before {
  padding-top: 100%;
}
.cast-list .cast .post-title,
.cast-list .cast .post-meta,
.cast-list .cast .post-excerpt {
  margin: 0;
}
.cast-list .cast .post-type,
.cast-list .cast .post-excerpt {
  display: none !important;
}
@media (min-width: 768px) {
  .cast-list .cast {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 33.3333%;
    border-bottom: 0;
  }
  .cast-list .cast:nth-child(3n + 1) {
    clear: left;
  }
  .cast-list .cast .post-title {
    font-size: 18px;
    line-height: 1.45;
  }
  .cast-list .cast .post-meta {
    font-size: 14px;
  }
}
@media (min-width: 996px) {
  .cast-list .cast {
    width: 25%;
  }
  .cast-list .cast:nth-child(3n + 1) {
    clear: none;
  }
  .cast-list .cast:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 1240px) {
  .cast-list .cast {
    width: 20%;
  }
  .cast-list .cast:nth-child(4n + 1) {
    clear: none;
  }
  .cast-list .cast:nth-child(5n + 1) {
    clear: left;
  }
}
.comments-header {
  *zoom: 1;
  margin-bottom: 15px;
}
.comments-header:before,
.comments-header:after {
  display: table;
  content: "";
}
.comments-header:after {
  clear: both;
}
.comments-header h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.comments-header .add-comment-button,
.comments-header .comments-closed-button {
  margin-top: 10px;
}
.comments-header .comments-closed-button {
  line-height: 40px;
  color: #aaa;
}
@media (min-width: 768px) {
  .comments-header {
    margin-bottom: 20px;
  }
  .comments-header h3 {
    float: left;
    font-size: 32px;
  }
  .comments-header .add-comment-button,
  .comments-header .comments-closed-button {
    margin-top: 0;
    float: right;
  }
}
.comment-reply-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  *zoom: 1;
}
.comment-reply-title:before,
.comment-reply-title:after {
  display: table;
  content: "";
}
.comment-reply-title:after {
  clear: both;
}
.comment-reply-title #cancel-comment-reply-link {
  color: #D7482A !important;
  float: right;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-reply-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .comment-reply-title #cancel-comment-reply-link {
    color: #D7482A !important;
    float: none;
  }
}
@media (max-width: 767px) {
  .comments {
    overflow-x: none;
  }
}
.comments .comment-reply-title {
  margin-bottom: 0;
}
.comments .logged-in-as {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}
@media (min-width: 768px) {
  .comments .logged-in-as {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.comment {
  margin-bottom: 10px;
}
.comment .comment {
  margin-top: 10px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .comment {
    margin-bottom: 20px;
  }
  .comment .comment {
    margin-left: 40px;
  }
}
.comment-header {
  *zoom: 1;
  margin-bottom: 5px;
}
.comment-header:before,
.comment-header:after {
  display: table;
  content: "";
}
.comment-header:after {
  clear: both;
}
.comment-header .comment-author {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.comment-header .comment-author a {
  color: #444;
}
.comment-header .comment-author a:hover {
  color: #08f;
}
.comment-header .comment-date {
  display: inline;
  font-size: 13px;
  color: #999;
  margin-left: 5px;
}
.comment-header .comment-date:hover {
  color: #08f;
}
@media (min-width: 768px) {
  .comment-header .comment-author {
    font-size: 16px;
  }
  .comment-header .comment-date {
    font-size: 13px;
    margin-left: 10px;
  }
}
.comment-author-Sean > .comment-box,
.comment-author-sean > .comment-box {
  border-left-color: #fc0;
}
.comment-box {
  padding: 5px 10px;
  border: 2px solid #ddd;
  background-color: #fff;
  border-left-width: 4px;
  margin-bottom: 10px;
}
.comment-box .delete-comment-link,
.comment-box .comment-edit-link {
  margin-right: 15px;
  visibility: hidden;
  opacity: 0;
  transition: .35s ease;
}
.comment-box .delete-comment-link {
  color: #d7482a !important;
}
.comment-box .comment-edit-link {
  color: #37a525 !important;
}
.comment-box .reply {
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.comment-box .reply a {
  color: #999;
}
.comment-box .reply a:hover {
  color: #08f;
}
.comment-box:hover .reply,
.comment-box:hover .delete-comment-link,
.comment-box:hover .comment-edit-link {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .comment-box {
    padding: 10px 20px;
  }
}
.comment-text {
  font-size: 14px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .comment-text {
    font-size: 16px;
  }
}
.comment-btn-bar {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 4px;
}
.comment-btn {
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-weight: 400;
  font-family: monospace;
  border-width: 1px;
  border-color: #ddd;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.comment-btn:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
.comment-btn.bold {
  font-weight: 600;
}
.comment-btn.italics {
  font-style: italic;
}
.comment-btn.underline {
  text-decoration: underline;
}
.comment-btn.image:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -10em -5em;
  opacity: .5;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
}
.comment-policy-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: table;
  float: right;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 10px;
  margin-left: 5px;
  text-transform: uppercase;
  color: #999;
  white-space: nowrap;
}
.comment-policy-link:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -3em -2em;
  opacity: .35;
  vertical-align: text-bottom;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .comment-policy-link {
    float: none;
    margin-bottom: 14px;
  }
}
.comment-policy-link:hover {
  color: #666;
}
.comment-policy-link:hover:before {
  opacity: .5;
}
#comment {
  width: 100% !important;
}
.spoiler {
  background-color: #000 !important;
  color: #000 !important;
  display: inline;
  cursor: pointer;
  font-style: normal;
}
.spoiler * {
  visibility: hidden;
}
.show .spoiler,
.spoiler.show {
  background-color: transparent !important;
  color: inherit !important;
  cursor: default;
}
.show .spoiler:before,
.spoiler.show:before {
  content: none;
}
.show .spoiler *,
.spoiler.show * {
  visibility: visible;
}
p .spoiler {
  display: inline-block;
}
.comment img {
  max-width: 100%;
  height: auto;
  max-height: 240px;
  cursor: pointer;
}
.comment img.full {
  max-width: 100%;
  max-height: none;
}
#submit {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
#submit:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
#submit:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.promos {
  *zoom: 1;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
}
.promos:before,
.promos:after {
  display: table;
  content: "";
}
.promos:after {
  clear: both;
}
.promo {
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 0 !important;
  width: 100%;
  background-color: #333;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.promo.promo-light {
  background-color: #eee;
}
.promo,
a.promo {
  color: #fff;
}
.promo:nth-child(1) {
  -webkit-animation-delay: .05s;
          animation-delay: .05s;
}
.promo:nth-child(2) {
  -webkit-animation-delay: .10s;
          animation-delay: .10s;
}
.promo:nth-child(3) {
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
.promo:nth-child(4) {
  -webkit-animation-delay: .20s;
          animation-delay: .20s;
}
.promo:nth-child(5) {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}
.promo:nth-child(6) {
  -webkit-animation-delay: .30s;
          animation-delay: .30s;
}
.promo:nth-child(7) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.promo:nth-child(8) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.promo-block {
  padding-bottom: 56.25%;
}
.promo-block .promo-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: block;
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.promo-block.icon-right .promo-icon {
  right: 20px;
  left: auto !important;
}
.promo-block.icon-right .promo-comments {
  display: none;
}
.promo-block-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset rgba(0, 0, 0, 0.75) 0 -30px 70px;
  transition: .35s ease;
}
@media (min-width: 768px) {
  .promo-block-image {
    box-shadow: inset rgba(0, 0, 0, 0.75) 0 -70px 150px;
  }
}
.promo-block-image.no-shad {
  box-shadow: none;
}
.promo-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.promo-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.promo-excerpt {
  display: none;
  margin-top: 4px;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 14px;
  line-height: 1.3;
}
.promo:hover .promo-block-image {
  opacity: .75;
}
.promo-comments {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-block;
  padding: 2px 3px;
  min-width: 18px;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  color: #000;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 1px;
}
.promo-comments:before {
  position: absolute;
  top: 100%;
  right: 4px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent;
}
.promo-comments:after {
  position: absolute;
  top: 100%;
  right: 5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 995px) {
  .promo {
    display: none;
  }
  .promo:first-child {
    display: block;
  }
  .promo .promo-block .promo-icon {
    top: 10px;
    left: 10px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .promo .promo-block.icon-right .promo-icon {
    right: 10px;
  }
}
@media (min-width: 768px) AND (max-width: 995px) {
  .promo {
    max-width: 50%;
  }
  .promo:first-child,
  .promo:first-child + .promo {
    display: block;
  }
}
@media (min-width: 768px) {
  .promo .promo-content {
    padding: 20px;
  }
}
@media (min-width: 996px) {
  .promo .promo-title {
    font-size: 32px;
  }
  .promo .promo-excerpt {
    display: block;
  }
  .promo.promo--notext .promo-content {
    display: none;
  }
  .promo.promo--notext .promo-title,
  .promo.promo--notext .promo-excerpt {
    visibility: hidden;
  }
  .promo.promo--full .promo-block {
    padding-bottom: 28.125%;
  }
  .promo.promo--full .promo-content {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .promo.promo--full .promo-title {
    font-size: 48px;
  }
  .promo.promo--full.promo--fullsize .promo-block {
    padding-bottom: 56.25%;
  }
  .promo.promo--fullsize .promo-block:before,
  .promo.promo--large .promo-block:before,
  .promo.promo--medium .promo-block:before {
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    background-size: 48px 48px;
  }
  .promo.promo--large {
    max-width: 75%;
  }
  .promo.promo--large .promo-block {
    padding-bottom: 37.5%;
  }
  .promo.promo--large .promo-title {
    font-size: 40px;
  }
  .promo.promo--medium,
  .promo.promo--medium-short {
    max-width: 50%;
  }
  .promo.promo--medium-short .promo-block {
    padding-bottom: 28.125%;
  }
  .promo.promo--medium-short .promo-title {
    font-weight: 400;
    font-size: 16px;
  }
  .promo.promo--medium-short + .promo--medium-short {
    margin-top: 14.0625%;
    margin-left: -50%;
  }
  .promo.promo--small-tall,
  .promo.promo--small {
    max-width: 25%;
  }
  .promo.promo--small-tall .promo-title,
  .promo.promo--small .promo-title {
    font-weight: 400;
    font-size: 16px;
  }
  .promo.promo--small-tall .promo-block {
    padding-top: 56.25%;
  }
  .promo.promo--small-tall .promo-title {
    font-size: 24px;
  }
  .promo.promo--small .promo-block-image {
    box-shadow: inset rgba(0, 0, 0, 0.75) 0 -30px 70px;
  }
  .promo.promo--small:first-child + .promo--small {
    margin-top: 14.0625%;
    margin-left: -25%;
  }
  .promo.promo--medium + .promo--small + .promo--small {
    margin-top: 14.0625%;
    margin-left: -25%;
  }
  .promo.promo--small + .promo--medium-short + .promo--small {
    margin-top: -14.0625%;
  }
}
.promo-content.promo--align-left {
  text-align: left;
}
.promo-content.promo--align-center {
  text-align: center;
}
.promo-content.promo--align-right {
  text-align: right;
}
.promo-content.light {
  color: #444;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, #eee);
}
.promo-content.transparent {
  background: transparent none;
}
.promo-content.transparent .promo-title {
  display: inline;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 5px;
}
@-webkit-keyframes promo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes promo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.spinner {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
  border: 2px solid #fc0;
  border-radius: 50%;
}
.spinner > span {
  position: absolute;
  display: block;
  width: 2px;
  content: '';
  background-color: #fc0;
  border-radius: 1.2px;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.spinner .a {
  top: 10px;
  left: 9px;
  height: 5px;
  -webkit-animation: spin 6s linear infinite;
          animation: spin 6s linear infinite;
}
.spinner .b {
  top: 10px;
  left: 9px;
  height: 8px;
  -webkit-animation: spin .75s linear infinite;
          animation: spin .75s linear infinite;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#infscr-loading,
.wp-polls-loading {
  position: fixed;
  bottom: 10%;
  left: 50%;
  z-index: 9;
  margin-left: -100px;
  padding: 10px 20px;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#infscr-loading img,
.wp-polls-loading img {
  display: none;
}
.wp-polls-loading {
  position: absolute;
  bottom: 50%;
  margin-bottom: -12px;
  height: auto;
}
.wp-polls-paging {
  font-size: 14px;
}
.wp-polls-paging .pages {
  display: inline-block;
  margin: 0 12px 0 0;
  font-weight: 300;
  font-size: 16px;
}
.wp-polls-paging .current,
.wp-polls-paging > a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 40px;
  text-align: center;
  line-height: 36px;
  color: #666;
  background-color: #fff;
  border: 2px solid #eee;
}
.wp-polls-paging .current:hover,
.wp-polls-paging > a:hover {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.wp-polls-paging .current {
  font-weight: 700;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
  cursor: default;
}
@media (max-width: 767px) {
  .wp-polls-paging .pages {
    display: block;
    margin-bottom: 10px;
  }
}
.poll {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #eee;
}
.poll-single {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  max-width: 480px;
  border: 2px solid #eee;
}
.wp-poll-question {
  margin-bottom: 20px;
}
.wp-polls-ans {
  position: relative;
  margin-bottom: 20px;
}
.wp-polls-ans input,
.wp-polls-ans label {
  vertical-align: middle;
}
.wp-polls-ans input[type=radio] {
  margin-right: 5px;
}
.wp-polls-ans ul {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}
.wp-polls-ans ul > li {
  *zoom: 1;
  margin-bottom: 10px;
  list-style: none !important;
}
.wp-polls-ans ul > li:before,
.wp-polls-ans ul > li:after {
  display: table;
  content: "";
}
.wp-polls-ans ul > li:after {
  clear: both;
}
.wp-polls-ans ul > li.voted {
  font-weight: 700;
}
.wp-polls-ans ul > li > span {
  float: left;
}
.wp-polls-ans ul > li > small {
  float: right;
  color: #666;
}
.wp-polls-ans ul > li .pollbar-wrapper,
.wp-polls-ans ul > li .polllbar {
  clear: both;
}
.pollbar-wrapper {
  background-color: #fff;
  box-shadow: inset #eee 0 0 0 1px;
}
.pollbar {
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  background: #fc0;
  border: 0;
}
.wp-polls-controls {
  margin-bottom: 10px;
  text-align: center;
}
.wp-poll-links {
  text-align: center;
  font-size: 13px;
  color: #aaa;
}
.wp-poll-links a {
  color: #999;
}
.wp-poll-links a:hover {
  color: #08f;
}
.wp-polls-archive {
  *zoom: 1;
  margin-top: 40px;
}
.wp-polls-archive:before,
.wp-polls-archive:after {
  display: table;
  content: "";
}
.wp-polls-archive:after {
  clear: both;
}
.wp-polls-archive .wp-poll-links {
  display: none;
}
@media (min-width: 768px) {
  .wp-polls-archive .poll {
    float: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
    width: 45%;
  }
  .wp-polls-archive .poll:nth-child(2n + 1) {
    clear: left;
  }
}
.vote-button {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.vote-button:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
.vote-button:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.widget_polls-widget .wp-poll-question {
  font-size: 20px;
  margin-bottom: 10px;
}
.widget_polls-widget .wp-polls-controls {
  text-align: left;
  margin: 15px 0 0;
}
.widget_polls-widget .wp-poll-links {
  display: none;
}
.social-likes {
  transition: .35s ease;
  overflow: hidden;
  visibility: hidden;
  max-height: 32px;
  text-transform: uppercase;
  opacity: 0;
}
.social-likes.social-likes_visible {
  visibility: visible;
  opacity: 1;
}
.social.bottom {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social.bottom:before,
.social.bottom:after {
  display: table;
  content: "";
}
.social.bottom:after {
  clear: both;
}
.social.bottom .social-likes {
  float: none;
}
.social.bottom .social-likes .social-likes__button {
  padding-left: 22px;
}
.social.bottom .social-likes .social-likes__counter {
  display: none !important;
}
.social-likes__widget {
  position: relative;
  display: inline-block;
  margin-right: -1px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  min-width: 32px;
  color: #fff;
  white-space: nowrap;
  background-color: #06c;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.social-likes__widget:hover {
  color: #fff;
  background-color: #004c99;
}
.social-likes__button {
  padding-left: 16px;
  position: relative;
  margin: 0 auto;
  line-height: 16px;
}
.social-likes__button .social-likes__icon {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
}
.social-likes__counter {
  margin-left: 8px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.social-likes__counter.social-likes__counter_empty {
  display: none !important;
}
.social-likes__widget_facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-likes__widget_facebook .social-likes__icon_facebook {
  background-position: -6em -1em;
}
.social-likes__widget_facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.social-likes__widget_twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}
.social-likes__widget_twitter .social-likes__icon_twitter {
  background-position: -7em -1em;
}
.social-likes__widget_twitter:hover {
  background-color: #2795e9;
  border-color: #2795e9;
}
.social-likes__widget_plusone {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-likes__widget_plusone .social-likes__icon_plusone {
  background-position: -8em -1em;
}
.social-likes__widget_plusone:hover {
  background-color: #c23321;
  border-color: #c23321;
}
.widget {
  margin-top: 10px;
  margin-bottom: 40px;
}
.widget-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #666;
}
.widget-tabs {
  *zoom: 1;
  margin-bottom: 15px;
}
.widget-tabs:before,
.widget-tabs:after {
  display: table;
  content: "";
}
.widget-tabs:after {
  clear: both;
}
.widget-tabs > li {
  display: block;
  float: left;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  color: #aaa;
  cursor: pointer;
}
.widget-tabs > li:last-child {
  margin-right: 0;
}
.widget-tabs > li.active {
  color: #666;
}
.widget-tabs > li.active span {
  border-bottom: 2px solid #fc0;
}
.widget-tabs-content {
  display: none;
}
.widget-tabs-content.active {
  display: block;
}
.headline {
  *zoom: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e2e2e2;
}
.headline:before,
.headline:after {
  display: table;
  content: "";
}
.headline:after {
  clear: both;
}
.headline:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.headline-thumbnail {
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 116px;
}
.headline-thumbnail a,
.headline-thumbnail img {
  display: block;
  width: 100%;
}
.headline-title,
.headline-meta {
  margin-left: 116px;
}
.headline-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
}
.headline-title,
.headline-title a {
  color: #242424;
}
.headline-title a:hover {
  color: #08f;
}
.headline-meta {
  display: none;
  margin-bottom: 5px;
  font-size: 13px;
  color: #999;
}
.headline-meta a {
  color: #666;
}
.headline-meta a:hover {
  color: #08f;
}
.widget-featured-video {
  position: relative;
}
.featured-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.featured-thumbnail:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  box-shadow: inset rgba(0, 0, 0, 0.75) 0 -40px 80px;
}
.featured-thumbnail:after {
  width: 48px;
  height: 34px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: block;
  content: '';
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: 0em -6em;
}
.featured-thumbnail img {
  position: relative;
  z-index: 1;
  display: block;
  transition: .35s ease;
}
.featured-thumbnail:hover img {
  opacity: .75;
}
.featured-thumbnail:hover:after {
  background-position: 0em -8em;
}
.featured-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 10px 20px;
  color: #fff;
  line-height: 1.25;
}
.hide-title .featured-title {
  display: none;
}
.widget-links .icon-list > li {
  margin-bottom: 5px;
}
.widget-links .icon-list > li a {
  font-size: 14px;
  color: #444;
}
.widget-links .icon-list > li a:before {
  content: '';
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.widget-links .icon-list > li a:hover {
  color: #08f;
}
.widget-links .social-facebook a:before {
  background-position: -6em -3em;
}
.widget-links .social-twitter a:before {
  background-position: -7em -3em;
}
.widget-links .social-instagram a:before {
  background-position: -9em -3em;
}
.widget-links .social-youtube a:before {
  background-position: -10em -3em;
}
.widget-links .social-tumblr a:before {
  background-position: -11em -3em;
}
.widget-links .social-pinterest a:before {
  background-position: -12em -3em;
}
.widget-links .link-official a:before {
  background-position: -13em -3em;
}
.widget-links .link-tvcom a:before {
  background-position: -14em -3em;
}
.widget-links .link-imdbcom a:before {
  background-position: -15em -2em;
}
.widget-links .link-wikipediacom a:before {
  background-position: -16em -3em;
}
.widget-merch .textwidget,
#text-4 .textwidget {
  position: relative;
  background-color: #333;
  max-width: 300px;
}
.widget-merch .textwidget:before,
#text-4 .textwidget:before {
  content: '';
  display: block;
  padding-top: 83.3333%;
}
.widget-merch a,
#text-4 a {
  opacity: 0;
  transition: .35s ease;
  position: absolute;
  top: 0;
}
.widget-merch a.active,
#text-4 a.active {
  opacity: 1;
  z-index: 2;
  -webkit-animation: merch-fadein 8s ease-in 1;
          animation: merch-fadein 8s ease-in 1;
}
@-webkit-keyframes merch-fadein {
  0% {
    opacity: 0;
  }
  6.5% {
    opacity: 1;
  }
  93.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes merch-fadein {
  0% {
    opacity: 0;
  }
  6.5% {
    opacity: 1;
  }
  93.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.related-posts .post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.related-posts .post-title {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 3px !important;
  line-height: 1.25 !important;
}
.related-posts .post-meta {
  font-size: 13px !important;
  margin: 0;
  display: none;
}
.related-posts .comments {
  display: none;
}
@media (min-width: 768px) {
  .related-posts .post-meta {
    display: block;
  }
}
.related-item {
  margin-bottom: 10px !important;
}
.related-posts-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .related-posts-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.article-pages {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.article-pages .pages {
  display: inline-block;
  margin: 0 12px 0 0;
  font-weight: 300;
  font-size: 16px;
}
.article-pages > span,
.article-pages > a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 40px;
  text-align: center;
  line-height: 36px;
  color: #666;
  background-color: #fff;
  border: 2px solid #eee;
}
.article-pages > span:hover,
.article-pages > a:hover {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.article-pages > span {
  font-weight: 700;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
  cursor: default;
}
.article-pages-alt {
  *zoom: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.article-pages-alt:before,
.article-pages-alt:after {
  display: table;
  content: "";
}
.article-pages-alt:after {
  clear: both;
}
.article-pages-alt a {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  font-size: 16px;
  line-height: normal;
}
.article-pages-alt a:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
@media (max-width: 767px) {
  .article-pages-alt a span {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-pages-alt a {
    padding: 10px 15px;
  }
}
.article-pages-alt a:first-child {
  float: left;
  font-weight: 400;
}
.article-pages-alt a:last-child {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
  float: right;
  font-weight: 600;
}
.article-pages-alt a:last-child:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.button {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
}
.button:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
.button-primary {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.button-primary:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.download-button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  margin-right: 10px;
  padding: 5px 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  background-color: transparent;
  background-color: #06c;
  border-color: #06c;
  border-radius: 6px;
}
.download-button:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
.download-button:before {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -6em -4em;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
  content: '';
}
.download-button:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form {
  display: inline;
}
.input,
.textarea {
  padding: 9px;
  font-size: 15px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #444;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0;
}
.input:focus,
.textarea:focus {
  border-color: #aaa;
}
.select {
  font-size: 15px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #444;
  border: 1px solid #ccc;
  cursor: pointer;
}
.select-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.select-wrap.is-focus {
  border-color: #aaa;
}
.select-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0 12px;
  width: 36px;
  content: '';
  background-color: #ccc;
  pointer-events: none;
}
.select-wrap:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  margin-top: -3px;
  content: '';
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
  border-color: #444 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-wrap .select {
  width: 100%;
  z-index: -1;
  display: block;
  padding: 9px;
  color: rgba(68, 68, 68, 0.4);
  outline: none;
  border: 0;
  -webkit-appearance: none;
}
.select-wrap .select.in-use {
  color: #444;
}
.field {
  *zoom: 1;
  margin-bottom: 20px;
}
.field:before,
.field:after {
  display: table;
  content: "";
}
.field:after {
  clear: both;
}
.field .label,
.field label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.field .select,
.field .input,
.field .textarea {
  display: block;
  width: 100%;
}
.gallery {
  margin: 0 -10px 20px;
  text-align: center;
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  width: 33.3333%;
  padding: 10px;
}
.gallery .gallery-item .gallery-icon {
  text-align: center;
}
.gallery .gallery-item .gallery-icon a {
  display: inline-block;
}
.gallery .gallery-item .gallery-icon img {
  min-height: 64px;
  min-width: 64px;
  max-height: none;
  width: auto;
  height: auto;
  border: 1px solid #eee;
  background-color: #fff;
}
.gallery .gallery-caption {
  display: none;
}
.gallery .wp-caption-text {
  margin: 0;
  color: #999;
  font-weight: 300;
  font-size: 13px;
  word-wrap: break-word;
}
.gallery br {
  clear: none !important;
  display: none;
}
@media (min-width: 768px) {
  .gallery .gallery-item {
    width: 25%;
  }
}
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.wp-caption img {
  border: 1px solid #eee;
  padding: 3px;
  background-color: #fff;
  max-width: 99%;
}
.wp-caption .wp-caption-text {
  margin-top: 3px;
  color: #999;
  font-weight: 400;
  font-size: 13px;
  word-wrap: break-word;
  text-align: center;
}
/* Music Albums */
.page-content .albums {
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  list-style: none !important;
}
.page-content .albums > li {
  list-style: none !important;
  padding: 10px;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}
.page-content .albums > li br {
  display: none;
}
.page-content .albums > li > a {
  display: block;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}
.page-content .albums > li > a > img {
  margin: 0 auto 10px;
}
.page-content .albums > li > a .albumtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  display: block;
  text-align: center;
  color: #444;
  margin-bottom: 5px;
}
.page-content .albums > li > a:hover .albumtitle {
  color: #06c;
}
.page-content .albums > li > a .albumartist {
  text-align: center;
  display: block;
  color: #999;
}
@media (max-width: 767px) {
  .page-content .albums > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .page-content .albums {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-content .albums > li {
    padding: 20px;
    width: 33.3333%;
  }
  .page-content .albums > li:nth-child(3n + 1) {
    clear: left;
  }
  .page-content .albums > li > a {
    font-size: 13px;
  }
  .page-content .albums > li > a > img {
    margin-bottom: 15px;
  }
  .page-content .albums > li > a .albumtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (min-width: 996px) {
  .page-content .albums > li {
    width: 25%;
  }
  .page-content .albums > li:nth-child(3n + 1) {
    clear: none;
  }
  .page-content .albums > li:nth-child(4n + 1) {
    clear: left;
  }
}
.breadcrumb {
  *zoom: 1;
  font-size: 14px;
  color: #999;
  padding: 10px;
  border-top: 1px solid #eee;
  background-color: #fff;
  margin-top: 20px;
  display: none;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
}
.breadcrumb:after {
  clear: both;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 20px;
    display: block;
  }
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  color: #08f;
}
.breadcrumb .sep,
.breadcrumb .beforetext,
.breadcrumb .betweentext,
.breadcrumb .aftertext {
  margin: 0 8px;
}
body.home .breadcrumb {
  display: none;
}
.follow-box-alt {
  *zoom: 1;
  margin: 10px -10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7f7f7;
}
.follow-box-alt:before,
.follow-box-alt:after {
  display: table;
  content: "";
}
.follow-box-alt:after {
  clear: both;
}
.follow-box-alt .follow-box-alt-facebook,
.follow-box-alt .follow-box-alt-twitter {
  color: #fff;
  font-size: 14px;
  padding: 10px 10px 10px 50px;
  position: relative;
  *zoom: 1;
}
.follow-box-alt .follow-box-alt-facebook:before,
.follow-box-alt .follow-box-alt-twitter:before,
.follow-box-alt .follow-box-alt-facebook:after,
.follow-box-alt .follow-box-alt-twitter:after {
  display: table;
  content: "";
}
.follow-box-alt .follow-box-alt-facebook:after,
.follow-box-alt .follow-box-alt-twitter:after {
  clear: both;
}
.follow-box-alt .follow-box-alt-facebook h4,
.follow-box-alt .follow-box-alt-twitter h4 {
  margin: 0 0;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 5px;
}
.follow-box-alt .follow-box-alt-facebook iframe,
.follow-box-alt .follow-box-alt-twitter iframe {
  margin: 0 auto -5px;
}
.follow-box-alt .follow-box-alt-facebook {
  color: #3b5998;
}
.follow-box-alt .follow-box-alt-facebook:before {
  content: '';
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -6em -6em;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
.follow-box-alt .follow-box-alt-twitter {
  color: #2795e9;
}
.follow-box-alt .follow-box-alt-twitter:before {
  content: '';
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -7em -6em;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}
@media (min-width: 768px) {
  .follow-box-alt {
    margin: 20px -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .follow-box-alt .follow-box-alt-facebook,
  .follow-box-alt .follow-box-alt-twitter {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 996px) {
  .follow-box-alt {
    margin: 20px -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#overlay {
  display: none;
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
}
.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 630px;
  min-width: 300px;
  height: auto;
  z-index: 2000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #444;
  background: #fff;
}
.modal-window .modal-close {
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  text-indent: -9000px;
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -12em 0em;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .modal-window .modal-close {
    top: 10px;
  }
}
.modal-window .modal-caption {
  padding: 15px 20px;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  background-color: #444;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  .modal-window .modal-caption {
    font-size: 18px;
    padding: 8px 16px;
  }
}
.modal-window .modal-content {
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-window .modal-content {
    font-size: 14px;
    padding: 10px;
  }
}
.md-modal {
  visibility: hidden;
}
.md-show {
  visibility: visible;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
table {
  margin-bottom: 26px;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-collapse: collapse;
}
table td {
  padding: 6.5px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table thead th {
  position: relative;
  padding: 8px 20px 8px 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  vertical-align: middle;
}
table thead th:hover {
  background-color: #666;
}
table thead th.sorting-asc,
table thead th.sorting-desc {
  color: #fc0;
}
table thead th.sorting-asc:after,
table thead th.sorting-desc:after {
  width: 10px;
  height: 6px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  content: '';
}
table thead th.sorting-asc:after {
  background-position: -5em 0em;
}
table thead th.sorting-desc:after {
  background-position: -6em 0em;
}
table tr td {
  padding: 5px 10px;
  font-size: 16px;
}
table tr:nth-child(odd) {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table tr:hover {
  background-color: #f0f0f0;
}
table tr:last-child td {
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  table tr td {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  table tr td:first-child {
    padding-top: 8px;
  }
  table tr td:last-child {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  table thead {
    display: none;
  }
  table td {
    display: block;
    border: 0;
  }
  table td:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 100px;
    font-size: 14px;
    content: attr(data-heading) ": ";
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.accordion {
  margin-bottom: 2px;
}
.accordion .accordion-header {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #444;
  background-color: #f7f7f7;
  cursor: pointer;
}
.accordion .accordion-header:before {
  width: 14px;
  height: 14px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -13em 0em;
  margin-right: 10px;
  content: '';
  opacity: .35;
  transition: opacity .35s ease;
}
.accordion .accordion-header:hover {
  background-color: #f0f0f0;
}
.accordion .accordion-header:hover:before {
  opacity: .65;
}
.accordion .accordion-content {
  *zoom: 1;
  word-break: break-word;
  margin-bottom: 40px;
  font-size: 18px;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  transition: .35s ease;
  padding-right: 10px;
  padding-left: 10px;
}
.accordion .accordion-content:before,
.accordion .accordion-content:after {
  display: table;
  content: "";
}
.accordion .accordion-content:after {
  clear: both;
}
.accordion .accordion-content blockquote {
  position: relative;
  margin: 0 10px 10px;
  padding: 0 10px 10px 30px;
  font-style: normal;
  color: #666;
}
.accordion .accordion-content blockquote:last-child {
  margin-bottom: 0;
}
.accordion .accordion-content blockquote:before {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -7em -5em;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  opacity: .25;
}
@media (min-width: 768px) {
  .accordion .accordion-content blockquote {
    margin: 0 20px 40px;
    padding: 0 20px 10px 40px;
  }
  .accordion .accordion-content blockquote:before {
    left: 10px;
  }
}
.accordion .accordion-content blockquote.leftquote {
  clear: both;
}
.accordion .accordion-content blockquote cite {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-size: 90%;
  color: #444;
}
.accordion .accordion-content blockquote cite:before {
  margin-right: 8px;
  content: '—';
  color: #999;
}
.accordion .accordion-content > ul,
.accordion .accordion-content > ol,
.accordion .accordion-content > dl,
.accordion .accordion-content > ul ul,
.accordion .accordion-content > ol ul,
.accordion .accordion-content > dl ul,
.accordion .accordion-content > ul ol,
.accordion .accordion-content > ol ol,
.accordion .accordion-content > dl ol,
.accordion .accordion-content > ul dl,
.accordion .accordion-content > ol dl,
.accordion .accordion-content > dl dl {
  margin-bottom: 26px;
  margin-left: 32.5px;
}
.accordion .accordion-content > ul li {
  list-style: disc outside;
}
.accordion .accordion-content > ol li {
  list-style: decimal outside;
}
.accordion .accordion-content .alignleft {
  margin-right: 20px;
}
.accordion .accordion-content .alignright {
  margin-left: 20px;
}
.accordion .accordion-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.accordion .accordion-content h2.list-heading {
  *zoom: 1;
}
.accordion .accordion-content h2.list-heading:before,
.accordion .accordion-content h2.list-heading:after {
  display: table;
  content: "";
}
.accordion .accordion-content h2.list-heading:after {
  clear: both;
}
.accordion .accordion-content h2 var {
  display: inline-block;
  float: left;
  margin: -8px 12px 0 0;
  padding: 12px;
  min-width: 32px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  color: #444;
  background-color: #fc0;
}
.accordion .accordion-content figure,
.accordion .accordion-content iframe,
.accordion .accordion-content embed {
  max-width: 100%;
}
.accordion .accordion-content .alignright {
  float: right;
}
.accordion .accordion-content .alignleft {
  float: left;
}
@media (min-width: 768px) {
  .accordion .accordion-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.accordion.toggled .accordion-header:before {
  background-position: -14em 0em;
}
.accordion.toggled .accordion-content {
  visibility: visible;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: none;
  opacity: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.container {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 100%;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 996px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}
.container {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 996px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.row {
  *zoom: 1;
  margin-right: -10px;
  margin-left: -10px;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 996px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1240px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.base-col,
[class*="m-col-"],
[class*="t-col-"],
[class*="d-col-"],
[class*="w-col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .base-col,
  [class*="m-col-"],
  [class*="t-col-"],
  [class*="d-col-"],
  [class*="w-col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 996px) {
  .base-col,
  [class*="m-col-"],
  [class*="t-col-"],
  [class*="d-col-"],
  [class*="w-col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .base-col,
  [class*="m-col-"],
  [class*="t-col-"],
  [class*="d-col-"],
  [class*="w-col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  [class*="t-col-"] {
    float: left;
  }
  [class*="t-col-"] + [class*="t-col-"]:last-child {
    float: right;
  }
  .t-col-1 {
    width: 8.33333%;
  }
  .t-col-2 {
    width: 16.66667%;
  }
  .t-col-3 {
    width: 25%;
  }
  .t-col-4 {
    width: 33.33333%;
  }
  .t-col-5 {
    width: 41.66667%;
  }
  .t-col-6 {
    width: 50%;
  }
  .t-col-7 {
    width: 58.33333%;
  }
  .t-col-8 {
    width: 66.66667%;
  }
  .t-col-9 {
    width: 75%;
  }
  .t-col-10 {
    width: 83.33333%;
  }
  .t-col-11 {
    width: 91.66667%;
  }
  .t-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 996px) {
  [class*="d-col-"] {
    float: left;
  }
  [class*="d-col-"] + [class*="d-col-"]:last-child {
    float: right;
  }
  .d-col-1 {
    clear: left;
    width: 8.33333%;
  }
  .d-col-2 {
    width: 16.66667%;
  }
  .d-col-3 {
    width: 25%;
  }
  .d-col-4 {
    width: 33.33333%;
  }
  .d-col-5 {
    width: 41.66667%;
  }
  .d-col-6 {
    width: 50%;
  }
  .d-col-7 {
    width: 58.33333%;
  }
  .d-col-8 {
    width: 66.66667%;
  }
  .d-col-9 {
    width: 75%;
  }
  .d-col-10 {
    width: 83.33333%;
  }
  .d-col-11 {
    width: 91.66667%;
  }
  .d-col-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1240px) {
  [class*="w-col-"] {
    float: left;
  }
  [class*="w-col-"] + [class*="w-col-"]:last-child {
    float: right;
  }
  .w-col-1 {
    width: 8.33333%;
  }
  .w-col-2 {
    width: 16.66667%;
  }
  .w-col-3 {
    width: 25%;
  }
  .w-col-4 {
    width: 33.33333%;
  }
  .w-col-5 {
    width: 41.66667%;
  }
  .w-col-6 {
    width: 50%;
  }
  .w-col-7 {
    width: 58.33333%;
  }
  .w-col-8 {
    width: 66.66667%;
  }
  .w-col-9 {
    width: 75%;
  }
  .w-col-10 {
    width: 83.33333%;
  }
  .w-col-11 {
    width: 91.66667%;
  }
  .w-col-12 {
    width: 100%;
  }
}
.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-height: 100%;
}
@media (max-width: 767px) {
  .wrapper {
    right: 0;
    transition: .15s ease;
  }
  .wrapper:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .15s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media (max-width: 767px) {
  .nav-open .wrapper {
    right: 260px;
  }
  .nav-open .wrapper:before {
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
  .nav-open .site-nav {
    right: 0;
  }
}
/*
html[data-useragent*="AppleWebKit"] {
  @media @mq-mobile-max {
    .nav-open {
      .wrapper {
        right: 0;
        transform: translate(-@mobile-nav-width,0);
      }

      .site-nav {
        right: -260px;
      }
    }
  }
}
*/
.site-header {
  background-color: #222;
}
@media (min-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  body.admin-bar #wpadminbar {
    z-index: 2 !important;
  }
}
body.admin-bar #wpadminbar {
  background-color: #333;
}
body.admin-bar #wpadminbar * {
  transition: none;
}
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:focus,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:focus strong,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:hover,
body.admin-bar #wpadminbar .quicklinks .menupop ul li a:hover strong,
body.admin-bar #wpadminbar .quicklinks .menupop.hover ul li a:focus,
body.admin-bar #wpadminbar .quicklinks .menupop.hover ul li a:hover,
body.admin-bar #wpadminbar li .ab-item:focus:before,
body.admin-bar #wpadminbar li a:focus .ab-icon:before,
body.admin-bar #wpadminbar li.hover .ab-icon:before,
body.admin-bar #wpadminbar li.hover .ab-item:before,
body.admin-bar #wpadminbar li:hover #adminbarsearch:before,
body.admin-bar #wpadminbar li:hover .ab-icon:before,
body.admin-bar #wpadminbar li:hover .ab-item:before,
body.admin-bar #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
body.admin-bar #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover > #wp-toolbar a:focus span.ab-label,
body.admin-bar #wpadminbar > #wp-toolbar li.hover span.ab-label,
body.admin-bar #wpadminbar > #wp-toolbar li:hover span.ab-label,
body.admin-bar #wpadminbar .ab-top-menu > li.hover > .ab-item,
body.admin-bar #wpadminbar .ab-top-menu > li:hover > .ab-item,
body.admin-bar #wpadminbar .ab-top-menu > li > .ab-item:focus,
body.admin-bar #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus {
  color: #fc0;
}
body.admin-bar #wpadminbar #wp-admin-bar-wpseo-menu:hover .wpseo-score-icon {
  background-color: #fc0;
}
@media (min-width: 768px) {
  body {
    margin-top: 54px;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media (min-width: 768px) AND (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-logo {
  float: left;
  margin: 0;
}
.site-logo a {
  text-shadow: none;
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
.site-logo a:before {
  width: 160px;
  height: 32px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: 0em 0em;
  display: block;
  content: '';
}
@media (max-width: 767px) {
  .toggle-site-nav {
    position: relative;
    z-index: 11;
    display: block;
    float: right;
    margin-right: -10px;
    padding: 27px 14px;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .toggle-site-nav span,
  .toggle-site-nav span:before,
  .toggle-site-nav span:after {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    background-color: #fff;
  }
  .toggle-site-nav span:before {
    position: absolute;
    top: -6px;
  }
  .toggle-site-nav span:after {
    position: absolute;
    bottom: -6px;
  }
  .nav-open .toggle-site-nav span {
    background-color: transparent;
  }
  .nav-open .toggle-site-nav span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-open .toggle-site-nav span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .site-nav {
    position: fixed;
    top: 0;
    right: -260px;
    bottom: 0;
    z-index: 10;
    overflow-y: auto;
    width: 260px;
    height: 100%;
    background-color: #333;
    transition: .15s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.nav-search .search-wrapper {
  position: relative;
  display: block;
}
.nav-search .search-wrapper .search-input {
  display: block;
  width: 100%;
  line-height: normal;
  background-color: transparent;
  outline: none;
  border: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .nav-search {
    background-color: #555;
  }
  .nav-search .search-wrapper .search-input {
    padding: 15px 12px;
    padding-right: 68px;
    height: 56px;
    font-size: 16px;
    color: #fff;
  }
  .nav-search .search-wrapper .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  .nav-search .search-wrapper .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  .nav-search .search-wrapper .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  .nav-search .search-wrapper .search-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
  }
  .nav-search .search-wrapper .search-submit {
    overflow: hidden;
    text-indent: -200%;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 56px;
    width: 56px;
    font-size: 0;
    color: #000;
    color: transparent;
    background-color: #fc0;
    border: 0;
  }
  .nav-search .search-wrapper .search-submit:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: 0em -2em;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    content: '';
  }
}
@media (min-width: 768px) {
  .nav-search {
    position: relative;
    z-index: 2;
    float: right;
    padding: 12px 12px;
  }
  .nav-search:before {
    width: 32px;
    height: 32px;
    display: block;
    content: '';
  }
  .nav-search .search-wrapper {
    position: absolute;
    top: 50%;
    right: 12px;
    overflow: hidden;
    margin-top: -16px;
    min-height: 32px;
    width: 32px;
    border-radius: 20px;
    transition: .35s ease;
    box-shadow: inset transparent 0 0 0 2px;
  }
  .nav-search .search-wrapper:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: 0em -1em;
    position: absolute;
    top: 50%;
    left: 8px;
    z-index: 0;
    display: block;
    margin-top: -8px;
    content: '';
    opacity: .65;
    cursor: pointer;
    transition: opacity .35s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .nav-search .search-wrapper .search-input {
    z-index: 1;
    padding-left: 32px;
    min-height: 32px;
    font-size: 14px;
    border-radius: 20px;
    opacity: 0;
    cursor: pointer;
  }
  .nav-search .search-wrapper .search-submit {
    display: none;
  }
  .nav-search .search-wrapper:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .nav-search .search-wrapper:hover:before {
    content: ' ';
    opacity: 1;
  }
  .nav-search .search-wrapper.focus {
    width: 220px;
    background-color: #222;
    cursor: text;
    box-shadow: inset #fc0 0 0 0 2px;
  }
  .nav-search .search-wrapper.focus:before {
    z-index: 0;
    content: '  ';
  }
  .nav-search .search-wrapper.focus .search-input {
    opacity: 1;
    cursor: text;
    color: #fff;
  }
}
.nav-social {
  *zoom: 1;
  display: none;
  float: right;
  padding: 12px 12px;
}
.nav-social:before,
.nav-social:after {
  display: table;
  content: "";
}
.nav-social:after {
  clear: both;
}
.nav-social ul > li {
  float: left;
}
.nav-social ul > li > a {
  overflow: hidden;
  text-indent: -200%;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  border-radius: 100%;
}
.nav-social ul > li > a:before {
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -16em -9em;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
  content: '';
  opacity: .65;
}
.nav-social ul > li > a:hover:before {
  opacity: 1;
}
.nav-social ul > li > a.nav-social-facebook:before {
  background-position: -6em -1em;
}
.nav-social ul > li > a.nav-social-facebook:hover:before {
  background-position: -6em -3em;
}
.nav-social ul > li > a.nav-social-twitter:before {
  background-position: -7em -1em;
}
.nav-social ul > li > a.nav-social-twitter:hover:before {
  background-position: -7em -3em;
}
.nav-social ul > li > a.nav-social-google:before {
  background-position: -8em -1em;
}
.nav-social ul > li > a.nav-social-google:hover:before {
  background-position: -8em -3em;
}
.nav-social ul > li > a.nav-social-rss:before {
  background-position: -5em -1em;
}
.nav-social ul > li > a.nav-social-rss:hover:before {
  background-position: -5em -3em;
}
@media (max-width: 767px) {
  .nav-social {
    display: block;
    float: none;
    padding: 10px 0;
  }
  .nav-social ul {
    text-align: center;
  }
  .nav-social ul > li {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 996px) {
  .nav-social {
    display: block;
  }
}
.nav-menu ul > li > a {
  position: relative;
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.nav-menu ul > li ul {
  display: none;
}
@media (max-width: 767px) {
  .nav-menu > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-menu > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-menu > ul > li > a {
    font-size: 18px;
    line-height: 56px;
  }
  .nav-menu > ul > li.toggled {
    background-color: rgba(0, 0, 0, 0.33);
  }
  .nav-menu > ul > li.toggled > a {
    color: #fc0;
  }
  .nav-menu > ul > li.toggled > ul {
    display: block;
  }
  .nav-menu > ul > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-menu > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 0 20px;
    padding-left: 28px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
  }
  .nav-menu > ul > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 0 20px;
    padding-left: 36px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
  }
  .nav-menu > ul > .menu-item-has-children > a:before {
    width: 10px;
    height: 6px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: -5em 0em;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    content: '';
    opacity: .35;
    transition: .35s ease;
  }
  .nav-menu > ul > .menu-item-has-children.toggled > a:before {
    opacity: 1;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@media (min-width: 768px) {
  .nav-menu {
    float: left;
    margin-left: 18px;
  }
  .nav-menu > ul > li {
    float: left;
  }
  .nav-menu > ul > li > a {
    font-size: 16px;
    line-height: 56px;
  }
  .nav-menu > ul > li.active > a {
    color: #fff;
  }
  .nav-menu > ul > li:hover > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .nav-menu > ul > li.current_page_item > a,
  .nav-menu > ul > li.current-menu-item > a {
    color: #fc0;
  }
  .nav-menu > ul > li.menu-item-has-children > a {
    padding-right: 38px;
  }
  .nav-menu > ul > li.menu-item-has-children > a:before {
    width: 10px;
    height: 6px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: -5em 0em;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    content: '';
    opacity: .35;
  }
  .nav-menu > ul > li.menu-item-has-children:hover > a:before {
    opacity: 1;
  }
  .nav-menu > ul > li.menu-item-has-children .menu-item-has-children > a {
    padding-right: 38px;
  }
  .nav-menu > ul > li.menu-item-has-children .menu-item-has-children > a:before {
    width: 6px;
    height: 10px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: -8em 0em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    content: '';
    opacity: .35;
  }
  .nav-menu > ul > li.menu-item-has-children .menu-item-has-children:hover > a:before {
    opacity: 1;
  }
  .nav-menu > ul > li:hover {
    background-color: #111;
  }
  .nav-menu > ul > li:hover > a {
    color: #fc0;
    background-color: transparent;
  }
  .nav-menu > ul > li:hover > ul {
    display: block;
  }
  .nav-menu > ul > li:hover ul {
    position: absolute;
    background-color: #111;
  }
  .nav-menu > ul > li:hover ul li {
    position: relative;
  }
  .nav-menu > ul > li:hover ul li > a {
    position: relative;
    display: block;
    padding: 0 20px;
    text-transform: none;
    white-space: nowrap;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
  }
  .nav-menu > ul > li:hover ul li ul {
    display: none;
  }
  .nav-menu > ul > li:hover ul li:hover > a {
    color: #fc0;
  }
  .nav-menu > ul > li:hover ul li:hover > ul {
    top: 0;
    left: 100%;
    display: block;
    background-color: #1a1a1a;
  }
}
.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #999;
  text-align: center;
}
.footer:before,
.footer:after {
  display: table;
  content: "";
}
.footer:after {
  clear: both;
}
.footer-copyright {
  text-align: center;
}
.footer-nav {
  text-align: center;
}
.footer-nav a {
  color: #666;
}
.footer-nav a:hover {
  color: #08f;
}
@media (min-width: 768px) {
  .footer .footer-copyright {
    float: left;
    text-align: left;
  }
  .footer .footer-nav {
    float: right;
    text-align: right;
    text-transform: uppercase;
  }
}
.main {
  *zoom: 1;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
}
.main:before,
.main:after {
  display: table;
  content: "";
}
.main:after {
  clear: both;
}
@media (min-width: 996px) {
  .main.with-sidebar:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 33.3333%;
    height: 100%;
    content: '';
    background-color: #fafafa;
    box-shadow: inset rgba(0, 0, 0, 0.025) 5px 0 5px;
  }
  .main.with-sidebar .row {
    position: relative;
    z-index: 1;
  }
  .main.with-sidebar .content {
    float: left;
    width: 66.6667%;
  }
  .main.no-sidebar .sidebar {
    display: none;
  }
}
.content {
  padding: 10px;
}
@media (min-width: 768px) {
  .content {
    padding: 20px;
  }
}
@media (min-width: 996px) {
  .content {
    padding: 20px 40px;
  }
}
.main .sidebar {
  display: none;
}
@media (min-width: 996px) {
  .main .sidebar {
    display: block;
    float: left;
    padding: 20px 40px;
    width: 33.3333%;
  }
}
.index-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .index-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.cat-tiles {
  *zoom: 1;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.cat-tiles:before,
.cat-tiles:after {
  display: table;
  content: "";
}
.cat-tiles:after {
  clear: both;
}
.cat-tiles br,
.cat-tiles p {
  display: none;
}
.cat-tiles .cat-tile {
  position: relative;
  float: left;
  padding: 10px;
  width: 50%;
}
.cat-tiles .cat-tile .post-thumbnail {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cat-tiles .cat-tile .post-thumbnail:before {
  position: relative;
  z-index: 2;
  box-shadow: inset rgba(0, 0, 0, 0.75) 0 -40px 80px;
}
.cat-tiles .cat-tile .post-title {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  margin: 0;
  color: #fff;
}
.cat-tiles .cat-tile .post-title a {
  display: block;
  padding: 10px;
  color: #fff;
  transition: .35s ease;
}
.cat-tiles .cat-tile:hover img {
  opacity: .75;
}
.cat-tiles .cat-tile:hover .post-title,
.cat-tiles .cat-tile:hover .post-title a {
  color: #fc0;
}
@media (min-width: 768px) {
  .cat-tiles {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cat-tiles .cat-tile {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    width: 33.3333%;
    border-bottom: 0;
  }
  .cat-tiles .cat-tile:nth-child(3n + 1) {
    clear: left;
  }
  .cat-tiles .cat-tile .post-title {
    right: 20px;
    bottom: 0;
    left: 20px;
    font-size: 18px;
    line-height: 1.45;
  }
  .cat-tiles .cat-tile .post-title a {
    padding: 10px 20px;
  }
}
.category-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .category-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.tag-title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.archive-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .archive-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.search-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.search-title span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .search-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.cast-hero {
  min-height: 100px;
}
.cast-hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-shadow: inset rgba(0, 0, 0, 0.75) 0 -40px 80px;
}
.cast-hero .cast-hero-title {
  display: block;
  color: #fff;
}
.cast-hero .cast-hero-title a {
  color: #fff;
}
.cast-hero .cast-hero-title {
  margin: 0;
  padding: 10px;
}
.cast-hero .cast-hero-character {
  display: block;
  padding: 0 10px 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.cast-hero .cast-hero-character span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.cast-hero .cast-hero-character a {
  color: #fff;
}
@media (min-width: 768px) {
  .cast-hero:before {
    content: '';
    box-shadow: inset rgba(0, 0, 0, 0.75) 0 -70px 150px;
  }
  .cast-hero .cast-hero-title,
  .cast-hero .cast-hero-character {
    position: absolute;
    z-index: 3;
    padding: 0;
  }
  .cast-hero .cast-hero-title {
    bottom: 10px;
    left: 20px;
  }
  .cast-hero .cast-hero-character {
    right: 20px;
    bottom: 15px;
    left: auto;
    line-height: 1.25;
  }
}
.cast-header {
  *zoom: 1;
  margin-bottom: 20px;
}
.cast-header:before,
.cast-header:after {
  display: table;
  content: "";
}
.cast-header:after {
  clear: both;
}
.cast-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
}
@media (min-width: 768px) {
  .cast-title {
    float: left;
  }
}
@media (max-width: 767px) {
  .cast-seasons {
    margin-top: 10px;
    display: block;
  }
  .cast-seasons > span {
    display: block;
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
    position: relative;
  }
  .cast-seasons > span:before {
    content: 'Select ';
  }
  .cast-seasons > span:after {
    width: 10px;
    height: 6px;
    display: inline-block;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    background-position: -5em 0em;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -3px;
    content: '';
    opacity: 1;
    transition: .35s ease;
  }
  .cast-seasons ul {
    display: none;
    background-color: #eee;
  }
  .cast-seasons ul > li > a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
  }
  .cast-seasons ul > li > a:before {
    content: '24 Season ';
  }
  .cast-seasons.toggled > span {
    background-color: #444;
  }
  .cast-seasons.toggled > span:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .cast-seasons.toggled ul {
    display: block;
  }
}
@media (min-width: 768px) {
  .cast-seasons {
    float: right;
    margin: 0;
    margin-top: 7px;
    padding: 0;
    list-style: none !important;
    color: #aaa;
    display: block;
  }
  .cast-seasons ul {
    display: inline;
  }
  .cast-seasons ul > li {
    display: inline-block;
    margin-left: 5px;
  }
  .cast-seasons ul > li:before {
    margin-right: 8px;
    content: '·';
    color: #aaa;
  }
  .cast-seasons ul > li:first-child {
    margin-left: 0;
  }
  .cast-seasons ul > li:first-child:before {
    display: none;
  }
  .cast-seasons ul > li > a {
    color: #999;
  }
  .cast-seasons ul > li > a:hover {
    color: #08f;
  }
  .cast-seasons ul > li.active > a {
    color: #444;
  }
}
.page-title {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.page-content {
  margin-bottom: 40px;
  font-size: 18px;
}
.single-post .content > .post {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.article-hero {
  position: relative;
  margin: 30px 0;
  min-height: 56.25%;
  background-color: #333;
  background-image: url("../images/hero-video.png");
}
.article-hero iframe,
.article-hero video,
.article-hero img {
  display: block;
  width: 100%;
}
.article-hero object {
  max-width: 100%;
}
.article-hero .bimVideoPlayer,
.article-hero .bimvidMain,
.article-hero div[id*='divWNWidgetsContainer'] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.article-hero .bimvidTitle,
.article-hero .bimvidLinkBack {
  display: none;
}
.article-hero .hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
  padding: 5px 10px;
  max-width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: .35s ease;
}
.article-hero:hover .hero-caption {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .article-hero {
    margin: 20px -10px;
  }
}
@media (min-width: 996px) {
  .article-hero:hover .hero-caption {
    padding: 10px 20px;
  }
}
.top-hero {
  margin: -20px -20px 10px;
}
@media (max-width: 767px) {
  .top-hero {
    margin: -10px -10px 20px;
  }
}
@media (min-width: 996px) {
  .top-hero {
    margin: -20px -40px 20px;
  }
}
.video-hero {
  position: relative;
  overflow: hidden;
}
.video-hero:before {
  display: block;
  padding-top: 56.25%;
  content: '';
}
.video-hero .custom-embed-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.video-hero .custom-embed-play:after {
  width: 84px;
  height: 59px;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -2em -6em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: block;
  margin-top: -30px;
  margin-left: -42px;
  content: '';
}
.video-hero .custom-embed-play:hover:after {
  background-position: -2em -8em;
}
.video-hero .custom-embed-play img {
  width: 100%;
  height: 100%;
}
.video-hero .player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-hero:before {
  content: '';
  padding-top: 56.25%;
  display: block;
}
.overlay-hero .article-hero-img-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100vw;
  background-color: #333;
}
.overlay-hero .article-hero-img-wrapper:before {
  content: '';
  position: absolute;
  z-index: 2;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.overlay-hero .article-hero-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.overlay-hero .overlay-hero-content {
  *zoom: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  z-index: 3;
}
.overlay-hero .overlay-hero-content:before,
.overlay-hero .overlay-hero-content:after {
  display: table;
  content: "";
}
.overlay-hero .overlay-hero-content:after {
  clear: both;
}
@media (max-width: 767px) {
  .overlay-hero .overlay-hero-content {
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.overlay-hero .article-title {
  margin-top: 0 !important;
  color: #fff;
}
.overlay-hero .article-title a {
  color: #fff !important;
}
.overlay-hero .article-meta .author {
  margin-right: 0;
}
.overlay-hero .article-subheading {
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  color: #fff;
  margin-bottom: 15px;
}
.overlay-hero .article-top {
  margin-bottom: 10px;
  text-align: center;
}
.overlay-hero .article-top .article-meta {
  float: none;
  color: #fff;
}
.overlay-hero .article-top .article-meta a {
  color: #fff !important;
  font-weight: 600;
}
.youtube-channel {
  *zoom: 1;
  position: relative;
  display: none;
  margin: -20px -10px 5px;
  padding: 10px;
  text-transform: uppercase;
  background-color: #f7f7f7;
}
.youtube-channel:before,
.youtube-channel:after {
  display: table;
  content: "";
}
.youtube-channel:after {
  clear: both;
}
.youtube-channel .youtube-channel-title {
  display: block;
  margin-bottom: 5px;
  line-height: 24px;
  color: #b31217;
}
.youtube-channel .youtube-channel-iframe {
  height: 24px;
}
.youtube-channel .fluid-width-video-wrapper {
  padding: 0 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .youtube-channel {
    display: block;
    margin: -10px -20px 10px;
    padding: 10px 20px;
  }
  .youtube-channel .youtube-channel-title {
    float: left;
    margin-bottom: 0;
  }
  .youtube-channel .youtube-channel-iframe {
    float: right;
    height: 24px;
  }
}
@media (min-width: 996px) {
  .youtube-channel {
    margin: -20px -40px 10px;
    padding: 10px 40px;
  }
}
.article-top {
  *zoom: 1;
  margin-bottom: 10px;
}
.article-top:before,
.article-top:after {
  display: table;
  content: "";
}
.article-top:after {
  clear: both;
}
.article-top .social-likes {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .article-top {
    margin-bottom: 20px;
  }
  .article-top .article-meta {
    float: left;
  }
  .article-top .social-likes {
    float: right;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
.article-meta {
  margin-bottom: 0;
  font-size: 15px;
  color: #aaa;
}
.article-meta a {
  color: #666;
}
.article-meta a:hover {
  color: #08f;
}
.article-meta .author {
  margin-right: 5px;
}
.article-meta .author.owner {
  display: none;
}
.article-meta .author a {
  font-weight: 700;
  color: #06c;
}
.article-content,
.page-content {
  *zoom: 1;
  word-break: break-word;
}
.article-content:before,
.page-content:before,
.article-content:after,
.page-content:after {
  display: table;
  content: "";
}
.article-content:after,
.page-content:after {
  clear: both;
}
.article-content blockquote,
.page-content blockquote {
  position: relative;
  margin: 0 10px 10px;
  padding: 0 10px 10px 30px;
  font-style: normal;
  color: #666;
}
.article-content blockquote:last-child,
.page-content blockquote:last-child {
  margin-bottom: 0;
}
.article-content blockquote:before,
.page-content blockquote:before {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -7em -5em;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  opacity: .25;
}
@media (min-width: 768px) {
  .article-content blockquote,
  .page-content blockquote {
    margin: 0 20px 40px;
    padding: 0 20px 10px 40px;
  }
  .article-content blockquote:before,
  .page-content blockquote:before {
    left: 10px;
  }
}
.article-content blockquote.leftquote,
.page-content blockquote.leftquote {
  clear: both;
}
.article-content blockquote cite,
.page-content blockquote cite {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-size: 90%;
  color: #444;
}
.article-content blockquote cite:before,
.page-content blockquote cite:before {
  margin-right: 8px;
  content: '—';
  color: #999;
}
.article-content > ul,
.page-content > ul,
.article-content > ol,
.page-content > ol,
.article-content > dl,
.page-content > dl,
.article-content > ul ul,
.page-content > ul ul,
.article-content > ol ul,
.page-content > ol ul,
.article-content > dl ul,
.page-content > dl ul,
.article-content > ul ol,
.page-content > ul ol,
.article-content > ol ol,
.page-content > ol ol,
.article-content > dl ol,
.page-content > dl ol,
.article-content > ul dl,
.page-content > ul dl,
.article-content > ol dl,
.page-content > ol dl,
.article-content > dl dl,
.page-content > dl dl {
  margin-bottom: 26px;
  margin-left: 32.5px;
}
.article-content > ul li,
.page-content > ul li {
  list-style: disc outside;
}
.article-content > ol li,
.page-content > ol li {
  list-style: decimal outside;
}
.article-content .alignleft,
.page-content .alignleft {
  margin-right: 20px;
}
.article-content .alignright,
.page-content .alignright {
  margin-left: 20px;
}
.article-content .aligncenter,
.page-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.article-content h2.list-heading,
.page-content h2.list-heading {
  *zoom: 1;
}
.article-content h2.list-heading:before,
.page-content h2.list-heading:before,
.article-content h2.list-heading:after,
.page-content h2.list-heading:after {
  display: table;
  content: "";
}
.article-content h2.list-heading:after,
.page-content h2.list-heading:after {
  clear: both;
}
.article-content h2 var,
.page-content h2 var {
  display: inline-block;
  float: left;
  margin: -8px 12px 0 0;
  padding: 12px;
  min-width: 32px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  color: #444;
  background-color: #fc0;
}
.article-tags {
  *zoom: 1;
  margin-top: 40px;
  color: #999;
}
.article-tags:before,
.article-tags:after {
  display: table;
  content: "";
}
.article-tags:after {
  clear: both;
}
.article-tags a {
  color: #666;
}
.article-tags a:hover {
  color: #08f;
}
.no-sidebar .article-content,
.no-sidebar .article-title,
.no-sidebar .article-subheading,
.no-sidebar .article-top,
.no-sidebar .article-tags,
.no-sidebar .yarpp-related,
.no-sidebar .follow-box-alt,
.no-sidebar #comments,
.no-sidebar #respond {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}
.no-sidebar .follow-box-alt {
  background-color: transparent;
}
.no-sidebar .article-content,
.no-sidebar .article-title {
  margin-top: 40px;
}
.no-sidebar .img-left,
.no-sidebar .img-right {
  display: block;
}
@media (max-width: 767px) {
  .no-sidebar .img-left,
  .no-sidebar .img-right {
    float: none !important;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    text-align: center;
  }
}
.no-sidebar .img-left {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .no-sidebar .img-left {
    margin-right: 10px;
    max-width: 55%;
  }
}
@media (min-width: 996px) {
  .no-sidebar .img-left {
    margin-right: 20px;
    margin-left: -112px;
    max-width: 65%;
  }
}
@media (min-width: 1240px) {
  .no-sidebar .img-left {
    margin-left: -200px;
    max-width: 75%;
  }
}
.no-sidebar .img-right {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .no-sidebar .img-right {
    margin-left: 10px;
    max-width: 55%;
  }
}
@media (min-width: 996px) {
  .no-sidebar .img-right {
    margin-right: -112px;
    margin-left: 20px;
    max-width: 65%;
  }
}
@media (min-width: 1240px) {
  .no-sidebar .img-right {
    margin-right: -200px;
    max-width: 75%;
  }
}
.no-sidebar .img-full {
  margin-top: 20px;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  text-align: center;
}
@media (min-width: 768px) {
  .no-sidebar .img-full {
    margin-top: 40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
}
@media (min-width: 996px) {
  .no-sidebar .img-full {
    margin-right: -220px;
    margin-left: -220px;
  }
}
.no-sidebar .img-full img {
  width: 100%;
  height: auto;
}
.single-attachment {
  background-color: #111;
}
.single-attachment .main {
  color: #aaa;
  background-color: #000;
}
.single-attachment .main .media-title {
  color: #fff;
}
.single-attachment .main .media-nav .media-nav-index a {
  color: #fff;
}
.single-attachment .main .media-nav .media-nav-index a:hover {
  color: #fc0;
}
.single-attachment .main .media-nav .media-nav-prev a,
.single-attachment .main .media-nav .media-nav-next a {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.single-attachment .main .media-nav .media-nav-prev a:hover,
.single-attachment .main .media-nav .media-nav-next a:hover {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.single-attachment .breadcrumb {
  color: #666;
  background-color: transparent;
  border: 0;
}
.single-attachment .footer {
  display: none;
}
.media-image-info {
  margin-bottom: 20px;
  padding: 10px;
}
.media-image-info .media-title {
  font-size: 20px;
}
.media-image-info .media-content {
  margin-bottom: 20px;
}
.media-image-info .media-nav {
  *zoom: 1;
}
.media-image-info .media-nav:before,
.media-image-info .media-nav:after {
  display: table;
  content: "";
}
.media-image-info .media-nav:after {
  clear: both;
}
.media-image-info .media-nav .media-nav-index {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
.media-image-info .media-nav .media-nav-prev {
  float: left;
}
.media-image-info .media-nav .media-nav-prev a {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
}
.media-image-info .media-nav .media-nav-prev a:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
.media-image-info .media-nav .media-nav-next {
  float: right;
}
.media-image-info .media-nav .media-nav-next a {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
}
.media-image-info .media-nav .media-nav-next a:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
@media (min-width: 768px) {
  .media-image-info {
    padding: 20px;
  }
}
@media (min-width: 996px) {
  .media-image-info {
    float: right;
    width: 33.3333%;
  }
  .media-image-info .media-title {
    font-size: 32px;
  }
}
.media-image {
  padding: 0 10px;
}
.media-image .media-title {
  margin-bottom: 10px;
  font-size: 20px;
}
.media-image figure {
  position: relative;
  display: block;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}
.media-image figure a {
  display: block;
}
@media (min-width: 768px) {
  .media-image {
    padding: 20px;
  }
  .media-image figure {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 996px) {
  .media-image {
    float: left;
    width: 66.6666%;
  }
  .media-image .media-title {
    display: none;
  }
  .media-image figure {
    margin-bottom: 20px;
  }
}
.media-thumbs {
  *zoom: 1;
  clear: both;
  margin: -1px -1px 10px;
}
.media-thumbs:before,
.media-thumbs:after {
  display: table;
  content: "";
}
.media-thumbs:after {
  clear: both;
}
.media-thumbs .media-thumb {
  position: relative;
  float: left;
  padding: 1px;
  width: 33.3333%;
  opacity: .7;
  transition: .35s ease;
}
.media-thumbs .media-thumb img {
  width: 100%;
}
.media-thumbs .media-thumb.active {
  opacity: 1;
}
.media-thumbs .media-thumb.active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  box-shadow: inset #fc0 0 0 2px 2px;
}
.media-thumbs .media-thumb:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .media-thumbs .media-thumb {
    width: 25%;
  }
}
@media (min-width: 996px) {
  .media-thumbs .media-thumb {
    width: 16.6666%;
  }
}
.media-image-prev,
.media-image-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
}
@media (min-width: 768px) {
  .media-image-prev,
  .media-image-next {
    width: 50%;
  }
}
.media-image-prev a,
.media-image-next a {
  text-shadow: none;
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.media-image-prev a:before,
.media-image-next a:before {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  width: 14px;
  height: 22px;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -11px;
  content: '';
}
.media-image-prev a:hover,
.media-image-next a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .media-image-prev a:before,
  .media-image-next a:before {
    border-style: solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, 0);
    border-width: 5px 10px;
    margin-top: -16px;
  }
}
.media-image-prev {
  left: 0;
  z-index: 2;
}
.media-image-prev a {
  left: 0;
}
.media-image-prev a:before {
  background-position: -9em 0em;
  left: 0;
}
@media (min-width: 768px) {
  .media-image-prev a {
    opacity: 0;
  }
  .media-image-prev a:before {
    left: -30px;
  }
  .media-image-prev a:hover:before {
    left: 15px;
  }
}
.media-image-next {
  right: 0;
  z-index: 2;
}
.media-image-next a {
  right: 0;
}
.media-image-next a:before {
  background-position: -10em 0em;
  right: 0;
}
@media (min-width: 768px) {
  .media-image-next a {
    opacity: 0;
  }
  .media-image-next a:before {
    right: -30px;
  }
  .media-image-next a:hover:before {
    right: 15px;
  }
}
.media-image-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.media-image-full:before {
  display: inline-block;
  font-size: 40px;
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-image: none, url("../images/sprite.svg");
  background-size: 680px 400px;
  background-repeat: no-repeat;
  /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
  background-position: -9em -4em;
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.media-image-full:hover {
  background-color: #fc0;
}
.media-image-full:hover:before {
  background-position: -9em -5em;
}
.contact-page-left {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .contact-page-left {
    padding: 0 20px;
  }
}
@media (min-width: 996px) {
  .contact-page-left {
    float: left;
    width: 66.6666%;
  }
}
.contact-page-right {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .contact-page-right {
    padding: 0 20px;
  }
}
@media (min-width: 996px) {
  .contact-page-right {
    float: right;
    padding: 20px;
    width: 33.3333%;
  }
  .contact-page-right .media-title {
    font-size: 32px;
  }
}
.error404 .content {
  text-align: center;
  padding-top: 40px;
}
.error404 .content h1 {
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
.error404 .content h2 {
  line-height: 1;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.error404 .content p {
  margin: 40px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .error404 .content h1 {
    font-size: 160px;
  }
  .error404 .content h2 {
    font-size: 48px;
  }
  .error404 .content p {
    font-size: 18px;
  }
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
  height: 0;
  width: 0;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none ;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("../images/bigplay.svg") no-repeat;
}
.no-svg .mejs-overlay-button {
  background-image: url("../images/bigplay.png");
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("../images/background.png");
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../images/loading.gif") 50% 50% no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("../images/background.png");
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("../images/controls.svg") no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url("../images/controls.png");
}
/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}
.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}
/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}
/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url("../images/background.png");
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("../images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
/* End: Speed */
.mejs-container * {
  font-family: Helvetica, Arial;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: #000;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d54e21;
}
.me-cannotplay {
  width: auto !important;
}
.media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}
.media-embed-details .embed-media-settings .setting span {
  max-width: 400px;
  width: auto;
}
.media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}
.media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}
.media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}
.media-embed-details .setting p,
.media-embed-details .setting a {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting a:hover {
  color: #f00;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}
.wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist video {
  display: inline-block;
  max-width: 100%;
}
.wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}
.wp-playlist .mejs-container {
  margin: 0;
  width: 100%;
}
.wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}
.wp-playlist-light {
  background: #fff;
  color: #000;
}
.wp-playlist-dark {
  color: #fff;
  background: #000;
}
.wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: calc(60%);
}
.wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}
.wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}
.wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}
.rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}
.wp-playlist-tracks {
  margin-top: 10px;
}
.wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}
.wp-playlist-item:last-child {
  border-bottom: 0;
}
.wp-playlist-light .wp-playlist-item {
  color: #333;
}
.wp-playlist-dark .wp-playlist-item {
  color: #dedede;
}
.wp-playlist-playing {
  font-weight: bold;
  background: #f7f7f7;
}
.wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}
.wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}
.wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}
/* MediaElementJS Player ---------------------------------------------------------- */
.mejs-container {
  margin-bottom: 26px;
}
.mejs-video {
  padding-top: 56.25%;
  width: 100% !important;
  height: auto !important;
}
.mejs-video .mejs-overlay,
.mejs-video .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-video .mejs-mediaelement video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}
body .mejs-controls * {
  outline: none !important;
}
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #555;
}
body .mejs-controls .mejs-time-rail .mejs-time-current,
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #fc0;
}
body .mejs-container .mejs-controls {
  background: rgba(0, 0, 0, 0.5);
}
body .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #444;
}
body .wp-playlist {
  margin: 20px auto 40px;
  padding: 0;
  color: #444;
  border-color: #ddd;
}
body .wp-playlist,
body .wp-playlist * {
  line-height: 1.65;
}
body .wp-playlist .wp-playlist-current-item {
  margin-bottom: 0;
  padding-left: 120px;
  height: auto;
  background-color: #333;
  color: #fff;
}
body .wp-playlist .wp-playlist-current-item img {
  margin-left: -120px;
  width: 120px;
  height: 120px;
  max-width: 120px;
  margin-right: 0;
  background-color: #fff;
}
body .wp-playlist .wp-playlist-current-item .wp-playlist-caption {
  margin: 0;
  max-width: none;
  padding: 15px 20px;
}
body .wp-playlist .wp-playlist-current-item .wp-playlist-item-meta {
  font-size: inherit;
}
body .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 600;
  font-size: 22px;
}
body .wp-playlist .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
  font-size: 16px;
}
body .wp-playlist .wp-playlist-current-item .wp-playlist-item-artist {
  text-transform: none;
  font-size: 15px;
  color: #999;
}
body .wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item {
  *zoom: 1;
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid #eee;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item:before,
body .wp-playlist .wp-playlist-tracks .wp-playlist-item:after {
  display: table;
  content: "";
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item:after {
  clear: both;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item:last-child {
  border-bottom: 0;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item:hover {
  background-color: #f0f0f0;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  float: left;
  max-width: none;
  color: inherit;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  position: relative;
  float: right;
  margin-left: 10px;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-title {
  margin-left: 5px;
  font-size: 15px;
  color: #444;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-artist {
  display: none;
  text-transform: none;
  color: #999;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing {
  color: #444;
  background-color: #fc0;
  border-bottom-color: #e6b800;
}
body .wp-playlist .wp-playlist-tracks .wp-playlist-item.wp-playlist-playing .wp-playlist-item-artist {
  color: inherit;
}
body .mejs-audio {
  max-width: 100%;
}
.attachment-shop_single {
  border: 1px solid #ddd;
}
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'star';
  src: url('../fonts/star.eot');
  src: url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'WooCommerce';
  src: url('../fonts/WooCommerce.eot');
  src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
}
p.demo_store {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99998;
  margin: 0;
  padding: .5em 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #000000;
  background: linear-gradient(to bottom, #ffcc00 0%, #cca300 100%);
  border: 1px solid #cca300;
}
.admin-bar p.demo_store {
  top: 28px;
}
.wc-forward:after,
.wc-forward a:after {
  margin-left: 7px;
  content: "\e029";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
  font-size: .75em;
}
.wc-backward:before,
.wc-backward a:before {
  margin-right: 7px;
  content: "\e02f";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
  font-size: .75em;
}
.woocommerce,
.woocommerce-page {
  /*
  nav.woocommerce-pagination,
  #content nav.woocommerce-pagination {
    text-align: center;
    ul {
      display: inline-block;
      clear: both;
      margin: 1px;
      padding:0;
      white-space: nowrap;
      border: 1px solid darken( @secondary, 10 );
      border-right: 0;
      li {
        display: inline;
        float: left;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-right: 1px solid darken( @secondary, 10 );
        a, span {
          display: block;
          margin: 0;
          padding: 0;
          padding: .5em;
          min-width: 1em;
          text-decoration: none;
          font-weight: normal;
          font-size: 1em;
          line-height: 1em;
        }
        span.current, a:hover, a:focus {
          color: darken( @secondary, 40 );
          background: @secondary;
        }
      }
    }
  }
*/
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
  position: relative;
  margin: 0 0 2em !important;
  padding: 1em 1em 1em 3.5em !important;
  width: auto;
  list-style: none outside !important;
  color: #5e5e5e;
  background: linear-gradient(to bottom, #fcfbfc 0%, #f7f6f7 100%);
  border-radius: 4px;
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  display: table;
  content: "";
}
.woocommerce .woocommerce-message:after,
.woocommerce-page .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce-page .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce-page .woocommerce-info:after {
  clear: both;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 1em;
  display: block;
  padding-top: 1em;
  width: 1.5em;
  height: 1.5em;
  content: "";
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 1em;
  font-family: sans-serif;
  line-height: 1.5;
  color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-info li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none outside !important;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #8fae1b;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  content: "\2713";
  background-color: #8fae1b;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #1e85be;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  content: "i";
  font-style: italic;
  font-family: Times, Georgia, serif;
  background-color: #1e85be;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #b81c23;
}
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  content: "\00d7";
  font-weight: 700;
  background-color: #b81c23;
}
.woocommerce small.note,
.woocommerce-page small.note {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 21px;
  color: #777777;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #777777;
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce-page .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  display: table;
  content: "";
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce-page .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
  color: #777777;
}
.woocommerce .product,
.woocommerce-page .product {
  position: relative;
}
.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
  position: relative;
  margin-bottom: 0;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
  font-size: 1.25em;
  color: #dd3333;
}
.woocommerce div.product span.price ins,
.woocommerce-page div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce-page #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce-page div.product p.price ins,
.woocommerce #content div.product p.price ins,
.woocommerce-page #content div.product p.price ins {
  background: inherit;
}
.woocommerce div.product span.price del,
.woocommerce-page div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce-page div.product p.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page #content div.product p.price del {
  margin-right: 4px;
  color: rgba(136, 136, 136, 0.5);
}
.woocommerce div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page #content div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock,
.woocommerce-page div.product .stock,
.woocommerce #content div.product .stock,
.woocommerce-page #content div.product .stock {
  color: #dd3333;
}
.woocommerce div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock {
  color: red;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  transition: all ease-in-out 2s;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social,
.woocommerce-page div.product div.social,
.woocommerce #content div.product div.social,
.woocommerce-page #content div.product div.social {
  margin: 0 0 1em;
  text-align: right;
}
.woocommerce div.product div.social span,
.woocommerce-page div.product div.social span,
.woocommerce #content div.product div.social span,
.woocommerce-page #content div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span,
.woocommerce-page div.product div.social span span,
.woocommerce #content div.product div.social span span,
.woocommerce-page #content div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets,
.woocommerce-page div.product div.social span .stButton .chicklets,
.woocommerce #content div.product div.social span .stButton .chicklets,
.woocommerce-page #content div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe,
.woocommerce-page div.product div.social iframe,
.woocommerce #content div.product div.social iframe,
.woocommerce-page #content div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs .reviews_tab,
.woocommerce-page div.product .woocommerce-tabs .reviews_tab,
.woocommerce #content div.product .woocommerce-tabs .reviews_tab,
.woocommerce-page #content div.product .woocommerce-tabs .reviews_tab {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.618em;
  padding: 0 0 0 5px;
  list-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 10px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  text-decoration: none;
  font-weight: 400;
  color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #444;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 2;
  color: #444;
  background: #ffffff;
  border-bottom-color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: " ";
  border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart,
.woocommerce-page div.product p.cart,
.woocommerce #content div.product p.cart,
.woocommerce-page #content div.product p.cart {
  *zoom: 1;
  margin-top: 2em;
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:before,
.woocommerce-page div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce-page #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  display: table;
  content: "";
}
.woocommerce div.product p.cart:after,
.woocommerce-page div.product p.cart:after,
.woocommerce #content div.product p.cart:after,
.woocommerce-page #content div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  *zoom: 1;
  margin-bottom: 2em;
}
.woocommerce div.product form.cart:before,
.woocommerce-page div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce-page #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  display: table;
  content: "";
}
.woocommerce div.product form.cart:after,
.woocommerce-page div.product form.cart:after,
.woocommerce #content div.product form.cart:after,
.woocommerce-page #content div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table,
.woocommerce-page div.product form.cart table,
.woocommerce #content div.product form.cart table,
.woocommerce-page #content div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td,
.woocommerce-page div.product form.cart table td,
.woocommerce #content div.product form.cart table td,
.woocommerce-page #content div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce-page div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity,
.woocommerce-page #content div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock,
.woocommerce-page div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock,
.woocommerce-page #content div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label,
.woocommerce #content div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label {
  font-weight: bold;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
  float: left;
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
  vertical-align: top;
}
.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button {
  float: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce-page div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label,
.woocommerce-page #content div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td {
  padding-bottom: .5em;
  vertical-align: top;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0;
  min-width: 56px;
  min-height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 56px;
  color: #ffffff;
  background-color: #dd3333;
  border-radius: 100%;
  text-transform: uppercase;
  box-shadow: #fff 0 0 0 4px;
}
@media (max-width: 767px) {
  .woocommerce span.onsale,
  .woocommerce-page span.onsale {
    min-width: 40px;
    min-height: 40px;
    box-shadow: #fff 0 0 0 2px;
    line-height: 40px;
    font-size: 12px;
    top: -3px;
    left: -3px;
  }
}
.woocommerce .products ul,
.woocommerce-page .products ul,
.woocommerce ul.products,
.woocommerce-page ul.products {
  *zoom: 1;
  clear: both;
  margin: 1em 0 1em;
  padding: 0;
  list-style: none outside;
}
.woocommerce .products ul:before,
.woocommerce-page .products ul:before,
.woocommerce ul.products:before,
.woocommerce-page ul.products:before,
.woocommerce .products ul:after,
.woocommerce-page .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  display: table;
  content: "";
}
.woocommerce .products ul:after,
.woocommerce-page .products ul:after,
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce-page .products ul li,
.woocommerce ul.products li,
.woocommerce-page ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0;
  left: 0;
  margin: -8px 0 0 -8px;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  margin: 0;
  padding: .5em 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  display: block;
  margin: 0 0 8px;
  width: 100%;
  height: auto;
  min-height: 64px;
  transition: all ease-in-out 2s;
}
.woocommerce ul.products li.product strong,
.woocommerce-page ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  margin-bottom: .5em;
  font-weight: normal;
  color: #dd3333;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  margin-right: 5px;
  color: rgba(136, 136, 136, 0.5);
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  background: none;
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from {
  margin: -2px 0 0 0;
  text-transform: uppercase;
  font-size: 0.67em;
  color: rgba(136, 136, 136, 0.5);
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0 0 2em;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  clear: both;
  padding: 0;
  white-space: nowrap;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination span,
.woocommerce-page nav.woocommerce-pagination span,
.woocommerce #content nav.woocommerce-pagination span,
.woocommerce-page #content nav.woocommerce-pagination span,
.woocommerce nav.woocommerce-pagination a,
.woocommerce-page nav.woocommerce-pagination a,
.woocommerce #content nav.woocommerce-pagination a,
.woocommerce-page #content nav.woocommerce-pagination a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 40px;
  text-align: center;
  line-height: 36px;
  color: #666;
  background-color: #fff;
  border: 2px solid #eee;
}
.woocommerce nav.woocommerce-pagination span:hover,
.woocommerce-page nav.woocommerce-pagination span:hover,
.woocommerce #content nav.woocommerce-pagination span:hover,
.woocommerce-page #content nav.woocommerce-pagination span:hover,
.woocommerce nav.woocommerce-pagination a:hover,
.woocommerce-page nav.woocommerce-pagination a:hover,
.woocommerce #content nav.woocommerce-pagination a:hover,
.woocommerce-page #content nav.woocommerce-pagination a:hover {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.woocommerce nav.woocommerce-pagination span,
.woocommerce-page nav.woocommerce-pagination span,
.woocommerce #content nav.woocommerce-pagination span,
.woocommerce-page #content nav.woocommerce-pagination span {
  font-weight: 700;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
  cursor: default;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  position: relative;
  left: auto;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 6px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.woocommerce a.button.loading,
.woocommerce-page a.button.loading,
.woocommerce button.button.loading,
.woocommerce-page button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page #content input.button.loading {
  color: #777777;
  border: 1px solid #f7f6f7;
}
.woocommerce a.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page #content input.button.loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.woocommerce a.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page #content input.button.added:before {
  position: absolute;
  top: 0.35em;
  right: -26px;
  width: 16px;
  height: 16px;
  content: "\e017";
  text-indent: 0;
  font-family: 'WooCommerce';
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce-page input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce #content input.button:disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce-page a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce #content input.button.disabled,
.woocommerce-page #content input.button.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.woocommerce .cart .button,
.woocommerce-page .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  display: inline-block;
  padding-top: .5em;
  white-space: nowrap;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 60px;
  zoom: 1;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  box-shadow: inset 0 0 2px 0 #f7f6f7;
  float: left;
  padding: 0;
  width: 40px;
  height: 28px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c7c0c7;
  border-right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  -moz-appearance: textfield;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce-page #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity input[type=number],
.woocommerce #content .quantity input[type=number],
.woocommerce-page #content .quantity input[type=number] {
  padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: absolute;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 15px;
  vertical-align: text-top;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  color: #5e5e5e;
  background: linear-gradient(to bottom, #f7f6f7 0%, #dfdbdf 100%);
  border: 1px solid #c7c0c7;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover {
  background: linear-gradient(to bottom, #f7f6f7 0%, #d3ced3 100%);
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  right: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce #reviews h2 small,
.woocommerce-page #reviews h2 small {
  float: right;
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 21px;
  color: #777777;
}
.woocommerce #reviews h2 small a,
.woocommerce-page #reviews h2 small a {
  text-decoration: none;
  color: #777777;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond,
.woocommerce-page #reviews #respond {
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review,
.woocommerce-page #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review:before,
.woocommerce-page #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  display: table;
  content: "";
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce-page #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  list-style: none;
  background: none;
}
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce-page #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  display: table;
  content: "";
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce-page #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta,
.woocommerce-page #reviews #comments ol.commentlist li .meta {
  font-size: 0.75em;
  color: #777777;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  margin: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  line-height: 1;
  background: #f7f6f7;
  border: 1px solid #f0eef0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  *zoom: 1;
  margin: 0 0 0 50px;
  padding: 1em 1em 0;
  border: 1px solid #f0eef0;
  border-radius: 4px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  display: table;
  content: "";
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children,
.woocommerce-page #reviews #comments ol.commentlist ul.children {
  margin: 20px 0 0 50px;
  list-style: none outside;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce-page #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond,
.woocommerce-page #reviews #comments ol.commentlist #respond {
  margin: 20px 0 0 50px;
  padding: 1em 1em 0;
  border: 1px solid #f0eef0;
  border-radius: 4px;
}
.woocommerce #reviews #comments .commentlist > li:before,
.woocommerce-page #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  position: relative;
  float: right;
  overflow: hidden;
  width: 5.4em;
  height: 1em;
  font-size: 1em;
  font-family: 'star';
  line-height: 1em;
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  content: "\73\73\73\73\73";
  color: #dfdbdf;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\53\53\53\53\53";
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  display: block;
  line-height: 2em;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  float: left;
  margin: .5em 4px 0 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: block;
  float: none;
  margin: 0 0 .5em;
}
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
.woocommerce #review_form #respond,
.woocommerce-page #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  padding: 0 0 0;
  width: auto;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:before,
.woocommerce-page #review_form #respond:before,
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  display: table;
  content: "";
}
.woocommerce #review_form #respond:after,
.woocommerce-page #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p,
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
  width: 100%;
}
.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  font-weight: 700;
}
.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
  border-right: 0;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  border-right: 1px solid #ccc;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-family: "WooCommerce";
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em;
}
.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e021";
}
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1.active:after {
  content: "\e020";
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e021\e021";
}
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2.active:after {
  content: "\e020\e020";
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e021\e021\e021";
}
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3.active:after {
  content: "\e020\e020\e020";
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020";
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021";
}
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020";
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  margin-bottom: 1.618em;
  width: 100%;
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  margin: 0;
  padding: 8px;
  width: 150px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5em;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  margin: 0;
  padding: 0;
  font-style: italic;
  line-height: 1.5em;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce-page table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th,
.woocommerce-page table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  margin: 0px -1px 24px 0px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  padding: 9px 12px;
  font-weight: bold;
  line-height: 18px;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 6px 12px;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce-page table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}
.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  *zoom: 1;
  margin: .25em 0;
}
.woocommerce td.product-name dl.variation:before,
.woocommerce-page td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  display: table;
  content: "";
}
.woocommerce td.product-name dl.variation:after,
.woocommerce-page td.product-name dl.variation:after {
  clear: both;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  clear: left;
  margin: 0 4px 0 0;
  padding: 0 0 .25em 0;
  font-weight: bold;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  padding: 0 0 .25em 0;
}
.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page #content table.cart img {
  width: 32px;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th,
.woocommerce #content table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce table.cart td,
.woocommerce-page table.cart td,
.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
  vertical-align: middle;
}
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  color: red;
  border-radius: 100%;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
  color: #fff;
  background-color: red;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 4px 0 0;
  padding: 6px 6px 5px;
  line-height: 1em;
  outline: 0;
  border: 1px solid #dfdbdf;
}
.woocommerce table.cart input,
.woocommerce-page table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page #content table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em;
}
.woocommerce ul.cart_list,
.woocommerce-page ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.woocommerce ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.woocommerce ul.cart_list li:before,
.woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  display: table;
  content: "";
}
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
.woocommerce ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
}
.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
  *zoom: 1;
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:before,
.woocommerce-page ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce-page ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  display: table;
  content: "";
}
.woocommerce ul.cart_list li dl:after,
.woocommerce-page ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce-page ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-botom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  clear: left;
  margin: 0 4px 0 0;
  padding: 0 0 .25em 0;
  font-weight: bold;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  padding: 0 0 .25em 0;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce-page ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total {
  padding: 4px 0 0;
  border-top: 3px double #f7f6f7;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce-page .widget_shopping_cart .total strong {
  display: inline-block;
  min-width: 40px;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-page.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce-page.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce-page .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  display: table;
  content: "";
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce-page.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-page .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
  display: block;
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  margin-left: 7px;
  content: "\e02e";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
}
.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals p small,
.woocommerce-page .cart-collaterals .cart_totals p small {
  font-size: 0.83em;
  color: #777777;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  margin: 0 0 6px;
  padding: 0;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 6px 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
}
.woocommerce .cart-collaterals .cart_totals table small,
.woocommerce-page .cart-collaterals .cart_totals table small {
  display: block;
  color: #777777;
}
.woocommerce .cart-collaterals .cart_totals table select,
.woocommerce-page .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .discount td,
.woocommerce-page .cart-collaterals .cart_totals .discount td {
  color: #dd3333;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #f7f6f7;
}
.woocommerce .cart-collaterals .cart_totals a.button.alt,
.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
  display: inline-block;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin: 0 0 6px;
  padding: 3px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder,
.woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s 0.5s ease;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  line-height: 2em;
}
.woocommerce form .form-row label.hidden,
.woocommerce-page form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline,
.woocommerce-page form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  margin: 0;
  cursor: pointer;
}
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
  font-weight: bold;
  color: red;
  border: 0;
}
.woocommerce form .form-row .input-checkbox,
.woocommerce-page form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  vertical-align: middle;
  text-align: center;
}
.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  margin: 0;
  width: 100%;
  line-height: 1em;
  outline: 0;
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  display: block;
  height: 4em;
  line-height: 1.5em;
  box-shadow: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
  border-color: #fb7f88;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce-page form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder,
.woocommerce-page form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder,
.woocommerce-page form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.register {
  margin: 2em 0 2em 0px;
  padding: 20px;
  text-align: left;
  border: 1px solid #dfdbdf;
  border-radius: 5px;
}
.woocommerce ul#shipping_method,
.woocommerce-page ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none outside;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  margin: 0;
  padding: .25em 0 .25em 22px;
  list-style: none outside;
  text-indent: -22px;
}
.woocommerce ul#shipping_method .amount,
.woocommerce-page ul#shipping_method .amount {
  font-weight: bold;
}
.woocommerce p.woocommerce-shipping-contents,
.woocommerce-page p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address,
.woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce .checkout .col-2 .notes,
.woocommerce-page .checkout .col-2 .notes {
  clear: left;
}
.woocommerce .checkout .col-2 .form-row-first,
.woocommerce-page .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce .checkout .create-account small,
.woocommerce-page .checkout .create-account small {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #777777;
}
.woocommerce .checkout div.shipping-address,
.woocommerce-page .checkout div.shipping-address {
  clear: left;
  padding: 0;
  width: 100%;
}
.woocommerce .checkout .shipping_address,
.woocommerce-page .checkout .shipping_address {
  clear: both;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #f7f6f7;
  border-radius: 5px;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  *zoom: 1;
  margin: 0;
  padding: 1em;
  list-style: none outside;
  text-align: left;
  border-bottom: 1px solid #dfdbdf;
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce-page #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  display: table;
  content: "";
}
.woocommerce #payment ul.payment_methods:after,
.woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  margin: 0;
  text-align: left;
  font-weight: normal;
  line-height: 2em;
}
.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  position: relative;
  margin: -2px 0 0 0.5em;
  vertical-align: middle;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #ffffff;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  margin: 1em 0 1em 0;
  padding: 1em 2%;
  width: 96%;
  font-size: 0.92em;
  line-height: 1.5em;
  color: #5e5e5e;
  background: linear-gradient(to bottom, #ebe9eb 0%, #dfdbdf 100%);
  border-radius: 2px;
}
.woocommerce #payment div.payment_box input.input-text,
.woocommerce-page #payment div.payment_box input.input-text,
.woocommerce #payment div.payment_box textarea,
.woocommerce-page #payment div.payment_box textarea {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  border-color: #d3ced3;
  border-top-color: #c7c0c7;
}
.woocommerce #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-page #payment div.payment_box ::-webkit-input-placeholder {
  color: #c7c0c7;
}
.woocommerce #payment div.payment_box :-moz-placeholder,
.woocommerce-page #payment div.payment_box :-moz-placeholder {
  color: #c7c0c7;
}
.woocommerce #payment div.payment_box :-ms-input-placeholder,
.woocommerce-page #payment div.payment_box :-ms-input-placeholder {
  color: #c7c0c7;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc {
  padding: 8px;
  font-size: 1.5em;
  background-position: right;
  background-repeat: no-repeat;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.woocommerce #payment div.payment_box span.help,
.woocommerce-page #payment div.payment_box span.help {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #777777;
}
.woocommerce #payment div.payment_box .form-row,
.woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child,
.woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  content: "";
  border: 8px solid #ebe9eb;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  *zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.woocommerce .order_details:before,
.woocommerce-page .order_details:before,
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  display: table;
  content: "";
}
.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  padding-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #dfdbdf;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
  display: block;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type,
.woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
  *zoom: 1;
}
.woocommerce .addresses .title:before,
.woocommerce-page .addresses .title:before,
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  display: table;
  content: "";
}
.woocommerce .addresses .title:after,
.woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit,
.woocommerce-page .addresses .title .edit {
  float: right;
}
.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-page ol.commentlist.notes li.note p.meta {
  margin-bottom: 0;
  font-weight: bold;
}
.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-page ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce ul.digital-downloads li,
.woocommerce-page ul.digital-downloads li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
  margin-right: 7px;
  content: "\e00a";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
}
.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: right;
}
.woocommerce .widget_layered_nav ul,
.woocommerce-page .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  border: 0;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce-page .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  display: table;
  content: "";
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce-page .widget_layered_nav ul li:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
  float: left;
  padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  padding: 0 6px;
  text-decoration: none;
  color: #000000;
  background: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before {
  margin-right: 7px;
  content: "\e013";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
}
.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  padding: 1px 0;
  font-size: 1em;
  color: #777777;
}
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_layered_nav_filters ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none outside;
  border: 0;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888;
  float: left;
  padding: 0 6px;
  text-decoration: none;
  color: #000000;
  background: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 3px;
}
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  margin-right: 7px;
  content: "\e013";
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-family: 'WooCommerce';
  line-height: 1;
  speak: none;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  font-size: 0.8751em;
  line-height: 2.4em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: left;
}
.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: -0.3em;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  background: linear-gradient(to bottom, #ffcc00 0%, #cca300);
  outline: none;
  border: 1px solid #NaNNaNNaN;
  border-radius: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background: #ffcc00 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
  border: 0;
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: linear-gradient(to bottom, #141105 0%, #8f7924 100%);
  border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce a.button.loading:before,
  .woocommerce-page a.button.loading:before,
  .woocommerce button.button.loading:before,
  .woocommerce-page button.button.loading:before,
  .woocommerce input.button.loading:before,
  .woocommerce-page input.button.loading:before,
  .woocommerce #respond input#submit.loading:before,
  .woocommerce-page #respond input#submit.loading:before,
  .woocommerce #content input.button.loading:before,
  .woocommerce-page #content input.button.loading:before {
    background-image: url("../images/ajax-loader@2x.gif");
    background-size: 16px 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce,
  .woocommerce-page {
    /**
	 * General layout
	 */
    /**
	 * Products
	 */
    /**
	 * Product Details
	 */
    /**
	 * Cart
	 */
    /**
	 * Checkout
	 */
    /**
	 * Account
	 */
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    clear: both;
    margin: 0 0 2.992em;
    width: 48%;
  }
  .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    *zoom: 1;
    float: none;
    padding-bottom: .5em;
  }
  .woocommerce table.cart td.actions .coupon:before,
  .woocommerce-page table.cart td.actions .coupon:before,
  .woocommerce #content table.cart td.actions .coupon:before,
  .woocommerce-page #content table.cart td.actions .coupon:before,
  .woocommerce table.cart td.actions .coupon:after,
  .woocommerce-page table.cart td.actions .coupon:after,
  .woocommerce #content table.cart td.actions .coupon:after,
  .woocommerce-page #content table.cart td.actions .coupon:after {
    display: table;
    content: "";
  }
  .woocommerce table.cart td.actions .coupon:after,
  .woocommerce-page table.cart td.actions .coupon:after,
  .woocommerce #content table.cart td.actions .coupon:after,
  .woocommerce-page #content table.cart td.actions .coupon:after {
    clear: both;
  }
  .woocommerce table.cart td.actions input,
  .woocommerce-page table.cart td.actions input,
  .woocommerce #content table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text {
    width: 48%;
  }
  .woocommerce table.cart td.actions .input-text + .button,
  .woocommerce-page table.cart td.actions .input-text + .button,
  .woocommerce #content table.cart td.actions .input-text + .button,
  .woocommerce-page #content table.cart td.actions .input-text + .button,
  .woocommerce table.cart td.actions .button.alt,
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce #content table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    float: none;
    width: 100%;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    padding: 0;
    text-align: left;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    margin-bottom: 1em;
    width: 100%;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-last {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .woocommerce,
  .woocommerce-page {
    /* =General Layout Styles
	-------------------------------------------------------------- */
    /* =Product Page
	-------------------------------------------------------------- */
    /* =Product Loops
	-------------------------------------------------------------- */
    /* =Cart Page
	-------------------------------------------------------------- */
    /* =Cart Sidebar
	-------------------------------------------------------------- */
    /* =Forms
	-------------------------------------------------------------- */
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    *zoom: 1;
    width: 100%;
  }
  .woocommerce .col2-set:before,
  .woocommerce-page .col2-set:before,
  .woocommerce .col2-set:after,
  .woocommerce-page .col2-set:after {
    display: table;
    content: "";
  }
  .woocommerce .col2-set:after,
  .woocommerce-page .col2-set:after {
    clear: both;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
  }
  .woocommerce img,
  .woocommerce-page img {
    max-width: 100%;
    height: auto;
  }
  .woocommerce div.product,
  .woocommerce-page div.product,
  .woocommerce #content div.product,
  .woocommerce-page #content div.product {
    /* Tabs on the product page */
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images {
    float: left;
    width: 48%;
  }
  .woocommerce div.product div.thumbnails,
  .woocommerce-page div.product div.thumbnails,
  .woocommerce #content div.product div.thumbnails,
  .woocommerce-page #content div.product div.thumbnails {
    *zoom: 1;
  }
  .woocommerce div.product div.thumbnails:before,
  .woocommerce-page div.product div.thumbnails:before,
  .woocommerce #content div.product div.thumbnails:before,
  .woocommerce-page #content div.product div.thumbnails:before,
  .woocommerce div.product div.thumbnails:after,
  .woocommerce-page div.product div.thumbnails:after,
  .woocommerce #content div.product div.thumbnails:after,
  .woocommerce-page #content div.product div.thumbnails:after {
    display: table;
    content: "";
  }
  .woocommerce div.product div.thumbnails:after,
  .woocommerce-page div.product div.thumbnails:after,
  .woocommerce #content div.product div.thumbnails:after,
  .woocommerce-page #content div.product div.thumbnails:after {
    clear: both;
  }
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a,
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a {
    float: left;
    margin-right: 3.8%;
    width: 30.75%;
  }
  .woocommerce div.product div.thumbnails a.last,
  .woocommerce-page div.product div.thumbnails a.last,
  .woocommerce #content div.product div.thumbnails a.last,
  .woocommerce-page #content div.product div.thumbnails a.last {
    margin-right: 0;
  }
  .woocommerce div.product div.thumbnails a.first,
  .woocommerce-page div.product div.thumbnails a.first,
  .woocommerce #content div.product div.thumbnails a.first,
  .woocommerce-page #content div.product div.thumbnails a.first {
    clear: both;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    float: right;
    width: 48%;
  }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs,
  .woocommerce #content div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs {
    clear: both;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    *zoom: 1;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
  .woocommerce div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
    display: table;
    content: "";
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
    clear: both;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li,
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
  }
  .woocommerce div.product #reviews .comment,
  .woocommerce-page div.product #reviews .comment,
  .woocommerce #content div.product #reviews .comment,
  .woocommerce-page #content div.product #reviews .comment {
    *zoom: 1;
  }
  .woocommerce div.product #reviews .comment:before,
  .woocommerce-page div.product #reviews .comment:before,
  .woocommerce #content div.product #reviews .comment:before,
  .woocommerce-page #content div.product #reviews .comment:before,
  .woocommerce div.product #reviews .comment:after,
  .woocommerce-page div.product #reviews .comment:after,
  .woocommerce #content div.product #reviews .comment:after,
  .woocommerce-page #content div.product #reviews .comment:after {
    display: table;
    content: "";
  }
  .woocommerce div.product #reviews .comment:after,
  .woocommerce-page div.product #reviews .comment:after,
  .woocommerce #content div.product #reviews .comment:after,
  .woocommerce-page #content div.product #reviews .comment:after {
    clear: both;
  }
  .woocommerce div.product #reviews .comment img,
  .woocommerce-page div.product #reviews .comment img,
  .woocommerce #content div.product #reviews .comment img,
  .woocommerce-page #content div.product #reviews .comment img {
    float: right;
    height: auto;
  }
  .woocommerce #quantity,
  .woocommerce-page #quantity,
  .woocommerce #content .quantity,
  .woocommerce-page #content .quantity {
    /* Disable input[type=number] buttons until the world is ready */
  }
  .woocommerce #quantity input::-webkit-outer-spin-button,
  .woocommerce-page #quantity input::-webkit-outer-spin-button,
  .woocommerce #content .quantity input::-webkit-outer-spin-button,
  .woocommerce-page #content .quantity input::-webkit-outer-spin-button,
  .woocommerce #quantity input::-webkit-inner-spin-button,
  .woocommerce-page #quantity input::-webkit-inner-spin-button,
  .woocommerce #content .quantity input::-webkit-inner-spin-button,
  .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
  }
  .woocommerce .related,
  .woocommerce-page .related,
  .woocommerce .upsells.products,
  .woocommerce-page .upsells.products {
    *zoom: 1;
    font-size: 18px;
  }
  .woocommerce .related:before,
  .woocommerce-page .related:before,
  .woocommerce .upsells.products:before,
  .woocommerce-page .upsells.products:before,
  .woocommerce .related:after,
  .woocommerce-page .related:after,
  .woocommerce .upsells.products:after,
  .woocommerce-page .upsells.products:after {
    display: table;
    content: "";
  }
  .woocommerce .related:after,
  .woocommerce-page .related:after,
  .woocommerce .upsells.products:after,
  .woocommerce-page .upsells.products:after {
    clear: both;
  }
  .woocommerce .related .price,
  .woocommerce-page .related .price,
  .woocommerce .upsells.products .price,
  .woocommerce-page .upsells.products .price {
    font-size: 16px !important;
  }
  .woocommerce .related .button,
  .woocommerce-page .related .button,
  .woocommerce .upsells.products .button,
  .woocommerce-page .upsells.products .button {
    display: none;
  }
  .woocommerce .related ul.products,
  .woocommerce-page .related ul.products,
  .woocommerce .upsells.products ul.products,
  .woocommerce-page .upsells.products ul.products,
  .woocommerce .related ul,
  .woocommerce-page .related ul,
  .woocommerce .upsells.products ul,
  .woocommerce-page .upsells.products ul {
    float: none;
    margin-top: 20px;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul li.product {
    clear: none;
    margin: 0 3.8% 2.992em 0;
    width: 22.05%;
  }
  .woocommerce .related ul.products li.product img,
  .woocommerce-page .related ul.products li.product img,
  .woocommerce .upsells.products ul.products li.product img,
  .woocommerce-page .upsells.products ul.products li.product img,
  .woocommerce .related ul li.product img,
  .woocommerce-page .related ul li.product img,
  .woocommerce .upsells.products ul li.product img,
  .woocommerce-page .upsells.products ul li.product img {
    width: 100%;
    height: auto;
  }
  .woocommerce .related ul.products li:last-child,
  .woocommerce-page .related ul.products li:last-child,
  .woocommerce .upsells.products ul.products li:last-child,
  .woocommerce-page .upsells.products ul.products li:last-child,
  .woocommerce .related ul li:last-child,
  .woocommerce-page .related ul li:last-child,
  .woocommerce .upsells.products ul li:last-child,
  .woocommerce-page .upsells.products ul li:last-child {
    margin-right: 0;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    *zoom: 1;
    clear: both;
  }
  .woocommerce ul.products:before,
  .woocommerce-page ul.products:before,
  .woocommerce ul.products:after,
  .woocommerce-page ul.products:after {
    display: table;
    content: "";
  }
  .woocommerce ul.products:after,
  .woocommerce-page ul.products:after {
    clear: both;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    position: relative;
    float: left;
    margin: 0 3.8% 2.992em 0;
    margin-left: 0;
    padding: 0;
    width: 22.05%;
  }
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: both;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 0;
  }
  .woocommerce.columns-1 ul.products li.product,
  .woocommerce-page.columns-1 ul.products li.product {
    margin-right: 0;
    width: 100%;
  }
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce-page.columns-2 ul.products li.product {
    width: 48%;
  }
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%;
  }
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%;
  }
  .woocommerce.columns-6 ul.products li.product,
  .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: left;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers,
  .woocommerce-page .woocommerce-pagination ul.page-numbers {
    *zoom: 1;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers:before,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:before,
  .woocommerce .woocommerce-pagination ul.page-numbers:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    display: table;
    content: "";
  }
  .woocommerce .woocommerce-pagination ul.page-numbers:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
  }
  .woocommerce table.cart img,
  .woocommerce-page table.cart img,
  .woocommerce #content table.cart img,
  .woocommerce-page #content table.cart img {
    height: auto;
  }
  .woocommerce table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: right;
  }
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text {
    width: 80px;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: left;
  }
  .woocommerce table.cart td.actions .coupon label,
  .woocommerce-page table.cart td.actions .coupon label,
  .woocommerce #content table.cart td.actions .coupon label,
  .woocommerce-page #content table.cart td.actions .coupon label {
    display: none;
  }
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%;
  }
  .woocommerce .cart-collaterals:before,
  .woocommerce-page .cart-collaterals:before,
  .woocommerce .cart-collaterals:after,
  .woocommerce-page .cart-collaterals:after {
    display: table;
    content: "";
  }
  .woocommerce .cart-collaterals:after,
  .woocommerce-page .cart-collaterals:after {
    clear: both;
  }
  .woocommerce .cart-collaterals .related,
  .woocommerce-page .cart-collaterals .related {
    float: left;
    width: 30.75%;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    float: left;
    width: 48%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products,
  .woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%;
  }
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    *zoom: 1;
    float: right;
    clear: right;
    width: 48%;
  }
  .woocommerce .cart-collaterals .shipping_calculator:before,
  .woocommerce-page .cart-collaterals .shipping_calculator:before,
  .woocommerce .cart-collaterals .shipping_calculator:after,
  .woocommerce-page .cart-collaterals .shipping_calculator:after {
    display: table;
    content: "";
  }
  .woocommerce .cart-collaterals .shipping_calculator:after,
  .woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both;
  }
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    text-align: right;
  }
  .woocommerce ul.cart_list li,
  .woocommerce-page ul.cart_list li,
  .woocommerce ul.product_list_widget li,
  .woocommerce-page ul.product_list_widget li {
    *zoom: 1;
  }
  .woocommerce ul.cart_list li:before,
  .woocommerce-page ul.cart_list li:before,
  .woocommerce ul.product_list_widget li:before,
  .woocommerce-page ul.product_list_widget li:before,
  .woocommerce ul.cart_list li:after,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce-page ul.product_list_widget li:after {
    display: table;
    content: "";
  }
  .woocommerce ul.cart_list li:after,
  .woocommerce-page ul.cart_list li:after,
  .woocommerce ul.product_list_widget li:after,
  .woocommerce-page ul.product_list_widget li:after {
    clear: both;
  }
  .woocommerce ul.cart_list li img,
  .woocommerce-page ul.cart_list li img,
  .woocommerce ul.product_list_widget li img,
  .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
  }
  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    *zoom: 1;
  }
  .woocommerce form .form-row:before,
  .woocommerce-page form .form-row:before,
  .woocommerce form .form-row:after,
  .woocommerce-page form .form-row:after {
    display: table;
    content: "";
  }
  .woocommerce form .form-row:after,
  .woocommerce-page form .form-row:after {
    clear: both;
  }
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label {
    display: block;
  }
  .woocommerce form .form-row label.checkbox,
  .woocommerce-page form .form-row label.checkbox {
    display: inline;
  }
  .woocommerce form .form-row select,
  .woocommerce-page form .form-row select {
    width: 100%;
  }
  .woocommerce form .form-row .input-text,
  .woocommerce-page form .form-row .input-text {
    width: 100%;
  }
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: left;
    overflow: visible;
    width: 47%;
  }
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: right;
  }
  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    clear: both;
  }
  .woocommerce #payment .form-row select,
  .woocommerce-page #payment .form-row select {
    width: auto;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    padding: 0 1em 0;
    text-align: right;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .woocommerce .related ul.products,
  .woocommerce-page .related ul.products,
  .woocommerce .upsells.products ul.products,
  .woocommerce-page .upsells.products ul.products,
  .woocommerce .related ul,
  .woocommerce-page .related ul,
  .woocommerce .upsells.products ul,
  .woocommerce-page .upsells.products ul {
    float: none;
  }
  .woocommerce .related ul.products li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul li.product {
    width: 48%;
  }
  .woocommerce .related ul.products li.product img,
  .woocommerce-page .related ul.products li.product img,
  .woocommerce .upsells.products ul.products li.product img,
  .woocommerce-page .upsells.products ul.products li.product img,
  .woocommerce .related ul li.product img,
  .woocommerce-page .related ul li.product img,
  .woocommerce .upsells.products ul li.product img,
  .woocommerce-page .upsells.products ul li.product img {
    width: 100%;
    height: auto;
  }
}
body .cross-sell-buy-btn #cross-sell-add-to-cart {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  background-color: #eee;
  border-width: 2px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  -webkit-appearance: none;
  color: #444;
  background-color: #fc0;
  border-color: #fc0;
  position: relative;
  bottom: 20px;
  margin: 0;
  margin-top: -40px;
  width: auto;
  height: auto;
  background: transparent;
}
body .cross-sell-buy-btn #cross-sell-add-to-cart:hover {
  color: #444;
  background-color: #ddd;
  border-color: #ddd;
}
body .cross-sell-buy-btn #cross-sell-add-to-cart:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.cross-sell-items li {
  margin-bottom: 4px;
}
.cross-sell-items input {
  margin-right: 5px;
  border: -3px;
}
body .cross-sell ul#feq-products li.cross-sell-buy-btn #cross-sell-buying-price {
  clear: left;
}
body .cross-sell ul#feq-products li {
  margin-right: 5px;
}
.shop-menu {
  *zoom: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 20px;
  display: none;
}
.shop-menu:before,
.shop-menu:after {
  display: table;
  content: "";
}
.shop-menu:after {
  clear: both;
}
@media (min-width: 768px) {
  .shop-menu {
    padding: 0 0 20px;
    display: block;
  }
}
.shop-menu li {
  display: inline-block;
  position: relative;
  margin-right: 32px;
}
.shop-menu li a {
  white-space: nowrap;
}
.shop-menu li:last-child {
  margin-right: 0;
}
.shop-menu li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  z-index: 9;
}
.shop-menu li ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.shop-menu li ul li a {
  display: block;
  line-height: 32px;
  padding: 0 20px;
  white-space: nowrap;
}
.shop-menu li ul li a:hover {
  background-color: #f7f7f7;
}
.shop-menu li:hover ul {
  display: block;
}
.shop-menu a {
  color: #666;
}
.shop-menu a:hover {
  color: #08f;
}
.article {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.article-title {
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 768px) {
  .article-title {
    font-size: 40px;
  }
}
.article-title,
.article-title a {
  color: #242424;
}
.article-title a:hover {
  color: #08f;
}
.article-subheading {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 22px;
  color: #999;
}
@media (min-width: 768px) {
  .article-subheading {
    font-weight: 300;
    font-size: 28px;
  }
}
.article-content {
  margin-bottom: 40px;
  font-size: 18px;
}
.article-content figure,
.article-content iframe,
.article-content embed {
  max-width: 100%;
}
.article-content .alignright {
  float: right;
}
.article-content .alignleft {
  float: left;
}
.article-source {
  *zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.article-source:before,
.article-source:after {
  display: table;
  content: "";
}
.article-source:after {
  clear: both;
}
.article-source span {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  padding: 0 10px;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  background-color: #444;
}
.article-source span:after {
  position: absolute;
  top: 0;
  right: -9px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 10px 0 0;
  border-style: solid;
  border-color: #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.article-source a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  max-width: 200px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  color: #444;
  background-color: #eee;
}
.article-source a:hover {
  color: #fff;
  background-color: #666;
}
@media (min-width: 768px) {
  .article-source a {
    max-width: none;
  }
}
.article-source-credit {
  font-size: 13px;
  color: #999;
}
.media-source {
  display: block;
  margin-top: 5px;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}
p + .media-source {
  margin-top: -15px;
}
.media-source a {
  text-decoration: none;
  color: #666;
}
.media-source a:hover {
  color: #08f;
}
#view-toggle {
  overflow: hidden;
  text-indent: -200%;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  width: 50px;
  height: 20px;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #view-toggle:before,
  #view-toggle:after {
    width: 20px;
    height: 20px;
    font-size: 40px;
    background-color: transparent;
    background-image: url("../images/sprite.png");
    background-image: none, url("../images/sprite.svg");
    background-size: 680px 400px;
    background-repeat: no-repeat;
    /*
  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    background-image: url("interpolation0__interpolation1__@2x.png");
    background-image: none, url("interpolation0__interpolation1__.svg");
  }
*/
    position: absolute;
    top: 0;
    display: inline-block;
    content: '';
  }
  #view-toggle:before {
    background-position: -1em -3em;
    left: 0;
    opacity: 1;
  }
  #view-toggle:after {
    background-position: -2em -2em;
    right: 0;
    opacity: .15;
  }
  .view-tiles #view-toggle:before {
    background-position: -1em -2em;
    opacity: .15;
  }
  .view-tiles #view-toggle:after {
    background-position: -2em -3em;
    opacity: 1;
  }
}
p.note,
div.note {
  padding: 10px 20px;
  background-color: #f0f0f0;
  *zoom: 1;
}
p.note:before,
div.note:before,
p.note:after,
div.note:after {
  display: table;
  content: "";
}
p.note:after,
div.note:after {
  clear: both;
}
div.note {
  margin-bottom: 26px;
}
p.alert {
  padding: 10px 20px;
  background-color: #fbecb0;
}
.gifset-image {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: top;
}
@media (max-width: 995px) {
  .gifset-image {
    max-width: 138px;
    height: auto;
  }
}
hr {
  clear: both;
  margin: 24px 0;
  background: transparent;
  border: 0;
  border-top: 2px solid #ddd;
  size: 0;
}
hr:before {
  width: 40%;
  height: 2px;
  display: block;
  float: left;
  margin-top: -2px;
  content: '';
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
hr:after {
  width: 40%;
  height: 2px;
  display: block;
  float: right;
  margin-top: -2px;
  content: '';
  background-image: linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
}
.pic-wrapper {
  position: relative;
}
.pic-wrapper var {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  float: left;
  padding: 12px;
  min-width: 32px;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 32px;
  color: #444;
  background-color: #fc0;
  border-right: 2px solid #fff;
  border-bottom: 3px solid #fff;
}
.pic-wrapper var:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  margin-left: 2px;
  width: 0;
  height: 0;
  content: '';
  border-width: 59px 17.5px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.pic-wrapper var:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 56px 16px 0 0;
  border-style: solid;
  border-color: #fc0 transparent transparent transparent;
}
@media (max-width: 767px) {
  .pic-wrapper var {
    padding: 8px;
    min-width: 24px;
    font-size: 24px;
    line-height: 24px;
    border-right: 2px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .pic-wrapper var:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    margin-left: 2px;
    width: 0;
    height: 0;
    content: '';
    border-width: 43px 13.5px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .pic-wrapper var:after {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 40px 12px 0 0;
    border-style: solid;
    border-color: #fc0 transparent transparent transparent;
  }
}
.pic-wrapper img {
  padding: 0;
  max-width: 100%;
  width: 100%;
  border: 0;
}
.pic-wrapper figure {
  width: auto !important;
}
.widget-newsletter .input {
  margin-right: -4px;
  width: 100%;
  max-width: 148px;
}
@media (min-width: 1240px) {
  .widget-newsletter .input {
    max-width: 216px;
  }
}
.widget-newsletter .button {
  margin-right: -1px;
}
.widget-newsletter .newsletter-blurb {
  color: #666;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.pullquote {
  margin: 5px;
  width: 400px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 120%;
  line-height: 1.25;
  color: #b31217;
}
.pullquote.right {
  float: right;
  width: 200px;
}
.pullquote.left {
  float: left;
  width: 200px;
}
.pullquote.center {
  margin: 20px auto;
  width: 100%;
  text-align: center;
  font-size: 135%;
}
.pullquote span {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
@media (min-width: 768px) {
  .pullquote {
    margin: 10px;
  }
  .pullquote.left,
  .pullquote.right {
    width: 300px,;
  }
  .pullquote.center {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}