@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

/*
Theme Name: KMI Theme (wpbs-child)
Theme URI: https://www.keithmcmillen.com/
Description: This is a custom child theme based on wordpress bootstrap theme.
Author: Andrej Hronco
Author URI: https://www.keithmcmillen.com/
Template: wordpress-bootstrap
Version: 0.1
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
/*

WP-Bootstrap - Main Styles

*/
/*

WP-Bootstrap

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! 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;
  }
  select {
    background: #fff !important;
  }
  .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: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  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;
}
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%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
  display: block;
}
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: none;
  border-radius: 4px;
}
pre code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  border: none;
  display: inline-block;
  white-space: pre-wrap;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .p100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p100 .row {
  margin-left: -100px;
  margin-right: -100px;
}
@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%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  background-color: #ec008c;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 15px;
}
.btn-small {
  padding: 10px;
  margin-right: 0;
  margin-bottom: 1px;
  border-right: 1px solid #fff;
}
.btn-small:last-child {
  border-right: none;
}
.white-blue {
  background-color: white;
  color: #00aeef;
}
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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: #337ab7;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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: #337ab7;
}
.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: #337ab7;
}
.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;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
  /*background-color: transparent !important;*/
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  /*background-color: #e7e7e7;*/
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.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: #337ab7;
  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 {
  color: #23527c;
  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: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  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;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.jumbotron {
  padding: 30px 15px;
  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;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .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: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.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;
}

.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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.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;
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .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);
}
.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%;
  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;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  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:not(.photo-thumb) {
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .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,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.no-touch .affix {
  position: fixed;
  top: 0;
}
.no-touch .affix-bottom {
  position: absolute;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* wp-specific classes */
/*

WP-Bootstrap - Layout

*/
/* macOS Big Sur Notice */
.big-sur #header-menu-container::before {
  content: 'macOS Big Sur: we recommend waiting to upgrade to macOS Big Sur until full compatibility testing has been confirmed.';
  position: absolute;
  top: 35px;
  left: -32px;
  color: white;
  background-color: #ff0000aa;
  padding: 0 5px;
  width: 98.75vw;
  text-align: center;
}
/*
.notice-big-sur {
  color: white;
  background-color: #ff0000cc;
  margin: 0 -15px 10px -14px;
  padding: 0 5px;
  text-align: center;
}
*/
@media (max-width: 720px) { 
  .big-sur #header-menu-container::before {
    width: 100vw;
    top: 350px;
    left: 0px;
  }
}
/* KMI layout */
body {
  padding-top: 60px;
}
/* Admin Top Navigation fix */
body.admin-bar .navbar-fixed-top {
  top: 55px;
}
.btn:hover, .btn:focus, .btn.focus {
  background-color: white;
  color: #ec008c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important;
}
.nav-container {
  padding-left: 0;
  padding-right: 0;
}
.back-to-top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(images/btn-back-to-top.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 75px;
  width: 75px;
  height: 75px;
}
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .back-to-top {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
}
#inner-header {
  width: 100%;
}
input,
textarea,
select,
.uneditable-input {
  margin-bottom: 0;
}
.navbar-search {
  padding-left: 0;
}
/* fix */
#content {
  position: relative;
  padding: 0;
  border-bottom: 8px solid black;
}
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .single-product #content {
    overflow: hidden;
  }
}
.single-product #content {
  border-bottom: none;
}
.more-link {
  white-space: nowrap;
}
.footer-links {
  float: right;
  margin-bottom: 18px;
}
.footer-links .menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-links .menu li {
  float: left;
  margin-left: 10px;
}
/*

WP-Bootstrap - Post Styles

*/
.page:not(.home) #main, .archive #main  {
  padding-top: 20px;
}
#main p.meta {
  font-style: italic;
  color: #808080;
}
#main article {
  position: relative;
  margin-bottom: 18px;
  padding: 0 0 9px;
}
#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px;
}
p.tags {
  line-height: 20px;
}
div[id*='attachment_'] {
  max-width: 100%;
  height: 100%;
}
#main .hero-unit img {
  margin-bottom: 1em;
}
#main article img {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 10px;
  float: left;
}
img.alignright {
  margin-left: 10px;
  float: right;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.archive #main .post h3 {
  line-height: 36px;
  margin-bottom: 10px;
}
.archive #main .post header img {
  margin-bottom: 10px;
}
video {
  max-width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px;
}
/*

WP-Bootstrap - Pages

*/
#featured-carousel .item {
  width: 970px;
  height: 600px;
}
.carousel-caption p {
  display: none;
}
.page-template-page-homepage-php #main article {
  border-bottom: none;
}
.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em;
}
.hero-unit h1 {
  font-size: 3em;
}

/*

WP-Bootstrap - Image Attachments

*/
.attachment #main .post_content img {
  max-width: 100%;
}
.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important;
}
.attachment-img {
  margin-bottom: 18px;
}
.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px;
}
#gallery-nav {
  list-style-type: none;
  margin-left: 0;
}
li.next a,
li.previous a {
  position: relative;
}
li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/*

WP-Bootstrap - Widgets

*/
.widget {
  margin-bottom: 18px;
}
.widgettitle {
  margin-bottom: 9px;
}

/* change default form padding for search */
.widget_search form {
  padding-left: 0;
}
blockquote.pull-left {
  padding-right: 15px;
}
/*

WP-Bootstrap - Gallery

*/
.thumbnails {
  padding-left: 0;
  list-style-type: none;
}
.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0;
}
body.home #main article {
  margin-bottom: 0;
  padding: 0;
}
.modal-backdrop.in {
  z-index: -1;
}
.navbar {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  z-index: 100;
}
@media (min-width: 768px) {
  .navbar {
    top: 54px;
    height: 82px;
    background: rgba(0, 0, 0, 0.3);
  }
}
blockquote {
  border-left: 0;
}

/* Homepage */
#homePageCarousel {
  background-color: #111;
  color: #fff;
}
#homePageCarousel #indicator-container {
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
}
#homePageCarousel #carousel-footer-bar {
  width: 100%;
  background-color: #000;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: .7;
  filter: alpha(opacity=70);
}
#homePageCarousel .item {
  color: #fefefe;
  background-position: center;
  width: 100%;
  height: 477px;
  background-size: cover;
  box-shadow: inset 0px 0px 160px 80px rgba(0,0,0,0.5);
}

#homePageCarousel .slide-caption {
  position: relative;
  top: 85px;
  height: calc( 100% - 85px);
  background: transparent;
}
#homePageCarousel .slide-caption .container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}
#homePageCarousel .slide-info {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -ms-flex-direction: column;
  flex-direction: column;
}

#homePageCarousel .slide-info ul a {
  color: white;
  text-decoration: underline;
}
#homePageCarousel h2 {
  padding: 0;
  margin: 0;
  font-size: 55px;
  text-align: center;
  text-shadow: 0 0 5px #666;
}
#homePageCarousel h2 a, #homePageCarousel h2 a:hover {
  color: white;
  text-decoration: none;
}
#homePageCarousel .slide-caption h3 {
  margin-top: 15px;
  text-shadow: 0 0 5px #666;
  font-size: 20px;
}
#homePageCarousel h4 {
  margin-top: 0;
  text-shadow: 0 0 5px #000;
}
#homePageCarousel .shipping {
  display: none;
  font-family: 'Lato Light', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  margin: 10px 0 0;
  position: relative;
  top: -90px;
  text-align: center;
  font-size: 18px;
}
#homePageCarousel .slide-caption ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 100;
  margin-top: -80px;
}
/*woo*/
#homePageCarousel .slide-caption p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 22px;
  text-align: left;
  /*flex: 1 1 auto;*/
}
/*woo*/
#homePageCarousel .slide-buttons {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 5px;
}
/*woo*/
#homePageCarousel .slide-caption p a.add_to_cart_button {
  background-color: #00aeef;
  padding: 18px 12px 20px 12px;
  font-weight: 400;
  height: 100%;
  width: 100%;
}
/*woo*/
#homePageCarousel .slide-caption p a.add_to_cart_button.added {
  display: none;
}
/*woo*/
#homePageCarousel .slide-caption p a.add_to_cart_button:hover {
  background-color: #ec008c;
  color: white;
}
/*woo*/
#homePageCarousel .slide-caption a.more-btn {
  /*flex: 1 1 auto;*/
  margin-right: 0;
}
/*woo*/
#homePageCarousel .woocommerce.btn-buy-now a.added_to_cart {
  height: 100%;
  width: 100%;
  font-weight: 400;
  padding: 15px 15px 16px 15px !important;
}
/*woo*/
#homePageCarousel .woocommerce.btn-buy-now a.added_to_cart:hover {
  text-shadow: 0 0 0 transparent;
}
/*woo*/
/*#homePageCarousel .slide-buttons {
  position: absolute;
  width: 205px;
  top: 85px;
  left: -308px;
}*/
#homePageCarousel li {
  margin-top: 0;
  text-shadow: 0 0 5px #000;
}
/*
#homePageCarousel .slide-buttons {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
*/
#homePageCarousel .btn {
  background-color: #00aeef;
  width: 30%;
  padding: 15px 10px;
}
#homePageCarousel .btn:hover {
  background-color: #ec008c;
  color: white;
}
/* indicators */
#homePageCarousel .carousel-indicators li {
  border-radius: 15px;
  border: 2px solid #fff;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
