/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 960px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: 960px) {
  .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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 960px) {
  .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 960px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 960px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.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 {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 960px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  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: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 960px) {
  .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: 960px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 960px) {
  .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: 960px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 960px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 960px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 960px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 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: 960px) {
  .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: 960px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 960px) {
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 960px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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: 960px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 960px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 960px) {
  .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: 960px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 960px) {
  .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 {
  color: #555;
  background-color: #e7e7e7;
}
@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 {
  color: #fff;
  background-color: #080808;
}
@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;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #777;
}
.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: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  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: #337ab7;
  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;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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-left-radius: 3px;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.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: #333;
  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: #333;
}
.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;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 960px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) 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: 960px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) 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: 960px) 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;
  }
}html{font-size:100%}body{overflow-x:hidden;font-weight:400;padding:0;color:#828282;font-family:'Open Sans';line-height:24px}a,a:hover,a:focus,a:active,a.active{outline:0;text-decoration:none}.btn:focus,.btn:active,.btn.active,.btn:active:focus{outline:0}p{margin-bottom:0}.vc_row{margin-left:0!important;margin-right:0!important}.vc_section{padding:0!important;overflow:hidden;margin:0!important}.vc_row.outer-margin{margin-left:-15px!important;margin-right:-15px!important}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:none;max-width:100%;padding:0;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.tt_button{-webkit-transition:0.3s!important;-moz-transition:0.3s!important;-ms-transition:0.3s!important;-o-transition:0.3s!important;transition:0.3s!important;text-align:center;border:none;min-width:170px;font-size:13px;font-weight:900;color:#fff;padding:0;padding:17px 25px;margin:auto;display:table;text-transform:uppercase;box-sizing:border-box;line-height:1;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;cursor:pointer}.tt_button.btn_secondary_color.tt_button.tt_secondary_button,.tt_button.btn_secondary_color:hover,.tt_button:hover{background:#fff0}#wrapper .pr0{padding-right:0}.wp-caption p.wp-caption-text{font-size:14px;line-height:17px;margin:10px 0;padding:0 4px 5px}.bypostauthor{display:block}.gallery-caption{display:block}.vc_column-inner h2.vc_custom_heading{letter-spacing:-.7px}.container .font-weight100{font-weight:100}.container .font-weight300{font-weight:300}.container .font-weight500{font-weight:500}.container .font-weight700{font-weight:700}@font-face{font-family:'Nucleo Outline';src:url(https://aomservices.net/wp-content/themes/etalon/fonts/nucleo-outline.eot);src:url(https://aomservices.net/wp-content/themes/etalon/fonts/nucleo-outline.eot) format('embedded-opentype'),url(https://aomservices.net/wp-content/themes/etalon/fonts/nucleo-outline.ttf) format('truetype');font-weight:400;font-style:normal}section h1.section-heading,.blog-header .section-heading,section h2.section-heading{margin:auto;margin-top:0;margin-bottom:10px;letter-spacing:-.7px;max-width:600px}.section-heading{text-transform:uppercase}.single-post section h1.section-heading{text-align:left;max-width:100%;padding-left:15px;margin:0;line-height:1}.blog-header .section-subheading,section .section-subheading{margin:auto;margin-bottom:50px;text-transform:none;text-align:center;margin-top:10px;max-width:650px;font-weight:300;font-size:18px}.heading-separator{width:45px;height:2px;display:block;margin:auto;border-radius:0}.with-overlay .heading-separator{background:#fff;opacity:.9}.vc_separator.separator,.separator{margin-bottom:25px;width:50px;margin-top:-5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}h1,h2,h3,h4,h5,h6{font-weight:700}h1,h2,h3{letter-spacing:-.7px}h4,h5,h6{margin-bottom:5px;line-height:28px}section.section{padding:80px 0;position:relative}.row{margin:0}.container{padding:0;position:relative}#wrapper{position:relative;background:#fff;z-index:10}.container.fullwidth{width:100%}.vc_row.container{margin-left:auto!important;margin-right:auto!important;z-index:10}.outer-margin{margin:0 -15px}.bg-light-gray{background-color:#f7f7f7}.btn-primary{text-transform:uppercase;font-weight:700;color:#fff}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{border-color:#f6bf01;color:#fff;background-color:#fec503}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-xl{height:50px;border-radius:2px;color:#fff;font-size:.875em;font-weight:700;text-transform:uppercase;width:100%;transition:0.3s}.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active{color:#fff}.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl{background-image:none}body.modal-open{overflow-y:scroll;padding:0!important;width:100%}.parallax{position:relative;overflow:hidden}.parallax .parallax-overlay{position:absolute;width:100%;height:125%;top:0;opacity:1;background-position:bottom;background-repeat:no-repeat}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.parallax.with-overlay:after{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.7;z-index:1;display:block;content:".";font-size:0}.parallax.with-overlay .container{z-index:10}}@supports (-ms-accelerator:true){.parallax.with-overlay:after{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.7;z-index:1;display:block;content:".";font-size:0}.parallax.with-overlay .container{z-index:10}}.parallax .parallax-overlay,.with-overlay .parallax-overlay{background-size:cover!important}.with-overlay .parallax-overlay{opacity:.4;height:125%}.with-overlay .section-subheading,.with-overlay .section-heading{color:#fff}.gray-bg{background:#f8f8f8}.header-buttons{margin:60px auto 100px auto}.primary-button{min-width:150px;padding:0 20px;background-color:#fff;border-radius:2px;display:inline-block;text-align:center;font-size:.875em;font-weight:700;text-transform:uppercase;line-height:36px;margin:0 10px;border:2px solid #fff;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.primary-button.button-inverse{color:#fff;margin:0}.primary-button.button-inverse:hover{background:#fff0}.secondary-button{min-width:150px;text-align:center;line-height:36px;display:inline-block;line-height:36px;color:#fff;font-size:.875em;margin:0 10px;font-weight:700;text-transform:uppercase;border:2px solid #fff;border-radius:2px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.secondary-button-inverse{background:#fff}.secondary-button.secondary-button-inverse:hover{color:#fff}.primary-button:hover{background:none;color:#fff;text-decoration:none}.secondary-button:hover{background:#fff;text-decoration:none}.wpb_text_column ol{counter-reset:li}.wpb_text_column ol>li:before{position:absolute;left:0;content:counter(li,decimal);counter-increment:li;padding-right:20px;font-weight:700}#posts-content .page-content ul.blocks-gallery-grid li{padding-left:0}#posts-content .page-content ul.blocks-gallery-grid li:before{display:none}.blog-single-title a{-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out}#logo{position:relative;display:flex;align-items:center}#logo .logo{font-weight:900;font-size:22px;line-height:89px;margin:0;display:block;float:left;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out}.navbar .container #logo .logo{margin-left:15px}.navbar.fullwidth .container #logo .logo{margin-left:0}.navbar.fullwidth .container .modal-menu-item{margin-right:0}.single-portfolio .navbar.fullwidth .container #logo .logo{margin-left:15px}.topbar{background:#fff;height:46px;border-bottom:1px solid rgb(0 0 0 / .15);-webkit-transition:background 0.25s ease-in-out;-moz-transition:background 0.25s ease-in-out;-o-transition:background 0.25s ease-in-out;-ms-transition:background 0.25s ease-in-out;transition:background 0.25s ease-in-out}.home .with-topbar-sticky.navbar-shrink .topbar,.single-post .topbar,.blog .topbar,.woocommerce .topbar,.error404 .topbar,.archive .topbar,.search .topbar,.single-portfolio .topbar{border-bottom:1px solid rgb(0 0 0 / .1)}.topbar-phone,.topbar-email,.topbar-address{font-weight:500;line-height:45px;margin-right:25px;float:left;font-size:13px}.topbar-address{margin-right:22px}.topbar-email{margin-right:0}.topbar-phone a,.topbar-email a{transition:0.25s}.topbar-contact{margin:0 15px}.topbar-address .iconsmind-Map-Marker2,.topbar-phone .iconsmind-Telephone,.topbar-email .iconsmind-Mail{font-size:16px;display:block;float:left;line-height:45px;margin-right:5px}.topbar-socials{float:right;height:45px;margin:0 15px;border-right:1px solid rgb(0 0 0 / .15);border-left:1px solid rgb(0 0 0 / .15)}.topbar-socials:empty{display:none!important}.home .with-topbar-sticky.navbar-shrink .topbar-socials,.blog .topbar-socials,.woocommerce .topbar-socials,.single-post .topbar-socials,.error404 .topbar-socials,.archive .topbar-socials,.search .topbar-socials,.single-portfolio .topbar-socials{border-right:1px solid rgb(0 0 0 / .1);border-left:1px solid rgb(0 0 0 / .1)}.topbar-socials a{color:inherit;border-right:1px solid rgb(0 0 0 / .15);padding:0 17px;line-height:27px;display:block;float:left;margin-top:9px}.home .with-topbar-sticky.navbar-shrink .topbar-socials a,.single-post .topbar-socials a,.woocommerce .topbar-socials a,.blog .topbar-socials a,.error404 .topbar-socials a,.archive .topbar-socials a,.search .topbar-socials a,.single-portfolio .topbar-socials a{border-right:1px solid rgb(0 0 0 / .1)}.topbar.second-template .topbar-socials{float:left}.topbar.second-template .topbar-contact{float:right}.topbar-socials a .fab{color:inherit;transition:0.25s}.topbar-socials a:last-child{border:none!important}.logo img{height:auto}.nav-logo{display:none}.navbar-shrink .nav-logo{display:inline-block}.navbar-shrink .fixed-logo{display:none}#preloader{position:fixed;left:0;top:0;z-index:999999999;width:100%;background:#fff;height:100%;overflow:visible}.spinner{height:5px;width:100%;position:relative;overflow:hidden;background-color:#f8f8f8}.spinner:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:5px;animation:loading 2s linear infinite}@keyframes loading{from{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.with-overlay .owl-controls .owl-page span{background:#fff}.with-overlay .owl-controls .owl-page:hover span,.with-overlay .owl-controls .owl-page.active span{border:2px solid #fff}.owl-controls .owl-buttons div{display:inline-block;zoom:1;margin:0;width:30px;border:2px solid;height:30px;font-size:0;margin:0 3px;margin-top:0;filter:Alpha(Opacity=30);opacity:1;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s}.owl-controls .owl-buttons div:before{content:"\f105";display:block;font-family:'Font Awesome 5 Free';font-size:15px;line-height:26px;box-sizing:border-box;font-weight:700}.owl-controls .owl-buttons div:hover{color:#fff}.owl-controls .owl-buttons div.owl-prev{right:auto;left:0}.owl-controls .owl-buttons div.owl-prev:before{content:"\f104"}.owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-controls .owl-page span{display:block;width:10px;height:10px;margin:0 10px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:2px solid #fff0;-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.owl-controls .owl-page.active span,.owl-controls .owl-page:hover span{-webkit-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);background:#fff0}.owl-controls .owl-page.active span,.owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;z-index:2;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.rtl .owl-carousel .owl-item{float:right}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.with-overlay .owl-controls .owl-buttons div.owl-next,.with-overlay .owl-controls .owl-buttons div.owl-prev{color:#fff}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:#fff0}.owl-controls .owl-buttons{height:30px;text-align:center}.grabbing{cursor:url(https://aomservices.net/wp-content/themes/etalon/core/assets/images/grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.rtl .owl-controls .owl-buttons div.owl-next:before{content:"\f104"}.rtl .owl-controls .owl-buttons div.owl-prev:before{content:"\f105"}.navbar-default{border-color:#fff0;width:inherit;top:inherit}.navbar-default.fullwidth .container{width:100%;padding:0 35px}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active{color:#fec503}.navbar-default .navbar-collapse{margin-left:auto}.navbar-default .navbar-toggle{border:none;margin-right:-10px}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background:none}.navbar-default .nav li a{font-size:13px;opacity:1;padding:0;margin:0 15px;line-height:1;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;font-weight:900;text-transform:uppercase}.navbar-default .nav li a::after{position:absolute;top:100%;left:0;width:100%;height:1px;content:'';opacity:0;-webkit-transition:height 0.25s,opacity 0.25s,-webkit-transform 0.25s;-moz-transition:height 0.25s,opacity 0.25s,-moz-transform 0.25s;transition:height 0.25s,opacity 0.25s,transform 0.25s;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);transform:translateY(-10px)}.navbar-default .nav li.menu-item-has-children a::after{display:none}.navbar-default .nav li a:hover::after,.navbar-default .nav li a:focus::after{height:3px;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .nav li a:hover,.navbar-default .nav li a:focus{outline:0;background:none;opacity:1}.modal-menu-item{border-radius:0;font-size:12px;font-weight:900;padding:0 30px;margin:20px 0 0 15px;text-transform:uppercase;box-sizing:border-box;display:block;float:right;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;padding:17px 25px;line-height:1;cursor:pointer;margin-right:15px}.navbar.navbar-default.navbar-shrink .modal-menu-item:hover,.navbar.navbar-default .modal-menu-item:hover{color:#fff!important}.navbar.navbar-default .container{display:flex;justify-content:space-between;align-items:center;-webkit-transition:background 0.25s ease-in-out;-moz-transition:background 0.25s ease-in-out;-o-transition:background 0.25s ease-in-out;-ms-transition:background 0.25s ease-in-out;transition:background 0.25s ease-in-out}.navbar-default.navbar-shrink .nav li a:hover,.navbar-default.navbar-shrink .nav li a:focus{outline:0;background:none}.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a{border-radius:0;background:none;opacity:1}.navbar-default.navbar-shrink{-moz-box-shadow:0 1px 0 rgb(0 0 0 / .07);-webkit-box-shadow:0 1px 0 rgb(0 0 0 / .07);box-shadow:0 1px 0 rgb(0 0 0 / .07)}.navbar-default.navbar-shrink.with-topbar{margin-top:-46px}.navbar-default.navbar-shrink.with-topbar.with-topbar-sticky{margin-top:0}.wpb_revslider_element.wpb_content_element{margin-bottom:0}#kd-slider .bullet-bar.tparrows{width:50px;height:50px;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out}#kd-slider .bullet-bar.tparrows:before{line-height:50px}#kd-slider .secondary_slider{background:#fff;border:2px solid #fff}#kd-slider .secondary_slider:hover{color:#fff;background:#fff0}@media(min-width:960px){.navbar.navbar-default{padding:0 0;border:0;background-color:#fff0;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;-ms-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;z-index:1090}.navbar-default,.navbar-default.fullwidth{padding:0}}header{position:relative;text-align:center;background-image:-webkit-linear-gradient(270deg,rgb(51 51 51 / .04) 0%,rgb(255 255 255 / .04) 100%);background-image:linear-gradient(180deg,rgb(51 51 51 / .04) 0%,rgb(255 255 255 / .04) 100%)}#wrapper rs-module-wrap{z-index:0}#kd-slider .tt_button{text-align:center!important;line-height:initial!important;margin:0!important}#header{min-height:90px}#header:empty{display:none}.custom.tparrows.tparrows{background:none!important;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.custom.tparrows.tparrows:hover{opacity:0.7!important}.custom.tparrows:before{font-size:14px!important;font-weight:700}.header-full-height{height:100vh;height:100%}.big-custom-heading{margin:0;letter-spacing:-3px}#wrapper .erinyen .tp-thumb{opacity:1;border-radius:4px;overflow:hidden}#wrapper .erinyen .tp-thumb .tp-thumb-over{border-radius:3px}#wrapper .erinyen .tp-thumb-title{font-weight:700;font-family:inherit;font-size:12px;text-transform:uppercase}#wrapper .erinyen .tp-thumb-mask{overflow:visible!important;margin-top:-20px}#wrapper .erinyen .tp-thumb.selected{box-shadow:0 10px 20px rgb(0 0 0 / .2)}.erinyen .tp-thumb .tp-thumb-title{display:none}.erinyen .tp-thumb.selected .tp-thumb-title,.erinyen .tp-thumb:hover .tp-thumb-title{display:block}.maintenance .lower-footer,.maintenance .navbar.navbar-default,.maintenance #header{display:none}.maintenance .forcefullwidth_wrapper_tp_banner,.maintenance .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper.fullscreen-container{height:100vh!important}.maintenance .container .countdown{position:fixed;top:60%;left:50%;margin-left:-300px}.maintenance,.maintenance body{overflow:hidden;height:100vh!important}#main-menu .navbar-nav .menu-item-has-children .dropdown-menu{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;display:block;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);border:1px solid rgb(0 0 0 / .1);border-top-width:3px;border-top-style:solid}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown-menu{opacity:0;top:-20px;left:100%;margin-left:0;right:14px;-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);pointer-events:none}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:hover .dropdown-menu{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);pointer-events:inherit}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:before{margin-right:0;font-weight:600;color:inherit;content:"\f105";font-family:'Font Awesome 5 Free';position:absolute;top:10px;right:13px;font-weight:700;margin:0;-webkit-transition:0.25s;-moz-transition:0.25s;-ms-transition:0.25s;-o-transition:0.25s;transition:0.25s;font-size:13px}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:hover:before{right:10px}.logged-in #main-menu .navbar-nav a,#main-menu .navbar-nav .menu-item a{padding-top:38px;padding-bottom:36px}#main-menu .navbar-nav .menu-item .dropdown-menu .menu-item a{padding:7px 10px}#main-menu .navbar-nav .dropdown-menu{padding:15px 18px;border:none;border-radius:0;box-shadow:none;min-width:230px;left:-12px;top:auto}#main-menu .navbar-nav .dropdown-menu a{margin:0;padding:5px 10px;line-height:20px;-webkit-transition:0.25s;-moz-transition:0.25s;-ms-transition:0.25s;-o-transition:0.25s;transition:0.25s;background:#fff0;white-space:inherit}#main-menu .navbar-nav .mega-menu{position:static}#main-menu .navbar-nav .mega-menu .dropdown-menu{display:flex;flex-flow:row wrap;left:0;padding:20px 23px}.fullwidth #main-menu .navbar-nav .mega-menu .dropdown-menu{margin:0 30px}#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item{width:calc(20% - 25px);margin-right:25px;border-right:1px solid rgb(255 255 255 / .16)}#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item:nth-child(5n){border:none}#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item a{width:auto;padding:7px 10px}#main-menu .navbar-nav .wpglobus-selector-link .dropdown-menu{min-width:100px}.navbar-header .kd-search-bar{display:none}.kd-search-bar{display:inline-block;position:relative;margin-top:0;z-index:100;float:left;padding-top:26px}.kd-search-bar .toggle-search{text-align:center;font-size:18px;position:relative;cursor:pointer;color:#1f1f1f;float:left;padding:0;width:35px;height:34px;z-index:10;line-height:36px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-weight:700}.kd-search-bar .fas.toggle-search.fa-times:before{content:"\f00d";font-family:'Font Awesome 5 Free'}.kd-search-bar .search-form .search-submit{height:40px;width:40px;bottom:10px;right:0;font-size:14px;display:block;color:#1f1f1f}.kd-search-bar .search-form label{margin-bottom:0}.kd-search-bar .search-form .search-field{background:#f5f5f5;border:none;border-radius:0;line-height:40px;height:40px;margin:0;font-size:13px;padding:0 15px;font-weight:400;border-radius:3px;width:200px;float:left}.kd-search-bar .topbar-search-container{box-shadow:none;position:relative;background:#fff;padding:10px;border:1px solid rgb(0 0 0 / .1);position:absolute;z-index:9;right:0;top:90px;opacity:0;visibility:hidden;-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out;width:300px;height:73px;border-top:2px solid;right:-133px}.kd-search-bar .topbar-search-container form{height:40px;position:relative}.kd-search-bar .topbar-search-container.active{opacity:1;visibility:visible}.kd-search-bar .search-form.active .search-field{width:250px;opacity:1}.kd-search-bar #s{font-weight:700}.taxonomy-description{margin-top:20px;font-size:1em;font-weight:400}.wpcf7-form{text-align:left;position:relative}.wpcf7 br{display:none}.wpcf7-form-control-wrap{position:relative;margin-right:40px;width:100%;display:inline-block}.wpcf7-form .label{text-transform:uppercase;font-weight:700;text-align:left;color:#bbb;padding-left:33px;font-size:12px;letter-spacing:0;margin-bottom:10px;display:block;margin-top:25px}#single-page #comments{clear:both;margin-top:50px}.page-content.comments-content{padding:0}#single-page p{margin-bottom:20px}#single-page .wpcf7 p{margin-bottom:0}#single-page .wpcf7 .label{margin-bottom:10px}.light-font{font-weight:100}.comment-form-cookies-consent{display:block;float:left;width:100%;margin-bottom:20px}.comment-form-cookies-consent input{margin-right:10px}.contact-map-container .toggle-map:hover,.wpcf7 .wpcf7-submit:hover{background:#fff}#single-page #comments input[type="text"],#single-page #comments input[type="email"],#posts-content #comments input[type="text"],#posts-content #comments input[type="email"]{width:100%;height:50px;background-color:#fff0;border:2px solid #fff;outline:none;display:inline-block;padding:0 25px;font-size:12px;text-transform:capitalize;font-weight:600;text-shadow:none;letter-spacing:1px;border:2px solid #e8e9e9}.register-form .wpcf7 .wpcf7-submit,.register-form .wpcf7-form-control-wrap{width:22.5%!important;margin-left:1%;margin-right:1%;display:inline-block}.register-form .wpcf7 .wpcf7-submit{float:right;margin-top:0}.register-form .wpcf7 .wpcf7-submit:hover{background:transparent!important}.register-form .wpcf7 .ajax-loader{display:none}.wpcf7-select{display:block;cursor:pointer;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.woocommerce .woocommerce-ordering:after{display:block;content:"\f107";font-family:'Font Awesome 5 Free';padding:8px;position:absolute;right:20px;top:17px;z-index:10;width:10%;font-weight:700;line-height:10%;width:10px;height:10px;color:#333}.woocommerce .woocommerce-ordering:after{right:20px;top:21px}.register-form .wpcf7 .wpcf7-text,.register-form .wpcf7 .wpcf7-email,.register-form .wpcf7 .wpcf7-select{min-width:100%;width:100%}.register-form div.wpcf7 img.ajax-loader{display:none}#single-page #comments input[type="text"],#single-page #comments input[type="email"],#posts-content #comments input[type="text"],#posts-content #comments input[type="email"]{min-width:100px;box-shadow:none;border:none;width:100%;margin-bottom:28px;width:calc(100% - 30px);border:2px solid #e8e9e9}.section .wpcf7-validation-errors{display:none!important}.modal-content-inner .wpcf7-not-valid-tip,.section .wpcf7-mail-sent-ok,.section .wpcf7-not-valid-tip{position:absolute;top:0;height:54px;margin:0;line-height:50px;font-weight:700;width:100%;color:#fff;padding:0;z-index:10;border:2px solid #ea1a22;line-height:54px;text-align:left;padding-left:20px;background:#fff!important;cursor:pointer;color:#ea1a22;font-weight:700;border-radius:0}.section .wpcf7-mail-sent-ok{right:0;margin-left:0;border:2px solid #6dab3c;color:#6dab3c!important;top:inherit;position:relative;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:10px;height:50px;line-height:50px;float:left}.modal-content-inner .wpcf7-not-valid-tip:before,.section .wpcf7-mail-sent-ok:before,.section .wpcf7-not-valid-tip:before{font-family:'Font Awesome 5 Free';content:"\f00d";position:absolute;right:19px;color:#ea1a22;font-size:15px;font-weight:700;-webkit-transition:0.2s;-moz-transition:0.2s;transition:0.2s}.section .wpcf7-mail-sent-ok:before{color:#6dab3c!important}.footer-newsletter-form .wpcf7-response-output{position:absolute;width:100%;color:#fff;font-weight:700;line-height:46px;margin:0;padding:0 20px;margin-top:20px}.footer-newsletter-form span.wpcf7-not-valid-tip{display:none}.modal-content-inner .wpcf7-response-output{margin:0 auto 0 auto;padding:0;border:none!important;text-align:center;font-weight:700;color:#fff;margin-top:20px;max-width:100%;line-height:1.4;display:block}.modal-content-inner .wpcf7-not-valid-tip:hover:before,.section .wpcf7-not-valid-tip:hover:before{opacity:.65}.vc_row.vc_row-has-fill{background-repeat:no-repeat;background-position:center}.container .phone-number{font-weight:600}#footer{display:block;width:100%;visibility:visible;opacity:1}#footer.fixed{position:fixed;bottom:0;left:0;right:0}#footer.classic{position:relative}.lower-footer span,.lower-footer a{opacity:1;margin-right:25px;font-size:13px;font-weight:400;line-height:25px}.lower-footer a{-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.lower-footer a:hover{opacity:1;text-decoration:none}.lower-footer .pull-right a{margin:0;padding:0;display:block;font-weight:700;line-height:25px;font-size:13px;margin-left:20px}.lower-footer i{margin:0;opacity:1;font-size:20px;float:left;margin-right:0}.lower-footer{margin-top:0;padding:24px 0 25px 0;width:100%}.lower-footer .container{padding:0 15px}.upper-footer{padding:80px 0 70px 0}.footer-business-info{padding:40px;margin:-80px 15px 80px 15px}.footer-business-info.footer-socials .footer-social-icons a{display:block;float:left;width:40px;height:40px;text-align:center;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;line-height:40px;margin-right:20px}.footer-social-text{font-weight:700;text-transform:uppercase;color:aliceblue;float:left;display:block;line-height:40px;margin-right:30px}.container.footer-business-wrapper{max-width:100%}.footer-newsletter-form{float:right}.footer-newsletter-form .wpcf7-form .wpcf7-email{height:40px;line-height:40px;margin:0;font-weight:700}.footer-newsletter-form .wpcf7-form-control-wrap{width:auto;margin:0}.footer-newsletter-form .wpcf7 .wpcf7-submit{float:right;display:block;width:auto;margin:0;height:40px;line-height:40px;border:none!important;font-weight:900}.footer-newsletter-form .wpcf7-form .wpcf7-email{color:#fff}.footer-newsletter-form .wpcf7-form .wpcf7-email::-webkit-input-placeholder{color:#828282}.footer-newsletter-form .wpcf7-form .wpcf7-email::-moz-placeholder{color:#828282}.footer-newsletter-form .wpcf7-form .wpcf7-email:-ms-input-placeholder{color:#828282}.footer-newsletter-form .wpcf7-form .wpcf7-email:-moz-placeholder{color:#828282}#commentform textarea::-webkit-input-placeholder{color:#9e9e9e}#commentform textarea::-moz-placeholder{color:#9e9e9e}#commentform textarea:-ms-input-placeholder{color:#9e9e9e}.footer-business-info.footer-socials a .fab{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.footer-business-info.footer-socials a:hover .fab{color:#fff}.footer-business-info.footer-socials a .fab{color:inherit}.footer-business-address,.footer-business-phone,.footer-business-email{width:28%;display:block;position:relative;float:left;margin-left:5%}.footer-nav{float:left;max-width:280px;padding:0;margin:0;margin-top:5px}.upper-footer .col-lg-4{padding:0}.footer-business-info [class^="iconsmind-"],.footer-business-info [class*=" iconsmind-"]{color:#fff;display:block;float:left;font-size:42px}.footer-business-content a{color:inherit;transition:0.25s}.footer-business-phone:after,.footer-business-address:after{content:"";display:block;width:2px;height:30px;background:rgb(255 255 255 / .13);position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%)}.footer-business-title{font-size:14px;font-weight:700;width:calc(100% - 100px);color:#fff;text-transform:uppercase;display:block;margin-left:20px;float:left;line-height:1.4;margin-top:3px}.footer-business-content{display:block;float:left;margin-left:20px;max-width:250px}.footer_widget{max-width:300px;margin:auto}.first-widget-area .footer_widget{max-width:100%;margin-left:0}.third-widget-area .footer_widget{margin-right:0}.footer_widget ul{padding:0;list-style-type:none}.footer_widget .menu{list-style-type:none;padding-left:0;margin-top:20px;margin-bottom:0;width:100%;padding-bottom:20px}.footer_widget .menu li{display:inline-block;width:100%}.footer_widget ul li span{font-size:13px;font-weight:400;line-height:25px}.footer_widget ul li span.post-date{white-space:nowrap;width:10px;display:inline-block}.footer_widget ul a,.footer_widget .menu li a{font-size:13px;font-weight:700;line-height:30px;color:inherit;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s}.footer_widget ul a{text-transform:initial;font-size:13px}.footer_widget .post-date:before{content:"-";margin:0 5px}.upper-footer .textwidget{font-size:13px}.upper-footer .textwidget img{margin-bottom:27px;max-width:100%}.upper-footer .textwidget .address-overflow{padding-left:0;margin-bottom:0;line-height:1.9;margin-top:-3px}.upper-footer .textwidget a{color:inherit;font-weight:700}.upper-footer .widget-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:20px;line-height:20px;letter-spacing:0;text-transform:uppercase}.upper-footer i{color:inherit;margin-right:10px;float:left;margin-top:3px}.upper-footer .modal-menu-item{width:100%;text-align:center;float:left;margin:0;margin-top:40px;opacity:1}.upper-footer .modal-menu-item:hover{color:#fff}.socials-widget{padding-top:0;border-top:none;max-width:240px;margin-top:30px}.socials-widget a{font-size:15px;border-radius:90px;margin-right:25px;height:35px;display:block;line-height:30px;float:left;text-align:center;transition:0.25s}.footer_widget .socials-widget a .fab,.footer_widget .socials-widget a{color:#fff}.socials-widget a:hover .fab,.socials-widget a:hover{opacity:1;color:#fff}.socials-widget a .fab{transition:0.25s}.socials-widget a:last-child{margin-right:0}.navbar-footer li{display:inline-block}.navbar-footer li a{color:inherit;margin:0;margin-left:25px}.navbar-footer li a:hover{background:none}.lower-footer a{color:inherit}.lower-footer .pull-left a{font-weight:700}.back-to-top{position:fixed;z-index:9999;bottom:22px;right:-50px;text-decoration:none;color:#000;background-color:rgb(51 51 51 / .25);font-size:14px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;width:40px;height:40px;cursor:pointer;text-align:center;line-height:40px;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.back-to-top.active{right:25px}.back-to-top .fa{color:#fff}[class^="iconsmind-"],[class*=" iconsmind-"]{font-family:'iconsmind'!important}.iconspage header{text-align:center;padding:120px 0 0}.iconspage header h1{font-size:2rem}.iconspage header p{font-size:1.4rem;margin-top:.6em}.iconspage header a:hover{text-decoration:underline}.iconspage section{width:90%;max-width:1200px;margin:50px auto}.iconspage section h2{border-bottom:1px solid #e2e2e2;padding:0 0 1em .2em;margin-bottom:1em}.iconspage ul::after{clear:both;content:"";display:table}.iconspage ul li{width:25%;float:left;padding:16px 0;text-align:center;border-radius:.25em;cursor:pointer;-webkit-transition:background 0.2s;-moz-transition:background 0.2s;transition:background 0.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden}.iconspage ul li:hover{background:#dbdbdb}.iconspage ul p{display:inline-block;font-size:1rem;margin-top:10px;color:#999;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;white-space:nowrap;width:100%;padding:10px;overflow:hidden;text-overflow:ellipsis}.vc_grid-item-mini .vc_gitem-zone{background-color:#fff;border-radius:0}.vc_grid-item-mini .vc_gitem-zone img{border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:10;position:relative}.vc_grid-item-mini .vc_gitem-zone-a .vc_gitem-row-position-top,.vc_grid-item-mini .vc_gitem-zone-b .vc_gitem-row-position-top{position:relative;left:0;right:0;top:0}.vc_grid-item-mini .wpb_single_image.vc_align_center{margin-bottom:0!important}.vc_grid-item-mini .vc_custom_heading{margin-bottom:20px}.vc_grid-item-mini .vc_gitem-post-data.vc_gitem-post-data-source-post_date{line-height:1;margin-bottom:25px;margin-top:-13px;position:relative;text-transform:uppercase;font-weight:700;opacity:.7;font-size:13px}.vc_grid-item-mini .vc_gitem_row .vc_gitem-col{padding:0}.vc_grid-item-mini .vc_gitem-zone-a .vc_gitem-row-position-bottom,.vc_grid-item-mini .vc_gitem-zone-b .vc_gitem-row-position-bottom{position:relative}.vc_grid-item-mini .vc_gitem_row .vc_gitem-col h4{margin:0;letter-spacing:0;text-transform:uppercase;font-size:16px;line-height:1.4}.vc_grid-item-mini .vc_gitem-zone-a .vc_gitem-row-position-middle,.vc_gitem-zone-b .vc_gitem-row-position-middle{position:relative;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;padding:35px;text-align:center;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-radius:10px;padding-top:40px}.vc_grid-item-mini .vc_gitem-zone .vc_btn3.vc_btn3-style-custom{text-align:center;height:44px;border:none;border-radius:0;min-width:160px;font-size:12px;font-weight:900;color:#fff;padding:0 25px;margin:auto;display:table;text-transform:uppercase;box-sizing:border-box;line-height:46px;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;background:#fff0;cursor:pointer}.vc_grid-item-mini .vc_gitem-zone .vc_btn3.vc_btn3-style-custom:hover{color:#fff}.vc_grid-item-mini .vc_btn3-container.vc_btn3-center{text-align:center;margin-top:30px}.vc_grid-item-mini .vc_btn3-container.vc_btn3-center{margin-bottom:0}.vc_grid-item-mini .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:30px}.vc_grid-item-mini .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:hover{padding-right:34px}#header.blog-header{background:#fff}.blog-header{background:#fff;padding-top:135px;text-align:left}.search-page-title{background:rgb(0 0 0 / .05);padding:40px 0;font-weight:700}.search-page-title h1.section-heading{max-width:100%;text-align:left;padding-left:15px;text-transform:none}.blog-header.no-topbar{padding-top:90px}.breadcrumbs .container{padding:0 15px}.breadcrumbs{background:rgb(0 0 0 / .05);padding:33px 15px;font-weight:700}.search-results .breadcrumbs{color:inherit!important}.breadcrumbs a{font-weight:700;font-size:inherit;color:inherit;margin-right:10px;transition:0.25s}.breadcrumbs .fa{margin-right:10px;font-weight:600;font-size:13px;color:inherit}#single-page .header-overlay{position:absolute;width:100%;height:300px;top:0;left:0;background-repeat:no-repeat;background-size:cover}#single-page .single-page-heading{position:relative;overflow:hidden;margin-bottom:0;padding:100px 0 66px 0;background:rgb(0 0 0 / .05);margin-bottom:60px}.single-post.page .breadcrumbs{background:none;padding-top:65px;font-weight:700;margin-bottom:-89px;z-index:1000;position:relative;padding-bottom:0;margin-top:0}#single-page .with-overlay .parallax-overlay{opacity:1}.maintenance #single-page .single-page-heading{margin-top:0;padding-top:0;display:none}.blog-header .header-overlay{position:absolute;width:100%;height:105%;top:0;left:0;opacity:.5}.home.blog .blog-header .header-overlay{background-size:cover}.blog-header .intro-text{position:relative;padding-top:220px;width:100%;padding-bottom:0}#posts-content{padding:60px 0;padding-bottom:100px}.woocommerce-page #wrapper{padding:0;padding-bottom:40px}.search #posts-content,.archive #posts-content,.search #posts-content,.blog #posts-content{padding-top:60px;padding-bottom:50px}.home.blog #posts-content{padding-top:200px;min-height:calc(100vh - 74px)}#posts-content .blog-separator{color:rgb(0 0 0 / .2);padding:0 10px;display:inline-block;margin:0}.search #posts-content .blog-single-title,#posts-content .post .blog-single-title,#posts-content .blog-single-content .blog-single-title{margin-bottom:20px;font-size:22px;text-align:left;margin-top:0;line-height:1.3}#posts-content .entry-meta{width:100%;margin-bottom:22px;color:inherit;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;font-size:13px;font-weight:400;padding-top:0;line-height:1.3;margin-top:0;float:left}#posts-content .more-button a{text-transform:uppercase;display:inline-block;font-weight:700;margin-top:15px;font-size:14px}#posts-content .type-attachment,#posts-content .post{margin-bottom:47px;background:none;padding:0;padding-bottom:50px;border-radius:0;font-size:inherit;overflow:hidden;margin-right:10px;border-bottom:1px solid rgb(0 0 0 / .1)}#posts-content .post:last-child{border-bottom:none}#posts-content .post.BlogMinimal .blog-single-title,#posts-content .post.BlogMinimal{text-align:left;min-height:auto;overflow:visible;float:left;border:none;font-size:18px;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}#posts-content .post.BlogMinimal img{margin:0}#posts-content .post.BlogMinimal .blog-image-container{display:block;overflow:hidden;margin-bottom:25px;position:relative;max-height:280px}#posts-content .post.BlogMinimal .blog-image-container:before{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgb(0 0 0 / .1);opacity:0;-webkit-transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;transition:opacity 0.25s ease;z-index:100}#posts-content .post.BlogMinimal .blog-image-container:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}#posts-content .post.BlogMinimal .blog-image-container:hover:before{opacity:1;-webkit-transition:opacity 0.5s ease;-moz-transition:opacity 0.5s ease;transition:opacity 0.5s ease}#posts-content .post.BlogMinimal{width:calc(33.333% - 20px);margin-right:30px;padding-bottom:0;margin-bottom:18px}#posts-content .post.BlogMinimal:nth-child(3n){margin-right:0}#posts-content .post.BlogMinimal .comment-count{float:none}#posts-content .post.BlogMinimal .entry-content{max-height:50px;overflow:visible;margin-bottom:25px;float:left;text-align:left;display:block}#posts-content .post.BlogMinimal .entry-meta .published:before{display:none}#posts-content .format-status .entry-content p{font-size:20px;font-style:italic;font-weight:300}.post_format-post-format-gallery .wp-post-image,.post_format-post-format-image .wp-post-image{display:none}.single-post #posts-content .post{margin-bottom:47px}#posts-content img{max-width:100%;height:auto;margin-bottom:25px}#posts-content .blog_widget img{width:auto;margin:0}#posts-content .wp-post-image{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.single-post #posts-content .wp-post-image:hover{opacity:1}.single-post .navigation.pagination{margin-top:0}#posts-content .comment-count{float:right;margin-right:5px}#posts-content .comment-count span{margin-right:0}#posts-content .comment-count .fa-comment{margin-right:7px}.entry-meta .far,.entry-meta .fas,.entry-meta .fa{margin-right:8px;font-size:14px}.entry-meta span{margin-right:15px}.entry-meta .published:before,.entry-meta .author:before{content:'';width:1px;height:12px;background:rgb(0 0 0 / .15);position:absolute;right:0;top:2px}.entry-meta .published,.entry-meta .author{padding-right:15px;position:relative}.entry-meta .fa-calendar-o{font-size:11px}.BlogMinimal .entry-meta .author,.BlogMinimal .entry-meta .blog-label,.BlogMinimal .entry-meta .comment-count{display:none}#comments #respond #reply-title,.reply-title,.widget-title,#reply-title{font-size:16px;font-family:inherit;text-align:left;font-weight:700;margin:0;letter-spacing:-.3px;line-height:40px}.reply-title{border-bottom:1px solid rgb(34 35 40 / .13);padding-bottom:30px}.comment-notes{display:none}#comments .children li:last-child,#comments .children li{border-top:none;margin-top:20px;padding-bottom:0;padding-top:0;border-bottom:none}.blog_widget{margin-bottom:40px;padding-left:0}#posts-content .blog_widget .wpcf7{padding:20px;margin-bottom:40px;background:rgb(0 0 0 / .05)}#posts-content .blog_widget .wpcf7 p{margin:0}#posts-content .blog_widget .wpcf7 input[type="submit"]{margin-bottom:-20px}#posts-content .blog_widget .wpcf7 input[type="submit"]:hover{color:#1f1f1f}#single-page .single-page-content .page-links{clear:both}#single-page .single-page-content .widget ul,.blog_widget ul{padding:0;list-style-type:none}.blog_widget ul.children{padding-top:7px}#posts-content .wp-block-latest-comments li,#single-page .single-page-content .widget ul li,.blog_widget ul li{font-size:14px;color:inherit;font-weight:700;list-style-type:none;padding-top:13px;padding-bottom:13px;background:rgb(0 0 0 / .05);padding-left:20px;padding-right:20px;margin-bottom:1px}#posts-content .wp-block-latest-comments li a{color:#2f2f2f}#posts-content .wp-block-latest-comments{padding-left:0}#posts-content .wp-block-latest-comments li{list-style-type:none!important}#posts-content .wp-block-latest-comments footer{background:#fff0}#single-page .single-page-content .widget ul li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#single-page .single-page-content .widget ul li a{-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s}#single-page .single-page-content .widget ul{margin-bottom:40px}#single-page .single-page-content .widget .widgettitle{padding:30px 0;padding-top:33px;margin:0;border-top:2px solid;line-height:1;font-size:18px;font-weight:700;font-family:inherit;letter-spacing:-.3px}#single-page .single-page-content .widget.widget_nav_menu .widgettitle{border-top:none;padding-top:0}#single-page .vc_col-sm-3 .wpcf7 .wpcf7-submit{float:none;border:none!important}#single-page .vc_col-sm-3 .wpb_content_element{margin-bottom:0}#single-page .vc_col-sm-3 .wpcf7{padding:20px;margin-bottom:40px;background:rgb(0 0 0 / .05)}.blog_widget ul.sub-menu li,.blog_widget ul.children li{background:none;padding-bottom:0}.blog_widget ul.sub-menu li{padding-right:0}.blog_widget ul li a{color:inherit;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;font-size:14px;font-weight:700;line-height:1}.blog_widget select{width:100%;padding:0 15px;background:rgb(0 0 0 / .05);outline:none;font-size:14px;line-height:50px;height:50px;border:none;font-weight:700;color:#2f2f2f}#comments .reply-title,#comments #respond #reply-title{margin-top:0;margin-bottom:30px;border-top:none;padding-top:0;font-size:18px;margin-right:30px;line-height:1;font-weight:700;padding-bottom:0;border-bottom:none}#comments #respond #reply-title{margin-bottom:20px}#posts-content .post h1{text-align:left;font-size:42px;line-height:50px;margin-bottom:25px;margin-top:25px}#posts-content .post h2{text-align:left;font-size:35px;line-height:35px;margin-bottom:25px;margin-top:25px}#posts-content .post h3{text-align:left;font-size:25px;line-height:25px;margin-bottom:25px;margin-top:25px}#posts-content .post blockquote{margin:20px 0;font-size:inherit;font-style:normal;border-left-width:2px;width:100%;margin-top:0}#posts-content .post blockquote p{margin-bottom:0}#posts-content .post table{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;margin-bottom:25px}#posts-content .post td,#posts-content .post th{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;padding:10px}#posts-content .post dl{margin:0}#posts-content .post dd{margin:0 0 20px}#posts-content .post p{margin-bottom:25px;font-size:inherit;font-weight:inherit}#posts-content .post ul{margin-bottom:25px}#posts-content .post .tt_button .fas{color:#fff;margin-left:10px;font-size:12px;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s}#posts-content .post .tt_button{float:left}#posts-content .post address{font-style:italic}#posts-content .post code,#posts-content .post kbd{background:#efefef;border:none;box-shadow:none}#posts-content .post kbd{color:inherit}#posts-content .post pre{background:#efefef;border:none;padding:20px;border-radius:3px;margin-bottom:30px;white-space:pre-wrap;word-wrap:break-word}#single-page .post-password-form input,#posts-content .post input{border:1px solid #ccc;height:40px;border-radius:3px;line-height:1;font-size:14px;outline:none;padding:0 15px}#single-page input[type="submit"],#posts-content .post input[type="submit"]{border:none;border-radius:2px;font-weight:700;text-transform:uppercase;padding:0 25px;color:#fff}#single-page input[type="submit"]{border:2px solid}#single-page input[type="submit"]:hover{background:#fff0}.post-password-form{max-width:1240px;margin:auto}#posts-content .post_format-post-format-gallery br{display:none}#posts-content .gallery-size-thumbnail{float:left;width:100%}#posts-content .post .gallery-item{width:150px;margin:0;height:150px;position:relative;margin-right:15px;margin-bottom:15px}#posts-content .gallery-item .gallery-caption{opacity:0;background:rgb(51 51 51 / .8);color:#fff;position:absolute;width:100%;bottom:-20px;right:0;font-size:11px;top:auto;visibility:hidden;transition:0.25s;text-overflow:ellipsis;overflow:hidden;height:40px;line-height:30px;padding:5px 10px;white-space:nowrap}#posts-content .gallery-item:hover .gallery-caption{opacity:1;visibility:visible}#posts-content .post .gallery-item img{border:none}#posts-content .post iframe{max-width:100%}#posts-content .post.format-aside .blog-single-title{display:none}.page-template-default #single-page{min-height:calc(100vh - 70px)}#single-page{padding:40px 0;padding-top:0px!important;min-height:600px}@media (max-width:960px){#single-page{padding-top:0!important}.page-title-off #single-page{padding-top:60px!important}}.maintenance #single-page{padding-top:0!important}#single-page .section-subheading{margin-bottom:0;float:left;text-align:left;margin-top:15px;margin-left:15px;max-width:500px}#single-page .single-page-content h1{text-align:left;font-size:50px;line-height:50px;margin-bottom:30px;margin-top:25px}#single-page .single-page-content h2{text-align:left;font-size:35px;line-height:45px;margin-bottom:25px;margin-top:25px}#single-page .single-page-content h3{text-align:left;font-size:25px;line-height:25px;margin-bottom:25px;margin-top:25px}#single-page blockquote{margin:25px 0;font-size:inherit;font-style:italic}#single-page blockquote p{margin-bottom:0}blockquote cite{font-weight:700;font-size:.9em}#single-page table{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}#single-page td,#single-page th{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;padding:10px}#single-page dl{margin:0 20px}#single-page dd{margin:0 0 20px}#single-page address{font-style:italic}#single-page code,#single-page kbd{background:#efefef;border:none;box-shadow:none}#single-page kbd{color:inherit}#single-page pre{background:#efefef;border:none;padding:20px;border-radius:3px;margin-bottom:30px}#single-page pre{background:#efefef;border:none;padding:20px;border-radius:3px;margin-bottom:30px}#single-page .gallery-item{width:100%;margin:0;margin-bottom:20px}#single-page .gallery-item img{border:none}#single-page iframe{max-width:100%}#single-page.format-aside .blog-single-title{display:none}.single-post img{max-width:100%;height:auto}#single-page #comments ul li:before{display:none}#posts-content .fa-thumb-tack{margin-right:5px}#posts-content ol ul ol li,#posts-content ol ul li,#posts-content ol li{list-style-type:decimal!important}#posts-content ol ul ol li:before,#posts-content ol ul li:before,#posts-content ol li:before{display:none!important}#posts-content ol ul li{list-style-type:none!important}.wp-block-embed-youtube .wp-block-embed__wrapper{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.wp-block-embed-youtube .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.blog_widget ul li a:hover:before{opacity:1}.navigation.pagination .next:after,#posts-content .more-button a:after{margin-left:8px;margin-right:0;line-height:25px}.navigation.pagination .prev:before{content:"\f104";padding-right:10px;font-weight:700;font-family:'Font Awesome 5 Free';font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased}.navigation.pagination .next:after{content:"\f105";padding-right:0;margin:0;padding-left:10px;font-weight:700;font-family:'Font Awesome 5 Free';font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased}.pagination{margin:10px 0 0 0}.navigation.pagination{text-align:center;width:100%;float:left;margin-top:0;padding-right:10px;margin-bottom:0}.navigation.pagination .page-numbers{display:none}.navigation.pagination .screen-reader-text{display:none}.navigation.pagination .next{float:right}.navigation.pagination .prev{float:left}#posts-content #comments input[type="submit"],#single-page #comments input[type="submit"],.contact-map-container .toggle-map,.wpcf7 .wpcf7-submit,.navigation.pagination .next,.navigation.pagination .prev{-webkit-transition:0.3s!important;-moz-transition:0.3s!important;-ms-transition:0.3s!important;-o-transition:0.3s!important;transition:0.3s!important;text-align:center;height:46px;border-radius:0;min-width:170px;font-size:13px;font-weight:900;padding:0 25px;margin:auto;display:table;text-transform:uppercase;box-sizing:border-box;line-height:46px;-webkit-transition:0.25s;-o-transition:0.25s;outline:none;transition:0.25s;cursor:pointer;background:#fff0}.wpcf7 .wpcf7-submit{width:100%;border:none;color:#fff;background:#fff0;margin-top:5px;border:2px solid #fff!important}.vc_col-sm-12 .wpcf7-form-control-wrap{margin-right:5px;width:calc(16.6% - 5px);float:left}.vc_col-sm-12 .wpcf7 .wpcf7-response-output{float:left;width:100%}.vc_col-sm-12 .wpcf7 .wpcf7-submit{margin-top:0;width:16.6%}.row .vc_custom_heading a:hover{opacity:1}.wpcf7-form textarea:focus,.wpcf7 .wpcf7-text:focus{border-color:#ccc}.wpcf7 .wpcf7-submit:hover{background:#fff!important}#posts-content #comments input[type="submit"],#single-page #comments input[type="submit"],.contact-map-container .toggle-map,.wpcf7 .wpcf7-submit{height:50px;line-height:48px}#posts-content #comments input[type="submit"]{float:none;display:inline-block}.page #single-page #comments input[type="submit"]:hover,#posts-content #comments input[type="submit"]:hover,#single-page #comments input[type="submit"]:hover,.contact-map-container .toggle-map:hover,.navigation.pagination .next:hover,.navigation.pagination .prev:hover{color:#fff}.searchform{position:relative}.woocommerce-product-search .search-field,#woocommerce-product-search-field-0,.woocommerce-ordering select,#woocommerce-product-search-field,.searchform #s{width:100%;padding:0 20px;border:none;outline:none;font-size:inherit;line-height:50px;height:50px;margin-top:0;background:#fff;border-radius:0;background:rgb(0 0 0 / .05)}.woocommerce-product-search input[type="submit"],.searchform #searchsubmit{position:absolute;outline:none;background:none;margin-top:0;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;border:none;top:0;color:#fff;padding:0;right:0;height:50px;width:50px;font-size:16px;font-family:'iconsmind'!important;font-weight:700}.tags{margin-top:0;float:left;margin-bottom:25px;border-top:none;width:100%;padding-top:0}.tags a,.tagcloud a,.tags-label{display:inline-block;margin-right:4px;font-size:13px!important;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;background:#fff0;margin-bottom:8px;padding:0;line-height:1;text-transform:capitalize;border-radius:0;font-weight:400;color:inherit;line-height:19px;font-weight:300;padding:5px 8px;border:1px solid rgb(0 0 0 / .1)}.tagcloud{margin-top:0;width:100%;margin-bottom:-8px}.blog-content p{margin-bottom:25px}#recentcomments li{font-size:0}#recentcomments li .comment-author-link{font-size:13px;color:inherit;text-transform:capitalize}#recentcomments li .comment-author-link:after{content:"-";display:inline-block;margin:0 10px;font-size:16px}#recentcomments a:before{display:none}#commentform input[type="text"],#commentform input[type="email"],.comment-form-author,.comment-form-email{width:50%;float:left}#commentform .comment-form-author{padding-right:15px}#commentform .comment-form-email{padding-left:15px}#commentform input[type="text"],#commentform input[type="email"]{height:50px;line-height:50px}#comments .comment-list{list-style-type:none;padding-left:0;padding-right:10px;margin-bottom:50px}#comments .comment{list-style-type:none;padding:0;margin-bottom:20px;border-bottom:0}.page #comments .comment{float:left;width:100%}#comments .comment:last-child{border:none}#comments .comment img{float:left;border-radius:0;margin-right:30px;width:70px;height:70px}#comments .says{display:none}#comments .fn{text-transform:capitalize;font-style:inherit;font-weight:700;font-size:14px;margin-bottom:15px;text-transform:uppercase}#comments .comment-meta{margin:0 0 15px 0;line-height:1;opacity:1;margin-top:5px}#comments .comment-meta a{font-size:13px;color:inherit;opacity:1;font-weight:600}#comments .reply{margin-top:15px;margin-left:100px;line-height:1.4;font-size:13px}#comments .reply a{text-transform:capitalize;font-size:13px;color:inherit;opacity:1;font-weight:600}#comments .comment p{padding-left:100px;margin-bottom:0}#comments .comment blockquote p{padding-left:0}#comments .comment ul li,#comments .comment ol li{list-style-type:inherit}#comments .comment ul.children li{list-style-type:none}#respond{margin-top:20px}#respond.comment-respond{margin-top:40px;margin-bottom:40px}#comments .comment #commentform p{padding-left:0}#comments .comment-notes{margin-bottom:30px;font-size:14px}#comments .children{padding-left:50px}#cancel-comment-reply-link{font-size:14px;text-transform:capitalize;opacity:1;color:#9e9e9e;margin-left:15px}#comments .logged-in-as{margin-bottom:15px}#comments .logged-in-as a{color:inherit;margin-bottom:0;display:inline-block;opacity:1;margin-top:20px}#posts-content #comments p.logged-in-as,#single-page #comments p.logged-in-as{margin-top:-25px;margin-bottom:20px}#posts-content #comments ul li:before,#single-page #comments ul li:before{display:none}#posts-content #comments h1,#single-page #comments h1{text-align:left;font-size:50px;line-height:50px;margin-bottom:25px;margin-top:25px}#posts-content #comments h2,#single-page #comments h2{text-align:left;font-size:35px;line-height:35px;margin-bottom:25px;margin-top:25px}#posts-content #comments h3,#single-page #comments h3{text-align:left;font-size:25px;line-height:25px;margin-bottom:25px;margin-top:25px}#posts-content #comments blockquote,#single-page #comments blockquote{margin:25px 0;font-style:italic}#posts-content #comments table,#single-page #comments table{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}#posts-content #comments td,#posts-content #comments th,#single-page #comments td,#single-page #comments th{border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;padding:10px}#posts-content #comments dl,#single-page #comments dl{margin:0 20px}#posts-content #comments dd,#single-page #comments dd{margin:0 0 20px}#posts-content #comments p,#single-page #comments p{margin-bottom:0;line-height:inherit;font-size:inherit}#posts-content #comments address,#single-page #comments address{font-style:italic}#posts-content #comments code,#posts-content #comments kbd,#single-page #comments code,#single-page #comments kbd{background:#efefef;border:none;box-shadow:none}#posts-content #comments kbd,#single-page #comments kbd{color:inherit}#posts-content #comments pre,#single-page #comments pre{background:#efefef;border:none;padding:20px;border-radius:3px;margin-bottom:30px}#posts-content #comments .pingback,#single-page #comments .pingback{padding:15px 0;border-bottom:0}#posts-content .mejs-container{margin-bottom:25px}#wp-calendar{width:100%}#wp-calendar caption{color:inherit;font-weight:700}#wp-calendar #prev{text-align:left}#wp-calendar #next{text-align:right}#wp-calendar td,#wp-calendar th{padding:5px;text-align:center}#wp-calendar td a{font-weight:700}.comment-body{position:relative;background:rgb(0 0 0 / .05);padding:20px}.attachment #wrapper,.portfolio-navigation-links,.single-portfolio #single-page,.single-post #wrapper,.archive #wrapper,.search #wrapper,.blog #wrapper{background:#fff}.wp-block-search .wp-block-search__label,#wrapper .widget_block h2,#wrapper .widget-title{padding:30px 0;padding-top:33px;margin:0;border-top:2px solid;line-height:1;font-size:18px;font-weight:700}.wp-block-search .wp-block-search__label{border-top:none;padding-top:none}.wp-block-search .wp-block-search__label{color:#2f2f2f}.search #posts-content .portfolio,.search #posts-content .product,.search #posts-content .page{margin-bottom:50px;background:none;padding:0;padding-bottom:65px;border-radius:0;font-size:inherit;margin-right:10px;border-bottom:1px solid #e5e7f2}.search #posts-content .entry-meta{float:none}.search #posts-content .product,.search #posts-content .portfolio,.search #posts-content .page,.search #posts-content .post{padding-bottom:20px;margin-bottom:45px}#wrapper .blog_widget:first-child .widget-title{border-top:none;padding-top:0}.blog .navbar-default.fullwidth .container{width:100%}.blog_widget ul li a:hover{opacity:1}.blog_widget{font-size:inherit}.blog_widget p{margin-bottom:20px}#posts-content .post .blog-single-title{margin-bottom:18px;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}#posts-content.blog-single .blog-single-title{font-size:34px;letter-spacing:-1px}#posts-content .entry-meta,#posts-content .entry-meta a{color:inherit;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;font-weight:inherit}.BlogFullWidth{margin:auto;float:none;width:100%}.page-404{height:100vh;display:table;width:100%}.error404 .navbar.navbar-default{border-bottom:1px solid rgb(0 0 0 / .1)}.page-404 .container{display:table-cell;vertical-align:middle;width:100%}.page-404{padding-top:100px;height:100vh}.search-no-results #posts-content #posts-content{padding-top:0}.search-no-results #posts-content .section-subheading{float:none;margin-left:0;text-align:left;max-width:40%}.search-no-results #posts-content #posts-content .search-form{display:inline-block;margin-left:0;min-width:300px}.search-no-results #posts-content #posts-content .section-title{text-align:left;margin-top:0}.search-no-results #searchform{max-width:320px}.page-404 .secondary-button-inverse{background:#fff0;color:#fff}.page-404 .section-subheading{margin-bottom:50px;max-width:420px;font-weight:300}.page-404 .section-subheading{font-weight:700;margin-bottom:35px}.page-404 .tt_button{-webkit-transition:0.3s!important;-moz-transition:0.3s!important;-ms-transition:0.3s!important;-o-transition:0.3s!important;transition:0.3s!important;text-align:center;border:2px solid;min-width:170px;font-size:13px;font-weight:900;color:#fff;padding:0;padding:17px 25px;margin:auto;display:table;text-transform:uppercase;box-sizing:border-box;line-height:1;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;cursor:pointer}.page-404 .tt_button:hover{background:#fff0}.page-404 .section-heading{font-size:96px;letter-spacing:-1px;line-height:1;margin-bottom:30px;text-align:center;font-weight:400;text-transform:inherit}.page404-overlay{position:absolute;background-position:center;height:100%;width:100%;opacity:.2;top:0;background-blend-mode:overlay}.portfolio-item{border-radius:0;overflow:hidden;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.portfolio-item .tt_button{position:absolute;left:0;right:0;top:50%;width:170px;margin:-25px auto 0;opacity:0;float:none;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.portfolio-item .portfolio-content{position:absolute;top:0;height:100%;width:100%;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;visibility:hidden;opacity:0}.portfolio-item:hover .portfolio-content{visibility:visible;opacity:1;background:rgb(0 0 0 / .5)}.portfolio-item:hover .tt_button{opacity:1}.portfolio-item .portfolio-content .gradient-overlay{position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;background:-moz-linear-gradient(top,rgb(0 0 0 / .3) 0%,#fff0 100%);background:-webkit-linear-gradient(top,rgb(0 0 0 / .3) 0%,#fff0 100%);background:linear-gradient(to bottom,rgb(0 0 0 / .3) 0%,#fff0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000',endColorstr='#00000000',GradientType=0)}.portfolio-item .portfolio-inner-content{position:absolute;z-index:10;width:100%;top:0;bottom:0}.portfolio-item .portfolio-inner-content h3{color:#fff;font-size:16px;margin:0;font-weight:700;letter-spacing:0;line-height:25px;position:absolute;bottom:0;opacity:0;-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;width:100%;line-height:50px;background:#1f1f1f}.portfolio-item .portfolio-content:hover h3{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.portfolio-item .portfolio-inner-content p{font-size:14px;font-style:normal;line-height:25px;color:#fff;opacity:0;text-align:center;-webkit-transition:all 0.6s ease-in-out;-moz-transition:all 0.6s ease-in-out;-o-transition:all 0.6s ease-in-out;transition:all 0.6s ease-in-out}.portfolio-item .portfolio-content:hover p{opacity:1}#portfolio-items{background:#fff0;width:100%;margin-top:0}#portfolio-items:after{content:'';display:block;clear:both}.portfolio-item.item-size-small{width:calc(33.3333333% - 25px);height:auto;margin:12px;float:left;position:relative;max-height:800px;overflow:hidden}.portfolio-item.item-size-big{width:40%;height:auto}.portfolio-item img{width:100%}.woocommerce-page .navbar.navbar-default,.attachment .navbar.navbar-default,.single-post .navbar.navbar-default,.single-portfolio .navbar.navbar-default,.page-child .navbar.navbar-default{padding:0}.navbar.navbar-default{position:fixed;background:#fff}.navbar.navbar-default.fixed-menu{position:absolute}.navbar.navbar-default.contained .container{padding:0 5px}.navbar.navbar-default.contained .topbar{background:transparent!important}.navbar.navbar-default.contained:not(.navbar-shrink){background:transparent!important}.navbar.navbar-default.contained .topbar .topbar-socials{margin-right:-1px}.navbar.navbar-default.contained .topbar .container,.navbar.navbar-default.contained .container{background:#fff}.home .navbar.navbar-default.contained .topbar{border-bottom:none}.navbar.navbar-default.contained .topbar .container{padding:0}.single-portfolio #single-page{padding:60px 0 0 0!important}@media (max-width:960px){.single-portfolio #single-page{padding-top:30px!important}}.single-portfolio .navbar-default .container{padding:0;width:1240px}.page-child .navbar-default .container{padding:0}.gallery-item-list{margin-bottom:40px}.portfolio-content .portfolio-block .portfolio-title{font-size:28px;text-align:left;line-height:40px;letter-spacing:-1px;margin-top:-5px;font-weight:700;margin-bottom:30px}.portfolio-block strong{font-size:13px}.portfolio-block.full-width{margin-left:0}.portfolio-block .heading-separator{float:left;margin:20px 0 22px 0}.portfolio-content .portfolio-block p{margin-top:0;padding-bottom:0}.portfolio-content .featured-image{margin-bottom:40px;overflow:hidden}#single-page .featured-image.single-image img{max-width:100%}.portfolio-meta-parent{border-top:0;margin-top:30px;width:100%;float:left;padding-top:30px;border-top:1px solid rgb(0 0 0 / .1);margin-top:10px}.portfolio-meta.share-meta .fab{font-size:13px;margin-right:20px;color:inherit;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.portfolio-meta.share-meta .fab:hover{opacity:1}.portfolio-content .portfolio-block.full-width p{border:none}.portfolio-content .portfolio-sidebar{padding-right:0}.portfolio-block h4{font-size:13px;display:inline-block;min-width:180px;margin-top:0;margin-bottom:0}.portfolio-block{float:left;max-width:calc(100% - 50px);width:100%;margin-left:30px}.portfolio-block .portfolio-meta span{font-size:14px;display:inline-block;line-height:1.2}.pswp .pswp__caption__center{display:none}.pswp .pswp__bg{background:#000;background:rgb(0 0 0 / .75)}.pswp .pswp__ui--fit .pswp__top-bar,.pswp .pswp__ui--fit .pswp__caption,.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before,.pswp .pswp__caption{background-color:#fff0}.portfolio-content .featured-gallery,#single-page .gallery-item-list img{max-width:100%;height:auto;border-radius:0}.portfolio-content .featured-gallery.full-width{max-width:100%;width:100%;margin-bottom:90px}#single-page .featured-gallery.full-width img{width:100%}.portfolio-content .featured-gallery{margin-bottom:40px}.portfolio-sidebar.fixed-sidebar{left:50%;position:fixed;margin-left:104px;top:170px}.portfolio-sidebar.fixed-sidebar.absolute-sidebar{position:absolute;bottom:35px;top:auto}.portfolio-navigation-links{padding:35px;float:none;margin-top:0;border-top:none;padding-top:20px;padding-bottom:60px}.port-prev.tt_button{float:left;background:#fff0;box-shadow:none;transition:0.25s}.port-next.tt_button{float:right;background:#fff0;box-shadow:none;transition:0.25s}.port-prev.tt_button:hover,.port-next.tt_button:hover{color:#fff}.port-next.tt_button .fa,.port-prev.tt_button .fa{font-weight:700}.featured-gallery.full-width .owl-controls,.portfolio-gallery-content .owl-controls{text-align:center;position:absolute;bottom:30px;z-index:99;width:100%}.portfolio-gallery-content .owl-controls .owl-buttons div{background:#fff;border:2px solid #fff}.featured-gallery.full-width .owl-controls .owl-page span,.portfolio-gallery-content .owl-controls .owl-page span{margin:0 7px}.port-nav-prev{padding-left:15px}#portfolio-items .portfolio-item.align-right,#portfolio-items .portfolio-item.item-size-small:nth-child(5){float:right;margin-right:15px}.modalDialog{position:fixed;font-family:Arial,Helvetica,sans-serif;top:0;right:0;bottom:0;left:0;background:#000;background:rgb(0 0 0 / .8);z-index:99999;opacity:0;-webkit-transition:opacity 400ms ease-in;-moz-transition:opacity 400ms ease-in;-o-transition:opacity 400ms ease-in;transition:opacity 400ms ease-in;pointer-events:none}.modalDialog:target{opacity:1;pointer-events:auto}.modalDialog .modalContent{width:600px;position:relative;margin:10% auto;padding:5px 20px 13px 20px;background:#fff}.closeModal{background:#606061;color:#FFF;line-height:25px;position:absolute;right:-12px;text-align:center;top:-10px;width:24px;text-decoration:none;font-weight:700;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-moz-box-shadow:1px 1px 3px #000;-webkit-box-shadow:1px 1px 3px #000;box-shadow:1px 1px 3px #000}.closeModal:hover{background:#00d9ff}#popup-modal{z-index:10001;background:rgb(31 31 31 / .6)}#popup-modal.in{visibility:visible}#popup-modal.in .modal-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}#popup-modal .modal-content{-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;overflow:hidden;transition:all 0.3s;max-width:800px;left:50%;margin-left:-400px;border-radius:0;position:relative;margin-top:-240px;border:none;box-shadow:none;margin-top:25vh;margin-bottom:10vh}.modal-backdrop{z-index:2000;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;background-color:#B7BBC5;display:none}.modal-backdrop.in{opacity:.7}#popup-modal .modal-content h2{text-align:left;line-height:32px;font-weight:700;font-style:normal;font-size:22px;margin-bottom:15px;letter-spacing:-.5px;margin-top:0}#popup-modal .close{position:absolute;background:#fff;right:12px;top:12px;z-index:999;border-radius:90px;height:20px;width:20px;outline:0;font-size:18px;font-weight:700;text-shadow:none;line-height:20px;opacity:1;color:#1f1f1f;text-align:center;transition:.25s;font-family:arial}.modal-subheading{margin-bottom:38px}.modal-content-inner{padding:40px}.modal-content-inner p{font-size:13px;text-align:left;font-weight:700;color:#fff;line-height:1.6}.modal-content-inner .wpcf7-checkbox .wpcf7-list-item{margin:10px 0}.wpcf7 input[type="date"],.wpcf7 .wpcf7-text,.wpcf7 .wpcf7-email,.wpcf7 .wpcf7-select,.modal-content-inner .wpcf7 .wpcf7-text,.modal-content-inner .wpcf7 .wpcf7-email{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;width:100%;box-sizing:border-box;min-width:100%;border:none;margin-bottom:10px;background:#fff;box-shadow:none;letter-spacing:0;outline:none;line-height:50px;height:50px;padding:0 25px;text-align:left;font-size:13px;font-family:inherit;font-weight:900;color:#333;border:none}.wpcf7 input[type="date"]{line-height:48px}.modal-content-inner .wpcf7-form-control-wrap{margin:0;width:100%}.wpcf7 input[type="date"]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.wpcf7-form textarea,#commentform textarea,.modal-content-inner .wpcf7-form-control-wrap textarea,#single-page .wpcf7-form-control-wrap textarea{-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;background-color:#fff0;letter-spacing:0;border:none;border-radius:0;box-shadow:none;outline:none;display:block;padding:0 25px;font-size:13px;font-weight:900;text-shadow:none;background:#fff;resize:none;max-height:120px;width:100%;line-height:18px;color:#333;margin:0;text-align:left;padding-top:15px;min-width:auto;border:none;display:block}#commentform textarea{border-radius:0;margin-bottom:20px;height:100px;margin-right:0;display:block;border:2px solid rgb(0 0 0 / .1);max-width:calc(100% - 10px);padding:20px}.modal-content-inner .wpcf7-form-control-wrap{width:100%;margin:0;margin-bottom:0}.modal-content-inner .wpcf7-submit{margin-top:5px;margin-bottom:0;display:block;border:2px solid #fff!important}.modal-content-inner div.wpcf7 img.ajax-loader{display:none}div.wpcf7 .ajax-loader{display:none}.modal-content-inner:before{width:0;content:'-';text-indent:-9999px;display:block;height:0;position:absolute;z-index:9999;top:50%;margin-top:-6px;left:-12px;border-top:12px solid #fff0;border-bottom:12px solid #fff0}.modal-content-contact{padding:40px;padding-right:55px}.modal-content-contact h2{margin-top:0}.modal-content-contact p{margin-bottom:40px}.modal-content-contact .key-icon-box.cont-left{margin-top:35px}.modal-content-contact .key-icon-box.icon-left.icon-default .fa{float:left;margin-right:30px;margin-bottom:0;width:32px;height:32px;font-size:38px;margin-top:-11px}.modal-content-contact .key-icon-box .service-heading{text-transform:lowercase}body.maintenance-mode{position:relative;display:flex;align-items:center;justify-content:center;height:100vh;text-align:center}body.maintenance-mode .container .wpcf7{max-width:600px;margin:auto;margin-top:90px}body.maintenance-mode .container h2{font-size:42px;margin-bottom:0}body.maintenance-mode .maintenance-content{font-weight:600}body.maintenance-mode .countdown{margin-top:55px}body.maintenance-mode .container .wpcf7-form-control-wrap{margin-right:10px}body.maintenance-mode .wpcf7-submit{margin-top:0}.maintenance-mode .inline-cf .wpcf7-form p{display:flex;width:100%}@media (max-width:960px){.maintenance-mode .inline-cf .wpcf7-form p{flex-flow:column}}.maintenance-mode .inline-cf .wpcf7-form-control-wrap{flex:1 1 auto;display:inline-flex;width:auto}.maintenance-mode .inline-cf label .wpcf7-form-control-wrap{display:block;width:auto;float:right;width:calc(100% - 200px)}.maintenance-mode .inline-cf .wpcf7 .wpcf7-submit{flex:0 0 auto;width:auto;border:none!important}.maintenance-mode .inline-cf .wpcf7 .wpcf7-submit:hover{background:#2f2f2f!important;color:#fff}.maintenance-mode .inline-cf .wpcf7-form-control-wrap input{margin-bottom:0;background:#f5f5f5}@media (max-width:960px){body.maintenance-mode .container .wpcf7{margin:auto;margin-top:40px}body.maintenance-mode .kd-countdown{margin-top:30px}body.maintenance-mode .inline-cf .wpcf7 .wpcf7-submit{width:100%}body.maintenance-mode .container h2{font-size:36px;line-height:1.3}}@media (max-width:960px){.vc_col-sm-12 .wpcf7 .wpcf7-submit{margin-top:0;width:100%}.kd-search-bar{display:none}.navbar-header .kd-search-bar{display:inline-block;float:right;padding-top:7px}.navbar-header .kd-search-bar .topbar-search-container{top:56px;right:-47px}.modal-content-contact .key-icon-box.icon-left.icon-default .fa{font-size:30px;margin-right:10px}.modal-content-contact .key-icon-box .service-heading{font-size:14px}#kd-slider .tp-caption.NotGeneric-Title{font-size:22px!important;line-height:25px!important;width:100%!important}#kd-slider .tt_button{zoom:.9;min-width:inherit}.footer-business-info.footer-socials a{margin-bottom:20px}.wpb_text_column ul li,.wpb_text_column ol li{line-height:30px;margin-bottom:10px}.footer_widget ul li span.post-date{white-space:inherit;width:auto;display:inline-block}.footer-social-text{width:100%;margin:0}.footer-newsletter-form .wpcf7 .wpcf7-submit{width:100%}.footer-newsletter-form{float:right;margin-top:15px;width:100%}.navbar .topbar{display:none}.clients-content:after,.kd_counter_number:after{display:none}.navbar.navbar-default .container,.navbar.navbar-default.contained .container{display:block;padding:8px 15px}#logo{float:left}.blog #posts-content{padding-top:20px;padding-bottom:20px}#posts-content .post.BlogMinimal{width:100%;padding-bottom:0;margin-bottom:0;margin-left:0;margin-right:0}.navbar-default{box-shadow:0 1px 0 rgb(0 0 0 / .15)}.navbar-default.navbar-shrink.with-topbar{margin-top:0}.single-post.page .breadcrumbs{background:none;padding-top:30px;padding-bottom:30px;font-weight:700;padding-left:15px;z-index:1000;position:relative;margin-top:0;margin-bottom:0;font-size:12px}header.blog-header{padding-top:0}.mb0{margin-bottom:0!important}.mb1{margin-bottom:10px!important}.mb2{margin-bottom:20px!important}.mt0{margin-top:0!important}.mt1{margin-top:10px!important}.mt2{margin-top:20px!important}.ml0{margin-left:0!important}.ml1{margin-left:10px!important}.ml2{margin-left:20px!important}.mr0{margin-right:0!important}.mr1{margin-right:10px!important}.mr2{margin-right:20px!important}.wpcf7-form textarea{min-width:100%;max-width:100%}#single-page .header-overlay{background-size:cover}#single-page .woocommerce ul.products li.product h3,.woocommerce ul.products li.product h3{white-space:nowrap;max-width:160px;padding-left:0;padding-right:0;overflow:hidden;text-overflow:ellipsis}.woocommerce #wrapper .pr0{padding-right:15px}.woocommerce-page #wrapper{padding-top:66px}.portfolio-block{float:left;max-width:100%;width:100%;margin-left:0}#posts-content .post.BlogMinimal .entry-content{max-height:100%}.big-custom-heading{line-height:65px!important;font-size:50px!important}#portfolio-items .portfolio-item.item-size-small:nth-child(5),.portfolio-item.item-size-small{width:calc(33.3333333% - 25px);height:auto;margin:0;margin-bottom:20px}.wpcf7-form .label{margin-top:15px}.upper-footer .textwidget i{display:none}.navbar .container #logo .logo{margin-left:0;line-height:47px;font-size:18px}.woocommerce-page .navbar-default .container,.single-post .navbar-default .container,.single-page .navbar-default .container{width:100%}.modal-content-inner .modal-subheading{display:none}.section.with-overlay .parallax-overlay{background-size:cover!important}.error404 #wrapper{padding-top:0}.error404 .navbar-default.fullwidth .container{padding-left:20px;padding-right:20px}.navbar-nav{margin:0;margin-top:20px;margin-bottom:20px;text-align:left}.modal-menu-item{margin-top:0;margin-bottom:20px;width:100%;text-align:center;float:none;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.row .vc_custom_1480365617320{margin-top:0!important}#main-menu .navbar-nav .dropdown-menu{padding:0;border:none;border-radius:0;box-shadow:none;min-width:230px;left:auto;visibility:visible;float:none;opacity:1;margin-bottom:20px;width:100%;top:auto;position:relative}#main-menu .navbar-nav .mega-menu{position:relative}#main-menu .navbar-nav .mega-menu.mobile-visible{position:relative;margin-bottom:15px}#main-menu .navbar-nav .mega-menu .dropdown-menu .menu-item{width:100%;display:inline-block;float:none;margin-right:0;border-right:none}#main-menu .navbar-nav .mega-menu .dropdown-menu{left:auto;margin:0;padding:0}#main-menu .navbar-nav .menu-item .dropdown-menu .menu-item a{padding:10px}#main-menu .navbar-nav .menu-item-has-children .dropdown-menu{display:none}#main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu{display:block;opacity:1;visibility:visible;margin-top:10px}#main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children .dropdown-menu,#main-menu .navbar-nav .menu-item-has-children .dropdown-menu{display:none}#main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu .menu-item-has-children.mobile-visible .dropdown-menu,#main-menu .navbar-nav .menu-item-has-children.mobile-visible .dropdown-menu{display:block;opacity:1;visibility:visible;margin-top:0;box-shadow:none;padding:0;padding-left:15px;margin:0;opacity:1;left:0;position:relative;top:0;margin:0;transform:none;pointer-events:inherit;border:none}#main-menu .navbar-nav .menu-item-has-children:hover .dropdown-menu .dropdown:before{display:none}#main-menu .navbar-nav .menu-item-has-children a{width:calc(100% - 40px)}#main-menu .navbar-nav .menu-item-has-children .mobile-dropdown{font-family:'Font Awesome 5 Free';font-size:inherit;text-rendering:auto;padding:11px;top:0;z-index:99;font-size:14px;font-weight:700;right:-7px;position:absolute;-webkit-font-smoothing:antialiased}#main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children .mobile-dropdown:before,#main-menu .navbar-nav .menu-item-has-children .mobile-dropdown:before{content:"\f078"}#main-menu .navbar-nav .menu-item-has-children .dropdown-menu .menu-item-has-children.mobile-visible .mobile-dropdown:before,#main-menu .navbar-nav .menu-item-has-children.mobile-visible .mobile-dropdown:before{content:"\f077"}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{overflow-y:scroll;max-height:calc(100vh - 65px);margin-left:-15px}.navbar.navbar-default.navbar-shrink .modal-menu-item{border-color:#fff;border:2px solid}.navbar-default .nav li a{margin-top:15px}#main-menu .navbar-nav .menu-item a{padding:0;padding-top:12px;padding-bottom:12px;margin:0}.navbar-shrink .fixed-logo,.fixed-logo{display:none}.navbar-shrink .nav-logo,.nav-logo{display:block}.navbar-default.fullwidth .container{width:100%;padding-left:15px;padding-right:15px}.container{padding-right:15px;padding-left:15px}.container.fullwidth{padding-right:0;padding-left:0}header .header-dashboard .dashboard{max-width:90%}#particles-js{opacity:0;visibility:hidden}header .header-dashboard{background:none}html{width:100%;overflow-x:hidden}.navbar-fixed-top{padding:0;min-height:65px}.navbar-fixed-top .page-scroll{margin:0;margin-left:auto}.logo img{max-height:47px;margin-top:0;width:auto}.mobile-app .header-dashboard{text-align:center;float:none;max-width:50%}.mobile-app .header-buttons .primary-button{float:none}.mobile-app .header-buttons{margin-bottom:0}.mobile-app .header-dashboard .dashboard{margin-top:50px;margin-bottom:0;max-width:100%;float:none;margin-left:auto;margin-right:auto}.mobile-app .intro-text .intro-lead-in,header .intro-text .intro-lead-in{font-size:32px;letter-spacing:-1px;line-height:35px}.mobile-app .intro-text .intro-lead-in{text-align:center}.mobile-app .intro-text .intro-heading{max-width:100%;font-size:15px;line-height:21px;margin-top:20px}.mobile-app .intro-text{width:100%;padding:65px 20px 0 20px;text-align:center}.subscribe-form .intro-text,header .intro-text{padding:125px 20px 0 20px}.subscribe-form .intro-text{padding-left:0;padding-right:0}.subscribe-form header .wpcf7-text{width:100%;border-right:1px solid #fff}.subscribe-form header .wpcf7-submit{width:100%;margin-top:20px}.header-buttons{margin:40px auto 40px auto}header .intro-text .intro-heading{font-size:15px;line-height:21px;margin-top:20px}.container .portfolio-title,.row .contact h2,section h2.section-heading,section h1.section-heading{margin-top:0;margin-bottom:15px;font-size:25px;letter-spacing:-.3px;line-height:30px}.footer-business-info{padding:40px 20px 20px 20px;margin:-70px 15px 20px 15px}.footer-business-address,.footer-business-phone,.footer-business-email{width:100%;display:block;position:relative;text-align:left;float:left;margin-left:0;margin-bottom:25px}.footer-business-info [class^="iconsmind-"],.footer-business-info [class*=" iconsmind-"]{font-size:25px;margin-top:5px}.footer-business-phone:after,.footer-business-address:after{display:none}section{padding:50px 0}#contact{padding-top:0}.row .contact p,.row .contact h2{text-align:center!important;width:90%;margin:auto}.row .contact p,section .section-subheading{margin-bottom:30px;margin-top:20px;font-size:14px;line-height:21px}section .section-subheading{padding:0 20px}p{font-size:14px;margin-bottom:20px}.service-heading{font-size:18px;margin-bottom:18px}#services .col-md-3.last,#services .col-md-3{padding:0 30px;margin-bottom:30px}.video-socials .fa{margin:0 15px}.portfolio-item{position:relative!important;width:100%!important;top:inherit!important}#portfolio-items{height:auto!important;overflow:visible}#posts-content #comments input[type="text"],#posts-content #comments input[type="email"],.wpcf7 .wpcf7-text,.wpcf7 .wpcf7-email,.wpcf7 .wpcf7-select{min-width:100%;width:100%}section h2.section-heading{text-align:center}.features-tabs{text-align:center}.features-tabs .tab a.active .triangle{display:none}.features-tabs li{background:none;padding-left:0;list-style:none;margin:0;text-align:center;color:#666;font-size:13px;font-weight:400;line-height:25px}.video-modal .modal-content{width:100%;margin:0;top:50%;left:0;margin-top:-150px;height:300px;max-height:300px}.video-modal iframe{width:90%;height:300px}.chart-content{margin-top:-20px;margin-bottom:50px}.chart-content h4{font-size:15px}.owl-carousel{width:100%;margin:auto}.rc-content.owl-carousel{width:100%}.container .chart{display:none}.team-member{width:100%;margin:auto;margin-bottom:20px}.team-member img{width:100%;height:auto}.team-member .team-image img{margin:0 auto;border:none;max-width:100%;height:auto;float:left;width:100%;display:block;margin-right:0}.owl-theme .owl-controls .owl-buttons div.owl-prev{margin-left:-20px}.owl-theme .owl-controls .owl-buttons div.owl-next{margin-right:-20px}.subscribe .wpb_wrapper h3{font-size:28px;line-height:28px;width:100%;text-align:center!important;margin-bottom:40px}.subscribe .wpcf7-form{float:none;max-width:80%}.subscribe .wpcf7-form input{width:100%;height:40px;line-height:40px;margin-bottom:0}.subscribe .wpcf7-form .wpcf7-submit{border:none;margin:0}.subscribe .wpcf7-form button{width:100%;height:40px}.wpcf7 .wpcf7-submit{width:100%}.subscribe .wpcf7-form-control-wrap{width:100%}.contact-map-container{position:relative;top:0;min-width:100%;margin-left:-15px;width:calc(100% + 30px)}.contact{width:100%;padding-top:70px}#contact .contact-form-container{width:100%;margin-top:60px}#contact .section-subheading{margin-top:30px;line-height:21px;text-align:center;margin:auto;width:80%;margin-bottom:50px}#wpcf7-f319-o2 .wpcf7-form{max-width:400px}.wpcf7 .wpcf7-form{width:100%;margin:auto}.register-form .wpcf7 .wpcf7-submit,#single-page .wpcf7-form-control-wrap,.wpcf7 .wpcf7-form .wpcf7-form-control-wrap{width:100%!important;margin:0;margin-bottom:10px}.btn-xl,#contact .form-group input.form-control{height:40px}.lower-footer .pull-left{width:100%}.lower-footer .pull-right{width:100%;margin-top:20px}.lower-footer .pull-right .navbar-footer,.lower-footer .pull-right .navbar-footer li{text-align:center;width:100%}.lower-footer span,.lower-footer a{width:100%;display:block}#upper-footer{padding-bottom:0!important}#upper-footer img{margin:auto}#upper-footer .wpb_single_image.vc_align_left{text-align:center}#upper-footer .pull-left{width:100%;margin-bottom:40px}#upper-footer p,#upper-footer .vc_custom_heading{text-align:center!important;width:80%;margin:0 auto}#upper-footer .wpb_wrapper p{margin-bottom:30px}#upper-footer .pull-right{width:100%}.footer-secondary-nav{max-width:100%;display:block;padding:0;width:100%}.lower-footer{margin-top:0}.footer-secondary-nav a{margin:auto;display:block;float:none}.footer-secondary-nav li{margin-bottom:20px}.blog-header .intro-text{padding-top:70px}.blog-header .section-subheading{margin-bottom:25px;font-size:14px;line-height:21px;margin-top:20px;font-weight:400}.blog-header .section-heading{font-size:32px;letter-spacing:-1px;line-height:35px}#posts-content .post .blog-single-title,#posts-content .blog-single-content .blog-single-title{font-size:18px;line-height:30px;margin-bottom:18px;margin-top:5px}#posts-content .wp-post-image{margin-bottom:20px}#posts-content .entry-meta span{width:100%;float:left;width:auto;line-height:1;margin-bottom:8px}#posts-content .entry-meta .blog-separator{display:none}#posts-content .entry-meta{float:left;margin-bottom:15px}#posts-content .more-button a{margin-top:0}.navigation.pagination .next,.navigation.pagination .prev{width:100%;margin-bottom:10px}#posts-content .post{margin-bottom:15px;border-radius:0;margin-right:15px;margin-left:15px;padding-left:0;padding-bottom:45px;padding-right:0;padding-top:15px}.blog_widget{padding-left:0;margin-bottom:40px;margin-top:10px}.navigation.pagination{margin-bottom:20px;padding:0}.blog-single-content{padding-bottom:0;border-bottom:none}.single-post #posts-content .post{margin-bottom:0}#posts-content #comments p{margin-bottom:0}#posts-content #comments .comment-notes{margin-bottom:20px}#comments{margin-bottom:40px;margin-top:45px;padding:0 15px}#comments #respond #reply-title{margin-top:20px}.comment-form-author,.comment-form-email{width:100%;float:left;padding:0!important}#posts-content #commentform textarea,#posts-content #comments input{margin-bottom:10px;max-width:100%}#social-icons{display:block;width:100%;text-align:center}.lower-footer .pull-right a{margin:0;width:auto;display:inline-block;float:none}.lower-footer{border-top:none;text-align:center}#footer.fixed,#footer{position:relative;z-index:0}#wrapper{margin-bottom:0!important;padding-top:65px}.footer_widget .menu li,.footer_widget li{width:100%;height:25px}.upper-footer .widget-title{text-transform:uppercase;margin-bottom:15px;margin-top:25px}.upper-footer{padding:70px 0 50px 0}.socials-widget a{float:none;display:inline-block}.contact-box .vc_column-inner{border:none!important;padding:30px 0 0 0!important}.contact-box:last-child .vc_column-inner{padding-bottom:30px!important}.contact-map .vc_column-inner{margin-top:0!important}#popup-modal .modal-content{overflow:hidden;transition:all 0.3s;max-width:90%;left:0;margin-left:5%;border-radius:0;position:fixed;top:5%;margin-top:0;border:none;box-shadow:none;overflow-y:scroll;max-height:90%;padding:0}.modal-content-inner .wpcf7-submit{float:none}#popup-modal .modal-content h2{font-size:20px;line-height:60px}.modal-content-inner p{font-size:12px;margin-bottom:20px}.modal-content-inner{padding:25px;padding-bottom:10px}.slider-scroll-down{display:none}.woocommerce-page .navbar.navbar-default,.attachment .navbar.navbar-default,.single-post .navbar.navbar-default,.single-portfolio .navbar.navbar-default,.page-child .navbar.navbar-default,.blog .navbar.navbar-default.navbar-shrink,.blog .navbar.navbar-default{min-height:65px;position:fixed}#header.blog-header{padding-bottom:0;padding-top:0;min-height:auto}#posts-content{padding:20px 0 0 0}#comments .children{padding-left:15px}.reply-title{padding-bottom:20px}#posts-content #comments input[type="submit"],.wpcf7 .wpcf7-submit{width:100%;margin-bottom:20px}.portfolio-content .featured-gallery,#single-page .gallery-item-list img{max-width:100%;height:auto}.portfolio-gallery{padding:0}.portfolio-content .portfolio-sidebar{padding-right:0;padding-left:0;width:100%!important;position:relative!important;margin-left:0!important;left:0!important;top:inherit!important}.portfolio-content .portfolio-block .portfolio-title{font-size:25px;text-align:left;line-height:40px;letter-spacing:-.3px;margin-top:-10px;font-weight:700;margin-bottom:20px}.portfolio-navigation-links{padding:0;float:none;margin-top:50px;border-top:none;padding-bottom:0}.owlslider-portfolio{width:100%}.single-portfolio #single-page{padding-bottom:40px!important}.port-prev.tt_button,.port-next.tt_button{width:100%;max-width:140px;min-width:100px}#single-page .featured-image.single-image img{max-width:100%}.footer_widget{max-width:100%;margin:auto}.upper-footer .textwidget{max-width:100%}.socials-widget{margin:auto}.wpb_wrapper .wpb_single_image img{height:auto;max-width:100%;vertical-align:top;margin:auto;float:none;text-align:center;display:block}.parallax .parallax-overlay{background-size:cover}.vc_custom_1464520550679,.vc_custom_1464520555118,.vc_custom_1464520560358,.vc_custom_1466613488090,.vc_custom_1466613538944,.vc_custom_1466613515458{border:none!important;padding:30px 0!important}.vc_column_container>.vc_column-inner{padding-left:15px!important;padding-right:15px!important;margin-right:0!important;margin-left:0!important}.vc_column_container>.vc_column-inner .vc_column-inner{padding-left:0!important;padding-right:0!important}#single-page .single-page-heading{padding-top:50px;position:relative;padding-bottom:50px;overflow:hidden;margin-bottom:50px}.vc_custom_1464451027902{margin-bottom:20px}.register-form .wpcf7 .wpcf7-submit,.register-form .wpcf7-form-control-wrap{width:100%}.maintenance .section,.maintenance #wrapper{padding:0!important}.maintenance .container .countdown{position:fixed;top:50%;margin-top:-35px;border-radius:0;padding:20px}.maintenance .fa{display:none}.section .wpcf7-not-valid-tip{position:absolute;font-size:12px}.back-to-top{z-index:999}.upper-footer .modal-menu-item{width:100%;text-align:center;float:none;margin:auto;margin-top:40px;opacity:1;max-width:200px}.video-socials{display:none}}@media (min-width:400px) and (max-width:960px){.container .wpb_single_image .vc_figure{display:block;text-align:center}#customizer{display:none}}@media (min-width:960px) and (max-width:1180px){.navbar .modal-menu-item{display:none!important}}@media (min-width:767px) and (max-width:1024px){#kd-slider .tp-caption.NotGeneric-Title{font-size:32px!important;line-height:38px!important;width:100%!important}.kd_counter_number{margin:0;text-align:center}.footer-social-text{width:auto;margin-right:20px}#posts-content .post.BlogMinimal{width:50%;padding:0 10px}.register-form .wpcf7 .wpcf7-text{min-width:inherit;width:100%}.register-form .wpcf7 .wpcf7-submit{width:100%!important;min-width:360px}.single-portfolio .navbar-default .container,.single-post .navbar-default .container{width:100%}#single-page .featured-image.single-image img,.portfolio-content .featured-gallery,#single-page .gallery-item-list img{max-width:100%}.page .navbar-default .container{width:100%}}#customizer{position:fixed;top:0;padding:20px;background:#fff;width:800px;right:-800px;-webkit-transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;transition:0.5s;z-index:99999;font-weight:300;-webkit-border-bottom-right-radius:2px;-moz-border-radius-bottomright:2px;border-bottom-right-radius:2px;bottom:0;box-shadow:0 10px 20px rgb(0 0 0 / .08);padding-left:5px;padding-right:5px}#customizer.active{right:0}#customizer li{list-style-type:none}#customizer .options{background:#fff;width:45px;position:absolute;top:250px;left:-45px;cursor:pointer;border-left:none;border-radius:0;-webkit-box-shadow:-10px 0 25px -1px rgb(0 0 0 / .05);-moz-box-shadow:-10px 0 25px -1px rgb(0 0 0 / .05);box-shadow:-2px 0 20px -5px rgb(0 0 0 / .08);padding:8px 0}#customizer .options .fa{color:#1f1f1f;font-size:23px;font-style:normal;margin:0;margin-top:0;width:45px;text-align:center;height:40px;line-height:40px}#customizer .options .nc-icon-outline-print{font-size:22px}#customizer .options .custom-tooltip{-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;position:relative;display:block}#customizer .options .custom-tooltip i{font-size:18px;font-weight:600;text-align:center;display:block;height:40px;line-height:40px;color:#2f2f2f;transition:0.25s}#customizer .nav-logo{display:block;margin:auto;max-width:160px;margin-top:30px;margin-bottom:40px;height:auto}#customizer .tt_button{position:absolute;bottom:50px;left:50%;margin-left:-107px}#customizer .tt_button .iconita{margin-right:0;margin-left:8px}#customizer h3{font-family:"Open Sans";text-align:center;line-height:25px;font-weight:700;font-style:normal;color:#333;font-size:18px;margin-top:0;letter-spacing:-.2px;margin:0 auto;margin-top:10px}#customizer p{font-size:14px;font-weight:700;line-height:1.6;text-align:center;max-width:400px;margin:auto;margin-top:15px;color:#9e9e9e}#customizer .customizer-logo{font-weight:700;font-size:26px;line-height:inherit;margin:0;text-align:center;width:100%;display:block;float:left;letter-spacing:-.7px;margin-bottom:25px;margin-top:40px;color:#1f1f1f}#customizer .screenshot{margin-top:50px}#customizer .screenshot a{display:block;float:left;margin:8px;position:relative;overflow:hidden;background:#1f1f1f!important}#customizer .screenshot img{border:1px solid #eaeaea;float:left;display:block;border-radius:0;opacity:1;-moz-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}#customizer .screenshot a:hover img{opacity:.3}#customizer .screenshot a:hover span{opacity:1}#customizer .screenshot a span{color:#fff;font-size:16px;opacity:0;text-transform:uppercase;font-weight:700;position:absolute;z-index:99;display:block;text-align:center;line-height:1.2;width:100%;left:0;top:0;line-height:236px;margin-top:0;text-shadow:cornsilk;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}#customizer .etalon-tooltip{opacity:0;visibility:hidden;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);position:absolute;line-height:1;background:#fff;font-size:13px;font-weight:600;padding:0;margin:0 16px;font-family:inherit;letter-spacing:.5px;line-height:1;font-weight:900;text-transform:capitalize;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;width:auto;font-weight:900;display:block;margin:0;letter-spacing:.1px;right:10px;top:3px;margin-right:0;white-space:nowrap;border-radius:0;padding:15px 20px;-webkit-box-shadow:-10px 0 25px -1px rgb(0 0 0 / .05);-moz-box-shadow:-10px 0 25px -1px rgb(0 0 0 / .05);box-shadow:0 0 30px 0 rgb(0 0 0 / .05);-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;line-height:12px}#customizer .etalon-tooltip .trialngle-tooltip{border-bottom:0;border-left:5px solid #fff;height:0;border-bottom:5px solid #fff0;border-top:5px solid #fff0;width:0;display:block;position:absolute;right:-5px;top:16px}#customizer .options .custom-tooltip:hover .etalon-tooltip{opacity:1;right:60px;visibility:visible;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#demoselect{max-height:calc(100vh - 200px);overflow:hidden;overflow-y:visible;width:790px}#demoselect::-webkit-scrollbar{width:7px;cursor:pointer}#demoselect::-webkit-scrollbar-track{background-color:#fff0;cursor:pointer}#demoselect::-webkit-scrollbar-thumb{background-color:#ddd;width:7px;border-radius:3px;bottom:10px;cursor:pointer;z-index:99}#demoselect::-webkit-scrollbar-button{display:none}#demoselect::-webkit-scrollbar-corner{background-color:#000}#demoselect::-moz-scrollbar{width:7px}#customizer .colors-tooltip{width:167px;text-align:center;padding:18px}#customizer .etalon-tooltip .tooltip-label{width:100%;text-align:center;display:block}#customizer .color-switcher{width:20px;height:20px;display:block;float:left;margin:3px;margin-top:15px;margin-bottom:0;-webkit-transition:0.25s;-o-transition:0.25s;transition:0.25s;border-radius:90px}#customizer .color-switcher.blue{background:#0030b8}#customizer .color-switcher.teal{background:#00897b}#customizer .color-switcher.green{background:#64dd17}#customizer .color-switcher.red{background:#c62828}#customizer .color-switcher.orange{background:#fb8c00}#customizer .color-switcher:hover{opacity:.6}.with-triangle .vc_col-sm-5:before{width:0;content:'-';text-indent:-9999px;display:block;height:0;position:absolute;z-index:9999;top:50%;margin-top:-8px;left:0;border-top:16px solid #fff0;border-bottom:16px solid #fff0;border-left:16px solid #f2f2f2}.home .kd-photobox.demo-page-box{border:none;background:none;overflow:visible}.home .kd-photobox.demo-page-box .phb-content{background:none}.home .kd-photobox.demo-page-box .photobox-img{overflow:visible}.home .kd-photobox.demo-page-box .photobox-img img{transition:0.25s;cursor:pointer}.home .kd-photobox.demo-page-box h4{margin-bottom:0;color:#fff!important;opacity:1;font-size:16px}.home .kd-photobox.demo-page-box .phb-content .phb-btncontainer{margin-top:20px;line-height:1;display:none;overflow:visible}.home .kd-photobox.demo-page-box .phb-content{padding:25px}.home .kd-photobox.demo-page-box:hover .photobox-img img{box-shadow:0 20px 60px 0 rgb(0 0 0);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.blog_widget ul li.wc-layered-nav-rating{line-height:15px;margin-bottom:18px}.blog_widget .product_list_widget li a:before{display:none}#commentform #submit:hover,.navbar-default,.subscribe-form header .wpcf7-submit:hover,#headerbackground,.contact .wpcf7-submit:hover,footer,#posts-content .post input[type="submit"]:hover,.navbar-default.navbar-shrink,.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active{background:#fff}@media (min-width:960px){.home.page-template-default .navbar.navbar-default.navbar-shrink,.single-portfolio .navbar.navbar-default.navbar-shrink,.single-portfolio .navbar.navbar-default.navbar-shrink,.single-post .navbar.navbar-default.navbar-shrink,.woocommerce-page .navbar.navbar-default.navbar-shrink,.page-template-default .navbar.navbar-default.navbar-shrink,.page-template-portfolio-php .navbar.navbar-default.navbar-shrink,.attachment .navbar.navbar-default.navbar-shrink{background:#fff}.page-title-off #wrapper>#single-page{padding-top:200px!important}}.subscribe-form header .wpcf7-response-output,.subscribe .wpcf7-not-valid-tip,.secondary-button:hover{color:#fff}@supports (-webkit-overflow-scrolling:touch){body.modal-open{height:0}body.modal-open #popup-modal{height:100vh}}@media (min-width:960px) and (max-width:1300px){#main-menu .navbar-nav .dropdown-menu{left:auto}}.gmnoprint .gm-style-mtc{display:none!important}.vc_grid-container .vc-gitem-zone-height-mode-auto:before{display:none}.owl-item .vc-gitem-zone-height-mode-auto:before{display:none}.wp-block-button{margin-bottom:20px}.wp-block-button a:hover{color:inherit!important}.wp-block-columns{width:fit-content}.blocks-gallery-grid .blocks-gallery-image figure img,.blocks-gallery-grid .blocks-gallery-item figure img,.wp-block-gallery .blocks-gallery-image figure img,.wp-block-gallery .blocks-gallery-item figure img{height:inherit!important;margin:0!important}.wp-block-pullquote.is-style-solid-color{margin-bottom:20px;background:none!important}.wp-block-image .alignright{margin-left:auto}.has-large-font-size+p{line-height:1.3}.wp-block-group.has-background{display:flex;padding:30px;margin-bottom:20px}.wp-block-image:last-child:after{clear:both;display:block;content:''}.container .wp-block-cover .wp-block-cover-text,.container .wp-block-cover .wp-block-cover-text *{color:#fff}.wp-block-cover{margin-bottom:20px}.wp-block-archives li a:before,.blocks-gallery-item:before{display:none}.wp-block-cover{margin-bottom:20px}.first-widget-area .footer_widget{margin-bottom:30px}.footer_widget.widget_calendar{margin-bottom:30px;display:inline-block}.footer_widget.widget_search{max-width:300px}.footer_widget select{padding:5px;max-width:100%;margin-bottom:20px}