@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*! 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%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #7ea6d9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #437dc8;
  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,
.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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  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: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.2px;
  }
}
small,
.small {
  font-size: 87%;
}
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;
}
.text-muted {
  color: #aaa;
}
.text-primary {
  color: #7ea6d9;
}
a.text-primary:hover {
  color: #578bcd;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #7ea6d9;
}
a.bg-primary:hover {
  background-color: #578bcd;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
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 #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccc;
}
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 #eee;
  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: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.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: 20px;
  padding-right: 20px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #aaa;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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: 16px;
  line-height: 1.42857143;
  color: #333;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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 {
  position: relative;
  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;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 36px;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 49px;
  line-height: 49px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 42px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: inherit;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #578bcd;
  border-color: #3b78c5;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.btn-primary .badge {
  color: #7ea6d9;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #7ea6d9;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #437dc8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.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: #fff;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #7ea6d9;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  display: inline-block;
  margin-right: 2px;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #7ea6d9;
}
.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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #ccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #ccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #7ea6d9;
  border-color: #7ea6d9;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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,
.nav:before,
.nav:after,
.row-condensed:before,
.row-condensed:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.row-condensed:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
}
.vertically-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .no-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .no-lg {
    display: none;
  }
}
.row-condensed {
  margin-left: 0px;
  margin-right: 0px;
}
.nomargt {
  margin-top: 0 !important;
}
.nomargr {
  margin-right: 0 !important;
}
.nomargb {
  margin-bottom: 0 !important;
}
.nomargl {
  margin-left: 0 !important;
}
.valign-top {
  vertical-align: top !important;
}
.valign-middle {
  vertical-align: middle !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
@media (max-width: 767px) {
  [data-clear-xs="2n+1"] > :nth-child(2n+1) {
    clear: left;
  }
  [data-clear-xs="3n+1"] > :nth-child(3n+1) {
    clear: left;
  }
  [data-clear-xs="4n+1"] > :nth-child(4n+1) {
    clear: left;
  }
  [data-clear-xs="5n+1"] > :nth-child(5n+1) {
    clear: left;
  }
  [data-clear-xs="6n+1"] > :nth-child(6n+1) {
    clear: left;
  }
  [data-clear-xs="7n+1"] > :nth-child(7n+1) {
    clear: left;
  }
  [data-clear-xs="8n+1"] > :nth-child(8n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-clear-sm="2n+1"] > :nth-child(2n+1) {
    clear: left;
  }
  [data-clear-sm="3n+1"] > :nth-child(3n+1) {
    clear: left;
  }
  [data-clear-sm="4n+1"] > :nth-child(4n+1) {
    clear: left;
  }
  [data-clear-sm="5n+1"] > :nth-child(5n+1) {
    clear: left;
  }
  [data-clear-sm="6n+1"] > :nth-child(6n+1) {
    clear: left;
  }
  [data-clear-sm="7n+1"] > :nth-child(7n+1) {
    clear: left;
  }
  [data-clear-sm="8n+1"] > :nth-child(8n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  [data-clear-md="2n+1"] > :nth-child(2n+1) {
    clear: left;
  }
  [data-clear-md="3n+1"] > :nth-child(3n+1) {
    clear: left;
  }
  [data-clear-md="4n+1"] > :nth-child(4n+1) {
    clear: left;
  }
  [data-clear-md="5n+1"] > :nth-child(5n+1) {
    clear: left;
  }
  [data-clear-md="6n+1"] > :nth-child(6n+1) {
    clear: left;
  }
  [data-clear-md="7n+1"] > :nth-child(7n+1) {
    clear: left;
  }
  [data-clear-md="8n+1"] > :nth-child(8n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  [data-clear-lg="2n+1"] > :nth-child(2n+1) {
    clear: left;
  }
  [data-clear-lg="3n+1"] > :nth-child(3n+1) {
    clear: left;
  }
  [data-clear-lg="4n+1"] > :nth-child(4n+1) {
    clear: left;
  }
  [data-clear-lg="5n+1"] > :nth-child(5n+1) {
    clear: left;
  }
  [data-clear-lg="6n+1"] > :nth-child(6n+1) {
    clear: left;
  }
  [data-clear-lg="7n+1"] > :nth-child(7n+1) {
    clear: left;
  }
  [data-clear-lg="8n+1"] > :nth-child(8n+1) {
    clear: left;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding: 0 4px 5px;
}
.lead {
  font-weight: 300;
}
.media-right,
.media > .pull-right {
  padding-left: 20px;
}
.media-left,
.media > .pull-left {
  padding-right: 20px;
}
.list-group-item {
  background: transparent;
  padding: 15px 20px;
}
h1 {
  font-weight: 500;
}
h2 em,
h3 em {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: .9;
  font-size: 80%;
}
h4 {
  font-weight: 500;
}
h5 {
  font-weight: 500;
}
.light {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.big {
  font-size: 120%;
}
.serif {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: .9;
}
strong {
  font-weight: 500;
}
blockquote {
  font: italic 300 20px/2 "Merriweather", Georgia, "Times New Roman", Times, serif;
}
blockquote cite {
  font: normal 400 14px "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #7ea6d9;
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
}
.page-header h3 {
  margin-bottom: 0;
}
.page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header h2,
.page-header h3 {
  margin-top: 5px;
}
.section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-heading {
  margin-top: 0;
  margin-bottom: 22px;
}
.list-group-item > :first-child {
  margin-top: 0;
}
.list-group-item > :last-child {
  margin-bottom: 0;
}
.grid {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .grid {
    max-width: 1280px;
  }
}
.grid-col {
  width: 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .grid-col {
    max-width: 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.grid-col-full {
  max-width: 100%;
  -moz-flex: 2 0 100%;
  -ms-flex: 2 0 100%;
  flex: 2 0 100%;
}
@media (min-width: 992px) {
  .grid-col-full {
    -moz-flex: 2 0 100%;
    -ms-flex: 2 0 100%;
    flex: 2 0 100%;
  }
}
.grid-item {
  margin: 0 20px 40px;
}
#page {
  padding-top: 80px;
}
#page .admin-bar {
  padding-top: 112px;
}
#header {
  background: #fff;
  position: fixed;
  z-index: 1030;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
.admin-bar #header {
  padding-top: 32px;
}
#logo {
  line-height: 0;
  margin: 0;
  padding: 10px 10px;
  float: left;
}
@media (min-width: 992px) {
  #logo {
    float: left;
  }
}
#logo a {
  display: inline-block;
}
#logo img {
  height: 40px;
  width: auto;
  margin: 5px 0;
}
@media (min-width: 992px) {
  #logo img {
    height: 60px;
    width: auto;
    margin: 0;
  }
}
#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #7ea6d9;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
a.backlink {
  color: #ffffff;
}
@media (max-width: 1199px) {
  #nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 240px;
    background: #7ea6d9;
    transition: transform 0.5s;
    transform: translate(-100%, 0);
    transform: translate(-100%, 0, 0);
  }
  .nav-show #nav {
    transform: translate(0, 0);
    transform: translate(0, 0, 0);
  }
}
#nav ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  #nav ul {
    padding: 30px 0;
  }
}
#nav a {
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
#nav a,
#nav a:active,
#nav a:focus,
#nav a:hover {
  text-decoration: none;
}
@media (min-width: 1500px) {
  #nav a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  #nav a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    border-top: #7ea6d9 solid 1px;
  }
}
@media (min-width: 1200px) {
  #nav {
    float: right;
  }
  #nav > ul {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  #nav > ul > li {
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  #nav > ul > li > a {
    display: block;
    line-height: 80px;
    color: #777;
    position: relative;
  }
  #nav > ul > li > a::after {
    left: 10px;
    right: 10px;
    bottom: 15px;
    position: absolute;
    content: "";
    background: #7ea6d9;
    height: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.15s;
  }
  #nav > ul > li > a:hover {
    text-decoration: none;
  }
  #nav > ul > li.active > a,
  #nav > ul > li > a:hover {
    color: #437dc8;
  }
  #nav > ul > li.active > a::after,
  #nav > ul > li > a:hover::after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #nav > ul > li:last-child {
    margin-left: 10px;
  }
  #nav > ul > li:last-child > a {
    background: #7ea6d9;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
  }
  #nav > ul > li:last-child > a:hover {
    background: #437dc8;
  }
  #nav > ul > li:last-child > a::after {
    display: none;
  }
}
#nav-toggle {
  border: 0;
  background: transparent;
  position: relative;
  height: 40px;
  width: 44px;
  float: right;
  margin: 15px;
}
@media (min-width: 1200px) {
  #nav-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  #nav-toggle {
    margin: 15px 10px;
  }
}
#nav-toggle::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: linear-gradient(#333 20%, transparent 20%, transparent 40%, #333 40%, #373a47 60%, transparent 60%, transparent 80%, #333 80%);
}
#main {
  margin-top: 40px;
  margin-bottom: 40px;
}
body:not(.home) #main {
  font-size: 18px;
}
.preview-list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.preview-list > .preview {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 20px;
  box-shadow: inset #fff 0 0 0 20px, inset #ddd 0 0 0 21px;
}
@media (min-width: 768px) {
  .preview-list > .preview {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .preview-list > .preview {
    max-width: 33.33333333%;
  }
}
.preview {
  margin-bottom: 20px;
}
.preview-img {
  width: auto;
  margin: 0 auto;
  max-height: 200px;
  display: block;
}
.preview-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 200px;
  background-color: #ccc;
  transition: opacity 0.35s;
}
.home .preview-image {
  height: 200px;
}
.preview:hover .preview-image {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.preview-inner {
  position: relative;
  overflow: hidden;
}
a.preview-inner {
  display: block;
}
a.preview-inner,
a.preview-inner:active,
a.preview-inner:focus,
a.preview-inner:hover {
  text-decoration: none;
}
a.preview-inner,
a.preview-inner:hover,
a.preview-inner:active,
a.preview-inner:focus {
  color: inherit;
}
.preview-date {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.preview-date .date-day {
  font-size: 5rem;
  line-height: 0.8;
  font-weight: 600;
  margin-right: 6px;
}
.preview-date .date-month {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
}
.preview-date .date-week {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
}
.preview-body {
  text-align: center;
  padding: 20px;
}
.preview-description {
  font-size: 15px;
}
.preview-description > :first-child {
  margin-top: 0;
}
.preview-description > :last-child {
  margin-bottom: 0;
}
.preview-title {
  margin-top: 0;
  margin-bottom: 7px;
}
.featured {
  position: relative;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: inset #ddd 0 0 0 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.featured-lg {
  min-height: 400px;
}
a .featured {
  transition: opacity 0.25s;
}
a:hover .featured {
  opacity: .85;
}
.featured-primary {
  background-color: #7ea6d9;
  color: #fff;
}
.featured-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.featured-right .featured-body {
  width: 50%;
}
.featured-tag {
  background: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  color: #333;
  position: absolute;
  left: 40px;
  top: 40px;
  font-weight: 600;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media (max-width: 991px) {
  .featured-tag {
    left: 20px;
    top: 20px;
  }
}
.featured-body {
  padding: 20px;
  width: 100%;
}
.item .featured-body {
  opacity: 0;
  transition: opacity 0.25s;
}
.item.active .featured-body {
  opacity: 1;
}
@media (min-width: 992px) {
  .featured-body {
    padding: 40px;
  }
}
.featured-body h2 {
  font-weight: 500;
}
.featured-body p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
@media (min-width: 768px) {
  .featured-body p {
    font-size: 19.2px;
  }
}
.featured-tag + .featured-body {
  margin-top: 60.00000001px;
}
.featured-body-primary {
  background: #7ea6d9;
}
.featured-body-opaque {
  background: rgba(0, 0, 0, 0.5);
}
.featured-body-opaque,
.featured-body-opaque a {
  color: #fff;
}
.featured-btns {
  margin-top: 22px;
}
.featured-heading {
  margin-top: 0;
  margin-bottom: 11px;
}
.featured-footer {
  margin-top: 80px;
  color: #fff;
  font-size: 20px;
}
.featured-footer strong {
  color: #fff;
  font-weight: 600;
  font-size: 130%;
}
.featured-lead,
.featured-lead p {
  font-size: 25px;
  line-height: 1.2;
}
.featured-lead em {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: .9;
}
.btn-group {
  margin-top: 22px;
  margin-bottom: 22px;
}
.btn {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn-default {
  background: #ccc;
}
.btn-default,
.btn-default:hover {
  color: #fff;
}
.btn-gray {
  background: #777;
}
.btn-gray,
.btn-gray:hover {
  color: #fff;
}
.btn-gray:hover {
  background: #6a6a6a;
}
.btn-opaque {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn-opaque:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #437dc8;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
}
.panel {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset #ddd 0 0 0 1px;
}
.panel + .panel {
  margin-top: 20px;
}
.panel-heading {
  padding: 15px 20px;
  background: #7ea6d9;
  color: #fff;
}
.panel-opaque .panel-heading {
  color: #7ea6d9;
}
.panel-opaque .panel-heading {
  background: rgba(255, 255, 255, 0.9);
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}
.panel-title-flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
.panel-title-flex .btn {
  margin-left: auto;
}
.panel-title .panel-link {
  color: #fff;
  margin: -15px -30px;
  padding: 15px 30px;
  display: block;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-quote {
  border: 0;
  padding: 20px;
  margin: 0;
  text-align: center;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.9);
}
.panel-body {
  padding: 20px;
}
.media-cols {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.media-cols > .media {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.media-cols > .media + .media {
  margin-top: 0;
}
@media (min-width: 768px) {
  .media-cols > .media {
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .media-cols > .media {
    -moz-flex: 1 0 33.33333333%;
    -ms-flex: 1 0 33.33333333%;
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .media-cols > .media {
    -moz-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }
}
.book-list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  box-shadow: inset #ddd 0 0 0 1px;
}
@media (max-width: 991px) {
  .book-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .book-list > .book {
    min-width: 200px;
  }
}
.book-list > .book {
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 33.33333333%;
}
.book {
  padding: 20px;
  min-height: 240px;
  transition: opacity 0.2s;
  position: relative;
  /*
	.book-bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		opacity: .075;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	*/
}
.book + .book {
  border-left: #ddd solid 1px;
}
.book .book-cover {
  width: 120px;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  padding-right: 0;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .book .book-cover {
    width: 140px;
  }
}
.book > a {
  position: relative;
  z-index: 3;
  color: #578bcd;
}
.book > a,
.book > a:active,
.book > a:focus,
.book > a:hover {
  text-decoration: none;
}
.book:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.book > :first-child {
  margin-top: 0;
}
.book > :last-child {
  margin-bottom: 0;
}
.book-title {
  margin-bottom: 5px;
}
.book-author {
  margin-top: 0;
}
.media h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.media .media-heading {
  font-weight: 400;
}
.home .media .media-left,
.home .media .media-right,
.home .media .media-body {
  height: 135px;
  vertical-align: middle;
}
.home .media .media-heading {
  font-size: 18px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  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 {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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 {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#books .carousel-inner {
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.carousel-controls {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 40px;
}
.carousel-controls .carousel-control {
  display: block;
  width: 40px;
  color: #fff;
  background: #7ea6d9;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
}
.carousel-controls .carousel-control:hover {
  background: #437dc8;
}
.carousel-controls .carousel-control + .carousel-control {
  top: 50%;
}
.carousel-controls .carousel-control .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%, 0);
}
.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus {
  border-color: #b3b3b3;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 1px;
}
.form-inline {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.form-inline .form-control {
  width: 100%;
}
label {
  font-weight: 500;
}
.gform_button {
  border: 1px solid transparent;
  line-height: 1.42857143;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #7ea6d9;
  border-color: #6a98d3;
  font-size: 20px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.gform_button:focus,
.gform_button:active:focus,
.gform_button.active:focus,
.gform_button.focus,
.gform_button:active.focus,
.gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #333;
  text-decoration: none;
}
.gform_button:active,
.gform_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus {
  color: #333;
  text-decoration: none;
}
.gform_button:hover,
.gform_button:focus,
.gform_button.focus,
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #578bcd;
  border-color: #3b78c5;
}
.gform_button:active,
.gform_button.active,
.open > .dropdown-toggle.gform_button {
  background-image: none;
}
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled.focus,
.gform_button[disabled].focus,
fieldset[disabled] .gform_button.focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.gform_button .badge {
  color: #7ea6d9;
  background-color: #fff;
}
.gform_button:hover {
  color: #fff;
  background: #437dc8;
}
.event-image {
  position: relative;
}
.event-meta {
  float: left !important;
  margin-right: 2rem;
  margin-bottom: 2rem;
  color: #7ea6d9;
  border: currentColor solid 1px;
  background: #fff;
  left: 20px;
  top: 20px;
}
.event-date {
  line-height: 1;
  padding: 15px 15px 5px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.event-type,
.event-cost {
  background: #7ea6d9;
  color: #fff;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  display: block;
}
.event-time {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.date-day {
  font-size: 64px;
  line-height: 0.8;
  font-weight: 600;
  margin-right: 6px;
  letter-spacing: -4px;
}
.date-month {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
}
.date-week {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
}
.content {
  padding-bottom: 40px;
}
.content p {
  line-height: 1.5;
}
.content h3,
.content h4,
.content h5,
.content p,
.content ul,
.content ol {
  margin-bottom: 22px;
}
#hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 40px;
  margin-top: -40px;
  height: 35vw;
  max-height: 400px;
}
@media (min-width: 992px) {
  #hero {
    height: 20vw;
  }
}
#hero.top-left {
  background-position: left top;
}
#hero.top-center {
  background-position: center top;
}
#hero.top-right {
  background-position: bottom top;
}
#hero.center-left {
  background-position: left center;
}
#hero.center-center {
  background-position: center center;
}
#hero.center-right {
  background-position: right center;
}
#hero.bottom-left {
  background-position: left bottom;
}
#hero.bottom-center {
  background-position: center bottom;
}
#hero.bottom-right {
  background-position: right bottom;
}
.nav-pills {
  margin-bottom: 40px;
}
.nav-pills > li > a {
  border-radius: 0;
  border: #7ea6d9 solid 2px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.035em;
  margin-bottom: 2px;
}
.nav-pills > li > a:hover {
  border-color: #437dc8;
}
.well {
  background: #eee;
  padding: 19px;
  border: #ddd solid 1px;
}
.well > :first-child {
  margin-top: 0;
}
.well > :last-child {
  margin-bottom: 0;
}
#banners {
  position: relative;
}
#banners .carousel-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  overflow: hidden;
}
#banners .carousel-controls .carousel-control {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
  float: left;
}
#banners .featured {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}
#banners .featured.active {
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
#contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #7ea6d9;
}
#contact a {
  color: inherit;
}
#newsletter {
  margin-bottom: 22px;
}
#newsletter .form-control {
  border: 0;
  background: #eee;
}
#social .fa {
  color: #777;
  border-radius: 3px;
  background: #eee;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