#homePageCarousel .carousel-indicators li.active {
  background-color: white;
}

#homePageCarousel .slide-info h2 {
  font-size: 100px;
}
#homePageCarousel .slide-caption h4 {
  font-size: 30px;
}
/*#homePageCarousel .slide-3 .slide-buttons {
  top: 175px;
}*/
@media (min-width: 768px) {
  #homePageCarousel #indicator-container {
    bottom: -20px;
  }
  #homePageCarousel .item {
    height: 606px;
  }

  #homePageCarousel .slide-caption {
    top: 135px;
    height: calc( 100% - 135px);
  }
  #homePageCarousel .slide-caption h2 {
    position: relative;
    font-size: 90px;
    font-weight: bold;
    text-align: center;
  }
  #homePageCarousel h2 {
    padding-top: 0;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
  #homePageCarousel .slide-caption h3 {
    font-size: 26px;
    text-align: center;
    margin-top: 0;
  }
  #homePageCarousel .slide-caption h4 {
    font-weight: 400;
  }
  #homePageCarousel .slide-caption ul {
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 0;
  }
/*  #homePageCarousel .slide-info {
    position: relative;
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    text-align: right;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }*/
  #homePageCarousel .slide-buttons {
    /*position: absolute;*/
    display: block;
    /*width: auto;*/
    /*top: 100px;*/
    /*left: -308px;*/
  }
  #homePageCarousel .btn {
    width: auto;
  }
  #homePageCarousel .shipping {
    display: block;
  }
/*  #homePageCarousel .slide-info {
    position: static;
  }*/
  #homePageCarousel .slide-buttons {
    /*position: absolute;*/
    /*top: 150px;*/
    /*left: auto;*/
    /*right: 310px;*/
  }
}

@media (min-width: 992px) {
  #homePageCarousel .item {
    background-position: center;
    width: 100%;
    height: 695px;
    background-size: cover;
  }
  #homePageCarousel .slide-caption {
    top: 135px;
    height: calc( 100% - 135px);
  }
  #homePageCarousel .slide-caption h2 {
    font-size: 100px;
  }
  #homePageCarousel .slide-caption ul {
    font-size: 28px;
    line-height: 35px;
  }
  #homePageCarousel .slide-buttons {
/*    top: 55px;
    right: 105px;*/
  }
  #homePageCarousel .slide-1 .slide-buttons {
/*    top: 55px;
    right: 105px;*/
  }
}

@media (min-width: 1200px) {
  #homePageCarousel .item {
    background-position: center;
    width: 100%;
    height: 695px;
    background-size: cover;
  }
  #homePageCarousel .slide-buttons {
/*    top: 55px;
    right: 200px;*/
  }
  #homePageCarousel .slide-1 .slide-buttons {
/*    top: 55px;
    right: 25px;*/
  }
}

/* iphone | portrait/landscape */
@media only screen and (min-width : 320px) and (max-width : 568px) {
  #homePageCarousel .slide-caption {
    top: 85px;
    left: 0px;
  }
}
/* tablet */
@media (min-width: 768px) {
  #homePageCarousel .carousel-indicators {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 30px;
    margin: 0;
  }
  #homePageCarousel .carousel-indicators div {
    text-indent: 0;
    background-color: transparent;
  }
}
/* laptop */
@media (min-width: 992px) {
  #homePageCarousel h3 {
    font-size: 26px;
    text-align: center;
  }
  #homePageCarousel .slide-caption h2 {
    font-size: 115px;
  }
  #homePageCarousel .slide-caption h4 {
    font-size: 38px;
  }
  #homePageCarousel .slide-caption ul {
    font-size: 30px;
    line-height: 42px;
  }
}

