/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #717171;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #000000;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000000;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  border-bottom: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #000000;
  border-color: #000000;
}
.btn-primary .badge {
  color: #000000;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #000000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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-image: -o-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #666666;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: 'swap';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}
.fa {
  font-family: 'Font Awesome';
}
h3 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #000;
  font-weight: 700;
}
body #maincontent .columns {
  font-size: 1.6em;
}
.modals-wrapper {
  font-size: 1.5em;
}
body:not(.cms-home):not(.page-products):not(.catalog-product-view):not(.page-layout-2columns-left):not(.checkout-cart-index):not(.cms-page-view) #maincontent .columns {
  padding: 50px;
}
.cms-page-view .page-main-full-width {
  padding: 0 50px 50px 50px;
}
.cms-home .page-title-wrapper {
  display: none;
}
body.page-layout-2columns-left #maincontent .columns {
  padding-right: 15px;
}
.container-fluid {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-layout-checkout .logo {
  margin-left: 10px;
}
.excel-icon {
  background: url('../images/xcel_icon.jpg') no-repeat 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.pdf-icon {
  background: url('../images/adobe_icon.jpg') no-repeat 0 0;
  width: 27px;
  height: 25px;
  display: inline-block;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.page-title {
  padding: 20px 50px 0 50px;
}
.breadcrumbs {
  padding: 10px 0;
  padding-left: 15px;
}
.breadcrumbs:before {
  content: "";
  display: block;
  float: left;
  height: 8px;
  width: 8px;
  background: url(../images/breadcrumb-home.jpg) 0 0 no-repeat;
  background-size: 8px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.breadcrumbs a {
  text-decoration: underline !important;
}
.breadcrumbs .item:not(:last-child):after {
  content: "";
  background: url(../images/breadcrumb-sep.jpg) 0 6px no-repeat;
  background-size: 3px;
  width: 5px;
  height: 12px;
  margin: 0;
}
.container-fluid {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
  margin-left: -50px;
  margin-right: -50px;
}
@media (max-width: 1299px) {
  .breadcrumbs {
    padding-left: 20px;
  }
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Regular.eot');
  src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Regular.woff2') format('woff2'), url('fonts/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular.ttf') format('truetype'), url('fonts/Raleway-Regular.svg#Raleway') format('svg');
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Bold.eot');
  src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Bold.woff2') format('woff2'), url('fonts/Raleway-Bold.woff') format('woff'), url('fonts/Raleway-Bold.ttf') format('truetype'), url('fonts/Raleway-Bold.svg#Raleway') format('svg');
}
.header ul .child-category-dropdown .child-category {
  left: 100%;
  top: 0;
}
.header ul .child-category-dropdown:hover .child-category {
  display: block;
  width: 300px;
}
.header ul .parent-category-dropdown:hover .sub-category {
  display: block;
  width: 300px;
}
.header ul .parent-category-dropdown.has-child > a {
  position: relative;
  padding-right: 14px;
}
.header ul .parent-category-dropdown.has-child > a:after,
.header ul .parent-category-dropdown.has-child > a:before {
  content: "";
  background-color: #000;
  width: 9px;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  top: 22px;
  transform: rotate(45deg);
}
.header ul .parent-category-dropdown.has-child > a:before {
  transform: rotate(-45deg);
  right: -6px;
}
.header li ul.sub-category {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  display: none;
  list-style: none;
  padding: 30px 0px 15px;
  position: absolute;
  z-index: 5;
}
.header li ul.sub-category li {
  margin: 0;
  padding: 5px 15px;
  position: relative;
}
.header li ul.sub-category li:hover {
  background-color: #000;
}
.header li ul.sub-category li:hover > a {
  color: #fff;
}
.header li ul.sub-category a {
  color: #fff;
}
.header li.child-category-dropdown .child-category {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  display: none;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  z-index: 5;
}
.header .right-header ul .child-category-dropdown .child-category {
  left: initial;
  right: 100%;
  top: 0;
}
.header-phone-number {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.header-links-additional {
  float: right;
  margin: 0;
  padding: 0;
}
.header-links-additional li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-icons {
  float: none;
  margin-top: 2px;
  margin: 0;
  position: absolute;
  right: 30px;
  width: auto;
  z-index: 10;
}
@media (max-width: 1469px) {
  .header-icons {
    right: 10px;
  }
}
@media (max-width: 940px) {
  .header-icons {
    display: none;
  }
}
.header-absolute-top p {
  margin: 0;
  padding: 0;
}
.header.content {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 170px 1fr 103px;
  height: auto !important;
  max-width: 100% !important;
  padding: 15px 30px !important;
  position: relative;
}
@media (max-width: 991px) {
  .header.content {
    padding: 15px 0 !important;
  }
}
@media (max-width: 768px) {
  .header.content {
    grid-template-columns: 170px 1fr;
  }
}
.header.content ul li {
  margin: 0;
}
.header.content ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  text-transform: uppercase;
}
@media (max-width: 1446px) {
  .header.content ul li a {
    padding: 10px;
  }
}
@media (max-width: 1246px) {
  .header.content ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1156px) {
  .header.content ul li a {
    font-size: 10px;
  }
}
.header.content ul li:hover > ul.sub-category {
  display: block;
}
.header.content ul .sub-category {
  text-align: left;
}
.header.content ul .sub-category a {
  font-size: 13px;
  padding: 0;
}
@media (max-width: 991px) {
  .header.content ul .sub-category a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .header.content ul .child-category-dropdown:hover .child-category {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .header.content ul .parent-category-dropdown:hover .sub-category {
    width: 240px;
  }
}
.header.content .parent-category-dropdown {
  display: inline-block;
}
.header.content .parent-category-dropdown > a {
  white-space: nowrap;
}
.header.links {
  margin: 0;
  padding: 0;
}
.homepage-top p {
  margin: 0;
  padding: 0;
}
.page-header .header.content:before,
.page-header .header.content:after {
  display: none !important;
}
.header-links-additional,
.minicart-wrapper .action.showcart .text {
  display: none !important;
}
.customer-account-menu {
  display: block !important;
  text-align: center;
  width: 100%;
}
.customer-welcome .action.switch {
  display: none !important;
}
.customer-welcome .action.switch:after {
  color: #000;
  display: none;
}
.logo {
  float: none !important;
  max-width: inherit !important;
}
@media (max-width: 991px) {
  .logo img {
    margin: auto;
    max-width: 100px;
  }
}
@media (max-width: 940px) {
  .logo img {
    max-width: 100%;
  }
}
@media (max-width: 940px) {
  .logo {
    margin: 6px auto;
    padding: 0 20px;
  }
}
nav.navigation,
.main-nav {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
}
.main-nav {
  display: none;
}
.main-nav .active .hamburger:before {
  top: 5px;
  transform: rotate(50deg);
  transition: 0.5s;
}
.main-nav .active .hamburger span {
  top: 5px;
  transform: rotate(133deg);
  transition: 0.5s;
}
.main-nav .active .hamburger:after {
  display: none;
}
nav.navigation {
  z-index: 1;
}
.minicart-wrapper {
  padding: 0;
}
.minicart-wrapper .block-minicart {
  right: -6px;
}
.block.block-search {
  padding-right: 20px;
}
.block.block-search .field.search {
  cursor: pointer;
}
.block-minicart {
  font-size: 1.5em;
}
.block-search .block-content .control {
  background: #000;
  box-shadow: 0 6px 20px #0003;
  display: none;
  height: auto;
  margin: 0;
  min-width: 250px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 37px;
}
.block-search .block-content .control input#search {
  left: 0;
  margin: 0;
  position: relative;
}
.block-search .block-content .control.search-activated {
  display: block;
}
.authentication-wrapper-header {
  box-shadow: 0px 0px 5px 0px #000000;
  box-sizing: border-box;
  color: #000;
  line-height: 2.7rem;
  max-height: 0;
  max-width: 300px;
  overflow: hidden;
  position: absolute;
  right: 35px;
  text-align: left !important;
  top: 80px;
  transition: 0.3s max-height;
  width: 300px !important;
}
.authentication-wrapper-header .block-authentication {
  background-color: #fff;
  padding: 8px 11px 0 11px;
}
.authentication-wrapper-header .block-authentication:before,
.authentication-wrapper-header .block-authentication:after {
  content: "";
  display: table;
}
.authentication-wrapper-header .block-authentication:after {
  clear: both;
}
.authentication-wrapper-header a {
  color: #000;
  font-size: 1.3rem;
  font-weight: normal;
}
.authentication-wrapper-header label {
  font-size: 1.3rem;
  font-weight: 700 !important;
  margin: 0;
}
.authentication-wrapper-header label:after {
  display: none;
}
.authentication-wrapper-header input {
  border-radius: 3px;
}
.authentication-wrapper-header .action-login {
  background: #000;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px 0;
  width: 100%;
}
.authentication-wrapper-header .action-remind {
  float: right;
}
.authentication-wrapper-header .action-createaccount {
  float: right;
  margin-bottom: 15px;
  margin-top: 3px;
}
.authentication-wrapper-header .action-close {
  display: none;
}
.authentication-wrapper-header .fieldset {
  margin-bottom: 15px;
}
.authentication-wrapper-header .fieldset > .field,
.authentication-wrapper-header .fieldset > .fields > .field {
  margin: 0 0 10px;
}
.authentication-wrapper-header .fieldset > .field > .label {
  margin: 0;
}
.authentication-wrapper-header.open {
  max-height: 1000px;
}
@media (max-width: 940px) {
  #collapse-button {
    display: block;
  }
}
@media (max-width: 940px) {
  .navigation-mobile li ul.submenu {
    left: 0 !important;
    position: relative !important;
  }
  .navigation-mobile .touch-button {
    color: #53bed3;
    cursor: pointer;
    display: block;
    height: 30px;
    left: initial;
    margin-left: 10px;
    top: 5px;
    width: 30px;
  }
  .navigation-mobile .touch-button:before,
  .navigation-mobile .touch-button:after {
    bottom: 0;
    color: #53bed3;
    font-size: 30px;
    line-height: 30px;
  }
  .navigation-mobile .touch-button:before {
    content: "+";
    display: block;
  }
  .navigation-mobile .touch-button:after {
    content: "-";
    display: none;
  }
  .navigation-mobile .touch-button.active:after {
    display: block;
  }
  .navigation-mobile .touch-button.active:before {
    display: none;
  }
  .navigation-mobile .level-top-sectioned .touch-button {
    right: 0;
  }
  .nav-mobile-container .navigation-mobile {
    background: rgba(0, 0, 0, 0.8) !important;
    height: 100% !important;
    left: 0 !important;
    padding: 70px 15px;
    position: fixed !important;
    top: 0;
    transform: initial !important;
    width: 100% !important;
    z-index: 10 !important;
  }
  .nav-mobile-container .navigation-mobile li {
    text-align: center;
  }
  .nav-mobile-container .navigation-mobile li a {
    margin: 0;
  }
  .nav-mobile-container .navigation-mobile .level0 {
    border: none;
  }
  .nav-mobile-container .navigation-mobile .level0.submenu li.submenu-child a {
    padding: 5px 30px !important;
  }
  .nav-mobile-container .navigation-mobile .level1 .submenu {
    margin-left: 25px;
  }
  .nav-mobile-container .navigation-mobile .level1 a,
  .nav-mobile-container .navigation-mobile .level0.parent-active a,
  .nav-mobile-container .navigation-mobile .level0:hover a {
    background: transparent;
  }
  .collapse-type .navigation-mobile ul li a {
    background: rgba(0, 0, 0, 0.2);
    background: initial;
    color: #53bed3;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
  }
  .nav-mobile-container ul {
    height: 100%;
  }
  html.menu-open {
    overflow: hidden;
  }
}
.left-header,
.right-header {
  align-items: center;
  text-align: center;
}
@media (max-width: 940px) {
  .left-header,
  .right-header {
    display: none;
  }
}
ul.left-link,
ul.right-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-header {
  background: #fff;
}
.page-header .right-header {
  display: inline-block;
  width: auto;
}
.page-header .right-header .right-link {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.page-header .right-header ul.right-link {
  width: 100%;
}
.page-header .header.content {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}
.page-header .header.content ul li a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.page-header .logo > img {
  width: auto;
  max-width: 300px;
}
.page-header .header-icons {
  position: static;
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.page-header a.logo {
  max-width: 300px !important;
  width: 100% !important;
}
.page-header .block.block-search {
  float: none;
  order: 3;
  padding-right: 0;
}
.page-header .block.block-search .field.search {
  position: relative;
}
.page-header .block-search .block-content .control {
  position: static;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.page-header .block-search .block-content .control input {
  border-radius: 18px;
  border: 1px solid;
}
.page-header .block-search .label {
  display: none;
}
.page-header .block-search .action.search {
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  top: 5px;
  background: transparent;
  font-size: 0;
  border: none;
  box-shadow: none;
  padding: 0;
}
.page-header .minicart-wrapper {
  height: 22px;
}
.page-header .minicart-wrapper .action.showcart {
  width: 24px;
  height: 24px;
}
.page-header .minicart-wrapper .action.showcart svg {
  display: none;
}
.page-header .minicart-wrapper .action.showcart:before {
  background: url(../images/cart.svg) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.page-header .header-icon.icon-account,
.page-header .customer-account-menu .customer-name {
  width: 26px;
  height: 26px;
  background: url(../images/user.svg) 0 0 no-repeat;
  background-size: contain;
}
.page-header .header-icon.icon-account svg,
.page-header .customer-account-menu .customer-name svg {
  display: none;
}
.page-header form#search_mini_form {
  position: relative;
}
.page-header button.action.search:after {
  background: url(../images/search.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.right-header .right-link > li span.submenu-toggle {
  display: none;
}
@media (min-width: 993px) {
  .header li ul.sub-category li:hover {
    background-color: transparent;
  }
  .header li ul.sub-category li:hover > a {
    color: #000;
  }
  .header li ul.sub-category li:has(a[href]):hover {
    background-color: #000;
  }
  .header li ul.sub-category li:has(a[href]):hover > a {
    color: #fff;
  }
}
@media (max-width: 1600px) {
  .page-header .header.content ul.right-link li a {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .header.content ul.right-link li.has-child > a {
    padding-right: 14px;
  }
}
@media (max-width: 1540px) {
  .page-header .header.content .logo {
    max-width: 240px !important;
  }
  .page-header .header.content .logo > img {
    width: auto;
    max-width: 240px;
  }
}
@media (max-width: 1460px) {
  .page-header .header.content ul .parent-category-dropdown.has-child > a:after,
  .page-header .header.content ul .parent-category-dropdown.has-child > a:before {
    top: 18px;
  }
  .page-header .header.content .right-header .right-link {
    gap: 0 15px;
  }
  .page-header .header.content .header-icon.icon-account,
  .page-header .header.content .customer-account-menu .customer-name,
  .page-header .header.content .minicart-wrapper .action.showcart {
    width: 22px;
    height: 22px;
  }
  .page-header .header.content .header-icons {
    gap: 0 10px;
  }
}
@media (max-width: 1366px) {
  .page-header .header.content .minicart-wrapper {
    height: 20px;
  }
  .page-header .header.content .header-icon.icon-account,
  .page-header .header.content .customer-account-menu .customer-name,
  .page-header .header.content .minicart-wrapper .action.showcart {
    width: 20px;
    height: 20px;
  }
  .page-header .header.content ul.right-link li > a {
    font-size: 12px;
  }
  .page-header .header.content ul.right-link .parent-category-dropdown.has-child > a:after,
  .page-header .header.content ul.right-link .parent-category-dropdown.has-child > a:before {
    top: 16px;
    width: 7px;
  }
  .page-header .header.content ul.right-link .parent-category-dropdown.has-child > a:before {
    right: -5px;
  }
  .page-header .header.content .logo {
    max-width: 180px !important;
  }
  .page-header .header.content .logo > img {
    width: auto;
    max-width: 180px;
  }
}
@media (max-width: 1200px) {
  .page-header .header.content .right-header .right-link {
    gap: 0 10px;
  }
  .page-header .header.content .block-search .block-content .control {
    min-width: inherit;
  }
  .page-header .header.content .block-search .block-content .control input#search {
    padding-right: 40px;
  }
  .page-header .header.content .logo {
    max-width: 130px !important;
  }
  .page-header .header.content .logo > img {
    width: auto;
    max-width: 130px;
  }
}
@media (max-width: 1100px) {
  .page-header .header.content .right-header .right-link {
    max-width: 600px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-header .header.content .right-header .right-link li > a {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .menu-toggle {
    position: absolute;
    top: 20px;
    transform: none;
    left: 20px;
    width: 35px;
    height: 35px;
    z-index: 999;
  }
  .menu-toggle .hamburger__line {
    position: absolute;
    left: 0px;
    display: block;
    background-color: #000;
    width: 35px;
    height: 1px;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .menu-toggle.is-open .hamburger__line {
    background-color: #fff;
  }
  .menu-toggle .hamburger__line:nth-child(1) {
    top: 20%;
  }
  .menu-toggle .hamburger__line:nth-child(2) {
    top: 47%;
  }
  .menu-toggle .hamburger__line:nth-child(3) {
    top: 74%;
  }
  .menu-toggle.is-open .hamburger__line:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .menu-toggle.is-open .hamburger__line:nth-child(2) {
    left: 18px;
    width: 0;
  }
  .menu-toggle.is-open .hamburger__line:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
  .main-navigation {
    position: fixed;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    padding: 110px 0 0 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s;
  }
  .main-navigation .right-link {
    padding: 0 20px 50px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .menu-open .main-navigation {
    opacity: 1;
    transform: translateX(0);
  }
  .page-header .header.content .right-header .right-link {
    width: 100%;
    max-width: 100%;
    display: block;
    flex-wrap: wrap;
  }
  .page-header .header.content .right-header .right-link li > a {
    color: #53bed3;
  }
  .page-header .header.content .right-header .right-link > li {
    width: 100%;
    text-align: left;
  }
  .page-header .header.content .right-header .right-link > li a {
    font-size: 16px;
    font-weight: 600;
  }
  .page-header .header.content .right-header .right-link > li > a {
    display: block;
    font-size: 20px;
    font-weight: 600;
  }
  .page-header .header.content .right-header .right-link .sub-category,
  .page-header .header.content .right-header .right-link .child-category-dropdown .child-category {
    position: static;
    display: block;
    background: transparent;
    padding: 0;
    display: none;
    width: calc(100% + 30px);
  }
  .page-header .header.content .right-header .right-link .child-category-dropdown .child-category {
    padding: 10px 0;
  }
  .header ul .parent-category-dropdown.has-child > a:after,
  .header ul .parent-category-dropdown.has-child > a:before {
    background: #fff;
  }
  .page-header .header.content {
    padding-bottom: 50px !important;
    min-height: 110px;
  }
  .page-header .header.content .logo {
    max-width: 170px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .page-header .header.content .header-icons {
    margin-right: 20px;
    margin-left: auto;
  }
  .page-header .header.content .block.block-search {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .page-header .right-header {
    width: 100%;
  }
  .page-header .right-header ul.right-link > li.has-child {
    position: relative;
    padding-right: 30px;
    background-color: transparent;
  }
  .page-header .right-header ul.right-link > li.has-child > a:after,
  .page-header .right-header ul.right-link > li.has-child > a:before {
    display: none;
  }
  .page-header .right-header ul.right-link > li.has-child span.submenu-toggle {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: auto;
    right: 0;
    top: 9px;
    border: none;
  }
  .page-header .right-header ul.right-link > li.has-child span.submenu-toggle:before,
  .page-header .right-header ul.right-link > li.has-child span.submenu-toggle:after {
    content: "";
    background: #53bed3;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 11px;
    left: 5px;
  }
  .page-header .right-header ul.right-link > li.has-child span.submenu-toggle:before {
    transform: rotate(90deg);
  }
  .page-header .right-header .right-link li.has-child.is-child-open > .submenu-toggle:before {
    opacity: 0;
  }
  .page-header .header li ul.sub-category li:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .main-navigation {
    padding: 100px 0 0 0;
  }
  .main-navigation .right-link {
    padding: 0 20px 50px 20px;
  }
}
.footer-nav ul {
  float: left;
  width: 20%;
}
.footer-nav ul li {
  font-size: 1.4em;
}
.footer-nav ul li:first-child,
.footer-nav ul li:first-child a {
  font-size: 1.6em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-social-media {
  float: right;
}
.footer-social-media ul li {
  float: left;
}
.footer-social-media .icon-facebook,
.footer-social-media .icon-instagram,
.footer-social-media .icon-twitter,
.footer-social-media .icon-pintrest,
.footer-social-media .icon-youtube {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 0 0 4px;
}
.footer-social-media .icon-facebook {
  background: #474747 url("../images/facebook.png") center center no-repeat;
}
.footer-social-media .icon-instagram {
  background: #474747 url("../images/instagram.png") center center no-repeat;
}
.footer-social-media .icon-twitter {
  background: #474747 url("../images/twitter.png") center center no-repeat;
}
.footer-social-media .icon-pintrest {
  background: #474747 url("../images/pinterest.png") center center no-repeat;
}
.footer-social-media .icon-youtube {
  background: #474747 url("../images/youtube.png") center center no-repeat;
}
.footer-newsletter {
  background: #a1a1a1;
}
.footer-newsletter:before,
.footer-newsletter:after {
  content: "";
  display: table;
}
.footer-newsletter:after {
  clear: both;
}
.footer-newsletter p {
  margin-bottom: 10px;
  padding-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 5px;
  margin: 0;
  color: #fff;
  padding: 10px 10px 10px 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.page-footer {
  background: #f9f9f9;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.newsletter-signup {
  padding: 5px 25px 5px 75px;
}
.newsletter-signup input {
  height: 30px;
}
.newsletter-signup input[type="email"] {
  border: 0;
  float: left;
  width: 75%;
}
.newsletter-signup input[type="submit"] {
  background: #75faff;
  border: 0;
  color: #000;
  width: 25%;
  float: right;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
}
.newsletter-signup #emailsignup-form {
  width: 384px;
  max-width: 100%;
  padding-top: 6px;
}
.newsletter-signup #emailsignup-form:before,
.newsletter-signup #emailsignup-form:after {
  content: "";
  display: table;
}
.newsletter-signup #emailsignup-form:after {
  clear: both;
}
.footer-nav {
  padding-top: 40px;
  border-top: 6px solid #efefef;
  float: left;
}
.footer-nav {
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
}
.footer-nav,
.footer-nav a {
  font-weight: 600;
  color: #666666;
  line-height: 2.5rem;
}
.footer.content:before,
.footer.content:after {
  content: "";
  display: table;
}
.footer.content:after {
  clear: both;
}
.footer-nav-container {
  padding: 0 7%;
}
/*-----------07/15/2022----------- */
.page-footer .newsletter-signup .newsletter-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-footer .footer.content {
  max-width: 100%;
  width: 100%;
}
.page-wrapper footer.page-footer {
  max-width: 100%;
  width: 100%;
}
footer.page-footer {
  padding: 0px;
}
.mondo-footer-logo.column-1.logo {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 210px;
  padding-left: 15px;
  padding-right: 15px;
  position: initial;
  transform: initial;
}
.mondo-footer-navigation {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  padding-left: 15px;
  padding-right: 15px;
}
.mondo-footer-social {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  display: flex;
  flex: 0 0 30%;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}
.mondo-footer-social .follow-link {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
footer .newsletter-signup {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: auto;
}
footer .heading-footer {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 0;
  padding-right: 10px;
  text-transform: uppercase;
}
.mondo-footer-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 30px 0px;
  width: auto;
}
.mondo-footer-content {
  background-color: #fff;
  color: #000;
}
.menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-footer ul li a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 2px 0;
  text-transform: uppercase;
  font-weight: 500;
}
.follow-link ul {
  align-items: center;
  display: flex;
}
.follow-link ul li {
  padding: 0px 3px;
}
.follow-link img {
  max-width: 40px;
}
.copyright-footer {
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .menu-footer ul li a {
    font-size: 14px;
  }
  footer.page-footer .heading-footer {
    font-size: 14px;
  }
  footer.page-footer .footer-newsletter p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer.page-footer .follow-link img {
    max-width: 30px;
  }
  footer.page-footer .heading-footer {
    margin: 0 0 3px 0;
  }
}
@media (max-width: 1023px) {
  .newsletter-signup input[type="email"] {
    width: 66%;
  }
  .newsletter-signup input[type="submit"] {
    width: 34%;
  }
  .footer-nav {
    width: 100%;
  }
  #emailsignup-form {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .mondo-footer-wrapper {
    align-items: flex-start;
  }
  /*----07/15/2022-----*/
  .footer-social-media {
    padding-top: 20px;
  }
  .mondo-footer-navigation {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
    flex: 0 0 60%;
  }
  .mondo-footer-navigation .menu-footer ul {
    width: 50%;
  }
  #emailsignup-form {
    padding-bottom: 13px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-social-media {
    padding-top: 0;
    float: none;
    text-align: center;
    padding-bottom: 6px;
  }
  .footer-social-media ul li {
    display: inline-block;
    float: none;
  }
  .newsletter-signup input[type="email"] {
    width: 62%;
  }
  .newsletter-signup input[type="submit"] {
    width: 38%;
  }
  #emailsignup-form {
    max-width: 80%;
  }
  .footer-nav ul {
    width: 50%;
    padding-bottom: 20px !important;
  }
  .footer-nav ul:nth-child(2n + 1) {
    clear: left;
  }
  .footer-nav > p {
    margin-bottom: 0;
    display: none;
  }
  /*-----07/15/2022-------*/
  .mondo-footer-logo.column-1.logo {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .mondo-footer-navigation {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
  .mondo-footer-navigation .menu-footer {
    padding: 20px 0px;
  }
  .mondo-footer-social {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    justify-content: center;
  }
  .mondo-footer-wrapper {
    align-items: initial;
    flex-direction: column;
  }
  .page-footer .newsletter-signup .newsletter-info {
    flex-direction: column;
  }
  .newsletter-signup {
    padding: 5px 30px;
    text-align: center;
  }
  .newsletter-signup #emailsignup-form {
    width: 440px;
  }
  #emailsignup-form {
    margin: auto;
  }
  .footer-newsletter p {
    display: block;
  }
  .overlay-focus-megamenu {
    display: none;
  }
  .footer-nav {
    padding-bottom: 0;
  }
  footer.page-footer .footer-newsletter p {
    font-size: 14px;
  }
  footer.page-footer .mondo-footer-navigation .menu-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  footer.page-footer .copyright-footer {
    max-width: 280px;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 479px) {
  #emailsignup-form {
    max-width: 100%;
  }
  .newsletter-signup #emailsignup-form {
    width: 90%;
  }
}
.header.content {
  padding: 15px 0;
  height: 88px;
}
span.customer-name {
  display: block !important;
}
.nav-toggle {
  display: none;
}
.btn-mobile {
  float: left;
}
.nav-mobile-container {
  max-width: 1280px;
  margin: auto;
}
.nav-mobile-container ul {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.nav-mobile-container .navigation-mobile {
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  z-index: 10;
  width: 300px;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  background: #fff;
  left: 50%;
  transform: translate(-50%);
}
.nav-mobile-container .navigation-mobile > ul > li {
  width: 100%;
}
.nav-mobile-container .navigation-mobile:before {
  content: " ";
  display: block;
  background: #fff;
  min-height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.nav-mobile-container .navigation-mobile:after {
  content: " ";
  display: block;
  background: #757575;
  min-height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.nav-mobile-container .navigation-mobile.col2 {
  width: 600px;
  background: #e1e1e1;
}
.nav-mobile-container .navigation-mobile.col2 > ul > li {
  width: 50%;
}
.nav-mobile-container .navigation-mobile.col2:before {
  width: 50%;
  display: block;
}
.nav-mobile-container .navigation-mobile.col2:after {
  display: none;
}
.nav-mobile-container .navigation-mobile.col3 {
  width: 900px;
}
.nav-mobile-container .navigation-mobile.col3 > ul > li {
  width: 33.3333333%;
}
.nav-mobile-container .navigation-mobile.col3:before {
  width: 33.3333333%;
  display: block;
}
.nav-mobile-container .navigation-mobile.col3:after {
  width: 33.3333333%;
  display: block;
}
.nav-mobile-container .level1 a,
.nav-mobile-container .level0.parent-active a,
.nav-mobile-container .level0:hover a {
  background: #e1e1e1;
}
.nav-mobile-container .level2 a,
.nav-mobile-container .level1.parent-active a,
.nav-mobile-container .level1:hover a {
  background: #757575;
}
.navigation-mobile li {
  position: relative;
  margin: 0;
}
.navigation-mobile li a {
  margin: 0 0 0 5px;
  padding: 5px 10px;
  display: block;
  font-size: 1.4rem;
  box-sizing: content-box;
  font-weight: 700;
}
.navigation-mobile li ul.submenu {
  left: 100%;
  min-width: 100%;
  overflow: visible !important;
  position: absolute;
  top: 0;
}
.touch-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.main-nav {
  text-align: center;
  position: absolute;
}
.main-nav .btn-menu {
  display: inline-block;
}
#collapse-button {
  position: relative;
  left: 10px;
}
.header.links li {
  width: 100%;
  text-align: left;
}
.main-nav .btn-menu,
.header-phone-number a {
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.minicart-wrapper .action.showcart:before {
  height: 14px;
  width: 16px;
  display: block;
}
.header-icon {
  height: 14px;
  width: 11px;
  display: block;
}
.minicart-wrapper .action.showcart:before {
  display: block !important;
}
.block-search .label:before {
  margin-right: 0 !important;
  height: 15px;
  width: 16px;
  display: block;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: " ";
}
.block.block-search {
  float: right;
  color: #000;
}
.block-search .label:before,
.block-search .label.active:before {
  content: " ";
  cursor: pointer;
}
.block-search .control {
  border-top: none;
}
.minicart-wrapper .action.showcart:before {
  background: url("../images/icon-cart.jpg") 0 0 no-repeat;
  background-size: cover;
}
.header-icon.icon-account {
  background: url("../images/icon-account.jpg") 0 0 no-repeat;
  background-size: cover;
  margin: auto;
}
.header-icon.icon-phone {
  background: url("../images/header/contact.png") 0 0 no-repeat;
  background-size: cover;
}
.block-search .label:before {
  background: url("../images/icon-search.jpg") 0 0 no-repeat;
  background-size: cover;
}
.header-links-additional.loggedin {
  display: none;
}
.loggedin .header-icon.icon-account {
  cursor: pointer;
}
.header-icon img {
  max-width: 40px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -13px;
  right: 6px;
  background: #fef201;
  color: #000000;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  padding-top: 1px;
}
.minicart-wrapper .action.showcart .text {
  color: #fff;
}
.minicart-wrapper {
  color: #000;
}
.header-links-additional a {
  color: #fff;
}
.header-links-additional > li > a,
.header-links-additional > li > span,
.header-my-account-link,
.minicart-wrapper .action.showcart .text {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 0.9em;
  display: inline-block;
  margin-top: 4px;
}
.customer-menu {
  position: relative;
  top: 9px;
  left: 11px;
}
.authorization-link a {
  border-right: 1px solid #fff;
  padding-right: 3px;
  margin-right: 3px;
}
.customer-welcome.customer-name.loggedin {
  display: none;
}
.nav-sections {
  margin: 0 !important;
}
.breadcrumbs {
  margin: 0;
}
.block-search .active .control {
  width: 40%;
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0;
  background: #000000;
}
.navigation {
  padding: 0;
  padding-right: 125px;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
}
.navigation a {
  color: #fff;
}
.navigation .level0 {
  text-align: left;
}
.navigation .megamenu.level0 > .level-top,
.navigation .megamenu.level0 > .level-top {
  color: #fff;
  height: 20px;
}
.hamburger {
  cursor: pointer;
  height: 24px;
  width: 40px;
}
.hamburger span,
.hamburger:after,
.hamburger:before {
  background: #fff;
  display: block;
  height: 2px;
  width: 23px;
}
.hamburger span {
  top: 11px;
  position: absolute;
}
.hamburger:before {
  top: 0px;
}
.hamburger:after {
  top: 22px;
}
.hamburger:after,
.hamburger:before {
  position: absolute;
  content: "";
}
.customer-account-menu.loggedin .header-icon.icon-account {
  background: url('../images/header/header-account-in.png') 0 0 no-repeat;
  background-size: cover;
}
.header-links .header.links > li > a {
  color: #333333;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 8px;
}
@media (max-width: 1199px) {
  .nav-mobile-container .navigation-mobile {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .block-search .active .control {
    width: 100%;
  }
  .header-my-account-link,
  .header-links-additional > li > a,
  .header-links-additional > li > span,
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .customer-menu {
    position: relative;
    top: -6px;
    left: -4px;
  }
}
@media (max-width: 767px) {
  .mobile-search button {
    background: #53bed3 !important;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: top;
    padding: 8px 15px;
    border: none;
    margin-top: 5px;
  }
  .megamenu .level0.submenu li.submenu-child a {
    padding: 5px 30px;
  }
  nav.navigation {
    display: none !important;
  }
  .main-nav {
    display: inline-block;
  }
  .nav-mobile-container .megamenu .level0 .submenu li.submenu-child a {
    padding: 5px 30px;
  }
  .nav-mobile-container .navigation-mobile {
    width: 100%;
    height: auto;
    background: #fff;
  }
  .nav-mobile-container .navigation-mobile > ul {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav-mobile-container .navigation-mobile > ul > li {
    width: 100%;
  }
  .nav-mobile-container .navigation-mobile:before,
  .nav-mobile-container .navigation-mobile:after {
    display: none !important;
  }
  .nav-mobile-container .navigation-mobile li {
    text-align: center;
  }
  .nav-mobile-container .navigation-mobile li a {
    margin: 0;
  }
  .nav-mobile-container .navigation-mobile li.level0:first-child {
    border-top: none;
  }
  .block-search {
    width: auto;
  }
  .header-my-account-link {
    display: none;
  }
  .touch-button {
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: none;
  }
  .navigation-mobile {
    width: 100%;
  }
  .navigation-mobile li ul.submenu {
    left: 0;
    position: relative;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .header-links-additional {
    display: none !important;
  }
  .navigation-mobile .touch-button {
    left: initial;
    right: 0px;
    top: 5px;
  }
  .navigation-mobile .level1 .submenu {
    margin-left: 25px;
  }
  .navigation-mobile .level-top-sectioned .touch-button {
    right: 0px;
  }
  .navigation-mobile .level-top-sectioned .submenu-child .touch-button {
    right: 0px;
  }
}
/* Global */
.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}
.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}
.jBox-container {
  background: #fff;
}
.jBox-content {
  padding: 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}
/* jBox Tooltip */
.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}
.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}
.jBox-Mouse {
  pointer-events: none;
}
/* Pointer */
.jBox-pointer {
  position: absolute;
  overflow: hidden;
}
.jBox-pointer-top {
  top: 0;
}
.jBox-pointer-bottom {
  bottom: 0;
}
.jBox-pointer-left {
  left: 0;
}
.jBox-pointer-right {
  right: 0;
}
.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}
.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}
.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
}
/* jBox Modal */
.jBox-Modal .jBox-container {
  border-radius: 4px;
}
.jBox-Modal .jBox-content {
  padding: 15px 20px;
}
.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}
.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}
.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
}
/* Close button */
.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}
.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}
.jBox-closeButton path {
  transition: fill .2s;
}
.jBox-closeButton path {
  fill: #aaa;
}
.jBox-closeButton:hover path {
  fill: #888;
}
.jBox-closeButton:active path {
  fill: #666;
}
/* Close button in overlay */
.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}
.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
  fill: #ddd;
}
.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}
/* Close button in title */
.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}
.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}
/* Close button in box */
.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}
.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}
.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 5px;
}
.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}
/* Overlay */
.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
}
/* Footer */
.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}
/* Block scrolling */
body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}
/* Draggable */
.jBox-draggable {
  cursor: move;
}
/* Spinner */
@keyframes jBoxLoading {
  to {
    transform: rotate(360deg);
  }
}
.jBox-loading .jBox-content {
  opacity: .2;
}
.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}
.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}
.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  animation: jBoxLoading .6s linear infinite;
}
/* Animations */
[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  animation-fill-mode: both;
}
@keyframes jBox-tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.8) rotate(-4deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.2) rotate(4deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.2) rotate(-4deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.jBox-animated-tada {
  animation: jBox-tada 1s;
}
@keyframes jBox-tadaSmall {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-2deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(2deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.jBox-animated-tadaSmall {
  animation: jBox-tadaSmall 1s;
}
@keyframes jBox-flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.jBox-animated-flash {
  animation: jBox-flash 0.5s;
}
@keyframes jBox-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-6px);
  }
  40%,
  80% {
    transform: translateX(6px);
  }
}
.jBox-animated-shake {
  animation: jBox-shake 0.4s;
}
@keyframes jBox-pulseUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-pulseUp {
  animation: jBox-pulseUp 0.25s;
}
@keyframes jBox-pulseDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-pulseDown {
  animation: jBox-pulseDown 0.25s;
}
@keyframes jBox-popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.jBox-animated-popIn {
  animation: jBox-popIn 0.25s;
}
@keyframes jBox-popOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}
.jBox-animated-popOut {
  animation: jBox-popOut 0.25s;
}
@keyframes jBox-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jBox-animated-fadeIn {
  animation: jBox-fadeIn 0.2s;
}
@keyframes jBox-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.jBox-animated-fadeOut {
  animation: jBox-fadeOut 0.2s;
}
@keyframes jBox-slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}
.jBox-animated-slideUp {
  animation: jBox-slideUp 0.4s;
}
@keyframes jBox-slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.jBox-animated-slideRight {
  animation: jBox-slideRight 0.4s;
}
@keyframes jBox-slideDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300px);
    opacity: 0;
  }
}
.jBox-animated-slideDown {
  animation: jBox-slideDown 0.4s;
}
@keyframes jBox-slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.jBox-animated-slideLeft {
  animation: jBox-slideLeft 0.4s;
}
.jBox-closeButton {
  z-index: 1;
}
.jBox-countdown {
  border-radius: 3px 3px 0 0;
  z-index: 0;
  background: #000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.jBox-countdown_inner {
  border-radius: 3px 3px 0 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
}
.check-stock__modal-container {
  width: 240px;
  max-width: 100%;
}
.check-stock__modal-container .check-stock__inventory-table td,
.check-stock__modal-container .check-stock__inventory-table th {
  text-align: center;
}
.check-stock__inventory {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.check-stock__inventory .check-stock__inventory-item {
  border-top: 1px solid #e1e1e1;
  padding: 3px 0;
}
.jBox-content {
  font-size: 1.4em;
}
.shipping-estimator__form.form-inline {
  margin: 15px 0;
}
.shipping-estimator__form.form-inline .form-group {
  float: left;
}
.shipping-estimator__form.form-inline .form-group input {
  width: auto;
  width: 70px;
  margin-right: 20px;
}
.shipping-estimator__results .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.shipping-estimator__results table tr td:first-child {
  width: 40%;
}
.shipping-estimator__title {
  background: #f2f2f2;
  border-bottom: 2px solid #dfdfdf;
  padding: 10px 15px;
}
.shipping-estimator__title h3 {
  margin: 0;
}
.shipping-estimator__btn-submit,
.shipping-estimator__btn-submit:hover,
.shipping-estimator__btn-submit:active,
.shipping-estimator__btn-submit:focus {
  background: #fe0000;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border: none;
}
.shipping-estimator__content {
  padding-top: 20px;
}
#block-discount,
#block-giftcard,
#block-shipping {
  margin: 0;
  position: relative;
  display: block;
  text-decoration: none;
}
#block-discount .title,
#block-giftcard .title,
#block-shipping .title {
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 0;
}
#block-discount .title strong,
#block-giftcard .title strong,
#block-shipping .title strong {
  font-size: 1.6rem;
}
#block-discount .title:hover:after,
#block-giftcard .title:hover:after,
#block-shipping .title:hover:after {
  color: #333;
}
#block-discount .title:after,
#block-giftcard .title:after,
#block-shipping .title:after {
  font-family: "luma-icons";
  content: "\e622";
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#block-discount.active .title,
#block-giftcard.active .title,
#block-shipping.active .title {
  margin-bottom: 15px;
}
#block-discount.active .title:after,
#block-giftcard.active .title:after,
#block-shipping.active .title:after {
  content: "\e621";
}
#block-shipping .title {
  padding: 10px 0 10px 0;
}
.cart.table-wrapper .action-towishlist:before {
  overflow: visible;
}
.cart-summary .block > .title:after {
  font-family: "luma-icons";
  content: "\e622";
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
#mageworx-shipping-fee-form fieldset {
  border: none;
  padding: 0;
}
#mageworx-shipping-fee-form .control > .admin__field .admin__field-label {
  display: inline-block !important;
}
#mageworx-shipping-fee-form .field-note {
  display: none;
}
#mageworx-shipping-fee-form .field-tooltip.toggle.tooltip-inline {
  right: auto;
  top: auto;
  margin-top: -3px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#mageworx-shipping-fee-form .field-tooltip.toggle.tooltip-inline .field-tooltip-content {
  position: absolute;
  top: -8px;
  right: 0;
}
#mageworx-shipping-fee-form .field-tooltip .field-tooltip-action:before {
  overflow: visible;
}
.product-fee-info-options {
  position: relative;
}
.product-fee-info-options .field-tooltip.tooltip-inline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  margin-left: 10px;
}
.mageworx-shipping-fee-container .message.message-success {
  display: none;
}
.cart .product-image-container {
  max-width: 100px;
}
.cart.item .action.action-edit {
  display: none;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.opc-wrapper .step-content {
  margin: 0 !important;
}
.opc-wrapper .fieldset > .field,
.opc-wrapper .fieldset > .fields > .field {
  margin: 0 0 10px !important;
}
.opc-wrapper .form-login {
  padding-bottom: 0 !important;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.checkout-index-index #maincontent .columns {
  padding: 10px 50px !important;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  padding: 0 0 20px 0 !important;
}
#payment.checkout-payment-method {
  margin-top: -20px;
}
.checkout-container .checkout-shipping-address div.new-address-popup {
  margin: 0 35px 0 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.checkout-payment-method .actions-toolbar .primary {
  float: left !important;
}
.checkout-payment-method .payment-method-title {
  padding: 2px 0 !important;
}
.shipping-additional-info {
  margin-top: 7px;
}
.page-main .opc-block-summary .block {
  margin-bottom: 0 !important;
}
.checkout-option-credit-cards {
  display: inline-block;
  padding-left: 6px;
}
.checkout-option-credit-cards div {
  width: 512px;
  height: 512px;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-size: cover;
  margin-bottom: -5px;
  margin-top: -5px;
  vertical-align: middle;
}
.checkout-option-credit-cards .cc-amex {
  background: url(../images/amex_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-discover {
  background: url(../images/discover_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-visa {
  background: url(../images/visa_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-credit-cards .cc-mastercard {
  background: url(../images/mastercard_512.png) 0 0 no-repeat;
  background-size: cover;
}
.checkout-option-paypal {
  width: 86px;
  height: 86px;
  background: url(../images/paypal.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  margin-bottom: -23px;
  vertical-align: middle;
  margin-top: -30px;
}
@media (max-width: 767px) {
  #block-discount.active .content,
  #block-giftcard.active .content {
    padding: 0 20px 20px;
  }
  #block-discount,
  #block-giftcard {
    border-top: 1px solid #c1c1c1;
  }
  #block-discount .title,
  #block-giftcard .title,
  #block-shipping .title {
    padding: 10px 40px 10px 15px;
  }
  #block-discount .title:after,
  #block-giftcard .title:after,
  #block-shipping .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .opc-estimated-wrapper {
    margin: 0 -15px 15px !important;
  }
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  margin: 0 0 0 auto;
}
.mini-cart-custom-message {
  padding-bottom: 25px;
}
.opc-wrapper .step-content form .field {
  max-width: 480px;
}
/*-------------------------
Payment Method css
-------------------------------*/
.opc-wrapper .step-title {
  border-color: #e3e3e3;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing {
  max-width: 500px;
}
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #24207f;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
  height: 32px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
  height: 32px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
/*-------------------------
custom radio shiping Method css
-------------------------------*/
#checkout-step-shipping_method .table-checkout-shipping-method input.radio {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #545050;
  position: relative;
}
#checkout-step-shipping_method .table-checkout-shipping-method input.radio:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1a5f95;
  transition: transform 0.2s ease;
  opacity: 0;
}
#checkout-step-shipping_method .table-checkout-shipping-method input.radio[checked="true"]:after {
  opacity: 1;
}
.subcategories {
  overflow: hidden;
  margin-bottom: 20px;
}
.subcategories .section-header {
  font-weight: 700;
  text-align: center;
}
.subcategories .block-promo {
  overflow: hidden;
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3em;
}
.subcategories a {
  display: block;
}
.subcategories ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5% 0 -0.5%;
  padding: 0;
  width: 101.1%;
  overflow: hidden;
}
.subcategories ul > li {
  position: relative;
  list-style: none;
  margin: 0 0.5% 1% 0.5%;
  text-align: center;
  flex-basis: calc(24%);
  box-sizing: content-box;
}
.subcategories ul > li img {
  width: 100%;
}
.subcategories ul > li:hover .block-promo {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.category-view {
  margin-bottom: 20px;
}
#layered-filter-block .filter-title strong {
  margin-left: 10px;
}
.list.products-list .product-item-description {
  display: none;
}
.product-item-actions .action.towishlist {
  display: none;
}
.owl-carousel .product-item-info,
.products .product-item-info {
  text-align: center;
}
.owl-carousel .product-item-link,
.products .product-item-link {
  color: #24207f;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}
.owl-carousel .price-box,
.products .price-box {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
}
.owl-carousel .product-item .price-box .price-label,
.products .product-item .price-box .price-label {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
}
.owl-carousel .product-item .tocart,
.products .product-item .tocart {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.owl-carousel a,
.products a {
  color: #000;
  font-weight: 700;
}
.owl-carousel .price-wrapper,
.products .price-wrapper {
  color: #fe0000;
}
.owl-carousel .special-price,
.products .special-price,
.owl-carousel .old-price,
.products .old-price {
  display: none;
}
.owl-carousel .product-item-link {
  height: 44px;
}
.products-grid:before,
.products-grid:after {
  content: "";
  display: table;
}
.products-grid:after {
  clear: both;
}
.products-grid .product-item {
  width: calc(20%);
}
.list.products .product-item-link {
  margin-bottom: 15px;
}
.grid.products .product-item-photo {
  display: block;
}
.main #layered-filter-block,
.main .toolbar.toolbar-products {
  padding: 0 15px;
}
.catalog-category-view .page-title {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.option-note {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
.page-layout-mondo-custom .product-item-link {
  color: #000;
}
.page-layout-mondo-custom .products-grid .product-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-layout-mondo-custom .products-grid .product-items .product-item {
  width: calc(25%);
  padding: 15px 10px;
}
.page-layout-mondo-custom .products-grid .product-items .product-item:nth-child(5n +1) {
  clear: initial;
}
.page-layout-mondo-custom .products-grid .product-items .product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.page-layout-mondo-custom .products-grid .product-items .product-item .product-item-info .product-image-photo {
  height: 100%;
  width: 100%;
}
.page-layout-mondo-custom .products-grid .product-items .product-item .product-item-photo {
  padding: 10px;
}
.page-layout-mondo-custom .category-image .image {
  width: 100%;
}
.page-layout-mondo-custom .page-main {
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .products-grid .product-item:nth-child(5n + 1) {
    clear: left;
  }
}
@media (max-width: 1023px) {
  .products-grid .product-item {
    width: calc(33.33333333%);
  }
  .subcategories ul {
    width: 98%;
    margin: 0 1%;
  }
  .subcategories ul > li {
    margin: 0 1% 2% 1%;
    flex-basis: calc(48%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid .product-item:nth-child(3n + 1) {
    clear: left;
  }
  .page-layout-mondo-custom .columns .column.main {
    padding: 0px 5px;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item {
    width: calc(50%);
  }
  .products-grid .product-item:nth-child(2n + 1) {
    clear: left;
  }
  .subcategories ul > li {
    margin: 0 auto 3% auto;
    flex-basis: calc(100%);
    max-width: 300px;
  }
  .page-layout-mondo-custom .products-grid .product-items .product-item {
    width: calc(50%);
  }
}
@media (max-width: 479px) {
  .products-grid .product-item {
    width: calc(100%);
  }
  .page-layout-mondo-custom .products-grid .product-items .product-item {
    width: calc(100%);
  }
}
.product-info-stock-sku .stock {
  display: none;
}
.product-info-main .product.attribute.sku .type:after {
  display: none;
}
.prices-tier .price-container {
  font-size: 2em;
  color: #ff0000;
  font-weight: bold;
}
.prices-tier .tier-qty {
  font-size: 1.4em;
  font-weight: 700;
}
.check-stock__show {
  color: #000;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.product-specs-container {
  background: #e1e1e1;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  width: 100%;
}
.product-specs-container h3.col.label {
  text-transform: uppercase;
  font-size: 2.8rem;
  font-family: "Raleway";
  font-weight: 700;
  color: #000;
}
.product-specs-container .col.label {
  text-align: center;
}
.product-specs-container .table > tbody > tr > th,
.product-specs-container .table > tbody > tr > td {
  border: none;
}
.additional-attributes-wrapper {
  background: #fff;
}
.additional-attributes-wrapper:before,
.additional-attributes-wrapper:after {
  content: "";
  display: table;
}
.additional-attributes-wrapper:after {
  clear: both;
}
.additional-attributes-wrapper h3 {
  text-align: center;
}
.additional-attributes-wrapper > .additional-attributes-products {
  width: 49%;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.short-description__link-container {
  width: 90%;
}
.short-description__link-container a {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #757575;
  font-weight: 700;
  text-transform: uppercase;
}
.box-tocart .control {
  margin-left: 10px;
  display: inline;
}
.box-tocart .label {
  display: inline;
  text-transform: uppercase;
}
.box-tocart .field.qty {
  float: left;
  margin-right: 20px;
}
.box-tocart .action.tocart {
  height: 32px;
  padding: 0 14px;
  width: auto;
}
.block.upsell,
.block.related,
.block.crosssell {
  clear: both;
  background: #e1e1e1;
}
.block.upsell .block-title,
.block.related .block-title,
.block.crosssell .block-title {
  text-align: center;
}
.block.crosssell .product-image-container {
  width: 100% !important;
}
.block.crosssell .product-item-info {
  width: 100%;
}
.check-stock {
  position: relative;
  display: inline-block;
}
.product.attribute.sku .type {
  display: none;
}
.page-title-wrapper.product .page-title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.9em;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.shipping-estimator__icon {
  width: 36px;
  height: 25px;
  background: url('../images/shipping-options-icon.jpg') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.shipping-estimator__label {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
}
.shipping-estimator__label .small {
  font-size: 1.2rem;
}
.shipping-estimator__show {
  cursor: pointer;
}
.product-info-main .product-info-price .product-info-title {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.product-info-main .tier-price-container {
  border-top: 4px solid #ebebeb;
  padding-top: 15px;
  margin-top: 10px;
}
.product-info-main .tier-price-container:before,
.product-info-main .tier-price-container:after {
  content: "";
  display: table;
}
.product-info-main .tier-price-container:after {
  clear: both;
}
.product-info-main .tier-price-container .prices-tier.items {
  width: 70%;
  float: left;
}
.product-info-main .tier-price-container .prices-tier.items .item {
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
}
.product-info-main .tier-price-container .check-stock {
  float: right;
  width: 30%;
}
.product-info-main .tier-price-container .price-container {
  font-weight: 600;
  font-size: 2.4rem;
  color: #fe0000;
}
.product-info-main .product-add-form .product-min-quantity {
  display: flex;
  padding-bottom: 10px;
}
.product-info-main .product-add-form .product-min-quantity .product-min-quantity__qty {
  padding-left: 5px;
}
.product-info-main .product-add-form .product.pricing {
  margin-bottom: 10px;
}
.product-info-main .configurable-product__tier-price {
  display: none;
}
.no-tabs #mageworx_product_attachments,
.no-tabs #description,
.no-tabs #amfaq_product,
.no-tabs #reviews {
  padding-bottom: 35px;
  border-bottom: 4px solid #e1e1e1;
}
.no-tabs #amfaq_product {
  padding-bottom: 25px;
}
.no-tabs #tab-label-amfaq_product,
.no-tabs #tab-label-mageworx_product_attachments {
  display: none;
}
.no-tabs #tab-label-amfaq_product .counter,
.no-tabs #tab-label-mageworx_product_attachments .counter {
  display: none;
}
.no-tabs #tab-label-description,
.no-tabs #tab-label-reviews-title {
  text-transform: uppercase;
}
.no-tabs .amfaq-product-tab .block-title,
.no-tabs .product-attachment-container .block-title {
  margin-top: 35px;
}
.no-tabs #tab-label-reviews {
  margin-bottom: 0;
  padding-bottom: 0;
}
.block.related,
.category-top-sellers-container,
.block.crosssell {
  background: #e1e1e1;
}
.block.related h3,
.category-top-sellers-container h3,
.block.crosssell h3 {
  text-align: center;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 0;
}
.no-tabs .data.title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 35px;
  margin-bottom: 15px;
}
.no-tabs .data.title a {
  color: #000;
}
.configurable-product-poses-container {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.configurable-product-poses-container h3 {
  text-align: center;
  margin: 0 0 30px;
}
.configurable-product-poses-container .configurable-product-poses {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.configurable-product-poses-container .configurable-product-poses h2 {
  text-align: center;
  font-weight: 300;
  color: black;
  font-size: 18px;
}
.configurable-product-poses-container .poses-wrapper {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
}
.configurable-product-poses-container .poses-wrapper img {
  width: 100%;
}
.catalog-product-view #maincontent {
  max-width: 1470px;
  padding: 0 30px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0;
}
.block.upsell,
.block.related,
.block.crosssell {
  padding: 20px 20px 0 20px !important;
}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.45rem;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next,
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  height: 42px !important;
  right: -20px !important;
  width: 24px !important;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next:before,
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev:before {
  width: 24px;
  height: 42px;
  background-size: contain;
}
.block.crosssell .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  right: auto !important;
  left: -20px !important;
}
.block.crosssell .owl-carousel .product-item-link,
.block.crosssell .owl-carousel .products .product-item-link {
  font-size: 14px;
}
div.block.crosssell .owl-stage .owl-item .product-item {
  width: 100% !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .configurable-product-poses .poses-wrapper {
    width: calc(100% / 3 - 30px);
  }
}
@media (max-width: 767px) {
  .short-description__link-container {
    width: 100%;
  }
  .additional-attributes-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .additional-attributes-wrapper > .additional-attributes-products {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .product-info-main {
    padding: 0 15px;
  }
  .configurable-product-poses {
    margin-left: -5px;
    margin-right: -5px;
  }
  .configurable-product-poses .poses-wrapper {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
  }
}
.content-item:before,
.content-item:after {
  content: "";
  display: table;
}
.content-item:after {
  clear: both;
}
.content-type-events h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-events .event-location {
  color: #333;
  font-size: 1.4rem;
}
.content-type-events .event-location > div {
  font-weight: 700;
}
.content-type-events .timestamp {
  color: #666;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
}
.content-type-events .block-content {
  padding: 0 15px;
}
.content-type-events .event-title {
  color: #000;
  font-size: 2.4rem;
}
.content-type-events .event-title a {
  color: #000;
}
.content-type-events .content-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.content-type-news h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news .block-content {
  padding: 0 0 0 30px;
}
.content-type-news .news__title {
  font-size: 2.4rem;
  border-top: 1px solid #d4d4d4;
}
.content-type-news .news__title a {
  color: #00a2ff;
}
.content-type-news .news__title h2 {
  color: #00a2ff;
  font-size: 2rem;
  font-weight: 600;
}
.content-type-news .date {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 5px;
}
.content-type-news .readmore {
  text-transform: uppercase;
  text-align: right;
}
.content-type-news .readmore a {
  color: #2c5ca4;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px dotted #2c5ca4;
}
.content-type-news .news__image {
  max-width: 200px;
  display: block;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.content-type-news-entry h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news-entry .entry-date {
  position: absolute;
  right: 20px;
  top: -27px;
  font-size: 1.3rem;
}
.content-type-news-entry a.ct-link {
  color: #000;
}
.content-type-news-entry .entry-image {
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
}
.content-type-brochures h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-brochures .entry-image {
  max-width: 200px;
  float: left;
  padding-right: 10px;
}
.content-type-news h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.content-type-news .block-content {
  padding: 0 0 0 30px;
}
.content-type-news .news__title {
  font-size: 2.4rem;
  border-top: 1px solid #d4d4d4;
}
.content-type-news .news__title a {
  color: #00a2ff;
}
.content-type-news .news__title h2 {
  color: #00a2ff;
  font-size: 2rem;
  font-weight: 600;
}
.content-type-news .date {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 1.4rem;
}
.content-type-news .readmore {
  text-transform: uppercase;
  text-align: right;
}
.content-type-news .readmore a {
  color: #2c5ca4;
  font-weight: 600;
  font-size: 1.3rem;
  border-bottom: 1px dotted #2c5ca4;
}
.content-type-news .news__image {
  max-width: 200px;
  display: block;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.content-type-events-mondo h1 {
  font-weight: 700;
  color: #121212;
  font-size: 3em;
  font-family: Palanquin;
}
.content-type-events-mondo .event-title,
.content-type-events-mondo .event-details,
.content-type-events-mondo .event-location {
  font-weight: 700;
}
.content-type-events-mondo .event-summary {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-type-brochures .content-item:nth-child(2n+1) {
    clear: left;
  }
}
