/*
Theme Name: O'Keeffe Museum 2017 Theme
Theme URI: http://anagr.am
Author: Anagram
Author URI: http://anagr.am
Description: A custom theme for Anagram Temp created by anagram.
Version: 1.0
License: GNU General Public License

*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
/*! 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  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", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #5F5F5F;
  background-color: #FCFCFC;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0090D0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005b84;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #FCFCFC;
  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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1.42857143;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 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: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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 #eeeeee;
}
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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: 'Source Code Pro', 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: #333333;
  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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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: #FCFCFC;
}
.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: #333333;
  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: #A4A7B0;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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: #eeeeee;
  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: 3px;
}
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: 3px;
}
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: 6px;
}
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: 6px;
}
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: #9f9f9f;
}
@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: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@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: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  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: #0090D0;
  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: #005b84;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #A4A7B0;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  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: "transparent";
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: "transparent";
  border-color: #0090D0;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #A4A7B0;
  background-color: #FCFCFC;
  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: #FCFCFC;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #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: #FCFCFC;
  }
}
.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;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0090D0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #005b84;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0090D0;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #FCFCFC;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0090D0;
}
.thumbnail .caption {
  padding: 9px;
  color: #5F5F5F;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.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 > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after {
  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;
}
.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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.gform_validation_container {
  display: none;
}
.gform_confirmation_message {
  text-align: center;
  font-weight: bold;
}
/* =Forms
--------------------------------------------------------------------------------------------------------*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  color: #000;
}
.gfield_list th {
  font-weight: normal;
}
label.gfield_label {
  font-weight: bold;
}
.gform_heading {
  margin-bottom: 20px;
}
.form-control {
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
}
.btn {
  outline: 0;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #AAA;
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 7px 0 0;
}
.ginput_container span label {
  font-size: 14px;
  color: #999;
}
.gform_footer {
  margin-bottom: 20px;
}
.gform_wrapper {
  overflow: auto;
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper ul {
  list-style: none;
}
.gfield_required {
  color: red;
}
.gform_wrapper .btn {
  color: #FFF;
  background: #0090D0;
  border: 0;
}
.gform_wrapper .btn:hover,
.gform_wrapper .btn:focus,
.gform_wrapper .btn:active,
.gform_wrapper .btn.active {
  color: #4B626D;
  background-color: #A9C0CE;
}
/**
 * Borrowed from https://github.com/addyosmani/jquery-ui-bootstrap
 * Styles the datepicker popup for gravityforms used with bootstrap
 */