.single-product .gt-one .carousel-inner {
  padding-bottom: 50px; 
}
.single-product .carousel-indicators {

}
.single-product .carousel-indicators li {
  border-radius: 15px;
  width: 26px;
  height: 26px;
  border: none;
  vertical-align: middle;
}
.single-product .carousel-indicators li.active {
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
}
.single-product .carousel-control:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) {
  .single-product .carousel-inner {
    padding-bottom: 0px; 
  }
}
.featured {
  background-color: white;
  padding-top: 30px;
}
.featured h3 {
  margin: 0 0 20px 30px;
}
.featured h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.featured-news h4 {
  margin-bottom: 0;
}
.featured-posts {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.featured-post img, .featured-news-item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.featured-news {
  border-bottom: 8px solid black;
}
.featured-news .img-wrap img {
  display: block;
}
body {
  font-family: 'Lato', sans-serif;
  background-color: rgb(204,204,204);
  padding: 0;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center; -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uppercase {
  text-transform: uppercase;
}
.img-10-t {
  margin-top: 10px; 
}
.img-10-b {
  margin-bottom: 10px; 
}
.img-10-l {
  margin-left: 10px; 
}
.img-10-r {
  margin-right: 10px; 
}
.content-wrap {
  background-color: white;
}
.jumbotron {
  margin-bottom: 10px;
  height: 695px;
  background-position: center center;
  background-size: cover;
}
.page:not(.home) .jumbotron, .single:not(.single-product) .jumbotron, .blog .jumbotron, .category .jumbotron, .archive .jumbotron {
  height: 510px;
  background-color: #111;
}
.jumbotron .page-title {
  margin-top: 0;
  font-weight: 100;
  text-shadow: 3px 1px 10px black;
}
.jumbotron .sub-title {
  margin-left: 30px;
  font-weight: 100;
  text-shadow: 3px 1px 10px black;
}
.break-words {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* iphone | portrait */
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .jumbotron .sub-title {
    margin-left: 0px;
  }
  .error404 .jumbotron {
    background-image: url('images/404_m.jpg');
  }
}
@media (min-width: 768px) {
  .jumbotron .page-title {
    margin-left: 30px;
  }
  body:not(.home):not(.single-product) #content {
    padding: 0 30px;
  }
  .error404 .jumbotron {
    background-image: url('images/404_t.jpg');
  }
}
@media (min-width: 992px) {
  .error404 .jumbotron {
    background-image: url('images/404_d.jpg');
  }
}
.page .jumbotron .container, .single:not(.single-product) .jumbotron .container, .blog .jumbotron .container, .category .jumbotron .container, .archive .jumbotron .container, .search .jumbotron .container, .error404 .jumbotron .container {
  padding-top: 100px;
  color: white;
}
.page-artists .artist {
  min-height: 315px;
}
.page-artists .artist-group {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
/* iphone | landscape */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
  .page-artists .artist {
    min-height: 200px;
  }
  .page-artists .artist img {
    width: 100% !important;
  }
}
.page-team .person {
  margin-bottom: 20px;
}
.page-team .person h3 {
  margin-top: 0px;
}
.page-team .person .thumb {
  margin-bottom: 10px;
}
.page-team .keith .thumb {
  padding-left: 0;
  padding-right: 0;
}
.page-team .keith .info p:first-of-type {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.person.dustin img, .person.andrej img {
  cursor: pointer; 
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
  .page-team .keith .thumb {
    margin-right: 15px;
  }
  .page-team .person .thumb {
    margin-bottom: 0px;
  }
}
/* iphone landscape */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
  .page-team .person:not(.keith) .thumb {
    width: 50% !important;
    float: left;
  }
  .page-team .person:not(.keith) .info {
    width: 50% !important;
    float: left;
  }
  .page-team .keith .thumb {
    width: 50% !important;
    float: left;
    margin-right: 15px;
  }
  .page-team .keith .info {
    width: 100% !important;
    float: left;
  }
  .page-team .person .thumb {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#header-menu-container {
  position: relative;
  z-index: 100;
}
#header-menu-container .header-menu {
  position: absolute;
  right: 0;
}
#header-menu-container .header-menu ul {
  list-style: none;
  margin: 15px 41px 0 0;
  padding: 0;
}
#header-menu-container .header-menu ul li {
  float: left;
  margin-right: 25px;
}
#header-menu-container .header-menu ul li:last-child {
  margin-right: 0;
}
#header-menu-container .header-menu ul li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
footer {
  color: #000000;
}
footer.row {
  background-color: #ebebeb;
  border-bottom: 8px solid black;
}
footer #inner-footer, footer.footer {
  padding-top: 100px;
}
footer #inner-footer #footer-row-links {
  margin-bottom: 50px;
  padding-left: 45px;
  padding-right: 45px;
}
footer #inner-footer .col-sm-2 h4 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
footer #inner-footer .col-sm-2 a {
  font-size: 16px;
  color: #000000;
  display: block;
  line-height: 30px;
}
footer #inner-footer #footer-row-email {
  margin-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 768px) {
  footer #inner-footer #footer-row-email {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer #inner-footer, footer.footer {
    padding-top: 50px;
  }
  footer #inner-footer #footer-row-links  {
    margin-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer #inner-footer #footer-row-email #emailaddress, #blog_signup .email {
  height: 41px;
  padding: 10px;
  width: 195px;
  color: #838383;
  line-height: 40px;
  font-size: 15px;
  border: 0;
  outline: none;
}
#blog_signup .email {
    border: 1px solid #ccc;
    width: 160px;
}
@media (max-width: 768px) {
  footer #inner-footer #footer-row-email #emailaddress {
    width: 160px;
    margin-bottom: 10px;
  }
}
footer #inner-footer #footer-row-email .button, #blog_signup .button {
  background-color: #00adef;
  color: #fff;
  height: 40px;
  width: 89px;
  font-size: 15px;
  border: 0;
  outline: none;
  margin: 0;
  display: inline-block;
}
#blog_signup .widgettitle {
  margin-top: 0;
}
#mce-responses .response {
  padding: 10px;
  border: 1px solid #efefef;
}
@media (max-width: 768px) {
  #blog_signup .button {
      width: 100%;
  }
}
footer #inner-footer #footer-row-email #footer-social-buttons a {
  display: inline-block;
  margin-left: 7px;
}
footer #inner-footer #footer-row-email #footer-social-buttons a:first-child {
  margin-left: 0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
 footer #inner-footer #footer-row-email #footer-social-buttons {
  margin-top: 10px;
  text-align: center;
 } 
}
footer #inner-footer #footer-row-email #footer-social-buttons img {
  width: 45px;
  height: 45px;
}
footer #inner-footer .footer-links {
  float: none;
}
footer #inner-footer .footer-links #menu-footer {
  text-align: center;
  list-style: none;
}
footer #inner-footer .footer-links #menu-footer li {
  display: inline;
  float: none;
}
footer #inner-footer .footer-links #menu-footer li a {
  margin-left: 10px;
}
footer #inner-footer .footer-links #menu-footer li a[href="#"] {
  color: #000000;
  text-decoration: none;
}
footer #inner-footer .footer-links #menu-footer li a[href="#"]:hover {
  cursor: text;
  color: #000000;
  text-decoration: none;
}
footer #inner-footer .footer-links #menu-footer li + li::before {
  content: " | ";
}
.navbar .container {
  position: relative;
}
#menu-uber-menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-uber-menu .sub-menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-uber-menu .sub-menu li {
  margin-bottom: 10px;
}
#menu-uber-menu a {
  color: black;
}
#menu-uber-menu .parent > a {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .navbar .container .navbar-header {
    margin-right: 45px;
    margin-left: 30px;
  }
}
.navbar .container .navbar-brand {
  background-image: url('images/kmi-logo.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 220px;
  height: 51px;
  background-size: cover;
  text-indent: -9999px;
  background-size: 174px 51px;
  border-bottom: 4px solid #e51b23;
  margin-left: 0px;
  height: 82px !important;
}
@media print, screen, (-webkit-min-pixel-ratio: 1.25), (min--moz-pixel-ratio: 1.25), (-moz-min-pixel-ratio: 1.25), (-ms-min-pixel-ratio: 1.25), (min-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .navbar .container .navbar-brand {
    background-image: url('images/kmi-logo@2x.png');
    background-position: center;
    width: 220px;
    height: 51px;
  }
}
.navbar .container #menu-main {
  margin-top: 28px;
  z-index: 10;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #6f6f6f;
}
@media (min-width: 767px) {
  .navbar .container #menu-main li:last-child {
    margin-right: 0px;
  }
  /* Category nav */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
  }
  .navbar .container #menu-main .dropdown-menu {
    background-color: rgba(0,0,0,0.3);
    border-top: none;
    margin-top: 2px;
    margin-left: -10px;
  }
  .navbar .container #menu-main .dropdown-menu li {
    margin-right: 0; 
  }
  .navbar .container #menu-main .dropdown-menu li a {
    line-height: 28px;
    padding-left: 10px;
  }
  .navbar .container #menu-main .dropdown-menu > li > a:hover,  .navbar .container #menu-main .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ccc;
  }
}
@media (min-width: 992px) {
  .navbar .container #menu-main li {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .navbar .container #menu-main li {
    margin-right: 13px;
  }
}
/* ipad | portrait */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) { 
  .navbar .container .navbar-header {
    margin-right: 15px;
    margin-left: 30px;
  }
  .navbar .container #menu-main li {
    margin-right: 13px;
  }
}
.navbar .container #menu-main li a {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
}
.navbar .container #navbar-search {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 18px;
  margin-top: 30px;
}
/* make the dropdown always show? */
@media (min-width: 992px) {
  .navbar .container #menu-main {
    margin-top: 0;
  }
  .navbar .container #menu-main li a {
    line-height: 80px;
  }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