#social .fa:hover {
  background: #437dc8;
  color: #fff;
}
.table {
  border-bottom: #ddd solid 1px;
}
.table td > :first-child {
  margin-top: 0;
}
.table td > :last-child {
  margin-bottom: 0;
}
.table tr > :first-child {
  padding-left: 0;
}
.table tr > :last-child {
  padding-right: 0;
}
.section-heading {
  margin-top: 0;
}
.event_tickets,
.order-details {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border-bottom: #ddd solid 1px;
}
.event_tickets > thead > tr > th,
.order-details > thead > tr > th,
.event_tickets > tbody > tr > th,
.order-details > tbody > tr > th,
.event_tickets > tfoot > tr > th,
.order-details > tfoot > tr > th,
.event_tickets > thead > tr > td,
.order-details > thead > tr > td,
.event_tickets > tbody > tr > td,
.order-details > tbody > tr > td,
.event_tickets > tfoot > tr > td,
.order-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.event_tickets > thead > tr > th,
.order-details > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.event_tickets > caption + thead > tr:first-child > th,
.order-details > caption + thead > tr:first-child > th,
.event_tickets > colgroup + thead > tr:first-child > th,
.order-details > colgroup + thead > tr:first-child > th,
.event_tickets > thead:first-child > tr:first-child > th,
.order-details > thead:first-child > tr:first-child > th,
.event_tickets > caption + thead > tr:first-child > td,
.order-details > caption + thead > tr:first-child > td,
.event_tickets > colgroup + thead > tr:first-child > td,
.order-details > colgroup + thead > tr:first-child > td,
.event_tickets > thead:first-child > tr:first-child > td,
.order-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.event_tickets > tbody + tbody,
.order-details > tbody + tbody {
  border-top: 2px solid #ddd;
}
.event_tickets .table,
.order-details .table {
  background-color: #fff;
}
.event_tickets td > :first-child,
.order-details td > :first-child {
  margin-top: 0;
}
.event_tickets td > :last-child,
.order-details td > :last-child {
  margin-bottom: 0;
}
.event_tickets tr > :first-child,
.order-details tr > :first-child {
  padding-left: 0;
}
.event_tickets tr > :last-child,
.order-details tr > :last-child {
  padding-right: 0;
}
.add_to_cart {
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.add_to_cart:focus,
.add_to_cart:active:focus,
.add_to_cart.active:focus,
.add_to_cart.focus,
.add_to_cart:active.focus,
.add_to_cart.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.add_to_cart:hover,
.add_to_cart:focus,
.add_to_cart.focus {
  color: #333;
  text-decoration: none;
}
.add_to_cart:active,
.add_to_cart.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.add_to_cart.disabled,
.add_to_cart[disabled],
fieldset[disabled] .add_to_cart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.add_to_cart:hover,
.add_to_cart:focus,
.add_to_cart.focus {
  color: #333;
  text-decoration: none;
}
.add_to_cart:hover,
.add_to_cart:focus,
.add_to_cart.focus,
.add_to_cart:active,
.add_to_cart.active,
.open > .dropdown-toggle.add_to_cart {
  color: #fff;
  background-color: #578bcd;
  border-color: #3b78c5;
}
.add_to_cart:active,
.add_to_cart.active,
.open > .dropdown-toggle.add_to_cart {
  background-image: none;
}
.add_to_cart.disabled,
.add_to_cart[disabled],
fieldset[disabled] .add_to_cart,
.add_to_cart.disabled:hover,
.add_to_cart[disabled]:hover,
fieldset[disabled] .add_to_cart:hover,
.add_to_cart.disabled:focus,
.add_to_cart[disabled]:focus,
fieldset[disabled] .add_to_cart:focus,
.add_to_cart.disabled.focus,
.add_to_cart[disabled].focus,
fieldset[disabled] .add_to_cart.focus,
.add_to_cart.disabled:active,
.add_to_cart[disabled]:active,
fieldset[disabled] .add_to_cart:active,
.add_to_cart.disabled.active,
.add_to_cart[disabled].active,
fieldset[disabled] .add_to_cart.active {
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.add_to_cart .badge {
  color: #7ea6d9;
  background-color: #fff;
}
.add_to_cart:hover {
  color: #fff;
  background: #437dc8;
}
.fields-wrap {
  margin-bottom: 15px;
}
.tickera-input-field {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: auto;
  display: inline-block;
}
.tickera-input-field:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tickera-input-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tickera-input-field:-ms-input-placeholder {
  color: #999;
}
.tickera-input-field::-webkit-input-placeholder {
  color: #999;
}
.tickera-input-field[disabled],
.tickera-input-field[readonly],
fieldset[disabled] .tickera-input-field {
  background-color: #eee;
  opacity: 1;
}
.tickera-input-field[disabled],
fieldset[disabled] .tickera-input-field {
  cursor: not-allowed;
}
textarea.tickera-input-field {
  height: auto;
}
.tickera-input-field:focus {
  border-color: #b3b3b3;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 1px;
}
.tickera-button {
  border: 1px solid transparent !important;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
      touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 0 !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  line-height: 22px !important;
  border-radius: 3px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  transition: background-color 0.15s !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #fff !important;
  background-color: #7ea6d9 !important;
  border-color: #6a98d3 !important;
}
.tickera-button:focus,
.tickera-button:active:focus,
.tickera-button.active:focus,
.tickera-button.focus,
.tickera-button:active.focus,
.tickera-button.active.focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.tickera-button:hover,
.tickera-button:focus,
.tickera-button.focus {
  color: #333 !important;
  text-decoration: none !important;
}
.tickera-button:active,
.tickera-button.active {
  outline: 0 !important;
  background-image: none !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.tickera-button.disabled,
.tickera-button[disabled],
fieldset[disabled] .tickera-button {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  box-shadow: none !important;
}
.tickera-button:hover,
.tickera-button:focus,
.tickera-button.focus {
  color: #333 !important;
  text-decoration: none !important;
}
.tickera-button:hover,
.tickera-button:focus,
.tickera-button.focus,
.tickera-button:active,
.tickera-button.active,
.open > .dropdown-toggle.tickera-button {
  color: #fff !important;
  background-color: #578bcd !important;
  border-color: #3b78c5 !important;
}
.tickera-button:active,
.tickera-button.active,
.open > .dropdown-toggle.tickera-button {
  background-image: none !important;
}
.tickera-button.disabled,
.tickera-button[disabled],
fieldset[disabled] .tickera-button,
.tickera-button.disabled:hover,
.tickera-button[disabled]:hover,
fieldset[disabled] .tickera-button:hover,
.tickera-button.disabled:focus,
.tickera-button[disabled]:focus,
fieldset[disabled] .tickera-button:focus,
.tickera-button.disabled.focus,
.tickera-button[disabled].focus,
fieldset[disabled] .tickera-button.focus,
.tickera-button.disabled:active,
.tickera-button[disabled]:active,
fieldset[disabled] .tickera-button:active,
.tickera-button.disabled.active,
.tickera-button[disabled].active,
fieldset[disabled] .tickera-button.active {
  background-color: #7ea6d9 !important;
  border-color: #6a98d3 !important;
}
.tickera-button .badge {
  color: #7ea6d9 !important;
  background-color: #fff !important;
}
.tickera-button:hover {
  color: #fff !important;
  background: #437dc8 !important;
}
.tickera_checkout {
  font-size: 20px !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  line-height: 1.3333333 !important;
  border-radius: 3px !important;
}
.wrap {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce #container,
.woocommerce-page.woocommerce-cart #container,
.woocommerce-page.woocommerce-checkout #container {
  margin-top: 3rem;
}
.woocommerce .woocommerce-tabs .wc-tab,
.woocommerce-page.woocommerce-cart .woocommerce-tabs .wc-tab,
.woocommerce-page.woocommerce-checkout .woocommerce-tabs .wc-tab {
  box-shadow: none;
}
.woocommerce .pp_pic_holder,
.woocommerce-page.woocommerce-cart .pp_pic_holder,
.woocommerce-page.woocommerce-checkout .pp_pic_holder {
  top: 40px !important;
}
.woocommerce button.button,
.woocommerce-page.woocommerce-cart button.button,
.woocommerce-page.woocommerce-checkout button.button,
.woocommerce a.button,
.woocommerce-page.woocommerce-cart a.button,
.woocommerce-page.woocommerce-checkout a.button {
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.woocommerce button.button:focus,
.woocommerce-page.woocommerce-cart button.button:focus,
.woocommerce-page.woocommerce-checkout button.button:focus,
.woocommerce a.button:focus,
.woocommerce-page.woocommerce-cart a.button:focus,
.woocommerce-page.woocommerce-checkout a.button:focus,
.woocommerce button.button:active:focus,
.woocommerce-page.woocommerce-cart button.button:active:focus,
.woocommerce-page.woocommerce-checkout button.button:active:focus,
.woocommerce a.button:active:focus,
.woocommerce-page.woocommerce-cart a.button:active:focus,
.woocommerce-page.woocommerce-checkout a.button:active:focus,
.woocommerce button.button.active:focus,
.woocommerce-page.woocommerce-cart button.button.active:focus,
.woocommerce-page.woocommerce-checkout button.button.active:focus,
.woocommerce a.button.active:focus,
.woocommerce-page.woocommerce-cart a.button.active:focus,
.woocommerce-page.woocommerce-checkout a.button.active:focus,
.woocommerce button.button.focus,
.woocommerce-page.woocommerce-cart button.button.focus,
.woocommerce-page.woocommerce-checkout button.button.focus,
.woocommerce a.button.focus,
.woocommerce-page.woocommerce-cart a.button.focus,
.woocommerce-page.woocommerce-checkout a.button.focus,
.woocommerce button.button:active.focus,
.woocommerce-page.woocommerce-cart button.button:active.focus,
.woocommerce-page.woocommerce-checkout button.button:active.focus,
.woocommerce a.button:active.focus,
.woocommerce-page.woocommerce-cart a.button:active.focus,
.woocommerce-page.woocommerce-checkout a.button:active.focus,
.woocommerce button.button.active.focus,
.woocommerce-page.woocommerce-cart button.button.active.focus,
.woocommerce-page.woocommerce-checkout button.button.active.focus,
.woocommerce a.button.active.focus,
.woocommerce-page.woocommerce-cart a.button.active.focus,
.woocommerce-page.woocommerce-checkout a.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce button.button:hover,
.woocommerce-page.woocommerce-cart button.button:hover,
.woocommerce-page.woocommerce-checkout button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page.woocommerce-cart a.button:hover,
.woocommerce-page.woocommerce-checkout a.button:hover,
.woocommerce button.button:focus,
.woocommerce-page.woocommerce-cart button.button:focus,
.woocommerce-page.woocommerce-checkout button.button:focus,
.woocommerce a.button:focus,
.woocommerce-page.woocommerce-cart a.button:focus,
.woocommerce-page.woocommerce-checkout a.button:focus,
.woocommerce button.button.focus,
.woocommerce-page.woocommerce-cart button.button.focus,
.woocommerce-page.woocommerce-checkout button.button.focus,
.woocommerce a.button.focus,
.woocommerce-page.woocommerce-cart a.button.focus,
.woocommerce-page.woocommerce-checkout a.button.focus {
  color: #333;
  text-decoration: none;
}
.woocommerce button.button:active,
.woocommerce-page.woocommerce-cart button.button:active,
.woocommerce-page.woocommerce-checkout button.button:active,
.woocommerce a.button:active,
.woocommerce-page.woocommerce-cart a.button:active,
.woocommerce-page.woocommerce-checkout a.button:active,
.woocommerce button.button.active,
.woocommerce-page.woocommerce-cart button.button.active,
.woocommerce-page.woocommerce-checkout button.button.active,
.woocommerce a.button.active,
.woocommerce-page.woocommerce-cart a.button.active,
.woocommerce-page.woocommerce-checkout a.button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce button.button.disabled,
.woocommerce-page.woocommerce-cart button.button.disabled,
.woocommerce-page.woocommerce-checkout button.button.disabled,
.woocommerce a.button.disabled,
.woocommerce-page.woocommerce-cart a.button.disabled,
.woocommerce-page.woocommerce-checkout a.button.disabled,
.woocommerce button.button[disabled],
.woocommerce-page.woocommerce-cart button.button[disabled],
.woocommerce-page.woocommerce-checkout button.button[disabled],
.woocommerce a.button[disabled],
.woocommerce-page.woocommerce-cart a.button[disabled],
.woocommerce-page.woocommerce-checkout a.button[disabled],
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce-page.woocommerce-cart a.button,
fieldset[disabled] .woocommerce-page.woocommerce-checkout a.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.woocommerce button.button:hover,
.woocommerce-page.woocommerce-cart button.button:hover,
.woocommerce-page.woocommerce-checkout button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page.woocommerce-cart a.button:hover,
.woocommerce-page.woocommerce-checkout a.button:hover,
.woocommerce button.button:focus,
.woocommerce-page.woocommerce-cart button.button:focus,
.woocommerce-page.woocommerce-checkout button.button:focus,
.woocommerce a.button:focus,
.woocommerce-page.woocommerce-cart a.button:focus,
.woocommerce-page.woocommerce-checkout a.button:focus,
.woocommerce button.button.focus,
.woocommerce-page.woocommerce-cart button.button.focus,
.woocommerce-page.woocommerce-checkout button.button.focus,
.woocommerce a.button.focus,
.woocommerce-page.woocommerce-cart a.button.focus,
.woocommerce-page.woocommerce-checkout a.button.focus {
  color: #333;
  text-decoration: none;
}
.woocommerce button.button.single_add_to_cart_button,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button,
.woocommerce #place_order.button,
.woocommerce-page.woocommerce-cart #place_order.button,
.woocommerce-page.woocommerce-checkout #place_order.button,
.woocommerce .button.checkout-button,
.woocommerce-page.woocommerce-cart .button.checkout-button,
.woocommerce-page.woocommerce-checkout .button.checkout-button {
  color: #fff;
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:hover,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:hover,
.woocommerce #place_order.button:hover,
.woocommerce-page.woocommerce-cart #place_order.button:hover,
.woocommerce-page.woocommerce-checkout #place_order.button:hover,
.woocommerce .button.checkout-button:hover,
.woocommerce-page.woocommerce-cart .button.checkout-button:hover,
.woocommerce-page.woocommerce-checkout .button.checkout-button:hover,
.woocommerce button.button.single_add_to_cart_button:focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:focus,
.woocommerce #place_order.button:focus,
.woocommerce-page.woocommerce-cart #place_order.button:focus,
.woocommerce-page.woocommerce-checkout #place_order.button:focus,
.woocommerce .button.checkout-button:focus,
.woocommerce-page.woocommerce-cart .button.checkout-button:focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button:focus,
.woocommerce button.button.single_add_to_cart_button.focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.focus,
.woocommerce #place_order.button.focus,
.woocommerce-page.woocommerce-cart #place_order.button.focus,
.woocommerce-page.woocommerce-checkout #place_order.button.focus,
.woocommerce .button.checkout-button.focus,
.woocommerce-page.woocommerce-cart .button.checkout-button.focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button.focus,
.woocommerce button.button.single_add_to_cart_button:active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:active,
.woocommerce #place_order.button:active,
.woocommerce-page.woocommerce-cart #place_order.button:active,
.woocommerce-page.woocommerce-checkout #place_order.button:active,
.woocommerce .button.checkout-button:active,
.woocommerce-page.woocommerce-cart .button.checkout-button:active,
.woocommerce-page.woocommerce-checkout .button.checkout-button:active,
.woocommerce button.button.single_add_to_cart_button.active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.active,
.woocommerce #place_order.button.active,
.woocommerce-page.woocommerce-cart #place_order.button.active,
.woocommerce-page.woocommerce-checkout #place_order.button.active,
.woocommerce .button.checkout-button.active,
.woocommerce-page.woocommerce-cart .button.checkout-button.active,
.woocommerce-page.woocommerce-checkout .button.checkout-button.active,
.open > .dropdown-toggle.woocommerce button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce #place_order.button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart #place_order.button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout #place_order.button,
.open > .dropdown-toggle.woocommerce .button.checkout-button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart .button.checkout-button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout .button.checkout-button {
  color: #fff;
  background-color: #578bcd;
  border-color: #3b78c5;
}
.woocommerce button.button.single_add_to_cart_button:active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:active,
.woocommerce #place_order.button:active,
.woocommerce-page.woocommerce-cart #place_order.button:active,
.woocommerce-page.woocommerce-checkout #place_order.button:active,
.woocommerce .button.checkout-button:active,
.woocommerce-page.woocommerce-cart .button.checkout-button:active,
.woocommerce-page.woocommerce-checkout .button.checkout-button:active,
.woocommerce button.button.single_add_to_cart_button.active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.active,
.woocommerce #place_order.button.active,
.woocommerce-page.woocommerce-cart #place_order.button.active,
.woocommerce-page.woocommerce-checkout #place_order.button.active,
.woocommerce .button.checkout-button.active,
.woocommerce-page.woocommerce-cart .button.checkout-button.active,
.woocommerce-page.woocommerce-checkout .button.checkout-button.active,
.open > .dropdown-toggle.woocommerce button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button,
.open > .dropdown-toggle.woocommerce #place_order.button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart #place_order.button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout #place_order.button,
.open > .dropdown-toggle.woocommerce .button.checkout-button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-cart .button.checkout-button,
.open > .dropdown-toggle.woocommerce-page.woocommerce-checkout .button.checkout-button {
  background-image: none;
}
.woocommerce button.button.single_add_to_cart_button.disabled,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled,
.woocommerce #place_order.button.disabled,
.woocommerce-page.woocommerce-cart #place_order.button.disabled,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled,
.woocommerce .button.checkout-button.disabled,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled,
.woocommerce button.button.single_add_to_cart_button[disabled],
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled],
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled],
.woocommerce #place_order.button[disabled],
.woocommerce-page.woocommerce-cart #place_order.button[disabled],
.woocommerce-page.woocommerce-checkout #place_order.button[disabled],
.woocommerce .button.checkout-button[disabled],
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled],
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled],
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button,
fieldset[disabled] .woocommerce #place_order.button,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button,
fieldset[disabled] .woocommerce .button.checkout-button,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button,
.woocommerce button.button.single_add_to_cart_button.disabled:hover,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled:hover,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled:hover,
.woocommerce #place_order.button.disabled:hover,
.woocommerce-page.woocommerce-cart #place_order.button.disabled:hover,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled:hover,
.woocommerce .button.checkout-button.disabled:hover,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled:hover,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled:hover,
.woocommerce button.button.single_add_to_cart_button[disabled]:hover,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled]:hover,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled]:hover,
.woocommerce #place_order.button[disabled]:hover,
.woocommerce-page.woocommerce-cart #place_order.button[disabled]:hover,
.woocommerce-page.woocommerce-checkout #place_order.button[disabled]:hover,
.woocommerce .button.checkout-button[disabled]:hover,
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled]:hover,
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled]:hover,
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:hover,
fieldset[disabled] .woocommerce #place_order.button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button:hover,
fieldset[disabled] .woocommerce .button.checkout-button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button:hover,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button:hover,
.woocommerce button.button.single_add_to_cart_button.disabled:focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled:focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled:focus,
.woocommerce #place_order.button.disabled:focus,
.woocommerce-page.woocommerce-cart #place_order.button.disabled:focus,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled:focus,
.woocommerce .button.checkout-button.disabled:focus,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled:focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled:focus,
.woocommerce button.button.single_add_to_cart_button[disabled]:focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled]:focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled]:focus,
.woocommerce #place_order.button[disabled]:focus,
.woocommerce-page.woocommerce-cart #place_order.button[disabled]:focus,
.woocommerce-page.woocommerce-checkout #place_order.button[disabled]:focus,
.woocommerce .button.checkout-button[disabled]:focus,
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled]:focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled]:focus,
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:focus,
fieldset[disabled] .woocommerce #place_order.button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button:focus,
fieldset[disabled] .woocommerce .button.checkout-button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button:focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button:focus,
.woocommerce button.button.single_add_to_cart_button.disabled.focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled.focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled.focus,
.woocommerce #place_order.button.disabled.focus,
.woocommerce-page.woocommerce-cart #place_order.button.disabled.focus,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled.focus,
.woocommerce .button.checkout-button.disabled.focus,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled.focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled.focus,
.woocommerce button.button.single_add_to_cart_button[disabled].focus,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled].focus,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled].focus,
.woocommerce #place_order.button[disabled].focus,
.woocommerce-page.woocommerce-cart #place_order.button[disabled].focus,
.woocommerce-page.woocommerce-checkout #place_order.button[disabled].focus,
.woocommerce .button.checkout-button[disabled].focus,
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled].focus,
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled].focus,
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.focus,
fieldset[disabled] .woocommerce #place_order.button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button.focus,
fieldset[disabled] .woocommerce .button.checkout-button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button.focus,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button.focus,
.woocommerce button.button.single_add_to_cart_button.disabled:active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled:active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled:active,
.woocommerce #place_order.button.disabled:active,
.woocommerce-page.woocommerce-cart #place_order.button.disabled:active,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled:active,
.woocommerce .button.checkout-button.disabled:active,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled:active,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled:active,
.woocommerce button.button.single_add_to_cart_button[disabled]:active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled]:active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled]:active,
.woocommerce #place_order.button[disabled]:active,
.woocommerce-page.woocommerce-cart #place_order.button[disabled]:active,
.woocommerce-page.woocommerce-checkout #place_order.button[disabled]:active,
.woocommerce .button.checkout-button[disabled]:active,
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled]:active,
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled]:active,
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button:active,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:active,
fieldset[disabled] .woocommerce #place_order.button:active,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button:active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button:active,
fieldset[disabled] .woocommerce .button.checkout-button:active,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button:active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button:active,
.woocommerce button.button.single_add_to_cart_button.disabled.active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.disabled.active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.disabled.active,
.woocommerce #place_order.button.disabled.active,
.woocommerce-page.woocommerce-cart #place_order.button.disabled.active,
.woocommerce-page.woocommerce-checkout #place_order.button.disabled.active,
.woocommerce .button.checkout-button.disabled.active,
.woocommerce-page.woocommerce-cart .button.checkout-button.disabled.active,
.woocommerce-page.woocommerce-checkout .button.checkout-button.disabled.active,
.woocommerce button.button.single_add_to_cart_button[disabled].active,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button[disabled].active,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button[disabled].active,
.woocommerce #place_order.button[disabled].active,
.woocommerce-page.woocommerce-cart #place_order.button[disabled].active,
.woocommerce-page.woocommerce-checkout #place_order.button[disabled].active,
.woocommerce .button.checkout-button[disabled].active,
.woocommerce-page.woocommerce-cart .button.checkout-button[disabled].active,
.woocommerce-page.woocommerce-checkout .button.checkout-button[disabled].active,
fieldset[disabled] .woocommerce button.button.single_add_to_cart_button.active,
fieldset[disabled] .woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button.active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button.active,
fieldset[disabled] .woocommerce #place_order.button.active,
fieldset[disabled] .woocommerce-page.woocommerce-cart #place_order.button.active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout #place_order.button.active,
fieldset[disabled] .woocommerce .button.checkout-button.active,
fieldset[disabled] .woocommerce-page.woocommerce-cart .button.checkout-button.active,
fieldset[disabled] .woocommerce-page.woocommerce-checkout .button.checkout-button.active {
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
.woocommerce button.button.single_add_to_cart_button .badge,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button .badge,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button .badge,
.woocommerce #place_order.button .badge,
.woocommerce-page.woocommerce-cart #place_order.button .badge,
.woocommerce-page.woocommerce-checkout #place_order.button .badge,
.woocommerce .button.checkout-button .badge,
.woocommerce-page.woocommerce-cart .button.checkout-button .badge,
.woocommerce-page.woocommerce-checkout .button.checkout-button .badge {
  color: #7ea6d9;
  background-color: #fff;
}
.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce-page.woocommerce-cart button.button.single_add_to_cart_button:hover,
.woocommerce-page.woocommerce-checkout button.button.single_add_to_cart_button:hover,
.woocommerce #place_order.button:hover,
.woocommerce-page.woocommerce-cart #place_order.button:hover,
.woocommerce-page.woocommerce-checkout #place_order.button:hover,
.woocommerce .button.checkout-button:hover,
.woocommerce-page.woocommerce-cart .button.checkout-button:hover,
.woocommerce-page.woocommerce-checkout .button.checkout-button:hover {
  color: #fff;
  background: #437dc8;
}
.woocommerce .button.checkout-button,
.woocommerce-page.woocommerce-cart .button.checkout-button,
.woocommerce-page.woocommerce-checkout .button.checkout-button {
  font-size: 20px;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.woocommerce-tabs .wc-tab {
  box-shadow: none;
}
.pp_pic_holder {
  top: 40px !important;
}
button.button {
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.15s;
  font-weight: 500;
  letter-spacing: 0.05em;
}
button.button:focus,
button.button:active:focus,
button.button.active:focus,
button.button.focus,
button.button:active.focus,
button.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.button:hover,
button.button:focus,
button.button.focus {
  color: #333;
  text-decoration: none;
}
button.button:active,
button.button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button.button.disabled,
button.button[disabled],
fieldset[disabled] button.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
button.button:hover,
button.button:focus,
button.button.focus {
  color: #333;
  text-decoration: none;
}
button.button.single_add_to_cart_button {
  color: #fff;
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
button.button.single_add_to_cart_button:hover,
button.button.single_add_to_cart_button:focus,
button.button.single_add_to_cart_button.focus,
button.button.single_add_to_cart_button:active,
button.button.single_add_to_cart_button.active,
.open > .dropdown-togglebutton.button.single_add_to_cart_button {
  color: #fff;
  background-color: #578bcd;
  border-color: #3b78c5;
}
button.button.single_add_to_cart_button:active,
button.button.single_add_to_cart_button.active,
.open > .dropdown-togglebutton.button.single_add_to_cart_button {
  background-image: none;
}
button.button.single_add_to_cart_button.disabled,
button.button.single_add_to_cart_button[disabled],
fieldset[disabled] button.button.single_add_to_cart_button,
button.button.single_add_to_cart_button.disabled:hover,
button.button.single_add_to_cart_button[disabled]:hover,
fieldset[disabled] button.button.single_add_to_cart_button:hover,
button.button.single_add_to_cart_button.disabled:focus,
button.button.single_add_to_cart_button[disabled]:focus,
fieldset[disabled] button.button.single_add_to_cart_button:focus,
button.button.single_add_to_cart_button.disabled.focus,
button.button.single_add_to_cart_button[disabled].focus,
fieldset[disabled] button.button.single_add_to_cart_button.focus,
button.button.single_add_to_cart_button.disabled:active,
button.button.single_add_to_cart_button[disabled]:active,
fieldset[disabled] button.button.single_add_to_cart_button:active,
button.button.single_add_to_cart_button.disabled.active,
button.button.single_add_to_cart_button[disabled].active,
fieldset[disabled] button.button.single_add_to_cart_button.active {
  background-color: #7ea6d9;
  border-color: #6a98d3;
}
button.button.single_add_to_cart_button .badge {
  color: #7ea6d9;
  background-color: #fff;
}
button.button.single_add_to_cart_button:hover {
  color: #fff;
  background: #437dc8;
}
.cart .quantity {
  display: inline-block;
}
.demo_store {
  top: 4.4em !important;
  z-index: 100 !important;
}
@media (min-width: 992px) {
  .demo_store {
    top: 5em !important;
  }
}