/*
 * jQuery UI Datepicker
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  display: none;
  background: #FFF;
  border: 1px solid #C2C3C4;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  width: 100%;
  padding: 7px 0;
  letter-spacing: 1px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 1.2em;
  width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  /*top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  /*left:1px;*/
}
.ui-datepicker .ui-datepicker-next-hover {
  /*right:1px;*/
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  font-size: 11px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.ui-datepicker .ui-datepicker-prev span:hover,
.ui-datepicker .ui-datepicker-next span:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  color: #808080;
  text-align: center;
  padding: 0.7em 0.3em;
  border: 0;
}
.ui-datepicker td {
  border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a {
  border-color: #A4A7B0;
  cursor: pointer;
}
.ui-datepicker-today a:hover {
  background-color: #A4A7B0;
  color: #eeeeee;
}
.ui-datepicker td a {
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.ui-datepicker td:hover {
  color: #eeeeee;
}
.ui-datepicker td .ui-state-default {
  background: none;
  margin-bottom: 0;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-default:hover {
  background: #0090D0;
  color: #eeeeee;
}
.ui-datepicker td .ui-state-highlight {
  border-color: #A4A7B0;
}
.ui-datepicker td .ui-state-active {
  background-color: #EFEFEF;
}
/*Date picker*/
/*
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
*/
/* My Minimal WordPress Styling comes here */
html {
  /* killing 300ms touch delay in IE */
  touch-action: manipulation;
}
/* This is a small security for too long strings titles */
body {
  word-wrap: break-word;
  font-weight: 400;
}
.full-bg-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.issuuembed {
  width: 100% !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
/*
.wp-core-ui.wp-editor-wrap.tmce-active{
	    border: 1px solid #cccccc;
}
*/
/* HIDE coupon and message on certain pages*/
.page-id-128 .woocommerce-info,
.single-event .woocommerce-info,
.page-id-26340 .woocommerce-info {
  display: none !important;
}
#message.updated {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 0;
  border-radius: 0;
  background-color: #d9edf7;
  color: #31708f;
  background-color: #ff6f49;
  border-color: #bce8f1;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
#message.updated h4 {
  margin-top: 0;
  color: inherit;
}
#message.updated .alert-link {
  font-weight: bold;
}
#message.updated > p,
#message.updated > ul {
  margin-bottom: 0;
}
#message.updated > p + p {
  margin-top: 5px;
}
#message.updated hr {
  border-top-color: #a6e1ec;
}
#message.updated .alert-link {
  color: #245269;
}
@media (min-width: 768px) {
  .post-password-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .post-password-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .post-password-form .form-control-static {
    display: inline-block;
  }
  .post-password-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .post-password-form .input-group .input-group-addon,
  .post-password-form .input-group .input-group-btn,
  .post-password-form .input-group .form-control {
    width: auto;
  }
  .post-password-form .input-group > .form-control {
    width: 100%;
  }
  .post-password-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .post-password-form .radio,
  .post-password-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .post-password-form .radio label,
  .post-password-form .checkbox label {
    padding-left: 0;
  }
  .post-password-form .radio input[type="radio"],
  .post-password-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .post-password-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.site-wide {
  background: #007DB8;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  padding: 13px;
}
.site-wide a,
.site-wide a:visited {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.post-password-form input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit]:active:focus,
.post-password-form input[type=submit].active:focus,
.post-password-form input[type=submit].focus,
.post-password-form input[type=submit]:active.focus,
.post-password-form input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit].focus {
  color: #333;
  text-decoration: none;
}
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.post-password-form input[type=submit].disabled,
.post-password-form input[type=submit][disabled],
fieldset[disabled] .post-password-form input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit].focus,
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit].active,
.open > .dropdown-toggle.post-password-form input[type=submit] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit].active,
.open > .dropdown-toggle.post-password-form input[type=submit] {
  background-image: none;
}
.post-password-form input[type=submit].disabled,
.post-password-form input[type=submit][disabled],
fieldset[disabled] .post-password-form input[type=submit],
.post-password-form input[type=submit].disabled:hover,
.post-password-form input[type=submit][disabled]:hover,
fieldset[disabled] .post-password-form input[type=submit]:hover,
.post-password-form input[type=submit].disabled:focus,
.post-password-form input[type=submit][disabled]:focus,
fieldset[disabled] .post-password-form input[type=submit]:focus,
.post-password-form input[type=submit].disabled.focus,
.post-password-form input[type=submit][disabled].focus,
fieldset[disabled] .post-password-form input[type=submit].focus,
.post-password-form input[type=submit].disabled:active,
.post-password-form input[type=submit][disabled]:active,
fieldset[disabled] .post-password-form input[type=submit]:active,
.post-password-form input[type=submit].disabled.active,
.post-password-form input[type=submit][disabled].active,
fieldset[disabled] .post-password-form input[type=submit].active {
  background-color: #fff;
  border-color: #ccc;
}
.post-password-form input[type=submit] .badge {
  color: #fff;
  background-color: #333;
}
.board-sidebar {
  font-size: 14px;
  float: right;
  margin-left: 26px;
  margin-bottom: 40px;
}
.desktop-address {
  color: #FFF;
}
.desktop-address .bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
}
.desktop-address br {
  display: none;
}
.desktop-address hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.desktop-address .text-right {
  text-align: right;
}
/* =FAQ
--------------------------------------------------------------------------------------------------------*/
.faq_container .faq {
  margin-bottom: 20px;
}
.faq_question {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #A4A7B0;
}
.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.faq_text {
  padding: 15px 0 0;
  /* background: #eeeeee; */
  color: #414042;
}
/* Login Forms */
.tml p {
  margin-bottom: 0;
}
.tml {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  padding-bottom: 0;
}
.tml.tml-profile {
  max-width: 630px;
}
.tml textarea,
.tml .input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
  margin: 0;
  padding: 10px;
  font-size: 16px;
  position: relative;
  height: auto;
  box-sizing: border-box;
}
.tml textarea:focus,
.tml .input: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);
}
.tml textarea::-moz-placeholder,
.tml .input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tml textarea:-ms-input-placeholder,
.tml .input:-ms-input-placeholder {
  color: #999;
}
.tml textarea::-webkit-input-placeholder,
.tml .input::-webkit-input-placeholder {
  color: #999;
}
.tml textarea[disabled],
.tml .input[disabled],
.tml textarea[readonly],
.tml .input[readonly],
fieldset[disabled] .tml textarea,
fieldset[disabled] .tml .input {
  background-color: #eeeeee;
  opacity: 1;
}
.tml textarea[disabled],
.tml .input[disabled],
fieldset[disabled] .tml textarea,
fieldset[disabled] .tml .input {
  cursor: not-allowed;
}
textarea.tml textarea,
textarea.tml .input {
  height: auto;
}
.tml-user-panel .tml-user-avatar {
  float: left !important;
  margin-right: 10px;
}
.tml-user-panel .tml-user-links {
  padding-left: 0;
  list-style: none;
}
.tml .tml-rememberme-wrap input {
  width: auto;
}
#wp-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-size: 14px;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#wp-submit:focus,
#wp-submit:active:focus,
#wp-submit.active:focus,
#wp-submit.focus,
#wp-submit:active.focus,
#wp-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#wp-submit:hover,
#wp-submit:focus,
#wp-submit.focus {
  color: #333;
  text-decoration: none;
}
#wp-submit:active,
#wp-submit.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#wp-submit.disabled,
#wp-submit[disabled],
fieldset[disabled] #wp-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
#wp-submit:hover,
#wp-submit:focus,
#wp-submit.focus,
#wp-submit:active,
#wp-submit.active,
.open > .dropdown-toggle#wp-submit {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#wp-submit:active,
#wp-submit.active,
.open > .dropdown-toggle#wp-submit {
  background-image: none;
}
#wp-submit.disabled,
#wp-submit[disabled],
fieldset[disabled] #wp-submit,
#wp-submit.disabled:hover,
#wp-submit[disabled]:hover,
fieldset[disabled] #wp-submit:hover,
#wp-submit.disabled:focus,
#wp-submit[disabled]:focus,
fieldset[disabled] #wp-submit:focus,
#wp-submit.disabled.focus,
#wp-submit[disabled].focus,
fieldset[disabled] #wp-submit.focus,
#wp-submit.disabled:active,
#wp-submit[disabled]:active,
fieldset[disabled] #wp-submit:active,
#wp-submit.disabled.active,
#wp-submit[disabled].active,
fieldset[disabled] #wp-submit.active {
  background-color: #fff;
  border-color: #ccc;
}
#wp-submit .badge {
  color: #fff;
  background-color: #333;
}
ul,
ol {
  margin-bottom: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-weight: 500;
}
h3 {
  margin-bottom: 0;
}
h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #A4A7B0;
}
.colored {
  color: #FF6F49;
}
strong.colored {
  color: #FF6F49 !important;
}
h4 {
  margin: 0;
}
strong {
  letter-spacing: 1px;
}
.extra-bold {
  font-weight: 700;
}
blockquote {
  margin-left: 00px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 1px;
  padding-right: 20px;
  padding-left: 80px;
  background: #F7F7F7;
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-left: 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin: 0 0 11px;
}
blockquote:before {
  content: '\0201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 50px;
  position: absolute;
  left: 40px;
  top: 11px;
  color: #AAA;
}
/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
img[class*="wp-image-"] {
  margin-top: 4px;
  margin-bottom: 10px;
}
/* Alignment */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  position: relative;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption .wp-caption-text {
  margin-top: 10px;
  color: #FFF;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 1.3;
  position: absolute;
  background: #B7ADAA;
  bottom: 0;
  display: none;
  width: 100%;
}
.featured-image {
  visibility: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.featured-image img {
  margin: 0 auto;
}
.show-caption {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 20px;
  color: #000;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  max-width: 100%;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  max-width: 100%;
}
.tab-content > .active {
  outline: none;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
.page-header {
  padding-bottom: 0px;
  margin: 0;
  margin-bottom: 15px;
  border-color: #C2C3C4;
  overflow: auto;
}
.page-header h1 {
  margin: 0;
  line-height: 1;
  margin-bottom: 14px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: normal;
}
.single .page-header h1 {
  margin-bottom: 10px;
}
.page-header h2 {
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 2px;
}
p,
.entry-content,
.other-details {
  font-size: 18px;
}
p strong,
.entry-content strong,
.other-details strong {
  color: #000;
}
.top-margin {
  margin-top: 5px;
}
.breaker {
  height: 30px;
}
.bottom-margin {
  margin-bottom: 30px;
}
.brown-bg {
  padding: 0 10px 10px;
  background: #B7ADAA;
  color: #FFF;
}
.darkgray-bg {
  color: #FFF;
  padding: 10px;
  text-align: center;
  background: #545456;
}
.orange-bg {
  line-height: 1.2;
  background: #FF6F49;
  padding: 0 10px 10px;
  color: #FFF;
}
.dark-text {
  color: #5F5F5F;
  font-weight: 300;
}
.widget.brown-bg h3 {
  margin-top: 10px;
}
.widget.brown-bg h3,
.widget.brown-bg h6,
.widget.darkgray-bg h6,
.widget.orange-bg h6 {
  color: #FFF;
  margin-bottom: 0px;
}
.gray-bg {
  padding: 10px;
  background-color: #eeeeee;
  margin-top: 20px;
}
.gray-bg h3 {
  margin-top: 10px;
}
.gray-bg ul {
  font-size: 17px;
}
.left-column {
  margin-top: 25px;
}
.main-content-inner {
  margin-top: 25px;
}
.right-column {
  margin-top: 25px;
}
.no-gutter,
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sub-container {
  margin-top: 40px;
  margin-bottom: 30px;
}
.home .sub-container {
  margin-top: 15px;
}
.border-bottom {
  border-bottom: 1px solid #A4A7B0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.border-top {
  border-top: 1px solid #A4A7B0;
  padding-top: 20px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.image-block img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.entry-content {
  /*background: @light-gray;
  padding: 15px;*/
  padding-bottom: 15px;
  overflow: hidden;
}
.media-content {
  padding: 15px 0px;
  overflow: auto;
  font-size: 14px;
}
.media-content,
.media-content p {
  font-size: 14px;
}
.media-content .date {
  margin: 5px 0px;
  color: #000;
}
.media-content .description {
  margin: 5px 0px;
}
.mapbox {
  width: 100%;
  height: 300px;
  clear: both;
  cursor: default;
  margin-bottom: 40px;
}
.sws-gmap3-frame {
  margin-bottom: 40px;
}
.loccircle {
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #B7ADAA;
  color: #FFF;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}
/*
.map-icon .fa-circle {color: @blue;}
.map-icon i {font-style: normal;}
*/
/*Tool tips*/
.tinytip-open {
  cursor: pointer;
  text-align: center;
  padding: 5px 0px;
  background: #EEE;
  color: #999;
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid #EEE;
  width: 100%;
  display: block;
}
.tinytip {
  background: #eee;
  padding: 10px;
  font-size: 12px;
}
.navbar-toggle .fa-times {
  color: #e12424;
}
.previous-page {
  text-align: right;
  position: absolute;
  top: -40px;
  right: 15px;
}
/* =Landing Page
--------------------------------------------------------------------------------------------------------*/
.landing-holder {
  padding-bottom: 80px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}
.wf-loading .landing-holder {
  opacity: 0;
}
.landing-line {
  height: 12px;
  background: #488BC9;
}
.landing-header {
  font-weight: 300;
  text-align: center;
  font-size: 50px;
  padding: 130px 0 100px;
  line-height: 56px;
}
.landing-header strong {
  color: #488BC9;
  font-weight: 500;
}
.landing-block {
  padding-left: 10px;
  padding-right: 10px;
}
.landing-title {
  background: #D1C8C2;
  margin-top: 30px;
  height: 60px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
  padding: 0 5px;
}
.landing-title a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.landing-title a:hover {
  color: #488BC9;
  text-decoration: none;
}
body {
  margin-bottom: 12px;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .landing-header {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 992px) {
  .landing-header {
    padding: 30px 0 10px;
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .landing-header {
    padding: 50px 0 30px;
    font-size: 36px;
    line-height: 46px;
  }
  .landing-holder {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .landing-header {
    padding: 20px 0 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .landing-block {
    width: 100%;
    float: none;
  }
  .landing-block.col-xs-offset-1 {
    margin-left: 0%;
  }
}
/* =NL Page
--------------------------------------------------------------------------------------------------------*/
.nl-holder {
  padding-bottom: 80px;
  padding-top: 80px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  color: #000;
}
.nl-holder h2,
.nl-holder h3,
.nl-holder h4,
.nl-holder h5 {
  letter-spacing: 0px;
}
.nl-holder p {
  color: #000;
  font-size: inherit;
  line-height: 1.2em;
}
.nl-holder .nl-content {
  padding-bottom: 15px;
}
.nl-holder .nl-content p {
  line-height: 1.5em;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 24px;
}
.nl-holder .no-blocks .nl-content p {
  line-height: 1.2em;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}
.wf-loading .nl-holder {
  opacity: 0;
}
.nl-line {
  height: 12px;
  background: #488BC9;
}
.nl-header {
  margin-top: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 56px;
  color: #0090d0;
  font-size: 60px;
}
.no-blocks .nl-header {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 36px;
  color: #0090d0;
  font-size: 40px;
}
.nl-header strong {
  color: #488BC9;
  font-weight: 500;
}
.nl-block {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}
.nl-title {
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0090D0;
}
.nl-holder small {
  font-size: 70%;
  display: block;
  line-height: 1;
}
.nl-title a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.nl-title a:hover {
  color: #488BC9;
  text-decoration: none;
}
.nl-img {
  float: left;
  width: 35%;
  margin-right: 20px;
  padding-top: 6px;
}
.nl-img.nl-right {
  float: right;
  width: 40%;
  margin-right: 0px;
  margin-left: 20px;
}
.nl-footer {
  border-top: 2px solid #000;
  padding-top: 60px;
  text-align: center;
  margin-top: 30px;
  color: #000;
  font-size: 24px !important;
}
@media only screen and (max-width: 992px) {
  .nl-header {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .nl-header {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .nl-header {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .nl-holder .nl-content p {
    line-height: 1.2em;
    font-size: 20px;
  }
  .nl-holder .nl-content {
    padding-bottom: 0;
  }
  .nl-block {
    width: 100%;
    float: none;
  }
  .nl-title {
    margin-bottom: 0;
  }
  .nl-img,
  .nl-img.nl-right {
    width: 50%;
  }
  .nl-block.col-xs-offset-1 {
    margin-left: 0%;
  }
}
/* =Loading
--------------------------------------------------------------------------------------------------------*/
/*
.loading {

			margin:5px auto;
			padding:0 10px;
			background-color:#ccc;
			color:#fff;
			text-align:center;
			font-weight:bold;
			box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;
			position:absolute;
			z-index:4;
			top:25px;
			left:5px;
		}
.loading.error {
				background-color:red;
}
*/
/* =Theme My Login
--------------------------------------------------------------------------------------------------------*/
#pass-strength-result {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #23282d;
  font-weight: 600;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 100%;
  opacity: 0;
}
#pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}
#pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}
#pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}
#pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}
.pw-weak {
  display: none;
}
.indicator-hint {
  padding-top: 8px;
}
#pass1,
#pass1-text {
  width: 100%;
}
#pass1-text,
.show-password #pass1 {
  display: none;
}
.show-password #pass1-text {
  display: inline-block;
}
.message {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 0;
  border-radius: 0;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.message h4 {
  margin-top: 0;
  color: inherit;
}
.message .alert-link {
  font-weight: bold;
}
.message > p,
.message > ul {
  margin-bottom: 0;
}
.message > p + p {
  margin-top: 5px;
}
.message hr {
  border-top-color: #f7e1b5;
}
.message .alert-link {
  color: #66512c;
}
/* =Header
--------------------------------------------------------------------------------------------------------*/
.site-header {
  float: left;
}
.ok-logo-block {
  padding: 20px;
  text-align: center;
}
.top-navigation {
  border-bottom: 1px solid #A4A7B0;
}
.container-fluid.site-navigation {
  background: #808080;
}
/* =Nav
--------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  #main-menu.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: transparent;
  border: 0;
  border-bottom: 0 !important;
}
.navbar-collapse {
  border-top: 0;
  box-shadow: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-toggle {
  float: none;
  margin: 0;
}
.navbar-toggle .fa-bars {
  height: 3px;
  border-radius: 0;
  color: #FFF;
}
.menu-top-nav-container {
  margin-left: -8px;
}
#top-menu.nav > li > a {
  padding: 10px 8px;
  color: #747476;
}
.header-link-holder {
  margin-right: 0 !important;
}
#sub-menu {
  margin-top: 0;
  margin-bottom: 10px;
}
.site-navigation .navbar {
  margin-bottom: 0;
}
#main-menu.nav > li {
  padding: 10px 0;
}
#main-menu.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
  border-left: 2px solid #fff;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 16px;
  white-space: nowrap;
}
#main-menu.nav > li:first-child > a {
  border-left: 0;
}
#main-menu.nav > li.dropdown {
  margin-right: -2px;
}
.dropdown-menu {
  border-top: 0;
  border-radius: 0;
  min-width: 195px;
  left: -1px;
}
.dropdown-menu > li {
  padding: 0 10px;
}
.dropdown-menu > li > a {
  color: #000;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #808080;
}
.dropdown-menu > li:first-child > a {
  border-top: 0;
}
.mobile-drop {
  float: right;
  color: #FFF;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
/*
#sub-menu.nav>li>a {
	position: relative;
	display: block;
	padding: 3px 15px;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 5px;
	background: @brown;
}
*/
/*
.home #sub-menu.nav>li>a {
background: rgba(201, 189, 186, 0.7);
}
*/
#main-menu.nav > li.dropdown:hover,
#main-menu.nav > li.active.dropdown,
#main-menu.nav > li.dropdown.current-page-ancestor {
  background: #FFF;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #808080;
  background-color: transparent;
}
#main-menu.nav > li.dropdown:hover > a,
#main-menu.nav > li a:hover,
#main-menu.nav > li > a:focus,
#main-menu.nav > li.active > a,
#main-menu.nav > li.current-page-ancestor > a {
  color: #808080;
  background: transparent;
}
#main-menu.nav > li.dropdown > a:hover,
#main-menu.nav > li > a:hover {
  color: #000;
}
#sub-menu.nav > li > a:hover,
#sub-menu.nav > li > a:focus,
#sub-menu.nav > li.active > a,
#sub-menu.nav > li.current-page-ancestor > a {
  color: #0090D0;
}
.sub-menu-container {
  margin-bottom: 30px;
  font-size: 18px;
}
.showmobile {
  display: none;
}
.sub-menu-container .mobileshow .fa-times {
  display: none;
}
.sub-menu-container .mobileshow .fa-bars {
  display: inline-block;
}
.open.sub-menu-container .mobileshow .fa-times {
  display: inline-block;
}
.open.sub-menu-container .mobileshow .fa-bars {
  display: none;
}
.sub-menu-container .border {
  border-top: 1px solid #C2C3C4;
  border-bottom: 1px solid #C2C3C4;
  position: relative;
  padding: 5px 0 6px;
  text-align: center;
  letter-spacing: 1px;
}
.top-page {
  padding: 0 15px;
  margin-top: 6px;
}
/*Mobile home menu*/
.mobile-foot-nav {
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: auto;
}
/*
.mobile-foot-nav li {
width: 50%;
float: left;
}
*/
.mobile-foot-nav li a {
  background: #C9BDBA;
}
/*
.mobile-foot-nav  .col-xs-10 {
  padding: 2px 4px;
}
*/
/* Footer
--------------------------------------------------------------------------------------------------------*/
.container-fluid.footer,
.container-fluid.footer-full {
  background-color: #F2F3F3;
  position: relative;
  margin-top: 60px;
  border-top: 1px solid #737475;
}
.site-footer-inner {
  position: relative;
  padding-bottom: 50px;
  padding-top: 40px;
  overflow: auto;
}
#footer-menu {
  column-count: 4;
}
#footer-menu > li {
  margin-top: 10px;
}
#footer-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*
#featured-menu{
	height: 400px;
}
*/
#featured-menu > li > a {
  font-size: 16px;
  font-weight: 700;
}
#footer-menu.nav > li > a {
  font-size: 16px;
  font-weight: 700;
}
#featured-menu > li > a,
#footer-menu.nav > li > a,
#footer-menu.nav > li > ul > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
  letter-spacing: 1px;
  color: #000;
}
#footer-menu.nav > li > a:hover,
#footer-menu.nav > li > ul > li > a:hover {
  text-decoration: none;
  color: #000;
}
.site-info {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright {
  font-size: 17px;
  text-align: left;
  font-weight: bold;
}
.footer-credit {
  font-size: 14px;
  text-align: right;
}
.footer-credit img {
  text-align: right;
  width: 60px;
  vertical-align: middle;
}
.sub-footer {
  overflow: auto;
  border-top: 1px solid #737475;
  background: #FFF;
  padding: 0 0 15px;
  border-bottom: 1px solid #737475;
}
.sub-footer h3 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  color: #737475;
  margin-bottom: 15px;
  border-bottom: 1px solid #737475;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: left;
}
.sub-footer .gform_heading {
  margin-bottom: 2px;
}
.sub-footer .gform_heading h3 {
  text-align: left;
}
.newsletter label {
  display: none;
}
.newsletter .gform_body {
  float: left;
}
.newsletter .gform_footer {
  float: left;
  margin-bottom: 0;
}
.sub-footer .gform_body .form-control {
  background-color: #FFF;
  border: 1px solid #747476;
  padding: 3px 10px;
  height: 30px;
}
.sub-footer .gform_footer .btn {
  color: #FFF;
  background-color: #747476;
  border: 0;
  padding: 6px 10px;
  height: 30px;
  border-radius: 0;
  border-left: 1px solid #747476;
}
/* =Social
--------------------------------------------------------------------------------------------------------*/
.social-links {
  white-space: nowrap;
  /*
	float: right;
	width: 30px;
	background: @orange;
	padding: 11px 0px;
*/
}
.social-links .social-link {
  text-align: center;
  padding: 7px 4px;
  display: inline-block;
  color: #747476;
}
.social-links .social-link:hover {
  color: #005b84;
}
.social-links-footer .social-link {
  padding-right: 15px;
  color: #747476;
}
.social {
  margin-right: 0px;
  float: right;
}
.social div {
  display: inline-block;
  padding: 0;
}
.social div a {
  display: block;
  text-decoration: none;
  height: 24px;
  width: 24px;
}
/* End Social
--------------------------------------------------------------------------------------------------------*/
.header-links {
  white-space: nowrap;
  padding-right: 15px;
  text-align: right;
}
.header-links .btn {
  margin-left: 5px;
}
/* SITE Wide Notice */
.sitewide-notice {
  clear: both;
  padding: 0 5px 20px;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.notice-inner {
  background: #ff6f49;
  padding: 10px;
  color: #FFF;
  font-size: 18px;
}
@keyframes dropHeader {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* =Header search
--------------------------------------------------------------------------------------------------------*/
.search-toggle {
  position: relative;
  float: right;
  width: 30px;
  text-align: center;
}
.search-toggle i {
  font-size: 1em;
  color: #FFF;
  position: relative;
}
.search-toggle a.search-mobile {
  color: #FFF;
  position: relative;
  z-index: 1000;
  top: 2px;
}
.search-box-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
}
.search-box-wrapper #searchform .form-control {
  border: 0;
  font-size: 16px;
  background: #C8BDBA;
  height: 26px;
  padding: 2px 12px;
  width: 26px;
  margin-right: 2px;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
}
.search-box-wrapper.show-search #searchform .form-control {
  width: 200px;
}
#searchform .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.panel {
  border: 0;
  box-shadow: none;
}
/* =Backtotop
--------------------------------------------------------------------------------------------------------*/
#backtotop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: none;
  z-index: 30;
}
#backtotop a {
  display: block;
  float: right;
}
/* =buttons
--------------------------------------------------------------------------------------------------------*/
.btn {
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-gray {
  color: #FFF;
  background: #808080;
}
.btn-blue {
  color: #FFF;
  background: #0090D0;
  border: 0;
}
.btn-tan {
  padding: 1px 12px;
  border-radius: 15px;
  color: #FFF;
  font-weight: 400;
  background: #B7ADAA;
}
.button-primary,
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.button-primary:focus,
.button:focus,
.button-primary:active:focus,
.button:active:focus,
.button-primary.active:focus,
.button.active:focus,
.button-primary.focus,
.button.focus,
.button-primary:active.focus,
.button:active.focus,
.button-primary.active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button-primary:hover,
.button:hover,
.button-primary:focus,
.button:focus,
.button-primary.focus,
.button.focus {
  color: #333;
  text-decoration: none;
}
.button-primary:active,
.button:active,
.button-primary.active,
.button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button-primary.disabled,
.button.disabled,
.button-primary[disabled],
.button[disabled],
fieldset[disabled] .button-primary,
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.button-primary:hover,
.button:hover,
.button-primary:focus,
.button:focus,
.button-primary.focus,
.button.focus,
.button-primary:active,
.button:active,
.button-primary.active,
.button.active,
.open > .dropdown-toggle.button-primary,
.open > .dropdown-toggle.button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.button-primary:active,
.button:active,
.button-primary.active,
.button.active,
.open > .dropdown-toggle.button-primary,
.open > .dropdown-toggle.button {
  background-image: none;
}
.button-primary.disabled,
.button.disabled,
.button-primary[disabled],
.button[disabled],
fieldset[disabled] .button-primary,
fieldset[disabled] .button,
.button-primary.disabled:hover,
.button.disabled:hover,
.button-primary[disabled]:hover,
.button[disabled]:hover,
fieldset[disabled] .button-primary:hover,
fieldset[disabled] .button:hover,
.button-primary.disabled:focus,
.button.disabled:focus,
.button-primary[disabled]:focus,
.button[disabled]:focus,
fieldset[disabled] .button-primary:focus,
fieldset[disabled] .button:focus,
.button-primary.disabled.focus,
.button.disabled.focus,
.button-primary[disabled].focus,
.button[disabled].focus,
fieldset[disabled] .button-primary.focus,
fieldset[disabled] .button.focus,
.button-primary.disabled:active,
.button.disabled:active,
.button-primary[disabled]:active,
.button[disabled]:active,
fieldset[disabled] .button-primary:active,
fieldset[disabled] .button:active,
.button-primary.disabled.active,
.button.disabled.active,
.button-primary[disabled].active,
.button[disabled].active,
fieldset[disabled] .button-primary.active,
fieldset[disabled] .button.active {
  background-color: #fff;
  border-color: #ccc;
}
.button-primary .badge,
.button .badge {
  color: #fff;
  background-color: #333;
}
.form-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.form-table > thead > tr > th,
.form-table > tbody > tr > th,
.form-table > tfoot > tr > th,
.form-table > thead > tr > td,
.form-table > tbody > tr > td,
.form-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.form-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.form-table > caption + thead > tr:first-child > th,
.form-table > colgroup + thead > tr:first-child > th,
.form-table > thead:first-child > tr:first-child > th,
.form-table > caption + thead > tr:first-child > td,
.form-table > colgroup + thead > tr:first-child > td,
.form-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.form-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.form-table .table {
  background-color: #FCFCFC;
}
.tml-action-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.tml-action-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.tml-action-links a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 2px;
}
.tml-action-links a:focus,
.tml-action-links a:active:focus,
.tml-action-links a.active:focus,
.tml-action-links a.focus,
.tml-action-links a:active.focus,
.tml-action-links a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tml-action-links a:hover,
.tml-action-links a:focus,
.tml-action-links a.focus {
  color: #333;
  text-decoration: none;
}
.tml-action-links a:active,
.tml-action-links a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tml-action-links a.disabled,
.tml-action-links a[disabled],
fieldset[disabled] .tml-action-links a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-list > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: #000;
  letter-spacing: 1px;
  border-top: 1px solid #c2c3c4;
  text-decoration: none;
}
/*
.btn-list > li:first-child > a {
    border-top: 0;

}
*/
/*
.btn-list>li>a {
  position: relative;
  display: block;
  padding: 3px 15px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 5px;
  background: @dark-gray;
  text-decoration: none;
}
*/
.btn-list > li > a:hover {
  text-decoration: none;
  color: #808080;
}
.btn-list > li.active > a,
.btn-list > li.current-cat > a,
.btn-list > li.current-menu-ancestor > a {
  color: #A4A7B0;
}
.btn-list .children {
  list-style: none;
  padding-left: 0;
}
.btn-list .children li a {
  border-left: 5px solid #C9BDBA;
  text-indent: -5px;
  position: relative;
  display: block;
  padding: 3px 15px;
  color: #FFF;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 5px;
  background: #808080;
  text-decoration: none;
}
/*
.btn-list>li.active>a:before {
  content: '\A';
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid rgba(0, 0, 0, 0);
  border-left: 8px solid @blue;
  z-index: 10;
  top: 0;

}
*/
.facetwp-facet > .facetwp-radio .facetwp-facet > .facetwp-checkbox,
.filter-list > li > a {
  position: relative;
  display: block;
  padding: 0px;
  color: #808080;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0px;
  text-decoration: none;
}
.facetwp-facet > .facetwp-radio.selected,
.facetwp-facet > .facetwp-checkbox.checked,
.filter-list > li.active > a,
.filter-list > li > a:hover {
  text-decoration: none;
  color: #000;
}
.btn-clear {
  border-color: #FFF;
  padding: 1px 12px;
  border-radius: 15px;
  color: #FFF;
  font-weight: 400;
}
.extra-links .btn-full {
  clear: both;
  margin-top: 20px;
  display: block;
}
.filter-list .children {
  padding-left: 10px;
  list-style: none;
}
.filter-list .children li a {
  position: relative;
  display: block;
  padding: 0px;
  color: #808080;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0px;
  text-decoration: none;
}
/* =Home Page
--------------------------------------------------------------------------------------------------------*/
.home-showcase {
  margin-bottom: 15px;
}
.home-showcase .bottom_bar {
  border: 1px solid #b7b7b7;
}
.home-showcase .text-content {
  position: absolute;
  bottom: 40px;
  left: 15px;
  font-size: 20px;
  text-shadow: 0px 1px 2px black;
}
.home-showcase .showcase-title {
  font-weight: 400;
  font-size: 28px;
}
.home-showcase .block-button {
  padding: 10px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.home-showcase .block-button:before {
  border-top: 3px solid #FFF;
  width: 90%;
}
.home-showcase .location-block {
  position: relative;
  margin-left: -15px;
  opacity: 0;
  background: #FFF;
}
.home-showcase .location-block .block-button {
  font-size: 24px;
}
.home-showcase .location-image {
  position: absolute;
  bottom: 0;
}
.home-showcase .location-info {
  padding: 20px;
  font-size: 18px;
}
.home-showcase .closing-note {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.home-showcase .closing-note h3 {
  color: #FF6F49;
  letter-spacing: 2px;
}
.home-showcase .closing-note span {
  color: #FF6F49;
}
.home-showcase .home-address {
  line-height: 1.2;
}
.home-showcase .home-header {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  color: #737475;
  margin-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 15px;
  margin-top: 20px;
}
.home-showcase .event_list {
  position: relative;
  margin-bottom: 20px;
  padding-right: 0;
}
.home-showcase .event_list ul {
  padding: 0 15px;
}
.home-showcase .event_list .tribe-list-widget {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  border: 1px solid #b7b7b7;
  display: block !important;
  background: #FFF;
}
.home-showcase .event_list .event-cat {
  color: #0090D0;
  margin-bottom: 0;
}
.home-showcase .event_list .event-title {
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-showcase .event_list .event-title a {
  color: #737475;
}
.home-showcase .event_list .block-button {
  bottom: 0;
}
.home-showcase .event_list .tribe-events-widget-link {
  display: none;
}
.home-showcase .theme-block {
  font-size: 20px;
  background: #FFF;
}
.home-showcase .theme-block .onview-header {
  font-weight: 400;
  font-size: 28px;
}
.home-showcase .theme-block a {
  color: #737475;
}
.home-showcase .theme-block a:hover {
  color: #000;
  text-decoration: none;
}
.home-showcase .theme-block .theme-info {
  padding-top: 10px;
  padding-left: 10px;
}
.home-showcase .theme-block .theme-info .text-uppercase {
  letter-spacing: 1px;
}
.home-showcase .theme-block .theme-info h5 {
  color: #A4A7B0;
}
.home-showcase .theme-block .wp-caption {
  margin-bottom: 0;
}
.home-store-blocks .home-store-block {
  margin-bottom: 20px;
  background: #FFF;
  padding-left: 0;
}
.home-store-blocks .home-store-block:first-child {
  padding-left: 15px;
}
.home-store-blocks .home-store-block:first-child figure {
  height: 260px;
}
.home-store-blocks .block-bottons {
  font-size: 20px;
}
.home-store-blocks a:hover {
  text-decoration: none;
}
.home-store-blocks h5 {
  border: 1px solid #b7b7b7;
  padding: 7px 14px;
  color: #737475;
  border-bottom: 0;
  margin: 0;
  font-size: 22px;
}
.home-store-blocks .col-sm-6 a {
  border: 1px solid #b7b7b7;
  display: block;
}
.home-store-blocks .col-sm-6 a.block-button {
  border: 0;
}
/* =Custom page functions
--------------------------------------------------------------------------------------------------------*/
.larger-text {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.extra-large-text {
  font-size: 36px;
  line-height: 1;
  padding-left: 10px;
}
@media only screen and (max-width: 800px) {
  #no-more-tables {
    clear: both;
  }
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    width: 100% !important;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
	Label the data
	*/
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
/* =Filter bar
--------------------------------------------------------------------------------------------------------*/
.filter-bar {
  margin-top: -17px;
  height: 24px;
  line-height: 24px;
}
/*
.facetwp-facet {
    margin-bottom: 40px;
}

.facetwp-type-checkboxes,
.facetwp-type-hierarchy {
    overflow: auto;
    max-height: 160px;
}
*/
.facetwp-radio,
.facetwp-checkbox {
  cursor: pointer;
  position: relative;
}
/*
.facetwp-checkbox.checked:after {
 font-family: FontAwesome;
  content: "\f057";
  float: right;
  margin-right: -10px;
}
*/
.facetwp-radio.disabled,
.facetwp-checkbox.disabled {
  opacity: 0.4;
  cursor: default;
}
.facetwp-pager-label {
  display: inline-block;
  margin-right: 12px;
}
.facetwp-page {
  display: inline-block;
  padding: 0px 4px;
  margin-right: 6px;
  cursor: pointer;
}
.facetwp-page.active {
  cursor: default;
}
.facetwp-autocomplete,
.facetwp-search {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
}
.facetwp-autocomplete:focus,
.facetwp-search: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);
}
.facetwp-autocomplete::-moz-placeholder,
.facetwp-search::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.facetwp-autocomplete:-ms-input-placeholder,
.facetwp-search:-ms-input-placeholder {
  color: #999;
}
.facetwp-autocomplete::-webkit-input-placeholder,
.facetwp-search::-webkit-input-placeholder {
  color: #999;
}
.facetwp-autocomplete[disabled],
.facetwp-search[disabled],
.facetwp-autocomplete[readonly],
.facetwp-search[readonly],
fieldset[disabled] .facetwp-autocomplete,
fieldset[disabled] .facetwp-search {
  background-color: #eeeeee;
  opacity: 1;
}
.facetwp-autocomplete[disabled],
.facetwp-search[disabled],
fieldset[disabled] .facetwp-autocomplete,
fieldset[disabled] .facetwp-search {
  cursor: not-allowed;
}
textarea.facetwp-autocomplete,
textarea.facetwp-search {
  height: auto;
}
.facetwp-autocomplete-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update:active:focus,
.facetwp-autocomplete-update.active:focus,
.facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update:active.focus,
.facetwp-autocomplete-update.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.focus {
  color: #333;
  text-decoration: none;
}
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.facetwp-autocomplete-update.disabled,
.facetwp-autocomplete-update[disabled],
fieldset[disabled] .facetwp-autocomplete-update {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active,
.open > .dropdown-toggle.facetwp-autocomplete-update {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active,
.open > .dropdown-toggle.facetwp-autocomplete-update {
  background-image: none;
}
.facetwp-autocomplete-update.disabled,
.facetwp-autocomplete-update[disabled],
fieldset[disabled] .facetwp-autocomplete-update,
.facetwp-autocomplete-update.disabled:hover,
.facetwp-autocomplete-update[disabled]:hover,
fieldset[disabled] .facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update.disabled:focus,
.facetwp-autocomplete-update[disabled]:focus,
fieldset[disabled] .facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.disabled.focus,
.facetwp-autocomplete-update[disabled].focus,
fieldset[disabled] .facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update.disabled:active,
.facetwp-autocomplete-update[disabled]:active,
fieldset[disabled] .facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.disabled.active,
.facetwp-autocomplete-update[disabled].active,
fieldset[disabled] .facetwp-autocomplete-update.active {
  background-color: #fff;
  border-color: #ccc;
}
.facetwp-autocomplete-update .badge {
  color: #fff;
  background-color: #333;
}
.autocomplete-suggestions {
  margin-bottom: 20px;
  padding-left: 0;
  border: 0 !important;
}
.autocomplete-suggestion {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.autocomplete-suggestion:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.autocomplete-suggestion:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.autocomplete-suggestion.disabled,
.autocomplete-suggestion.disabled:hover,
.autocomplete-suggestion.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.autocomplete-suggestion.disabled .list-group-item-heading,
.autocomplete-suggestion.disabled:hover .list-group-item-heading,
.autocomplete-suggestion.disabled:focus .list-group-item-heading {
  color: inherit;
}
.autocomplete-suggestion.disabled .list-group-item-text,
.autocomplete-suggestion.disabled:hover .list-group-item-text,
.autocomplete-suggestion.disabled:focus .list-group-item-text {
  color: #777777;
}
.autocomplete-suggestion.active,
.autocomplete-suggestion.active:hover,
.autocomplete-suggestion.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.autocomplete-suggestion.active .list-group-item-heading,
.autocomplete-suggestion.active:hover .list-group-item-heading,
.autocomplete-suggestion.active:focus .list-group-item-heading,
.autocomplete-suggestion.active .list-group-item-heading > small,
.autocomplete-suggestion.active:hover .list-group-item-heading > small,
.autocomplete-suggestion.active:focus .list-group-item-heading > small,
.autocomplete-suggestion.active .list-group-item-heading > .small,
.autocomplete-suggestion.active:hover .list-group-item-heading > .small,
.autocomplete-suggestion.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.autocomplete-suggestion.active .list-group-item-text,
.autocomplete-suggestion.active:hover .list-group-item-text,
.autocomplete-suggestion.active:focus .list-group-item-text {
  color: #c7ddef;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Lato', sans-serif;
}
#user_pass {
  font-family: sans-serif;
  -webkit-text-stroke-width: 0.2em;
  letter-spacing: 0.2em;
}
.facetwp-counter {
  position: absolute;
  right: 5px;
  top: 3px;
}
.facetwp-loading {
  width: 20px;
  height: 20px;
}
.facetwp-loading:before {
  content: "\f110";
  font-family: FontAwesome;
  animation: fa-spin 2s infinite linear;
}
/* Hierarchy facets */
.facetwp-depth {
  margin-left: 12px;
}
.facetwp-link {
  cursor: pointer;
}
.facetwp-link.checked {
  cursor: default;
}
.facetwp-toggle {
  cursor: pointer;
}
.facetwp-hidden {
  display: none;
}
/* Selections shortcode */
.facetwp-selections ul {
  margin: 0;
  padding: 0;
}
.facetwp-selections li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-right: 20px;
  cursor: pointer;
}
/*

.facetwp-selections li,
.facetwp-remove-selection {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;

}
*/
.facetwp-selections li span {
  padding-right: 10px;
}
.facetwp-selections li span:after {
  font-family: FontAwesome;
  content: "\f057";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.facetwp-counts {
  font-size: 12px;
}
/* =Gallery
--------------------------------------------------------------------------------------------------------*/
.gallery-loading {
  min-height: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.item {
  margin-bottom: 15px;
  opacity: 0;
}
.item h6 {
  font-size: 12px;
}
/*
#swipebox-top-bar {
//     top: 0;
    overflow: hidden;
    line-height: 1.6em!important;
}

#swipebox-top-bar.visible-bars {
//     top: 0;
    height: 50%;
    line-height: 1.6em!important;
    padding: 60px 10px;
}
*/
/* =Sidebar
--------------------------------------------------------------------------------------------------------*/
.single-exhibition .left-col {
  margin-top: 5px;
}
.tax-repository .left-col {
  margin-top: 0px;
}
.widget {
  margin-bottom: 30px;
}
.widget h4 {
  color: #FF6F49;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.widget h5 {
  background: #B7ADAA;
  padding: 5px 15px;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0;
}
.right-col .widget h5 {
  background: #808080;
}
.widget h6 {
  margin-bottom: 10px;
}
.widget .mobilehide h6 {
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 0;
}
.widget .border {
  border-top: 1px solid #C2C3C4;
  border-bottom: 1px solid #C2C3C4;
  position: relative;
  padding: 7px 0;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.widget h5.border {
  border-top: 1px solid #C2C3C4;
  border-bottom: 1px solid #C2C3C4;
  position: relative;
  padding: 7px 0;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #5F5F5F;
  background: transparent;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding-bottom: 4px;
  line-height: 1.2;
}
.right-col ul {
  font-size: 12px;
}
.right-col ul h4 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.right-col ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A4A7B0;
}
.widget-text strong {
  color: #000;
}
.widget-text {
  font-size: 16px;
}
.quote {
  font-style: italic;
  margin-top: 20px;
}
.bottom-right {
  background: #FF6F49;
  padding: 10px;
  color: #FFF;
}
.bottom-left {
  background: #FF6F49;
  padding: 10px;
  color: #FFF;
}
.visitor-container {
  margin-top: -20px;
}
.address-hours {
  background: #B7ADAA;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  color: #FFF;
  min-height: 118px;
  margin-bottom: 20px;
}
.visitors-block {
  line-height: 1.2;
  background: #FF6F49;
  padding: 10px;
  color: #FFF;
  margin-bottom: 30px;
}
.language-link {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  background: #808080;
  margin-top: 20px;
}
.visitors-block em {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.notifications a {
  color: #FFF;
}
.alert {
  border: 0;
  border-radius: 0;
}
.alert-info {
  background-color: #ff6f49;
  border-color: #bce8f1;
  color: #FFF;
  font-size: 20px;
}
/* =Content
--------------------------------------------------------------------------------------------------------*/
.read-less,
.read-more {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 40px;
}
.other-details {
  padding-bottom: 15px;
}
.other-details.odd {
  /*background: #F7F7F7;*/
}
.other-details h2 {
  margin: 0;
}
.other-details h3 {
  margin-top: 10px;
}
.expand .other-details h2 {
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  border-bottom: 1px solid #C2C3C4;
}
.other-details h2 i {
  display: none;
}
.expand .other-details h2 i {
  display: inline-block;
}
.event-expander {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.event-expander h2 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  text-align: right;
}
.event-expander .inner-text {
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
.expand .inner-text {
  display: none;
}
h5.border {
  border-top: 1px solid #C2C3C4;
  border-bottom: 1px solid #C2C3C4;
  position: relative;
  padding: 7px 0;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.event-notes .opc-single-product {
  margin-bottom: 5px !important;
}
.event-notes .quantity,
.event-notes .add_to_cart_button {
  margin: 0 0 10px 0 !important;
}
.event-notes div.product p.price,
.event-notes div.product span.price,
.event-notes ul.products .product .price {
  color: #000000 !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.event-notes .radio,
.event-notes .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.event-li {
  padding-bottom: 15px;
}
/* Event single  */
.fe-extrainfo-container {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fe-extrainfo-container2 {
  background-color: transparent !important;
}
.fullCalendar {
  font-family: "futura-pt", sans-serif !important;
}
.event-date .fe-extrainfo-holder,
.fe-extrainfo-container {
  padding: 0 !important;
  font-family: "futura-pt", sans-serif !important;
}
.event-date.rhc .row-fluid .span6 {
  width: auto !important;
  display: inline-block !important;
}
.event-date.rhc .span12 .row-fluid {
  width: auto !important;
  float: left;
}
.event-date.rhc .fe-extrainfo-label {
  display: none !important;
}
.event-date.rhc .postmeta-fc_start_datetime .fe-extrainfo-label {
  display: inline-block !important;
  width: auto !important;
  font-weight: normal !important;
  padding: 0 4px;
}
.widget_rhcoming_events_widget .widget-title {
  border-top: 1px solid #C2C3C4;
  border-bottom: 1px solid #C2C3C4;
  position: relative;
  padding: 7px 0;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #5f5f6b;
  text-transform: capitalize;
  font-size: 16px;
}
/* Ticket block */
.rhc-woo-cel.sales_end,
.rhc-woo-cel.rhc-woo-date-end {
  display: none;
}
.rh-woo-spinner-container .rh-woo-spinner input {
  text-align: center !important;
  border-width: 1px !important;
}
.rh-woo-spinner-container .input-group-btn-vertical > .btn {
  border: 0;
  font-size: 14px;
  padding: 0px !important;
  margin-left: -3px !important;
}
.bold {
  font-weight: bold;
}
/*Tabs*/
.tabs {
  text-align: center;
  margin-bottom: 10px;
}
.tabs ul {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-bottom: 15px;
  overflow: hidden;
}
.tabs ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  flex: 1;
}
.tabs a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  text-decoration: none;
  color: #A4A7B0;
  border-bottom: 1px solid #C2C3C4;
  transition: color 0.2s;
}
.tabs li.active a {
  color: #000;
  font-weight: 600;
}
.tabs a:focus {
  outline: none;
}
.tabs li.active a:after,
.tabs li.active a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.tabs li.active a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #FFF;
}
.tabs li.active a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: #C2C3C4;
}
@media screen and (max-width: 58em) {
  .tabs {
    font-size: 0.9em;
  }
}
/* =News and posts
--------------------------------------------------------------------------------------------------------*/
.entry-summary {
  padding-bottom: 15px;
  overflow: auto;
}
.entry-summary h4 {
  font-weight: bold;
  line-height: 1.2;
}
.entry-meta {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}
.single footer.entry-meta {
  border-bottom: 1px solid #C2C3C4;
  overflow: auto;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.moretag {
  font-size: 14px;
  font-style: italic;
}
/* =Category and Tag blocks
--------------------------------------------------------------------------------------------------------*/
.cat-links a {
  color: #A4A7B0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.tags-links {
  font-size: 12px;
}
.tags-links a {
  color: #A4A7B0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.related-posts {
  border-top: 1px solid #C2C3C4;
}
.related-posts .b-by-b-item {
  margin-bottom: 5px;
}
.related-posts img {
  margin-right: 6px;
}
.related-posts h4 {
  font-size: 16px;
  padding-right: 10px;
}
/* =Next / Prev links
--------------------------------------------------------------------------------------------------------*/
.pager {
  margin: 0 0 7px;
}
.pager li > a,
.pager li > span {
  padding: 0;
  border: 0;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 0px;
}
/*.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;

}*/
/* Square Thumbs
-------------------------------------------------- */
.sq-thumbnail {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 5px;
}
.sq-thumbnail img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* Tour Blocks
-------------------------------------------------- */
/* top row */
.tour-blocks .dark-gray-bg,
.tour-blocks .light-gray-bg {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.tour-blocks {
  margin-bottom: 30px;
  overflow: hidden;
}
.tour-blocks .tour-image {
  margin-left: -15px;
  margin-right: -15px;
}
.tour-blocks h2 {
  margin-bottom: 25px;
  line-height: 1.1;
}
.tour-image {
  line-height: 0 !important;
}
.tour-blocks .dark-gray-bg h4 {
  color: #FFF;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.1;
}
.tour-link-block {
  margin-bottom: 20px;
}
.link-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*Backgrounds and other blocks*/
.dark-gray-bg {
  background: #ACADAF;
  color: #FFF;
}
.light-gray-bg {
  background: #D3D5D6;
}
/* Tabs */
ol.hashTabber-nav,
ol.hashTabber-data {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.hashTabber-data {
  padding: 15px;
  padding-top: 0px;
  overflow: auto;
}
ol.hashTabber-data > li {
  display: none;
}
ol.hashTabber-data > li.active {
  display: block;
}
/*Exhibition / On view */
.themed-gallery-row {
  margin-top: 30px;
  padding-top: 30px;
}
.exhibit-block {
  min-height: 150px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
  overflow: auto;
}
.exhibit-block .event-date {
  font-size: 14px;
}
.exhibit-block .exhibit-info {
  padding-left: 0;
}
.exhibit-block .exhibit-img {
  padding-right: 0;
}
.exhibit-summery {
  padding-bottom: 0px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 0px 20px 20px 10px;
}
.exhibit-summery hr {
  margin-top: 0px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #B3A59E;
}
.exhibit-summery .event-cat {
  margin-bottom: 0px;
}
.exhibit-summery .event-title a {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
}
.exhibit-summery .event-date {
  color: #B3A59E;
  /* font-weight: 600; */
  letter-spacing: 1px;
}
.exhibit-summery img {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
/* Big Header */
.big-header {
  overflow: auto;
  padding: 20px 40px 20px;
  background: #D8DAE2;
  margin-bottom: 20px;
}
.big-header .event-cat {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: inherit;
}
.big-title {
  color: #425A5F;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
}
.big-date {
  color: #FFF;
  font-size: 28px;
  vertical-align: middle;
}
.big-description {
  color: #425A5F;
  font-size: 20px;
  vertical-align: middle;
}
.big-description.sub-title {
  font-size: 28px;
}
.big-reception {
  color: #FF6F49;
  font-size: 20px;
  line-height: 1.2em;
  display: block;
  padding-top: 10px;
}
.reception {
  color: #FF6F49;
}
.order-notes-message-block {
  padding: 0 5px;
}
/**
Force WooSwipe product gallery to show arrows
See: https://basecamp.com/1756504/projects/15914345/todos/380189604
 */
#wooswipe .thumbnails {
  overflow: visible;
}
.slick-prev,
.slick-next {
  margin-top: 0;
}
@media screen and (max-width: 675px) {
  button.slick-prev {
    left: -15px;
  }
  button.slick-next {
    right: -15px;
  }
}
/* end of theme css */
/* Blog styling */
.single-post .author-info .avatar {
  border-radius: 50%;
  margin-right: 1rem;
}
.custom-one-page-checkout {
  margin: 0 auto;
}
.custom-one-page-checkout.bookings-cart {
  max-width: 600px;
  border-top: 1px solid #ddd;
}
.custom-one-page-checkout .entry-summary {
  border-bottom: 1px solid #ddd;
}
.woocommerce #content div.product .custom-one-page-checkout h3 {
  font-size: 20px;
}
.product.has-default-attributes.has-children > .images {
  opacity: 1;
}
.lost_reset_password {
  max-width: 400px;
  margin: 0 auto;
}
.product .nyp input.nyp-input {
  text-align: left !important;
  font-weight: bold;
  width: 180px;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 35px;
}
.showlogin {
  font-size: 87%;
}
b,
strong {
  font-weight: 500;
}
.entry-content {
  clear: both;
}
.product-count {
  padding: 10px 0;
  overflow: auto;
}
.facetwp-expand {
  display: none;
}
.product-count .facetwp-sort-select {
  margin-top: 5px;
  height: 28px;
}
.filterwidget {
  display: none;
}
.facetwp-pager-label {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bdbdbd;
  margin-right: 20px;
}
.facetwp-sort-select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
}
.facetwp-sort-select: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);
}
.facetwp-sort-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.facetwp-sort-select:-ms-input-placeholder {
  color: #999;
}
.facetwp-sort-select::-webkit-input-placeholder {
  color: #999;
}
.facetwp-sort-select[disabled],
.facetwp-sort-select[readonly],
fieldset[disabled] .facetwp-sort-select {
  background-color: #eeeeee;
  opacity: 1;
}
.facetwp-sort-select[disabled],
fieldset[disabled] .facetwp-sort-select {
  cursor: not-allowed;
}
textarea.facetwp-sort-select {
  height: auto;
}
.facetwp-page {
  display: inline-block;
  border-left-width: 0;
  padding: 0.3em 0.7em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
  cursor: pointer;
  margin-right: 2px;
}
.facetwp-page:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.facetwp-page.active {
  background-color: #2c2d33;
  border-color: #2c2d33;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
.filter-nav {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 15px;
  height: 35px;
  min-width: 220px;
}
.filter-nav .facetwp-counter,
.filter-nav .facetwp-cheox:before {
  display: none !important;
}
.filter-nav .facetwp-facet {
  display: inline-block;
}
.filter-nav .facetwp-checkbox:hover {
  text-decoration: none;
  color: #c61b21 !important;
}
.filter-nav .facetwp-checkbox {
  border-radius: 0;
  padding: 0px 5px;
  background: #FFF;
  border: 1px solid;
}
.textwidget .filterwidget .facetwp-checkbox {
  padding-right: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-nav .facetwp-checkbox.disabled:hover {
  text-decoration: none;
  color: #5f5f5f !important;
}
.facetwp-autocomplete-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update:active:focus,
.facetwp-autocomplete-update.active:focus,
.facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update:active.focus,
.facetwp-autocomplete-update.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.focus {
  color: #333;
  text-decoration: none;
}
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.facetwp-autocomplete-update.disabled,
.facetwp-autocomplete-update[disabled],
fieldset[disabled] .facetwp-autocomplete-update {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active,
.open > .dropdown-toggle.facetwp-autocomplete-update {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.active,
.open > .dropdown-toggle.facetwp-autocomplete-update {
  background-image: none;
}
.facetwp-autocomplete-update.disabled,
.facetwp-autocomplete-update[disabled],
fieldset[disabled] .facetwp-autocomplete-update,
.facetwp-autocomplete-update.disabled:hover,
.facetwp-autocomplete-update[disabled]:hover,
fieldset[disabled] .facetwp-autocomplete-update:hover,
.facetwp-autocomplete-update.disabled:focus,
.facetwp-autocomplete-update[disabled]:focus,
fieldset[disabled] .facetwp-autocomplete-update:focus,
.facetwp-autocomplete-update.disabled.focus,
.facetwp-autocomplete-update[disabled].focus,
fieldset[disabled] .facetwp-autocomplete-update.focus,
.facetwp-autocomplete-update.disabled:active,
.facetwp-autocomplete-update[disabled]:active,
fieldset[disabled] .facetwp-autocomplete-update:active,
.facetwp-autocomplete-update.disabled.active,
.facetwp-autocomplete-update[disabled].active,
fieldset[disabled] .facetwp-autocomplete-update.active {
  background-color: #fff;
  border-color: #ccc;
}
.facetwp-autocomplete-update .badge {
  color: #fff;
  background-color: #333;
}
.autocomplete-suggestions {
  margin-bottom: 20px;
  padding-left: 0;
  border: 0 !important;
}
.autocomplete-suggestion {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.autocomplete-suggestion:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.autocomplete-suggestion:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.autocomplete-suggestion.disabled,
.autocomplete-suggestion.disabled:hover,
.autocomplete-suggestion.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.autocomplete-suggestion.disabled .list-group-item-heading,
.autocomplete-suggestion.disabled:hover .list-group-item-heading,
.autocomplete-suggestion.disabled:focus .list-group-item-heading {
  color: inherit;
}
.autocomplete-suggestion.disabled .list-group-item-text,
.autocomplete-suggestion.disabled:hover .list-group-item-text,
.autocomplete-suggestion.disabled:focus .list-group-item-text {
  color: #777777;
}
.autocomplete-suggestion.active,
.autocomplete-suggestion.active:hover,
.autocomplete-suggestion.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.autocomplete-suggestion.active .list-group-item-heading,
.autocomplete-suggestion.active:hover .list-group-item-heading,
.autocomplete-suggestion.active:focus .list-group-item-heading,
.autocomplete-suggestion.active .list-group-item-heading > small,
.autocomplete-suggestion.active:hover .list-group-item-heading > small,
.autocomplete-suggestion.active:focus .list-group-item-heading > small,
.autocomplete-suggestion.active .list-group-item-heading > .small,
.autocomplete-suggestion.active:hover .list-group-item-heading > .small,
.autocomplete-suggestion.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.autocomplete-suggestion.active .list-group-item-text,
.autocomplete-suggestion.active:hover .list-group-item-text,
.autocomplete-suggestion.active:focus .list-group-item-text {
  color: #c7ddef;
}
.noUi-base .noUi-handle {
  border: 0 !important;
  border-radius: 1em !important;
  background: #5f5f5f;
  cursor: default;
  box-shadow: none !important;
}
.noUi-base .noUi-handle:after,
.noUi-base .noUi-handle:before {
  display: none !important;
}
.noUi-base .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  top: -4px !important;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: -8px !important;
}
.noUi-base .noUi-origin:first-child .noUi-handle {
  left: -5px !important;
}
.noUi-target {
  border: 0 !important;
  box-shadow: none !important;
}
.noUi-connect {
  box-shadow: none !important;
}
.facetwp-slider-wrap {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.facetwp-slider-label {
  margin: 8px 0;
  display: block;
}
.noUi-horizontal {
  height: 12px !important;
}
.facetwp-slider-reset {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  color: #ffffff !important;
  text-shadow: none !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  border-radius: 0;
  padding: 0.6em 0.7em;
}
/*--------------- featured home apge -----------------*/
.showcase {
  color: #FFF;
  position: relative;
}
.side-block {
  opacity: 0;
}
.storeslider {
  margin-bottom: 30px;
}
.ok-showcase a:focus {
  outline: 0 !important;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li {
  margin: 0;
  list-style: none;
}
.slick-dots {
  width: 200px;
  right: 10px;
  text-align: right;
  bottom: -10px;
  position: absolute;
}
.side-block .slick-dots {
  right: 5px;
  bottom: -15px;
}
.slick-dots li button:before {
  opacity: 0.25;
  color: #000;
  font-size: 9px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #FF704A;
}
.print-ship a {
  color: #FFF;
}
.print-ship a:hover {
  color: #f8f8f8;
  text-decoration: none;
}
.print-ship .image {
  border: 0 none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.print-ship .image img {
  max-height: 100%;
}
.print-ship-single {
  margin-top: 20px;
  padding: 0;
  margin-bottom: 15px !important;
}
.print-content {
  padding: 10px 15px;
}
.print-ship-single .block-button {
  margin: 10px 0 0 0 !important;
}
.print-ship-single a {
  color: #FFF;
}
.print-ship-single a:hover {
  color: #d3d3d3;
  text-decoration: none;
}
.inner-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.showcase-title {
  font-size: 26px;
  font-weight: 300;
}
.text-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.bottom_bar {
  border: 1px solid #737475;
  color: #737475;
}
.bottom_bar .text-content {
  width: 100%;
}
.bg_image .text-content {
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  opacity: 0.8;
}
.bg_image .showcase-title {
  color: #000 !important;
  padding: 10px 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.block-button {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #737475;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: -15px;
  margin-bottom: -15px;
  margin-top: 10px;
  position: relative;
  display: block;
  color: #FFF;
}
.block-button:before {
  border-top: 2px solid #FFF;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
}
a.block-button span {
  background: #737475;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}
a.block-button:hover,
.block-button:hover:before {
  text-decoration: none;
  color: #FF704A;
  border-color: #FF704A;
}
.filter-products a {
  display: block;
  position: relative;
}
.filter-products a:hover {
  text-decoration: none;
  color: #FF704A;
  border-color: #FF704A;
}
.filter-products img {
  border: 1px solid #737475;
}
.filter-content {
  position: relative;
}
.filter-products .filtered-title {
  width: 100%;
  padding: 10px;
  background: #737475;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  color: #FFF;
  white-space: nowrap;
}
.filter-products .filtered-text {
  color: #737475;
  padding: 10px;
  position: absolute;
  top: -35px;
}
.footer-callout {
  border-top: 1px solid #737475;
  margin-top: 40px;
  padding-top: 30px;
  overflow: auto;
}
/********************* Store styles *************************/
#store-content .read-less,
#store-content .read-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #FFF;
  background: #0090D0;
  border: 0;
  color: #fff !important;
  font-weight: 400 !important;
  font-style: normal;
  width: 100px;
  margin-top: 14px;
  border-radius: 5px;
  font-size: 12px !important;
  margin-top: 15px;
  background: #5f5f5f;
  margin-left: 10px;
}
#store-content .read-less:focus,
#store-content .read-more:focus,
#store-content .read-less:active:focus,
#store-content .read-more:active:focus,
#store-content .read-less.active:focus,
#store-content .read-more.active:focus,
#store-content .read-less.focus,
#store-content .read-more.focus,
#store-content .read-less:active.focus,
#store-content .read-more:active.focus,
#store-content .read-less.active.focus,
#store-content .read-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#store-content .read-less:hover,
#store-content .read-more:hover,
#store-content .read-less:focus,
#store-content .read-more:focus,
#store-content .read-less.focus,
#store-content .read-more.focus {
  color: #333;
  text-decoration: none;
}
#store-content .read-less:active,
#store-content .read-more:active,
#store-content .read-less.active,
#store-content .read-more.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#store-content .read-less.disabled,
#store-content .read-more.disabled,
#store-content .read-less[disabled],
#store-content .read-more[disabled],
fieldset[disabled] #store-content .read-less,
fieldset[disabled] #store-content .read-more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.open .mobileshow:after {
  font-family: FontAwesome;
  content: "\f057";
  position: absolute;
  right: 0;
  top: 5px;
  color: red;
}
#subnav {
  clear: both;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 25px 15px;
}
#subnav .nav-all-products {
  display: none;
}
#subnav ul li a:link,
#subnav ul li a:visited {
  color: #737373;
}
#subnav ul li a:hover,
#subnav ul li.active a,
#subnav ul li a.active:visited {
  color: #222222 !important;
}
#subnav ul li {
  text-align: right;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#subnav ul li a {
  padding: 3px 12px 12px;
  font-size: 20px;
  font-weight: 500;
}
#store-sub-menu li:first-child a {
  border-left: 0;
}
.store-loading {
  position: fixed;
  z-index: 4;
  top: 40%;
  left: 50%;
  margin-left: -32px;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.5;
  background-color: #5f5f5f;
}
.facetwp-checkbox {
  cursor: pointer;
}
.facetwp-checkbox:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  padding-right: 10px;
  width: 1.28571429em;
  text-align: center;
}
.facetwp-checkbox.checked:before {
  content: "\f046";
}
.facetwp-counts {
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bdbdbd;
  line-height: 40px;
}
.facetwp-selections ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.facetwp-selections li {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-right: 0;
  cursor: pointer;
  padding-left: 5px;
}
.facetwp-depth {
  margin-left: 12px;
}
.facetwp-facet-top_cats .facetwp-checkbox {
  display: inline;
  padding: 3px 12px 3px;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737373;
  border-left: 1px solid #737373;
}
.facetwp-facet-top_cats .facetwp-checkbox:first-child a {
  border-left: 0;
}
.facetwp-facet-top_cats .facetwp-checkbox:before {
  display: none;
}
.facetwp-facet-top_cats .facetwp-checkbox .facetwp-counter {
  display: none;
}
.cart-contents i {
  margin-top: 3px;
}
.menu-large {
  position: static !important;
}
.woocommerce .widget h5,
.woocommerce .widget-title {
  border-top: 1px solid #c2c3c4;
  border-bottom: 1px solid #c2c3c4;
  position: relative;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  margin-top: 8px;
  text-transform: capitalize;
  background: transparent;
  color: #5f5f5f;
  font-weight: 500;
  font-size: 16px;
}
.dropdown-menu > li.top-level > a {
  font-weight: bold;
  color: #FFF;
  font-size: 18px;
}
.facetwp-link {
  position: relative;
}
.nav-pipe {
  margin-top: 10px;
  background: #FFF;
  width: 1px;
  height: 30px;
}
.site-header-cart .header-login {
  margin-left: 26px;
  padding: 0;
}
.site-header-cart .header-login .icon {
  margin-right: 9px;
}
.site-header-cart .show-search {
  position: relative;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 22px;
  min-width: 34px;
  display: flex;
  align-items: center;
}
.site-header-cart .show-search .facetwp-btn {
  position: absolute;
  top: 14px;
  left: 0;
}
.site-header-cart .show-search .search-close {
  display: none;
}
.show-search .search-field,
.site-header-cart .facetwp-autocomplete,
.site-header-cart .facetwp-search {
  width: 114px;
  padding-left: 42px;
  background: transparent;
  color: #222222;
  font-size: 18px;
  transition: all 0.5s ease 0s;
  border: 0 !important;
  box-shadow: inherit;
  line-height: 1.42857143;
  height: 29px;
}
.site-header-cart {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.show-search .search-field:focus,
.site-header-cart .facetwp-autocomplete:focus,
.site-header-cart .facetwp-search:focus {
  border-color: #222222;
  outline: 0;
  box-shadow: none;
  width: 260px;
}
.site-header-cart i.facetwp-btn:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #222222;
}
.site-header-cart .facetwp-search-wrap i.facetwp-btn {
  display: none;
}
/* Store Footer */
#store-footer.container-fluid.footer-full {
  background-color: transparent;
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}
#store-footer.container-fluid.footer-full::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(to bottom, #f4f4f4, #ffffff);
}
#store-footer.container-fluid.footer-full .site-info {
  color: #000;
}
#store-footer.container-fluid.footer-full .site-footer-inner {
  text-align: center;
  color: #000;
}
#store-footer.container-fluid.footer-full .site-footer-inner a {
  color: #000;
  padding: 2px 5px;
}
#store-footer.container-fluid.footer-full .site-footer-inner a:hover {
  color: #005b84;
}
#store-footer.container-fluid.footer-full .site-footer-inner i {
  vertical-align: middle;
}
#store-footer-menu {
  margin-top: 16px;
  font-weight: 500;
}
#store-footer-menu li {
  position: relative;
}
#store-footer-menu li:before {
  content: "";
  background: #000;
  width: 1px;
  height: 18px;
  position: absolute;
  left: -2px;
  top: 3px;
}
#store-footer-menu li:first-child:before {
  display: none;
}
.footer-address {
  white-space: nowrap;
}
#store-content {
  margin-top: 30px;
}
body {
  opacity: 1;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.wf-loading body {
  opacity: 0;
}
.facetwp-autocomplete:before,
.facetwp-search:before,
.widget_product_search form:before,
.widget_search form:before {
  pointer-events: none;
}
.filter-products {
  margin-bottom: 30px;
}
.print-ship {
  margin-bottom: 30px;
}
.store-container .navbar-toggle {
  color: #737373;
  padding: 3px 12px 3px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0;
  float: none;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
#store-footer.container-fluid.footer-full .footer-credit {
  text-align: center;
}
.single-product-main-image {
  border: 1px solid #c2c3c4;
}
.single-product-main-image,
.thumbnail-nav .thumb,
.img-holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.single-product-main-image img,
.thumbnail-nav .thumb img,
.img-holder img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto !important;
}
/*--------------- woocommerce -----------------*/
.tabs.wc-tabs {
  display: none;
}
/* ----- Store Header ----------*/
.navbar-store {
  border: 0;
  padding: 0px;
  font-weight: 300;
}
.navbar-store .navbar-brand {
  padding: 10px 15px;
  max-width: 468px;
  height: 100%;
}
.navbar-store .widget {
  margin-bottom: 0px;
  padding: 6px 0;
}
.navbar-store .dropdown-menu {
  min-width: 280px;
  padding: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
}
.navbar-store .search-field {
  border: 0 !important;
  padding-top: 0;
}
.navbar-store a,
.navbar-store a:visited,
.navbar-store .button,
.navbar-store a.button {
  color: #222222;
}
.navbar-store a:hover,
.navbar-store a:visited:hover,
.navbar-store .button:hover,
.navbar-store a.button:hover {
  color: #007DB8;
}
.back-to-main {
  display: none;
}
.woocommerce .woocommerce-breadcrumb {
  padding: 0.5em 1em;
  margin: 0;
  background-color: #f8f8f8;
}
.woocommerce .dropdown-menu > li > a {
  color: #d5d9db;
}
.woocommerce .site-navigation .dropdown-menu > li > a {
  color: #000;
}
.site-header-cart .cart-contents {
  min-width: 200px;
}
.site-header-cart .cart-contents .icon {
  margin-left: 35px;
}
.site-header-cart .cart-contents .amount {
  margin-right: 0.327em;
}
.site-header-cart .cart-contents .count {
  font-weight: 300;
  opacity: 0.9;
  font-size: 1em;
  display: inline;
}
.woocommerce table.shop_table_responsive tr td .input-text,
.woocommerce-page table.shop_table_responsive tr td .input-text {
  display: inline;
}
/* ----- Dark Buttons ----------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  color: #ffffff !important;
  text-shadow: none !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  border-radius: 0;
  padding: 0.6em 0.7em;
  font-weight: 400 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #13141a;
  border-color: #13141a;
  color: #ffffff;
}
.search-field,
.woocommerce .input-text,
.woocommerce-ordering .orderby {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
  height: 31px;
}
.search-field:focus,
.woocommerce .input-text:focus,
.woocommerce-ordering .orderby: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);
}
.search-field::-moz-placeholder,
.woocommerce .input-text::-moz-placeholder,
.woocommerce-ordering .orderby::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.search-field:-ms-input-placeholder,
.woocommerce .input-text:-ms-input-placeholder,
.woocommerce-ordering .orderby:-ms-input-placeholder {
  color: #999;
}
.search-field::-webkit-input-placeholder,
.woocommerce .input-text::-webkit-input-placeholder,
.woocommerce-ordering .orderby::-webkit-input-placeholder {
  color: #999;
}
.search-field[disabled],
.woocommerce .input-text[disabled],
.woocommerce-ordering .orderby[disabled],
.search-field[readonly],
.woocommerce .input-text[readonly],
.woocommerce-ordering .orderby[readonly],
fieldset[disabled] .search-field,
fieldset[disabled] .woocommerce .input-text,
fieldset[disabled] .woocommerce-ordering .orderby {
  background-color: #eeeeee;
  opacity: 1;
}
.search-field[disabled],
.woocommerce .input-text[disabled],
.woocommerce-ordering .orderby[disabled],
fieldset[disabled] .search-field,
fieldset[disabled] .woocommerce .input-text,
fieldset[disabled] .woocommerce-ordering .orderby {
  cursor: not-allowed;
}
textarea.search-field,
textarea.woocommerce .input-text,
textarea.woocommerce-ordering .orderby {
  height: auto;
}
ul.methods {
  list-style: none;
  padding: 0;
}
/* ----- Message Styles ----------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 0.3em 1.618em !important;
  margin: 10px 0 1.5em !important;
  position: relative;
  background-color: #0090d0;
  color: #FFF;
  border-top: 0;
  border-left: 0.618em solid rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-error {
  background-color: #b81c23;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  padding: 0 0 0 1em !important;
  border-width: 0 0 0 1px !important;
  border-left-style: solid !important;
  font: 16px !important;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  line-height: 1.618 !important;
  background-color: transparent !important;
}
.added_to_cart.wc-forward {
  font-size: 0;
}
.wc-forward:after,
.woocommerce-Button--next:after {
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  content: "\f178";
  margin-left: 0.53em;
}
.added_to_cart.wc-forward:before {
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  content: "\f07a";
  margin-left: 0.53em;
}
.woocommerce-message a,
.woocommerce-message a:hover,
.woocommerce-message .button,
.woocommerce-message .button:hover,
.woocommerce-info a,
.woocommerce-info a:hover,
.woocommerce-info .button,
.woocommerce-info .button:hover,
.woocommerce-error a,
.woocommerce-error a:hover,
.woocommerce-error .button,
.woocommerce-error .button:hover {
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  opacity: 0.7;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  padding-top: 0 !important;
  content: "";
}
/* ----- Text Styles ----------*/
.woocommerce p.woocommerce-result-count,
.woocommerce-page p.woocommerce-result-count {
  font-style: italic;
  font-size: 12px;
  font-weight: lighter;
  color: #a0a0a0;
}
.woocommerce div.related {
  clear: both;
}
.woocommerce div.related h2,
.woocommerce-page div.related h2,
.woocommerce div.upsells h2,
.woocommerce-page div.upsells h2 {
  font-size: 20px;
  border-top: 1px solid #c2c3c4;
  border-bottom: 1px solid #c2c3c4;
  position: relative;
  padding: 5px 0;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  background: transparent;
  color: #5f5f5f;
  font-weight: 500;
}
/* ----- Product lists Styles ----------*/
.woocommerce ul.products .product {
  text-align: center;
}
.woocommerce ul.products .product .button {
  margin-top: 0;
}
.woocommerce ul.products .product .price del {
  display: inline;
}
.woocommerce ul.products .woocommerce-loop-product__title,
.woocommerce ul.products .product h3 {
  color: #3a3a3a;
  font-weight: bold;
  font-size: 14px;
  transition: 0.4s all ease;
  border-radius: 0;
  letter-spacing: 0;
  padding: 0;
  height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce ul.products .product h3:hover {
  color: #3a85ae;
}
.woocommerce ul.products .product img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  width: auto !important;
}
.woocommerce ul.products .product,
.woocommerce-page ul.products .product {
  border: 1px solid #c2c3c4;
  padding: 15px;
  overflow: auto;
  text-align: left;
}
.woocommerce ul.products .product a:hover,
.woocommerce-page ul.products .product a:hover {
  text-decoration: none;
}
/* Badges */
.woocommerce ul.products .product span.onsale {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 1.2em;
  min-height: 0;
  min-width: 0;
  top: 5px;
  right: auto;
  background: #FF6F49;
  margin: 0;
  width: 80px;
  transform: rotate(-45deg);
  -sand-transform: rotate(40deg);
  left: -23px;
  z-index: 2;
}
.woocommerce ul.products .product span.new {
  font-weight: 700;
  position: absolute;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 1.2em;
  min-height: 0;
  min-width: 0;
  top: 5px;
  right: auto;
  background: #0090d0;
  margin: 0;
  width: 80px;
  transform: rotate(-45deg);
  -sand-transform: rotate(40deg);
  left: -23px;
  z-index: 2;
}
.woocommerce a.added_to_cart {
  padding-top: 0;
}
.woocommerce button.loading:after {
  animation: fa-spin 2s infinite linear;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .single_variation_wrap {
  position: relative;
  display: inline-block;
}
.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  right: 0px;
}
.product.template-membership .variations label,
.product.template-membership .acf-dynamic-table,
.product.template-membership .other-details {
  font-size: 18px;
}
.product.template-membership .other-details h3 {
  margin: 10px 0;
}
.mem-benfits {
  font-weight: 400;
  display: block;
  color: #5f5f5f;
}
.mem-benfits p,
.mem-benfits li {
  font-size: 16px;
}
.mem-benfits ul {
  margin-top: -10px;
}
.woocommerce #content li div.product {
  margin-top: 0px;
  margin-bottom: 30px;
}
.woocommerce #content div.product img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-tabs ul.tabs li.active a,
.woocommerce ul.products .product .price,
.product_list_widget .amount {
  color: #FF6F49;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 0.5em;
}
.product_list_widget .amount {
  display: inline;
}
.woocommerce ul.products .product .price {
  overflow: hidden;
  height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.single_product div.entry-summary {
  color: #6d6d6d;
}
.woocommerce #content div.product {
  margin-top: 30px;
  overflow: auto;
}
.woocommerce #content div.product h1.product_title {
  font-weight: bold;
  color: #3a3a3a;
}
.woocommerce #content div.product .product_meta {
  padding: 6px 0px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  font-weight: lighter;
  font-size: 14px;
}
.woocommerce #content div.product .product_meta a {
  color: #3a3a3a;
  font-weight: lighter;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 1em;
}
.related.products h2.related-header,
.woocommerce-tabs .panel h2 {
  text-transform: uppercase;
  color: #5f5f5f;
  background: #f9f9f9;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 5px 10px;
}
.related.products h2.related-header {
  margin-bottom: 20px;
}
.woocommerce table.shop_attributes {
  border-top: 0;
}
.woocommerce table.shop_attributes td p {
  font-size: 16px;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: 0;
}
/* ----- Cart, Checkout Styles ----------*/
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 60px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto;
  max-width: 120px;
}
.woocommerce table.shop_table {
  border-radius: 0;
  border: 0;
}
.woocommerce .shop_table th {
  background: #f4f4f4;
  color: #3a3a3a;
}
table.cart td,
table.cart th {
  padding: 0.857em 0.857em 0 !important;
}
table.shop_table td,
table.shop_table th {
  padding: 1em 1.387em;
  text-align: left;
  vertical-align: top;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  min-width: 130px !important;
}
.woocommerce table.shop_attributes th {
  font-weight: 500;
}
.woocommerce .shop_table .shipping th,
.woocommerce .shop_table .cart-subtotal th,
.woocommerce .shop_table .order-total th {
  border-right: 0 !important;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce .shop_table td {
  font-weight: lighter;
  background-color: #fdfdfd;
  border-top: 0 !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 0 !important;
}
.woocommerce .shop_table td.product-name {
  font-weight: 600;
}
.woocommerce form .form-row.woocommerce-invalid.validate-state label {
  color: #000;
}
table.cart td.actions {
  border-top: 1em solid #fff !important;
  background-color: transparent;
  padding: 0;
}
.woocommerce .shop_table tr:nth-child(2n) td {
  background-color: #fbfbfb;
}
.woocommerce-cart .entry-content .woocommerce h2 {
  font-size: 18px;
  font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  background: #f4f4f4;
  color: #3a3a3a;
  border: 0 !important;
  padding: 1em 1.387em !important;
  text-align: left;
  vertical-align: top;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  background-color: #fdfdfd;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th {
  background: #f4f4f4;
  color: #3a3a3a;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals th,
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  padding: 5px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .order-total th {
  border-bottom: none;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
  padding-left: 12px;
}
.woocommerce-cart .entry-content .woocommerce .cart-collaterals .shipping_calculator h2 a {
  font-size: 14px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0 !important;
}
/*--------------- Account nav ----------- */
ul.my-account-nav {
  list-style: none;
  padding: 0;
  margin: -15px 0 0;
}
ul.my-account-nav li {
  border-right: 1px solid #e0e0e0;
}
ul.my-account-nav li {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  cursor: pointer;
}
ul.my-account-nav li:last-child {
  border-bottom: none;
}
ul.my-account-nav li.is-active {
  border-right: 0;
}
ul.my-account-nav li > a {
  display: block;
  padding: 12px 5px 12px 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  color: #777777;
}
ul.my-account-nav li:hover a,
ul.my-account-nav li.is-active a {
  color: #000000;
}
/*--------------- widgets ----------- */
/*--------------- cart widget ----------- */
.widget_shopping_cart_content {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  padding-left: 2em !important;
  position: relative;
}
.mini_cart_item dl {
  margin-top: 0;
  margin-bottom: 0;
}
.product_list_widget .mini_cart_item .amount {
  display: inline-block;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding: 1em 0 !important;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 0 !important;
  margin-bottom: 10px;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: 0.618em;
}
.product_list_widget {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li img {
  max-width: 4em;
  float: right;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.product_list_widget li,
.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product_list_widget a:hover {
  color: #2c2d33;
}
ul.product_list_widget li a {
  color: #3a3a3a;
  font-weight: bold;
  transition: 0.4s all ease;
}
ul.product_list_widget li .product_category_title a {
  color: #0090d0;
  font-weight: normal;
}
ul.product_list_widget li a:hover {
  color: #2c2d33;
}
.product_list_widget li {
  padding: 1em 0 !important;
}
.product_list_widget li::after {
  clear: both;
  content: "";
  display: table;
}
.product_list_widget li > a,
.widget_products a,
.widget_shopping_cart .buttons .button {
  display: block;
}
.widget_shopping_cart .buttons .button {
  background-color: #007DB8;
}
/*--------------- layered widget ----------- */
.widget_layered_nav li {
  margin-bottom: 0.618em;
}
.widget_layered_nav li:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.35;
  content: "\f0c8";
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.widget_layered_nav_filters ul li.chosen a {
  color: #3a3a3a;
}
.widget_layered_nav_filters ul li.chosen a:before {
  font: normal normal normal 1em/1 FontAwesome;
  color: #e2401c;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
.widget_layered_nav .chosen:before {
  content: "\f057";
}
.widget_layered_nav_filters ul li.chosen a:before {
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  margin-right: 0.53em;
}
/*--------------- filter widget ----------- */
.left-column .widget_price_filter .ui-slider .ui-slider-handle,
.left-column .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #5f5f5f !important;
}
/*--------------- search widget ----------- */
.widget_product_search form,
.widget_search form {
  position: relative;
}
.woocommerce-product-search label {
  display: none;
}
.widget_product_search form input[type=search],
.widget_product_search form input[type=text],
.widget_search form input[type=search],
.widget_search form input[type=text] {
  width: 100%;
  padding-left: 2.618em;
}
.widget_product_search form input[type=submit],
.widget_search form input[type=submit] {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: 0;
  left: 0;
}
.widget_product_search form:before,
.widget_search form:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  top: 10px;
  left: 10px;
}
/* remove product icon */
a.remove {
  text-indent: -9999px;
  position: relative;
  font-size: 1.2em !important;
}
.widget_shopping_cart_content a.remove {
  top: 15px !important;
  position: absolute;
  left: 0px;
}
a.remove:hover {
  color: #fff !important;
  background: transparent !important;
}
a.remove:hover:before {
  color: #000 !important;
}
a.remove:before {
  font: normal normal normal 1em/1 FontAwesome;
  color: #e2401c;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 0;
  text-align: center;
}
.wc-bookings-date-picker legend {
  margin-bottom: 0;
}
/* Month header background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: none;
  color: #808080;
  padding: 0;
}
.wc-bookings-booking-form input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
}
.wc-bookings-booking-form input: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);
}
.wc-bookings-booking-form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wc-bookings-booking-form input:-ms-input-placeholder {
  color: #999;
}
.wc-bookings-booking-form input::-webkit-input-placeholder {
  color: #999;
}
.wc-bookings-booking-form input[disabled],
.wc-bookings-booking-form input[readonly],
fieldset[disabled] .wc-bookings-booking-form input {
  background-color: #eeeeee;
  opacity: 1;
}
.wc-bookings-booking-form input[disabled],
fieldset[disabled] .wc-bookings-booking-form input {
  cursor: not-allowed;
}
textarea.wc-bookings-booking-form input {
  height: auto;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  line-height: inherit;
  padding: 7px 0;
  letter-spacing: 1px;
  text-align: center;
}
/* Previous/Next month arrows if not allowed, and calendar dates that are not available */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
}
.wc-bookings-date-picker .ui-widget-content {
  border: 0;
  background: #fff;
  box-shadow: none;
}
/* Days of the week header background color */
.ui-datepicker-calendar thead {
  background-color: transparent;
}
.wc-bookings-date-picker .ui-datepicker td .ui-state-default {
  color: #808080;
}
/* Days of the week header font color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
  color: #808080;
}
/* Days not bookable based on the availability rules */
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-unselectable,
.wc-bookings-date-picker .ui-datepicker td.ui-state-disabled,
.wc-bookings-date-picker .ui-datepicker td.not_bookable {
  opacity: 0.3;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-unselectable .ui-state-default:hover,
.wc-bookings-date-picker .ui-datepicker td.ui-state-disabled .ui-state-default:hover,
.wc-bookings-date-picker .ui-datepicker td.not_bookable .ui-state-default:hover {
  background: transparent;
  color: #2b2b2b;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month {
  background: transparent;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: transparent !important;
  color: #808080 !important;
  text-shadow: none;
  position: relative;
}
.wc-bookings-date-picker .ui-datepicker td.bookable a:before {
  content: ' ';
  background-color: #3BB7E8;
  border-radius: 100%;
  color: #FFF;
  cursor: pointer;
  font-size: 9px;
  height: 12px;
  width: 12px;
  line-height: 13px;
  position: absolute;
  right: 2px;
  top: 2px;
  text-align: center;
  z-index: 2;
}
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  left: auto;
  height: 12px;
  width: 12px;
  border-top: none;
  border-right: none;
  background: orange;
  right: 2px;
  top: 2px;
}
.wc_bookings_okeeffe_special_needs_notes {
  display: none;
}
.wc-bookings-booking-form input#wc_bookings_okeeffe_has_special_needs:focus {
  border: 0 none;
  box-shadow: none;
}
.wc-bookings-booking-form textarea#wc_bookings_okeeffe_special_needs_notes {
  min-width: 100%;
}
.anagram-legend {
  font-size: 12px;
  margin-bottom: 10px;
}
.anagram-legend span {
  display: inline-block;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 5px;
}
.anagram-legend span:before {
  content: ' ';
  background-color: #3BB7E8;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  position: absolute;
}
.anagram-legend span.partial:before {
  background: orange;
}
.anagram-legend span.booked:before {
  background: #c0392b;
}
.wc-bookings-date-picker .ui-datepicker td.bookable.ui-datepicker-current-day a {
  background-color: #239e57 !important;
  color: #FFF !important;
}
.clndr .days .day .event-indicator,
.clndr .days .empty .event-indicator {
  background-color: #3BB7E8;
  border-radius: 100%;
  color: #FFF;
  cursor: pointer;
  font-size: 9px;
  height: 12px;
  line-height: 13px;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 12px;
  text-align: center;
  z-index: 2;
}
/* Today's date on calendar background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today {
  background: #EFEFEF;
}
/* Partially Booked Red Triangle */
.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  border-top: none;
  /* This style removes the red triangle */
}
#ship-to-different-address label {
  padding: 15px 20px;
}
/*--------------- corporate support page -----------------*/
.corporate-sponsors {
  text-align: center;
}
.corporate-sponsors ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
/*--------------- MEDIA QUERIES -----------------*/
/* Large Devices, Wide Screens */
@media screen and (min-width: 768px) {
  #store-sub-menu.collapse {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 852px;
  }
  .show-search {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .show-search .search-field::-webkit-input-placeholder,
  .facetwp-autocomplete::-webkit-input-placeholder,
  .site-header-cart .facetwp-search::-webkit-input-placeholder {
    color: #222222;
  }
  .show-search .search-field ::-moz-placeholder,
  .facetwp-autocomplete ::-moz-placeholder,
  .site-header-cart .facetwp-search ::-moz-placeholder {
    color: #222222;
  }
  .show-search .search-field :-ms-input-placeholder,
  .facetwp-autocomplete :-ms-input-placeholder,
  .site-header-cart .facetwp-search :-ms-input-placeholder {
    color: #222222;
  }
  .show-search .search-field :-moz-placeholder,
  .facetwp-autocomplete :-moz-placeholder,
  .site-header-cart .facetwp-search :-moz-placeholder {
    color: #222222;
  }
  table.cart td,
  table.cart th {
    padding: 0.618em !important;
  }
  .navbar-store {
    padding: 16px !important;
  }
}
@media screen and (min-width: 900px) {
  .navbar-store {
    padding: 48px 40px !important;
  }
  .search-field {
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .store-container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .navbar-store {
    padding: 36px 52px !important;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1300px) {
  .store-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .store-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header-cart .header-login {
    margin-left: 0;
    padding: 0;
  }
  .site-header-cart .dropdown {
    margin-left: 0;
  }
}
@media only screen and (min-width: 940px) and (max-width: 1024px) {
  .navbar-store .navbar-brand {
    padding: 14px 15px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .navbar-store .navbar-header {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .navbar-store .navbar-brand {
    max-width: 400px;
  }
}
@media only screen and (max-width: 940px) {
  .navbar-store .navbar-brand {
    padding: 14px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #subnav {
    display: block;
  }
  #subnav .all-products-item {
    display: none;
  }
  #subnav .nav-all-products {
    display: block;
  }
  .site-header-cart .header-login .icon {
    margin-right: 0;
  }
  .site-header-cart .show-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header-cart .show-search .icon {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav {
    margin: 0px -15px;
  }
  .site-header-cart li:not(.nav-pipe) {
    display: inline-block;
    text-align: right;
  }
  .site-header-cart .dropdown-menu li {
    display: block;
    text-align: left;
  }
  .site-header-cart {
    float: right;
    text-align: right;
  }
  .nav > li.nav-pipe {
    height: 20px;
    display: inline-block !important;
    margin-bottom: -5px;
  }
  .navbar-store .widget {
    padding: 0;
  }
  .site-header-cart .cart-contents {
    min-width: 0;
  }
  .site-header-cart .cart-contents .amount {
    display: none;
  }
  .inner-block .text-content,
  .bottom_bar .text-content,
  .callout .text-content,
  .print-ship .text-content {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 10px;
  }
  .block-button {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  .inner-block {
    height: auto !important;
  }
  .bg_image .side-block {
    height: 170px !important;
  }
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .search-field,
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .facetwp-search,
  .site-header-cart .widget_product_search form input[type=search],
  .site-header-cart .widget_product_search form input[type=text] {
    font-family: 'Lato', sans-serif;
    width: 34px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .search-field,
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .facetwp-search {
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
  }
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .search-field:focus,
  .site-header-cart .facetwp-autocomplete,
  .site-header-cart .facetwp-search:focus {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    font-size: 36px;
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    color: #fff;
  }
  .show-search .search-field::-webkit-input-placeholder,
  .facetwp-autocomplete::-webkit-input-placeholder,
  .site-header-cart .facetwp-search::-webkit-input-placeholder {
    color: #fff;
  }
  .show-search .search-field ::-moz-placeholder,
  .facetwp-autocomplete ::-moz-placeholder,
  .site-header-cart .facetwp-search ::-moz-placeholder {
    color: #fff;
  }
  .show-search .search-field :-ms-input-placeholder,
  .facetwp-autocomplete :-ms-input-placeholder,
  .site-header-cart .facetwp-search :-ms-input-placeholder {
    color: #fff;
  }
  .show-search .search-field :-moz-placeholder,
  .facetwp-autocomplete :-moz-placeholder,
  .site-header-cart .facetwp-search :-moz-placeholder {
    color: #fff;
  }
  .site-header-cart .dropdown-menu {
    display: none !important;
  }
  .site-header-cart .open .dropdown-menu {
    display: block !important;
  }
  .site-header-cart .open .search-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    display: block;
    z-index: 1005;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
  }
  .slick-dots {
    bottom: 0;
  }
  .nav > li.dropdown,
  .nav > li > a.dropdown-toggle {
    position: static;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
  }
  #subnav {
    padding: 0px 15px;
  }
  #subnav ul li a {
    padding: 5px 12px 5px;
    font-size: 18px;
    border-left: 0;
    text-align: center;
  }
  .footer-callout,
  .footer-callout .text-right {
    text-align: center;
    margin-top: 20px;
  }
  .footer-snippet {
    font-size: 0.8em;
  }
  .footer-address {
    display: block;
  }
  .slick-slider,
  .print-ship,
  .side-block,
  .filter-products {
    margin-bottom: 15px !important;
  }
  ul.my-account-nav li {
    border-right: 0;
  }
  .filter-products img {
    margin-bottom: -2px;
  }
  .product-count .facetwp-sort-select {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-store .navbar-brand {
    width: 100%;
    max-width: none;
    padding: 32px 24px;
  }
  .back-to-main {
    display: inline-block;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .left-column {
    margin-top: 5px;
  }
  #store-content {
    margin-top: 15px;
  }
  .footer-address {
    white-space: normal;
  }
  #store-footer-menu li:before {
    display: none;
  }
  #store-footer-menu li {
    padding: 0 !important;
  }
  table.cart td,
  table.cart th {
    padding: 0 !important;
  }
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals th,
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals td {
    padding: 0 !important;
  }
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message {
    margin: 10px 0 1em !important;
  }
  .woocommerce form .form-row label {
    line-height: 1.4em;
    margin-bottom: 0;
    font-size: 16px;
  }
  .woocommerce form .form-row {
    padding: 0;
  }
  .product-count .facetwp-sort-select {
    width: 100px;
  }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }
  #store-content .readmore {
    max-height: 160px;
  }
}
/*= Event block CSS */
/*
.event-headers{
	padding: 3px 15px;
	background: #000;
}
.event-headers h4{
	color: #FFF;
}
*/
.list-headers {
  padding-bottom: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
}
.event-summery {
  padding-bottom: 0px;
  overflow: auto;
  border-bottom: 1px solid #C2C3C4;
  margin-bottom: 20px;
}
.event-summery img {
  margin-right: 10px;
  margin-bottom: 10px;
}
.event-cat {
  color: #A4A7B0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.event-date {
  color: #000;
}
.event-title h3 {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.1;
}
.event-title strong {
  letter-spacing: 0;
}
.event-notes {
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.more-details {
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 2px 0;
  text-align: right;
  color: #0090D0;
}
.event-title .sub-title {
  font-size: 16px;
  margin-top: -5px;
}
/* Mini calendar */
.tribe-mini-calendar-nav {
  border: 0!important;
}
.tribe-mini-calendar td,
.tribe-mini-calendar th {
  border: 0!important;
  position: relative;
}
.tribe-events-has-events .tribe-mini-calendar-day-link:before {
  position: absolute;
  right: -2px;
  top: -3px;
  height: 10px;
  width: 10px;
  background-color: #3BB7E8;
  margin: 0;
}
.tribe-mini-calendar .tribe-events-past {
  opacity: 0.3;
}
.tribe-mini-calendar .tribe-events-has-events.tribe-events-past a {
  color: #5F5F5F !important;
  font-weight: normal!important;
}
.tribe-mini-calendar td.tribe-events-present {
  border: 1px solid #A4A7B0 !important;
}
/* Event widgets */
.event_list ul.tribe-list-widget li,
.widget ul.tribe-list-widget li {
  line-height: 1.3;
}
.event_list ul.tribe-list-widget li,
.widget ul.tribe-list-widget li {
  border-top: 1px solid #dadada;
  padding-top: 15px;
  margin-top: 12px;
}
.event_list ul.tribe-list-widget li:first-child,
.widget ul.tribe-list-widget li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
/* Event roll */
.recurringinfo .event-is-recurring a,
.tribe-events-list .tribe-events-tooltip.recurring-info-tooltip {
  display: none!important;
}
.tribe-events-list h2.tribe-events-page-title {
  line-height: 1;
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  padding-bottom: 9px;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #C2C3C4;
}
#tribe-events-header .tribe-events-sub-nav {
  display: none;
}
span.tribe-events-list-separator-month {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  margin: 20px 0;
  color: #808080;
}
span.tribe-events-list-separator-month::before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
span.tribe-events-list-separator-month span {
  background: #fcfcfc;
  padding: 0 10px;
}
/* Event single */
.tribe-events-ical.tribe-events-button,
.single-tribe_events .tribe-events-before-html {
  display: none;
}
.tickets_name {
  font-size: 18px!important;
}
.tribe-events-tickets {
  max-width: 400px;
}
.tribe-events-tickets td {
  padding: 8px 0px!important;
}
/*
.tribe-events-tickets .quantity{
	max-width: 70px;
}
*/
.tribe-events-widget-link a,
.tribe-events-event-url a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  border-radius: 0px;
  padding: 4px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 2px;
  color: #FFF;
  background: #0090D0;
  border: 0;
}
.tribe-events-widget-link a:focus,
.tribe-events-event-url a:focus,
.tribe-events-widget-link a:active:focus,
.tribe-events-event-url a:active:focus,
.tribe-events-widget-link a.active:focus,
.tribe-events-event-url a.active:focus,
.tribe-events-widget-link a.focus,
.tribe-events-event-url a.focus,
.tribe-events-widget-link a:active.focus,
.tribe-events-event-url a:active.focus,
.tribe-events-widget-link a.active.focus,
.tribe-events-event-url a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tribe-events-widget-link a:hover,
.tribe-events-event-url a:hover,
.tribe-events-widget-link a:focus,
.tribe-events-event-url a:focus,
.tribe-events-widget-link a.focus,
.tribe-events-event-url a.focus {
  color: #333;
  text-decoration: none;
}
.tribe-events-widget-link a:active,
.tribe-events-event-url a:active,
.tribe-events-widget-link a.active,
.tribe-events-event-url a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tribe-events-widget-link a.disabled,
.tribe-events-event-url a.disabled,
.tribe-events-widget-link a[disabled],
.tribe-events-event-url a[disabled],
fieldset[disabled] .tribe-events-widget-link a,
fieldset[disabled] .tribe-events-event-url a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Event tickets*/
.single-tribe_events #tribe-events-content form.cart,
.single-tribe_events #tribe-events-content div.cart {
  margin: 0 0  30px!important;
}
/*RSVP*/
.tribe-ticket-quantity {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #A4A7B0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  border-radius: 0px;
  padding: 5px;
  color: #000;
  box-shadow: inherit;
}
.tribe-ticket-quantity: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);
}
.tribe-ticket-quantity::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.tribe-ticket-quantity:-ms-input-placeholder {
  color: #999;
}
.tribe-ticket-quantity::-webkit-input-placeholder {
  color: #999;
}
.tribe-ticket-quantity[disabled],
.tribe-ticket-quantity[readonly],
fieldset[disabled] .tribe-ticket-quantity {
  background-color: #eeeeee;
  opacity: 1;
}
.tribe-ticket-quantity[disabled],
fieldset[disabled] .tribe-ticket-quantity {
  cursor: not-allowed;
}
textarea.tribe-ticket-quantity {
  height: auto;
}
.tribe-tickets-rsvp .tribe-events-tickets {
  background: transparent!important;
  border-radius: 0;
  padding: 0;
}
/* Home event blocks*/
.tribe-list-widget {
  padding-left: 0;
  list-style: none;
  overflow: auto;
}
/* Filter bar*/
.tribe-bar-disabled,
.tribe-events-filters-group-heading:before {
  display: none;
}
.tribe-events-filters-content {
  background: transparent!important;
  border-left: 0!important;
  border-right: 0!important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical {
  float: none!important;
  width: 100%!important;
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  background: transparent!important;
  border-top: 1px solid #C2C3C4 !important;
  border-bottom: 1px solid #C2C3C4 !important;
  padding: 7px 0!important;
  text-align: center!important;
  margin-bottom: 10px!important;
  letter-spacing: 1px!important;
  color: #5F5F5F !important;
  font-weight: normal!important;
  line-height: 1.42857143 !important;
}
#tribe_events_filters_wrapper .tribe-events-filter-group label {
  border-bottom: 0!important;
  padding: 6px 0!important;
}
.tribe-events-filter-group {
  border-bottom: 0!important;
}
.tribe-events-filter-group li {
  background: transparent!important;
}
.tribe-events-filter-group li label {
  color: #808184;
}
#tribe_events_filters_wrapper h3,
#tribe_events_filters_wrapper label {
  font-size: 16px!important;
}
#tribe_events_filters_wrapper input[type=submit] {
  background: #0090d0 !important;
  border-radius: 0px!important;
  color: #fff !important;
  font-weight: normal!important;
  height: 22px!important;
  margin: 5px 0!important;
  padding: 0 7px!important;
  display: inline-block !important;
}
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form,
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label,
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_reset {
  display: block !important;
}
.tribe-filters-closed .tribe_events_filters_close_filters {
  display: block !important;
}
.tribe-filters-open .tribe_events_filters_show_filters {
  display: block !important;
}
#tribe_events_filters_reset {
  margin: 3px 0!important;
  padding: 0!important;
  font-size: 14px!important;
}
/* Events archive */
.post-type-archive-tribe_events .entry-content {
  overflow: visible;
}
/* Shared styling for events archive and single event view */
.events-hide-mobile {
  display: none;
}
.events-show-mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .events-hide-mobile {
    display: block;
  }
  .events-show-mobile {
    display: none;
  }
}
.event-categories .toggle-arrow {
  font-family: 'FontAwesome';
}
.event-categories .toggle-arrow:after {
  content: "\f107";
  display: inline-block;
}
.event-categories.open .toggle-arrow:after {
  content: "\f106";
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  outline: none!important;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #A4A7B0;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
  outline: none!important;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 7px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #A4A7B0;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
@media screen and (max-width: 675px) {
  #wpadminbar {
    display: none;
  }
  html {
    top: 0px !important;
  }
}
.masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.masonry .item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .masonry .item {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .masonry .item {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .masonry .item {
    width: 33.33%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #top-menu {
    text-align: center;
  }
  #top-menu.nav > li {
    display: inline-block;
  }
  #main-menu.nav > li > a {
    border-left: 0;
  }
  #main-menu.nav > li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
  }
  .sub-container {
    margin-top: 0;
  }
  .menu-top-nav-container {
    margin-left: 0px;
  }
  .navbar-default {
    border-bottom: 1px solid #C2C3C4;
  }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    background: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    border-top: 1px solid #FFF;
    padding: 5px 15px 5px 15px;
  }
  #main-menu.nav > li.dropdown {
    margin-right: 0;
  }
  #main-menu.nav {
    padding-bottom: 10px;
    border-top: 1px solid #FFF;
    padding-top: 10px;
  }
  #main-menu.nav > li.dropdown:hover,
  #main-menu.nav > li.active.dropdown,
  #main-menu.nav > li.dropdown.current-page-ancestor {
    background: transparent;
  }
  .readmore {
    max-height: 154px;
  }
  .home .content-container .fadeit {
    display: block;
  }
  .navbar-default.main-header img {
    width: 230px;
  }
  .navbar-default.main-header {
    background: #FFF;
  }
  .right-column {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .left-column {
    margin-top: 15px;
  }
  .left-col {
    margin-top: 20px;
  }
  .right-col {
    margin-top: 0px;
  }
  .main-content-inner {
    margin-top: 15px;
  }
  .featured-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home .main-content-inner {
    margin-top: 0px;
  }
  .container-fluid.footer,
  .container-fluid.footer-full {
    margin-top: 40px;
  }
  .address-mobile {
    background: #FFF;
    color: #222222;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    line-height: 1.6;
  }
  .address-mobile br {
    display: none;
  }
  .sub-footer .newsletter {
    display: none;
  }
  .home-showcase .event_list,
  .home-showcase .location-block {
    margin-left: 0;
    height: auto !important;
  }
  .home-showcase .location-image {
    position: relative;
  }
  .home-showcase .event_list .block-button {
    position: relative;
  }
  .mainslider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ok-logo-block img {
    max-width: 400px;
  }
  .page-template-template-intranet-sidebar .ok-logo-block img,
  .page-template-template-intranet .ok-logo-block img {
    max-width: 516px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .big-header {
    padding: 60px 40px 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main-content-inner {
    clear: both;
  }
  .big-header {
    padding: 20px;
    height: auto !important;
  }
  .notifications {
    font-size: 1em;
    min-height: 0 !important;
  }
  .tour-blocks h2 {
    display: none;
  }
  .tour-blocks .dark-gray-bg {
    padding-top: 20px;
  }
  #footer-menu {
    column-count: 3;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .left-col,
  .right-col {
    margin-top: 25px;
  }
  .extra-links.footer-links .btn {
    margin: 0 6px;
    text-transform: uppercase;
  }
  .theme-block .no-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #main-menu.navbar-nav ul.dropdown-menu {
    box-shadow: none;
    position: relative;
    border: none;
    margin: 0;
    float: none;
    background: transparent;
  }
  .dropdown-menu > li > a {
    padding: 6px 14px;
    font-size: 16px;
    border-top: 1px solid #FFF !important;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .left-column {
    margin-top: 5px;
  }
  .mobilehide {
    display: none;
  }
  .showmobile {
    display: block;
  }
  #main-menu.nav > li > a {
    padding: 4px 15px;
    font-size: 18px;
  }
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
  .sub-menu-container {
    margin-bottom: 10px;
  }
  .widget {
    margin-bottom: 10px;
  }
  .home-showcase .event_list {
    padding-right: 15px;
  }
  .big-title,
  h1,
  .h1 {
    font-size: 26px;
  }
  .big-date,
  h2,
  .h2 {
    font-size: 24px;
  }
  .big-reception {
    font-size: 18px;
  }
  .site-info {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .copyright {
    text-align: center;
    font-size: 12px;
  }
  .footer-credit {
    display: none;
  }
  .header-links .btn {
    margin-left: 0;
  }
  /* Sticky footer styles
		-------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }
  body.home {
    /* Margin bottom by footer height */
    margin-bottom: 230px;
  }
  .home .container-fluid.footer-full {
    position: absolute;
    bottom: -174px;
    width: 100%;
    padding-top: 0;
    /* Set the fixed height of the footer here */
  }
}
/* Custom, iPhone Retina */
/*
Bootstrap no tables mobile
http://elvery.net/demo/responsive-tables/#no-more-tables
*/
@media only screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .bootstrap-table table,
  .bootstrap-table thead,
  .bootstrap-table tbody,
  .bootstrap-table th,
  .bootstrap-table td,
  .bootstrap-table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .bootstrap-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .bootstrap-table tr {
    border-top: 1px solid #DDD !important;
  }
  .bootstrap-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #DDD;
    padding: 6px 15px !important;
    position: relative;
    padding-left: 40% !important;
    white-space: normal;
    text-align: left;
  }
  .bootstrap-table .table.table-no-bordered > tbody > tr > td,
  .bootstrap-table .table.table-no-bordered > thead > tr > th {
    border-right: 1px solid #DDD !important;
    border-left: 1px solid #DDD !important;
    border-top: 0;
    border-bottom: 0;
  }
  .fixed-table-container tbody tr:first-child td {
    border-top: 0;
    border-bottom: 0;
  }
  .bootstrap-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 15px;
    width: 35%;
    padding-right: 10px !important;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
	Label the data
	*/
  .bootstrap-table td:before {
    content: attr(data-title);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.mainslider ul.slick-dots {
  display: table;
  width: 100%;
}
.mainslider ul.slick-dots li {
  display: table-cell;
}
.mainslider .slick-dots li {
  height: 3px;
  width: auto;
  padding: 5px 10px;
}
.mainslider .slick-dots li button {
  background: #FFF;
  height: 3px;
  width: 100%;
  padding: 0;
}
.mainslider .slick-dots li.slick-active button {
  background: #FF704A;
}
.mainslider .slick-dots li button:before {
  display: none;
}
/*
 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
*/
.storeslider .slick-dots {
  width: 200px;
  right: 5px;
  text-align: right;
  bottom: 0px;
}
.storeslider .slick-dots li {
  margin: 0;
}
.storeslider .slick-dots li button:before {
  opacity: 0.25;
  color: #000;
  font-size: 9px;
}
.storeslider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #FF704A;
}
.side-block .slick-dots {
  right: 5px;
  bottom: -15px;
}
/*# sourceMappingURL=style.css.map */