/* mobile menu needs to show everywhere except the desktop/tablet homepage */
/* body:not(.home) */
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
  .navbar .container #menu-main li {
    margin-right: 13px;
  }
  .navbar-header .navbar-toggle {
    border: none;
    border-bottom: 4px solid #e51b23;
    float: left;
    width: 98px;
    height: 74px;
    margin: 8px 0 0 2px; 
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase; 
  }
  .navbar-default .navbar-toggle span {
    font-size: 14px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background-color: #535353;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 320px;
  }
  .navbar-default #menu-main {
    margin-top: 5px !important;
  }
  .navbar-default #menu-main .menu-item {
    clear: both;
    border-bottom: 1px solid #a1a1a1;
    margin-right: 0;
  }
  .navbar-default #menu-main .menu-item a {
    margin: 2px 0;
  }
  .navbar-default #menu-main .menu-item a:hover, .navbar-default #menu-main .menu-item.active a {
    background-color: #6f6f6f;
  }
  .navbar-default #menu-main .menu-item:last-child {
    border-bottom: none;
  }
  .navbar-default #menu-main .menu-item a:before {
    line-height: 20px;
    content:"\2b";
    color: #00aeef;
    font-size: 20px;
    font-weight: 600;
    float: left;
    margin: 0 5px;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
  }
  .menu-wrap {
    background-color: #363636;
    padding: 10px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .menu-wrap .social-footer {
    width: 15%;
  }
}
.navbar .container #modal-close {
  background: none;
  border: none;
  font-size: 42px;
  color: #fff;
  outline: none;
  position: absolute;
  right: 15px;
  width: 50px;
  top: 0px;
  line-height: 29px;
}
.navbar .container #modal-close:active {
  border: none;
  outline: none;
}
.navbar #content {
  padding: 0;
  background-color: #000;
}
.navbar footer {
  margin-top: 240px;
}
.modal .container {
  position: relative;
}
/* Products */
.product-grid {
  padding-bottom: 20px;
}
.product-grid .product:not(.woocommerce) {
  margin-bottom: 30px;
  text-align: center;
}
.product-grid .product a.product-image {
  display: block;
}
/* woo */
.product-grid .product-title {
  text-align: center;
  font-size: 36px;
  font-weight: 100;
  /*margin-bottom: 0;*/
  margin-bottom: 15px;
}
.product-grid .product-title a {
  color: #00adef;
}
.product-grid .product-info {
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100;
  line-height: 22px;
  min-height: 70px;
}
.product-btns {
  position: relative;
  text-align: center;
}
.product-btns .out-of-stock {
  margin-top: 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.product-grid .prices {
  margin-top: -10px;
  margin-bottom: 20px;
}
.product-grid .price {
 padding-left: 10px;
 /*display: inline-block;*/
 display: block;
 font-weight: 100;
 font-size: 26px !important;
 margin-top: 10px;
 margin-bottom: -30px;
}
.product-grid .prices.sale .price:not(.sale) {
  text-decoration: line-through;
}
.product-grid .accessory .price {
  display: block;
}
.legacy-header {
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.single-product .jumbotron {
  position: relative;
  background-color: #111;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0px 0px 160px 80px rgba(0,0,0,0.5);
  width: 100%;
  height: 710px;
  padding-top: 0;
  margin-bottom: 10px;
  color: white;
}
.single-product .product-info {
  position: relative;
}
.product-info .refurbished-available {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.5px;
  text-shadow: 0 0 5px #333;
}
.product-info .refurbished-available:hover {
  text-decoration: none;
}
.product-k-mix .btn.projects {
  display: none;
}
@media (min-width: 767px){
  .single-product .jumbotron .container:not(.secnav) {
    padding-left: 45px;
    padding-right: 45px; 
    padding-top: 200px !important;
  }
  .single-product .product-info {
    position: absolute;
    top: 32.5%;
  }
  #homePageCarousel .item.kmix .slide-caption h2::after, .single-product.product-k-mix .product-info h1::after {
    display: inline-block;
  }
}
@media (min-width: 1600px){
  .single-product .jumbotron {
    background-position: center center;
    background-size: cover;
  }
}
@media (min-width: 2000px){
  .single-product .jumbotron {
    background-position: center center;
    background-size: cover;
  }
}
.single-product .product-info h1 {
  margin-top: 0;
  font-weight: bold;
  line-height: 63px;
}
.single-product .product-info h1, .single-product .product-info h2, .single-product .product-info h3 {
  text-shadow: 0 0 5px #333;
}
/* iphone | portrait/landscape */
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .single-product .jumbotron {
    height: 510px;
  }
  .single-product .jumbotron .container:not(.secnav) {
    padding-left: 0px;
    padding-right: 10px; 
    padding-top: 100px;
  }
  .single-product .product-info {
    position: absolute;
    top: 18%;
    left: 20px;
    padding-right: 10px;
  }
  .single-product .product-info h1 {
    font-size: 40px;
  }
  .single-product .product-info h2 {
    font-size: 28px;
  }
}
/* ipad | postrait/landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
  .single-product .jumbotron .container:not(.secnav) {
    padding-left: 40px;
    padding-right: 40px; 
    padding-top: 200px !important;
  }
  .single-product .product-info {
    position: absolute;
    top: 24%;
    padding-left: 0px;
  }
  .single-product .product-info h1 {
    font-size: 63px;
    line-height: 63px;
  }
}
.section-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background: rgba(0, 0, 0, 0.3);
}
.section-nav a {
  line-height: 80px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.sn-btn {
	display: none;
}
/* iphone */
@media only screen and (min-width : 320px) and (max-width : 568px)  {
  .single-product .section-nav {
    margin: 0;
    height: 80px;
  }
  .product-k-mix.single-product .section-nav {
    height: 55px;
  }
  .single-product .section-nav a {
    line-height: 25px;
  }
  .single-product .section-nav .container {
    max-width: 100%;
  }
  .section-nav.sticky {
  	display: none;
  }
  .single-product .sn-btn {
  	display: none;
  	position: fixed;
  	top: 0;
  	left: auto;
  	right: 0 !important;
  	background: rgba(0,0,0, 0.7) url(images/icons/icon-mobile-menu-icon.svg) 0 0 no-repeat;
  	background-size: 50px 50px;
  	width: 50px;
  	height: 50px;
  	border: none; 
  }
  .sn-btn.sticky {
  	display: block;
  }
}
/* iphone 6 | portrait/landscape */
@media only screen and (min-width : 375px) and (max-width : 667px) {
  .single-product .section-nav {
    margin: 0;
    height: 80px;
  }
  .product-k-mix.single-product .section-nav {
    height: 55px;
  }
  .single-product .section-nav a {
    line-height: 25px;
  }
  .single-product .section-nav .container {
    max-width: 100%;
  }
  .section-nav.sticky {
    display: none;
  }
  .single-product .sn-btn {
    display: none;
    position: fixed;
    top: 0;
    left: auto;
    right: 0 !important;
    background: rgba(0,0,0, 0.7) url(images/icons/icon-mobile-menu-icon.svg) 0 0 no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: none; 
  }
  .sn-btn.sticky {
    display: block;
  }
}
/* ipad | portrait/landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px)  {
  .section-nav.sticky {
    display: none;
  }
  .single-product .sn-btn {
    display: none;
    position: fixed;
    top: 0;
    left: auto;
    right: 0 !important;
    background: rgba(0,0,0, 0.7) url(images/icons/icon-mobile-menu-icon.svg) 0 0 no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: none; 
  }
  .sn-btn.sticky {
    display: block;
  }
}
.single-product {
  background-color: rgb(204,204,204);
}
.single-product #main article {
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-product .section-nav .container {
  padding-left: 15px;
}
.single-product .btn.buy-now {
  position: absolute;
  bottom: 0;
  left: 150px;
}
.single-product .sale .btn.buy-now {
  left: 185px;
}
.single-product .btn.signup-btn {
  position: absolute;
  top: 150px;
  left: 0px;
  height: 55px;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fadeIn .5s ease-in 1 forwards;
  animation: fadeIn .5s ease-in 1 forwards;
  opacity: 0;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation: fadeOut 1s ease-in 1 forwards;
  animation: fadeOut 1s ease-in 1 forwards;
  opacity: 1;
}
.is-paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.notifier {
  position: absolute;
  top: -30px;
  left: 0;
  width: 150px;
  background-color: green;
  font-size: 14px;
  color: white;
  padding: 5px 10px; 
}
.product-btns .notifier {
  color: white;
  top: -35px;
  left: 30%;
}
.single-product .price {
  font-size: 38px;
}
.single-product .sale .price:not(.sale) {
  text-decoration: line-through;
}
.product-footer {
  background-color: white;
  padding: 0 0 100px 0;
  text-align: center;
}
/* iphone | portrait/landscape */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
  .product-footer {
    padding-top: 50px !important;
  }
}
/* ipad | portrait/landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px)  {
  .single-product .btn.buy-now {
    left: 150px;
  }
}
.product-footer .item {
  cursor: pointer;
}
.product-footer a {
  display: block;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 220px;
}
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
  .product-footer a {
    padding-top: 280px;
  }
}
.product-footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.product-footer .support a {
  background-image: url(images/icons/icon-support.svg);
}
.product-footer .community a {
  background-image: url(images/icons/icon-community.svg);
}
.product-footer .downloads a {
  background-image: url(images/icons/icon-downloads.svg);
}
.product-footer span {
  font-size: 20px;
  text-transform: uppercase;
  color: black;
}
.sticky {
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.sticky a {
	line-height: 40px;
}
/* modules */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  margin-bottom: 10px;
}
.module a {
  color: white;
  font-weight: 100;
}
.module .btn-box {
  text-align: center;
  margin-top: 20px;
}
.carousel-control span {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 60%;
}
.carousel-left {
  background-image: url(images/icons/icon-arrow-left.svg);
}
.carousel-right {
  background-image: url(images/icons/icon-arrow-right.svg);
}
.module.video-quicklook {
  padding-top: 0;
  padding-bottom: 0;
}
.module.video-quicklook .col-sm-12 {
  padding-left: 0; 
  padding-right: 0; 
}
.module .carousel-control .glyphicon:before {
  color: white;
}
.module.features {
  padding-top: 80px;
  padding-bottom: 80px;
}
.module.features .btn {
  margin-bottom: 5px;
}
.module.features .feature {
  background: rgba(0,0,0,.7);
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px 16px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width : 320px) and (max-width : 568px) {
  .module.features .feature {
    padding-bottom: 5px;
  }
}
.module.features .feature .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  cursor: pointer;
}
.module.features .feature h4, .module.features .feature p {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 100;
}
.module.features .feature h4 {
  font-size: 20px;
}
.module.features .feature .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 5px 75px rgba(0, 0, 0, .25);
  box-shadow: 0 5px 75px rgba(0, 0, 0, .25);
}
.section-nav .sign-up {
  display: none;
}
.product-k-mix #main .feature  {
  background-color: rgba(0,0,0,.7);
}
.product-k-bow .artists, .product-strongarm .artists, .product-stringport .artists {
  display: none;
}
.product-k-bow .features-link, .product-strongarm .features-link, .product-stringport .features-link, .product-k-bow .related, .product-strongarm .related, .product-stringport .related  {
  display: none;
} 
#main article .product-feature-image {
  max-width: calc(100% + 30px);
  margin: 0 -15px 10px -15px;
}
.module.buy-now {
  padding-top: 40px;  
  padding-bottom: 40px;  
  background-position: 115% center;
  background-size: 30%;
}
@media (max-width: 768px) { 
  .module.buy-now {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .module.buy-now p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
.module.buy-now .blirb {
  position: relative;
  font-size: 26px;
  line-height: 34px;
  text-align: right;
  font-weight: 100;
}
.module.buy-now .btn {
  background-color: white;
  color: #00aeef;
  margin-top: 0px;
}
.module.description p {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.module.description p:last-child {
  margin-bottom: 0;
}
.module.description .notice {
  font-size: 14px;
  text-transform: uppercase;
}
.module.artists {
  padding-top: 80px;
  padding-bottom: 80px;
}
.module.artists .artist {
  background: rgba(0,0,0,.7);
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 15px 16px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.75);
}
.module.artists .artist .name {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: 0;
}
.module.artists .artist p {
  margin: 5px 0 0 5px; 
}
.module .quote {
  background: 
     url(images/icons/icon-quotation-white-left.svg) 0 0 no-repeat, 
     url(images/icons/icon-quotation-white-right.svg) 100% 0 no-repeat;
     background-size: 35px;
    padding: 0 45px;
}
.module .quotes {
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
}
.module .author {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 45px;
}
@media (max-width: 768px) {
  .module .quote {
    background-size: 20px;
    padding: 0 25px;
  }
  .module .author {
    padding: 0 25px;
  }
}
a.svg {
  position: relative;
  display: inline-block; 
}
a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
.module.keith-who {
  text-align: center;
}
.module.keith-who a {
  color: #00aeef;
  margin-bottom: 20px;
}
.module.keith-who h2 {
  font-family: 'Lato'; 
  color: white;
  font-size: 64px;
  font-weight: 300;
  margin-bottom: 30px;
}
.bold {
  font-family: 'Lato'; 
  font-weight: 700;
}
.module.related {
  background-color: #9a6aad;
  background: #9a6aad; /* Old browsers */
  background: -moz-linear-gradient(top,  #9a6aad 0%, #7c4592 51%, #9a6aad 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a6aad), color-stop(51%,#7c4592), color-stop(100%,#9a6aad)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #9a6aad 0%,#7c4592 51%,#9a6aad 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #9a6aad 0%,#7c4592 51%,#9a6aad 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #9a6aad 0%,#7c4592 51%,#9a6aad 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #9a6aad 0%,#7c4592 51%,#9a6aad 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a6aad', endColorstr='#9a6aad',GradientType=0 ); /* IE6-9 */
}
.module.related h3 {
  margin: 0 0 0px 30px;
  font-weight: 100;
}
.module.related .item a {
  display: block;
  text-align: center;
}
.module-desc {
  position: relative;
  padding: 0;
  margin: 0 auto 40px;
  text-align: center;
  white-space: nowrap;
}
.module-desc h2 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 0;
}
#main .module img {
  width: 100%;
}
@media (max-width: 767px) {
  .module.features, .module.artists {
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: repeat-y;
  }
  .module-desc h2 {
    font-size: 24px;
    line-height: 36px; 
  }
}
.module-desc p {
  font-size: 28px;
  line-height: 34px;
}
/* Photo Module */
.module.photos:before {
  width: 100%;
  height: 900px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .photo-thumbs {
      text-align: center;
  }
  .single-product .photos .carousel-indicators .photo-thumb {
      display: inline-block;
      height: 30px;
      width: 30px;
      border-radius: 15px;
      background-color: white;
  }
}
/* related */
#related .carousel-control.left {
  width: 10%;
  left: 0px;
}
/* Next button  */
#related .carousel-control.right {
  width: 10%;
  right: 0px !important;
}
#related-carousel .item {

}
/* carousel */
#quote-carousel {
  padding: 0 10px 0px 10px;
  height: 100%;
}
/* Control buttons  */
.carousel .carousel-control {
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 0px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -75px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -75px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators, #related-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li, #related-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active, #related-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img, #related-carousel img {
  width: 250px;
  height: 100px
}

/* End carousel */
.item blockquote {
  border-left: none; 
  margin: 0;
}
.item blockquote img {
  margin-bottom: 10px;
}
/* OpenBox */
.openbox-filter {
  text-align: center;
  margin-bottom: 20px;
}
.openbox-filter a {
  display: inline-block;
  padding: 0 15px;
}
.openbox {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.openbox a.svg {
  width: 100%;
  text-align: center;
}
.openbox .related-title {
  display: block;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: -15px;
}
.openbox .info {
  padding-top: 40px;
}
.openbox .price {
  font-size: 22px;
  text-align: center;
}
.ob-limited, .ob-category, .ob-warranty {
  font-size: 14px;
  margin: 0;
}
.openbox .ob-warranty {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.openbox-legal {
  margin-bottom: 40px;
}
/* Downloads */
@media only screen and (min-width : 768px) {
  #download_nav {
    display: flex;
  }
}

#download_nav a {
  padding: 5px 10px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2px;
  color: white;
  background-color: #ec008c;
  border-left: 1px solid white;
}
#download_nav a:hover {
  color: #ec008c;
  background-color: white;
  outline: 0;
  text-decoration: none;
  background-image: none;
  -webkit-box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.075);
}
.download-group {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.download-group:last-child {
  padding-bottom: 0;
  border-bottom: none; 
}
.download-group h3 {
	margin-top: 10px;
}
.download-min-req-header {
  font-size: 14px;
  text-transform: uppercase;
}
.download-min-req {
  margin-left: 20px;
}
.download-group .item-set {
  margin-bottom: 15px;
}
.download-group .item-set h4 {
  margin: 0 0 5px 0;
}
.download-group .item-set p {
  margin: 0 0 0px 20px;
}
.download-group .last-updated {
  font-size: 14px;
  padding-left: 10px;
}
.download-group .item {
  margin-bottom: 5px;
}
.download-group .item-set.k-mix-editor-for-windows-7-8-10-64-bit-only- {
  background: url('images/asio-logo.jpg') no-repeat;
  background-size: 50px;
  background-position: right top;
}
/* Dealers */
.page-international-distributors .lead {
  font-size: 14px;
}
.page-international-distributors .col-sm-4 {
  text-align: center;
}
.page-international-distributors .pearl-item {
  text-align: center;
}
.page-international-distributors .pearl-item p {
  font-size: 18px;
}
.page-international-distributors .pearl-divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  clear: both;
}
.page-online-dealers .row div {
  margin-bottom: 15px;
}
.page-online-dealers img {
  display: block;
}

/* blog */
.blog .more-link {
	float: right;
}
.blog .lead, .single .lead {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
.single-post .lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
.single-post .content-wrap header, .blog-list header p.meta {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.single-post #main header p, #main.blog-list header p.meta, .search #main header p.meta  {
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
}
.single-post .content-wrap header:after, .blog-list header p.meta:after, .search #main header p.meta:after {
	content: "";
	position: relative;
	top: 1px;
	display: block;
	height: 1px;
	background: #ccc linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.single-post #main article footer {
	min-height: 0;
}
.single-post .widget-related {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.single-post .widget-related a {
  width: 100%;
}
.single-post .product-name {
  display: block;
  text-align: center;
  margin-top: -20px;
}
.single-post .post-pagination {
  margin-bottom: 0;
}
#main.blog-list article .feature-image img {
  width: 100%;
}
.blog-list .page-header {
  border-bottom: none;
  margin: 0px 0 10px;
}
.blog-list .page-header h1 {
  line-height: 36px;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.aligncenter {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 10px;
}
.alignright .wp-caption-text {
  text-align: right;
}
.alignleft .wp-caption-text {
  text-align: left;
}
.aligncenter .wp-caption-text {
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .single-post iframe {
    width: 100%;
  }
}
.single-post img {
	margin-top: 5px;
}
.single-post .more-link {
	float: right;
}
.widget h4 {
	font-weight: 200;
}
.widget ul {
	list-style-type: none;
	padding-left: 15px;
}
.widget li {
	margin-bottom: 10px;
}
/* Author */
.author .lead{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
}
.author #main header p.meta  {
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
}
.author #main header p.meta:after {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  height: 1px;
  background: #ccc linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.author #main .page-header {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0px 0 10px;
}
.author #main .page-header h1 {
  line-height: 36px;
}
.author .more-link {
  float: right;
}
/* search */
.search-form input.form-control {
  width: 100%;
  height: 53px;
  font-size: 18px;
}
#post-not-found .form-inline .input-group {
  width: 100%;
}
table.styled {
  border: 1px solid #ccc;
}
table.styled tr {
  
}
table.styled td {
  padding: 5px 10px;
  border: 1px solid #ccc; 
}
table.centered {
  margin: 0 auto;
}
/* navbar search */
#search_modal {
  top: calc(50% - 100px) !important; 
}
#search_modal .modal-header {
  border-bottom: none;
}
#search_modal .close {
  position: absolute;
  top: -35px;
  right: 5px;
  color: white;
  opacity: 1;
  font-size: 35px;
  font-weight: 100;
}
#search_modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
}
#search_modal .input-group {
  width: 100%;
}
#search_modal .input-group #search {
  width: 490px;
}
#search_modal_xs {
  margin-bottom: 10px;
}
#search_modal_xs .input-group #search {
  height: 33px;
}
#search_modal_xs .btn {
  padding: 5px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* search filters */
.search .pr-tabs {
  margin-bottom: 10px;
}
.search .tab {
  text-transform: capitalize;
  font-size: 12px;
}
.search .tab:hover {
  background-color: white;
  color: #ec008c;
}
.search .tab-product {
  background-color: #ec008c;
}
.search .tab-project {
  background-color: #00adef;
}
.search .tab-post {
  background-color: #9a6aad;
}
.search .tab-page {
  background-color: #f1592a;
}
.search .tab-press_reviews {
  background-color: #157A42;
}
.search .type-product .result-title a {
  color: #ec008c;
}
.search .type-project .result-title a {
  color: #00adef;
}
.search .type-post .result-title a {
  color: #9a6aad;
}
.search .type-page .result-title a {
  color: #f1592a;
}
.search .type-press_reviews .result-title a {
  color: #157A42;
}
.search .pr-tabs .tab:hover, .search .pr-tabs .tab.active {
  background-color: white;
}
.post-pagination {
  padding-bottom: 20px;
  margin: 0 0 30px 0; 
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
/* press */

#content.press-reviews #main {
  padding-top: 42px;
}
.single-press_reviews #main {
  padding-top: 42px;
}
.row.press-review {
  margin-bottom: 20px;
  width: 100%;
}
.press-review iframe {
  width: 100%;
}
.press-review .thumb {
  padding-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .press-review .thumb {
    padding-top: 3px;
    padding-bottom: 0;
  }
}

.press-reviews .more-link {
  display: block;
  float: right;
}
.pr-title {
  margin-top: 0;
  margin-bottom: 5px;
}
.reviews .pr-title a {
  color: #9a6aad;
}
.press-releases .pr-title a {
  color: #ec008c;
}
.articles-news .pr-title a {
  color: #00adef; 
}
.pr-tabs, .pr-product-tabs {
  text-align: center;
  margin-bottom: 10px;
}
.pr-product-tabs {
  display: flex;
  flex-wrap: wrap;
}
.pr-tabs .tab, .pr-product-tabs .tab {
  margin-right: 0;
}
.pr-product-tabs .tab {
  flex-grow: 1;
  margin: 0 1px 1px 0;
}
.pr-product-tabs .tab:last-child {
  margin-right: 0;
}
.pr-tabs .tab:hover, .pr-tabs .tab.selected, .pr-product-tabs .tab:hover, .pr-product-tabs .tab.selected {
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.15);
  color: #ec008c;
}
.tab-press-releases {
  background-color: #ec008c;
}
.tab-articles-news {
  background-color: #00adef;
}
.tab-reviews {
  background-color: #9a6aad;
}
.long-excerpt.external .pr-article .more-link:nth-of-type(1) {
  display: none;
}
.pr-sub-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.pr-date {
  margin-top: 0;
}
.widget-press > h3 {
  margin-top: 0;
}
.widget-press h4 {
  margin-bottom: 5px;
}

/* Projects */
.page-projects .project, .post-type-archive-project .project {
  max-height: 360px;
  padding: 0 10px;
}
.page-projects .project-info, .post-type-archive-project .project-info {
  background: rgba(154, 106, 173, .15);
}
.page-projects .project-padded, .post-type-archive-project .project-padded {
  padding: 0 10px 5px 10px;
  height: 125px;
}
.project-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
button {
  border-radius: 0 0 0 0;
}
.project {
  margin-bottom: 50px;
}
.project-thumb {
  display: block;
  height: 225px;
  overflow: hidden;
  margin-bottom: 10px;
}
.project-thumb img {
  width: 100%;
}
.page-projects .fb-like, .post-type-archive-project .fb-like {
	float: left;
}
.page-projects .download-count, .post-type-archive-project .download-count {
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: rgb(51, 51, 51);
}
.single-project .project-title {
  font-weight: 100;
}
.single-project .project .author {
  font-weight: bold;
}
.project-video {
  margin-bottom: 20px;
}
#sidebar .fb-like {
  text-align: right;
  width: 100%;
  position: absolute;
  top: 15px;
  right: 0;
}
.single-project .download-count {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: rgb(51, 51, 51);
	margin-top: 5px;
	padding-left: 17px;
}
@media only screen and (max-width : 667px) {
  .single-project .fb-like {
    text-align: center;
    position: relative;
    top: 10px;
    right: 0;
  }
  #sidebar .fb-like {
    top: 50px;
    right: 25%;
  }
}
.project-product .product-name {
  display: block;
  margin-top: -20px;
}
.project-pagination {
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}
.project-pagination .single-nav-next {
  text-align: right;
}
#project_slides {
  margin-bottom: 40px;
}
.single-project .carousel-control {
  background-image: none;
}
.widget-project-product {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.widget-project-product a.svg {
  width: 100%;
  text-align: center;
}
.single-project .project-pagination {
  margin-bottom: 0;
}
/* Project Submission */
.project-form input[type=text], .project-form textarea  {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
.project-form .field-wrap {
  margin-bottom: 20px;
}
/* Project Submission */
.page-projects .lead, .post-type-archive-project .lead {

}
.page-projects .project-submit, .post-type-archive-project .project-submit {
  float: right;
  margin-right: -15px;
}
@media only screen and (max-width : 667px) {
  .page-projects .project-submit, .post-type-archive-project .project-submit {
    margin-left: 0px;
    margin-right: 0px;
    width: 100% !important;
  }
}
/*  Accessories */

.accessories .name {
  font-weight: 100;
  line-height: 36px;
  margin-top: 0;
}
.single-product .accessories .price {
  font-weight: 100;
  font-size: 28px;
}
.accessories .accessory-info {
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 100;
  padding: 15px;
}
.accessories .related-products {
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 10px;
}
.accessories .related-products p {
  margin-bottom: 0;
}
.accessories .related-products .svg {
  font-size: 14px;
  text-align: center;
  margin-right: 15px;
  width: 95px;
}
.accessories .related-products .svg object {
  
}
.accessories .refurbished-available {
  position: relative;
  top: -3px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.5px;
  text-shadow: 0 0 5px #333;
}
.accessory.product-k-board-pro-4-case .h1, .accessory.product-k-board-pro-4-case .price {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 0;
  padding-left: 10px;
}
.accessories .module.buy-now.product-k-board-pro-4-case img {
  margin-top: 35px;
  top: -113px;
  right: -170px;
}
.accessories.out-of-stock {
  opacity: 0.5;
}
.accessories span.out-of-stock {
  color: #be1e2d;
  font-size: 24px;
}
.accessories .module.buy-now.out-of-stock {
 opacity: 0.5; 
}
.accessories-header {
  margin: 50px 0 0px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  text-align: center;
}
/* Dealer Resources */
.dealer-resources {
  margin-bottom: 40px;
}
.dealer-resource {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.dealer-resource:last-child {
  border-bottom: none;
}
.dealer-resource :not(.info) p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0px;
}
.dealer-resource .item {
  margin-bottom: 10px;
}
.dealer-resource code {
  background-color: white;
  color: #333;
  padding: 2px 0;
}
/* Online Dealers */
.dealer-group .dealer {
  margin-bottom: 10px;
}
.page-online-dealers img {
 max-width: 100%; 
}
/* SignUp*/
.page-sign-up #main #mc_embed_signup form {
  padding-left: 0;
}
.page-sign-up #mc_embed_signup input[type=email] {
  padding: 9px 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.page-sign-up #mc_embed_signup .button {
  background-color: #00adef;
  color: #fff;
  height: 40px;
  width: 100px;
  font-size: 15px;
  border: 0;
  outline: none;
  margin: 0;
  display: inline-block;
  border-radius: 0;
}
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
  .page-sign-up #mc_embed_signup .button {
    padding-left: 0;
    width: 100%;
  }
}
/* Store Locator */
.page-store-locator #main {
  min-height: 500px;
}
/* Cart */
.mobile-cart-link {
  margin: 10px 0 10px -15px;
  text-transform: uppercase;
}
.mobile-cart-link a {
  color: white;
}
.mobile-cart-link a:before {
  line-height: 20px;
  content: "\2b";
  color: #00aeef;
  font-size: 20px;
  font-weight: 600;
  float: left;
  margin: 0 5px;
}
#full_cart {
  margin-bottom: 20px;
  text-transform: uppercase;
  background-color: white;
}
#related_products {
  margin-bottom: 20px;
}
#related_products h5 {
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.related-product {
  min-height: 190px; 
}
.related-product-link {
  display: block;
}
.related-product-wrap {
  display: block;
  height: 155px;
}
.related-product-image {
  display: block;
  max-width: 100%;
  max-height: 145px;
  margin: 0 auto;
}
.related-product-name {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.shopatron_content * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.shopatron_content a {
  text-decoration: none;
  outline: 0;
}
#shptrn_cart_items {
  border: none;
  font-size: 12px;
  color: #4c4c4c;
  background: #f2f2f2;
}
#shptrn_cart_items_header {
  background-color: white;
  text-shadow: 0 0 0 transparent; 
  background-image: none;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#shptrn_cart_items_header label {
  float: left;
  font-weight: bold;
}
#shptrn_ch_item {
    width: 35%;
}
#shptrn_ch_part_num {
    width: 15%;
}
#shptrn_ch_item_qty {
    width: 30%;
}
#shptrn_ch_item_price {
    width: 20%;
    text-align: right;
}
.shptrn_cart_item {
  background-color: white;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.shptrn_cart_item table {
  width: 100%;
  border-spacing: 0;
}
.shptrn_cart_item a {
  display: block;
  color: #4c4c4c;
}
.shptrn_ci_image {
  width: 84px;
}
.shptrn_ci_image td {
  width: 80px;
  height: 80px;
  text-align: center;
}
.shptrn_ci_image img {
  max-width: 100px;
  max-height: 100px;
  border: 0;
}
.shptrn_ci_image table {
  border: 1px solid #fff;
  background: #fff;
}
.shptrn_ci_details {
  padding: 0 10px 0 20px;
}
.shptrn_ci_details h3 {
  font-size: 12px;
  font-weight: bold;
}
.shptrn_ci_part_num {
  width: 15%;
}
.shptrn_ci_qty {
  width: 30%;
}
.shptrn_ci_qty input[type="text"] {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 5px;
  width: 25px;
  text-align: right;
  font-size: 11px;
  margin: 0 5px 0 0;
}
.shptrn_ci_qty button {
  font-size: 10px;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  padding: 3px 5px;
  background: #e6e6e6;
  margin: 0 3px 0 0;
}
.shptrn_ci_price {
  width: 20%;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}
#shptrn_checkout_detail_row {
  overflow: hidden;
}
#shptrn_checkout_detail_content {
  float: right;
  width: 400px;
  font-size: 12px;
  border: none;
  background-color: white;
}
.shptrn_cart_price_row {
  border: none;
  background-color: white;
}
.shptrn_cart_price_row {
  overflow: hidden;
  color: #4c4c4c;
  padding: 10px;
}
.shptrn_cart_price_row.total {
  font-size: 16px;
  font-weight: bold;
}
.shptrn_cart_price_row span.left {
  float: left;
}
.shptrn_cart_price_row span.right {
  float: right;
}
.shptrn_cart_price_row.checkout {
  border: none;
  background-color: white;
  text-align: right;
}
.shptrn_checkout_button button {
  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: 0px;
  background-color: #ec008c;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 15px;
  box-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  text-transform: uppercase;
}
.shptrn_checkout_button button:hover {
  background-color: white;
  background-image: none;
  color: #ec008c;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.shptrn_no_items_in_cart {
  background-color: #E0EAF1;
  padding: 20px;
  border: 2px solid #f1592a;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
/* Labs */
.page.page-template-page-labs .jumbotron, .single-lab .jumbotron {
  background: #333 url(images/labs/labs-hero-bg.jpg) no-repeat center center;
  padding: 58px 0 0 0;
  margin-bottom: 0;
}
.single.single-lab .jumbotron {
  height: 310px;
}
.embed-container.lab-video:empty {
  display: none;
}
.page.page-template-page-labs .jumbotron .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.labs-logo {
  background: url(images/labs/labs-logo.png) no-repeat center center;
  background-size: 80%;
  height: 280px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 366px;
      -ms-flex-preferred-size: 366px;
          flex-basis: 366px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
cursor: pointer;
}
.oscilloscope-frame {
  display: none; /* for mobile*/

  background: url(images/labs/oscilloscope.png) no-repeat 0 50%;
  background-size: 100%;
  height: 386px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 725px;
      -ms-flex-preferred-size: 725px;
          flex-basis: 725px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
#oscilloscope {
  display: none; /* for mobile*/

  top: 89px;
  position: relative;
  left: 32px;
  border-radius: 8px;
  box-shadow: 0 0 1px #000;
  -ms-transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
  -webkit-transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
  transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
}
.page-labs #content, .single-lab #content {
  box-shadow: 0 10px 10px #efefef;
}
.page-template-page-labs .content, .page-template-page-labs .content .lead {
  font-size: 18px;
  line-height: 34px;
  font-weight: 100;
}
.page-template-page-labs .content h2 {
  font-weight: 100;
}
.page-template-page-labs .content a {
  font-weight: 400;
}
.lab-project-prefix {
  display: none;
  font-size: 80%;
}
/* lab sections */
.lab-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
.lab-section:last-child {
  margin-bottom: 10px;
}
.lab-section .section-title {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
  font-weight: 100;
}
.lab-section .section-info {
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-size: 18px;
  line-height: 34px;
  font-weight: 100;
}
.lab-section .section-info p {
  margin-bottom: 25px;
}
img.section-header, img.section-separator {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
img.section-separator:last-child {
  display: none;
}
/* labs nav */
.labs-nav {
  margin-top: 25px;
}
.labs-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.labs-nav li {
  padding: 5px 10px;
  border-right: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.labs-nav li a {
  color: #333;
  text-align: center;
  font-weight: bold;
  background-size: 100%;
  background-position: 0 0;
}
.labs-nav img {
  -ms-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
  margin: 0 auto;
}
.labs-nav li a:hover {
  text-decoration: none;
}
.labs-nav li a:hover img, .labs-nav li a.active img {
  -ms-transform: translateY(-10px) rotateX(360deg);
  -webkit-transform: translateY(-10px) rotateX(360deg);
  transform: translateY(-10px) rotateX(360deg);
}

/* single lab */
.single.single-lab .jumbotron {
  height: 310px;
}
.single.single-lab .jumbotron .container {
  height: 100%;
  padding-top: 85px;
  padding-bottom: 10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-items: center;
}
.single-lab .jumbotron .labs-title h1 {
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 40px;
}
.single .labs-logo {
  display: none;
  background-size: 35%;

  height: 100%;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.single-lab {
  background: white url(images/labs/graph-bg.png) repeat 0 0;
}
.single-lab .module.description p, .single-lab .module.description ul {
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
}
.single-lab .labs-title {
  position: relative;
  height: 50%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single.single-lab .jumbotron .shop-buy-now {
  position: absolute;
  top: -20px;
}
.lab-video {
  margin-bottom: 10px;
}
.single-lab .module a {
  color: #337ab7;
}
/* lab sidebar */
.sidebar-lab .project-pagination {
  font-size: 12px;
}
.sidebar-lab .project-pagination .single-nav-prev {
  float: none;
  width: 100%;
}
.sidebar-lab .project-pagination .single-nav-next {
  float: none;
  width: 100%;
}
.sidebar-lab {
  border-bottom: 1px dotted #dedede;
  margin-bottom: 10px;
}
.sidebar-lab h4 {
  font-weight: 100;
}
.sidebar-lab ul {
  padding-left: 20px;
}
.sidebar-lab input[type=text] {
  width: 70%;
  padding: 5px 2px;
}
.sidebar-lab input[type=submit] {
  width: 28%;
  padding: 7px 2px;
}
/* RSVP */
.page-rsvp .jumbotron {
  height: 310px !important;
}
.page-rsvp p.lead {
  font-weight: 600;
}
/* Maintenance */
.maintenance-msg {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #ff6600;
  text-align: center;
  padding: 5px;
}
.maintenance-msg.cart {
  position: relative;
  top: 0;
  color: white;
}

/* SOS Mailer*/
.jumbotron .container.sos {
  position: static;
}
.jumbotron .sos-message {
  position: absolute;
  text-shadow: 0 0 15px black;
  font-style: italic;
  left: 0;
  bottom: 51px;
  font-size: 15px;
  padding: 0 20px;
}
/* WooCommerce */
.cart-totals-container {
  display: none !important;
}
.woocommerce .single-product {
  background-color: transparent !important;
}
.woocommerce .single-product .upsells {
  display: none;
}
.product-grid > .product {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product-grid > .product.softstep, .product-grid > .product.p-12-step, .product-grid > .product:nth-last-child(-n+3) {
  border-bottom: none;
}
.product-grid > .product.boppad img {

}
.product-grid .woocommerce .button:hover {
  background-color: white !important;
  color: #ec008c !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.product-grid .woocommerce.btn-buy-now {
  display: inline-block;
}
/*product woocommerce add_to_cart_inline btn-buy-now shop-buy-now*/
.woocommerce.btn-buy-now {
  position: relative;
  border: none !important;
  padding: 0 !important;
}
.woocommerce.btn-buy-now a.added {
  display: none;
}
.woocommerce.btn-buy-now a {
  background-color: #ec008c;
  color: white;
  margin-top: 0px;
  font-weight: 100;
  padding: 15px;
  text-align: center;
  margin-right: 0px;
  font-size: 15px;
  border: none !important;
  border-radius: 0 !important;
}
.woocommerce.btn-buy-now a:hover {
  color: #ec008c;
}
.woocommerce.btn-buy-now a.added_to_cart {
  padding: 12px 15px !important;
  background-color: #53b52a;
}
.woocommerce.btn-buy-now a.added_to_cart:hover {
  background-color: white; 
  color: #53b52a;
  text-decoration: none;
}
.page-template-page-shop .woocommerce.btn-buy-now, .page-template-page-products .woocommerce.btn-buy-now {
  margin-bottom: 0;
}
.page-template-page-shop .woocommerce.btn-buy-now a, 
.page-template-page-shop-b-stock .woocommerce.btn-buy-now a,
.page-template-page-products .woocommerce.btn-buy-now a {
  background-color: #ec008c;
  color: white;
  padding: 16px 15px 20px 19px;
  font-weight: 400;
}
.page-template-page-shop .woocommerce.btn-buy-now a.added_to_cart, 
.page-template-page-shop-b-stock .woocommerce.btn-buy-now a.added_to_cart, 
.page-template-page-products .woocommerce.btn-buy-now a.added_to_cart {
  padding: 13px 15px 17px 15px !important;
  background-color: #53b52a;
}
.page-template-page-shop .woocommerce.btn-buy-now a.added_to_cart:hover, .page-template-page-products .woocommerce.btn-buy-now a.added_to_cart:hover {
  background-color: #fff;
  color: #53b52a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.page-template-page-shop .product-btns .btn, .page-template-page-products .product-btns .btn {
  border: none;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.module.buy-now p.btn {
  background-color: transparent !important;
}
/*woo*/

/*
.woocommerce table.shop_table thead {
  display: table-header-group !important;
}
.woocommerce table.shop_table th {
  display: table-cell !important;
}.woocommerce table.shop_table .product-thumbnail {
  display: table-cell !important;
}
*/
/* Portal */
.portal-welcome-header {
  text-align: center;
}
/* Bootstrap 5 col */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
#main img.mt5 {
  margin-top: 5px;
}
#main img.mr5 {
  margin-right: 5px;
}
#main img.mb5 {
  margin-bottom: 5px;
}
#main img.ml5 {
  margin-left: 5px;
}

#main img.mt10 {
  margin-top: 10px;
}
#main img.mr10 {
  margin-right: 10px;
}
#main img.mb10 {
  margin-bottom: 10px;
}
#main img.ml10 {
  margin-left: 10px;
}

#main img.mt15 {
  margin-top: 15px;
}
#main img.mr15 {
  margin-right: 15px;
}
#main img.mb15 {
  margin-bottom: 15px;
}
#main img.ml15 {
  margin-left: 15px;
}

#main img.mt20 {
  margin-top: 20px;
}
#main img.mr20 {
  margin-right: 20px;
}
#main img.mb20 {
  margin-bottom: 20px;
}
#main img.ml20 {
  margin-left: 20px;
}
/** MEDIA QUERIES */
@media (max-width: 375px) {
  .section-info img.alignleft, .section-info img.alignright {
    width: 100%;
    float: none;
  }
}
@media (min-width: 375px) {
  #oscilloscope {
    display: block;
    width: 29.5%;
    top: 124px;
    left: 23px;
  }
  .single.single-lab .jumbotron .container {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;    
  }
  .single-lab .labs-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 366px;
        -ms-flex-preferred-size: 366px;
            flex-basis: 366px;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
  .single-lab .labs-title {
    -webkit-flex-basis: 725px;
        -ms-flex-preferred-size: 725px;
            flex-basis: 725px;
  }
  .single-lab .jumbotron .labs-title h1 {
    font-size: 40px;
  }
  .lab-project-prefix {
    display: block;
    font-size: 80%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 0px 40px;
  }
  #sidebar {
    padding-top: 42px;
  }
  #sidebar.fixed .sidebar-wrap {
    position: fixed;
    top: 0;
    right: 0;
  }
  .single.single-lab .jumbotron {
    height: 510px;
  }
  .page.page-template-page-labs .jumbotron .container {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .single.single-lab .jumbotron .container  {
    padding-top: 80px;
    padding-bottom: 0px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .single.single-lab .jumbotron .shop-buy-now {
    top: 50px;
  }
  .oscilloscope-frame {
    height: 386px;
    display: block;
  }
  #oscilloscope {
    display: block;
    width: 29.5%;
    top: 124px;
    left: 22px;
    -ms-transform: perspective(260px) rotateY(-8deg) skewY(0.5deg);
    -webkit-transform: perspective(260px) rotateY(-8deg) skewY(0.5deg);
    transform: perspective(260px) rotateY(-8deg) skewY(0.5deg);
  }
  .labs-nav ul {
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .lab-section .section-info {
    -ms-flex-basis: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    padding-right: 20px;
  }
 .labs-logo {
    height: 100%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .single-lab .labs-logo {
    display: block;
    background-size: 82%;
    -ms-align-self: initial;
    -webkit-align-self: initial;
    align-self: initial;
  }
  .single-lab .labs-title {
    height: 100%;
  }
  .single-lab .jumbotron .labs-title h1 {
    text-align: left;
    font-size: 80px;
  }
  .single-lab  #main .description img {
     width: auto;
  }
  .navbar .container #menu-main #menu-item-3714 a.dropdown-toggle {
    color: #00adef;
    font-weight: bold;
  }
  .jumbotron .container.sos {
    position: relative;
  }
  .jumbotron .sos-message {
    bottom: -110px;
    font-size: 25px;
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .labs-logo {
    background-size: 80%;
  }
  .oscilloscope-frame {
    height: 386px;
    background-size: 100%;
  }
  #oscilloscope {
    width: 29.5%;
    top: 103px;
    left: 28px;
    -ms-transform: perspective(260px) rotateY(-6deg) skewY(0.5deg);
    -webkit-transform: perspective(260px) rotateY(-6deg) skewY(0.5deg);
    transform: perspective(260px) rotateY(-6deg) skewY(0.5deg);
  }
  .jumbotron .sos-message {
    bottom: -170px;
    font-size: 25px;
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .labs-logo {
    background-size: 80%;
  }
  .oscilloscope-frame {
    height: 386px;
    background-size: 100%;
  }
  #oscilloscope {
    width: 29.75%;
    top: 89px;
    left: 32px;
    -ms-transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
    -webkit-transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
    transform: perspective(260px) rotateY(-5deg) skewY(0.5deg);
  }
  .sidebar-lab .project-pagination .single-nav-prev {
    float: left;
    width: 50%;
  }
  .sidebar-lab .project-pagination .single-nav-next {
    float: right;
    width: 50%;
  }
}
/** MEDIA QUERIES */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  #quote-carousel {
    margin-bottom: 0;
    padding: 0 40px 0px 40px;
  }
  #sidebar {
    padding-top: 38px;
  }
  .blog #sidebar {
    padding-top: 20px;
  }
  #sidebar.fixed .sidebar-wrap {
    position: fixed;
    top: 0;
    right: 0;
  }
}

/* iphone | landscape/portrait */
@media only screen and (min-width : 320px) and (max-width : 568px) {
  #sidebar {
    border-top: 1px solid #eee;
  }
  .featured h3 {
    text-align: center;
    margin-left: 0;
  }
}
/* iphone | portrait */
@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
  .type-post img {
    width: 100%;
  }
}
/* iPad | portrait */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) { 
  .single-product .jumbotron .container:not(.secnav) {
    padding-top: 150px !important;
  }
  .single-product .product-info {
    position: relative;
    top: 20px;
  }
  .section-nav {
    width: 100%;
    height: 70px;
    margin: 0;
  }
  .section-nav a {
    line-height: 70px;
  }
}
/* iPad | landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
  .single-product .product-info {
    top: 24%;
  }
}
/* iphone 6 | landscape */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
	.single-product .jumbotron {
	  height: 510px;
	}
	.single-product .jumbotron .container:not(.secnav) {
	  padding-left: 0px;
	  padding-right: 10px; 
	  padding-top: 100px;
	}
	.single-product .product-info {
	  position: absolute;
	  top: 18%;
	  padding-right: 10px;
	}
	.single-product .product-info h1 {
	  font-size: 40px;
	}
	.single-product .product-info h2 {
	  font-size: 28px;
	}
	.product-footer a {
	  padding-top: 300px;
	}
}
/*
.buy-btn.disabled, .buy-now.disabled, .btn-buy-now.disabled {
  display: none;
}
*/