/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !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^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #111111;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  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: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #ededed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
}
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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
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: 14px;
  margin-bottom: 14px;
}
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: 28px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #24a8e0;
}
a.text-primary:hover {
  color: #1a88b7;
}
.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: #24a8e0;
}
a.bg-primary:hover {
  background-color: #1a88b7;
}
.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: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1192px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 1192px) {
  .container {
    width: 1168px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1368px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.row {
  margin-left: -14px;
  margin-right: -14px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
.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: 0%;
}
.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: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .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: 1192px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 1400px) {
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 28px;
}
.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.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ededed;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ededed;
}
.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.active:hover > th {
  background-color: #e0e0e0;
}
.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 18px;
  line-height: 1.6;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 42px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 53px;
  padding: 10px 30px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 33px;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -14px;
  margin-right: -14px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 14px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  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: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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #24a8e0;
  border-color: #24a8e0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1b8fc0;
  border-color: #1982ae;
}
.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: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: #24a8e0;
  border-color: #24a8e0;
}
.btn-primary .badge {
  color: #24a8e0;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  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: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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #f190a1;
  border-color: #f190a1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #ec6c82;
  border-color: #ea5a73;
}
.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: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: #f190a1;
  border-color: #f190a1;
}
.btn-info .badge {
  color: #f190a1;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  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: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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  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: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: #ffffff;
}
.btn-link {
  color: #111111;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 30px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/sites/tcbl.eu/themes/tcbl/bootstrap/fonts/glyphicons-halflings-regular.eot);
  src: url(/sites/tcbl.eu/themes/tcbl/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/sites/tcbl.eu/themes/tcbl/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/sites/tcbl.eu/themes/tcbl/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/sites/tcbl.eu/themes/tcbl/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ededed;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #24a8e0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1192px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 30px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
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: 36px;
  padding: 5px 10px;
  font-size: 16px;
  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: 36px;
  line-height: 36px;
}
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 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 30px;
  font-size: 23px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #111111;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #24a8e0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 125px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 1192px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 1192px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 14px;
  padding-left: 14px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1192px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -14px;
  margin-left: -14px;
}
@media (min-width: 1192px) {
  .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: 1192px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1192px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 48.5px 14px;
  font-size: 23px;
  line-height: 28px;
  height: 125px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 1192px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -14px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 14px;
  padding: 9px 10px;
  margin-top: 45.5px;
  margin-bottom: 45.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 1192px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 24.25px -14px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}
@media (max-width: 1191px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 28px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1192px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 48.5px;
    padding-bottom: 48.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -14px;
  }
}
@media (min-width: 1192px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -14px;
  margin-right: -14px;
  padding: 10px 14px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 41.5px;
  margin-bottom: 41.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1191px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 1192px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -14px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 41.5px;
  margin-bottom: 41.5px;
}
.navbar-btn.btn-sm {
  margin-top: 44.5px;
  margin-bottom: 44.5px;
}
.navbar-btn.btn-xs {
  margin-top: 51.5px;
  margin-bottom: 51.5px;
}
.navbar-text {
  margin-top: 48.5px;
  margin-bottom: 48.5px;
}
@media (min-width: 1192px) {
  .navbar-text {
    float: left;
    margin-left: 14px;
    margin-right: 14px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #111111;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #111111;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #999999;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #24a8e0;
  background-color: inherit;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #eeeeee;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #eeeeee;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #24a8e0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: inherit;
  color: #24a8e0;
}
@media (max-width: 1191px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #111111;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #999999;
    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: #24a8e0;
    background-color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #111111;
}
.navbar-default .navbar-link:hover {
  color: #999999;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1191px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 28px;
  list-style: none;
  background-color: none;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #333333;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 28px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.6;
  text-decoration: none;
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #24a8e0;
  border-color: #24a8e0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 30px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 28px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #24a8e0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1a88b7;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #f190a1;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #eb637b;
}
.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: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #111111;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 28px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #111111;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 600;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 28px;
  margin-bottom: 28px;
  background-color: #ededed;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  background-color: #24a8e0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #f190a1;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #ededed;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #24a8e0;
  border-color: #24a8e0;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d7eff9;
}
.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: 28px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ededed;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 28px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #ededed;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #24a8e0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #24a8e0;
  border-color: #24a8e0;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #24a8e0;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #24a8e0;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ededed;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1192px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.compsmain__results.map-off .comps-results:before,
.compsmain__results.map-off .comps-results:after {
  content: " ";
  display: table;
}
.clearfix: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,
.compsmain__results.map-off .comps-results:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  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 (min-width: 768px) and (max-width: 1191px) {
  .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: 1192px) and (max-width: 1399px) {
  .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: 1400px) {
  .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 (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1191px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1192px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 60px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 51px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 84px !important;
}
body.toolbar-drawer {
  padding-top: 51px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 125px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 718px;
  }
}
@media screen and (min-width: 1192px) {
  .navbar.container {
    max-width: 1138px;
  }
}
@media screen and (min-width: 1400px) {
  .navbar.container {
    max-width: 1338px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 23px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 1192px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 20px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 3px 3px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #999999;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #cccccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #999999;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #24a8e0;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #999999;
  font-size: 16px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 3px 3px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 3px 0 0 3px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 3px 3px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: 600;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
/* mekit/less/drupal.less */
.panel-title {
  font-size: 16px;
  line-height: 1.5;
}
.page-admin table {
  font-size: 16px;
  line-height: 1.5;
}
dl.node-type-list dd,
dl.admin-list dd {
  margin-bottom: 10px;
}
body.page-node-webform .wrapper-content,
body.page-node-edit .wrapper-content,
body.page-node-children .wrapper-content,
.vertical-tabs-panes.vertical-tabs-processed.tab-content {
  background: #fff;
}
#node-admin-content #edit-filters .form-wrapper {
  margin: 0;
}
#node-admin-content #edit-filters .filters {
  margin-left: 15px;
  margin-right: 15px;
}
#node-admin-content #edit-filters #edit-actions {
  width: auto;
}
#node-admin-content #edit-filters .form-group {
  margin-bottom: 0;
}
#node-admin-content #edit-filters .form-type-select {
  margin-bottom: 5px;
}
#node-admin-content #edit-options {
  display: none;
}
/* mekit/less/mekit.less */
/* mekit/less/mekit-mixins.less */
.margin-b-0 {
  margin-bottom: 0px;
}
.margin-b-025 {
  margin-bottom: 7px;
}
.margin-b-05 {
  margin-bottom: 14px;
}
.margin-b-1 {
  margin-bottom: 28px;
}
.margin-b-15 {
  margin-bottom: 42px;
}
.margin-b-2 {
  margin-bottom: 56px;
}
.margin-b-4 {
  margin-bottom: 112px;
}
.margin-b-6 {
  margin-bottom: 168px;
}
.margin-b-8 {
  margin-bottom: 224px;
}
.margin-b-10 {
  margin-bottom: 280px;
}
.margin-t-0 {
  margin-top: 0px;
}
.margin-t-025 {
  margin-top: 7px;
}
.margin-t-05 {
  margin-top: 14px;
}
.margin-t-1 {
  margin-top: 28px;
}
.margin-t-15 {
  margin-top: 42px;
}
.margin-t-2 {
  margin-top: 56px;
}
.margin-t-4 {
  margin-top: 112px;
}
.margin-t-6 {
  margin-top: 168px;
}
.margin-t-8 {
  margin-top: 224px;
}
.margin-t-10 {
  margin-top: 280px;
}
.margin-v-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.margin-v-025 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.margin-v-05 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.margin-v-1 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.margin-v-15 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.margin-v-2 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.margin-v-4 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.margin-v-6 {
  margin-top: 168px;
  margin-bottom: 168px;
}
.margin-v-8 {
  margin-top: 224px;
  margin-bottom: 224px;
}
.margin-v-10 {
  margin-top: 280px;
  margin-bottom: 280px;
}
.margin-xs-r-0 {
  margin-right: 0px;
}
.margin-xs-r-1 {
  margin-right: 28px;
}
.margin-xs-r-2 {
  margin-right: 56px;
}
.margin-xs-r-4 {
  margin-right: 112px;
}
.margin-xs-l-0 {
  margin-left: 0px;
}
.margin-xs-l-1 {
  margin-left: 28px;
}
.margin-xs-l-2 {
  margin-left: 56px;
}
.margin-xs-l-4 {
  margin-left: 112px;
}
.margin-xs-h-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.margin-xs-h-1 {
  margin-right: 28px;
  margin-left: 28px;
}
.margin-xs-h-2 {
  margin-right: 56px;
  margin-left: 56px;
}
.margin-xs-h-4 {
  margin-right: 112px;
  margin-left: 112px;
}
@media (min-width: 768px) {
  .margin-sm-r-0 {
    margin-right: 0px;
  }
  .margin-sm-r-1 {
    margin-right: 28px;
  }
  .margin-sm-r-2 {
    margin-right: 56px;
  }
  .margin-sm-r-4 {
    margin-right: 112px;
  }
  .margin-sm-l-0 {
    margin-left: 0px;
  }
  .margin-sm-l-1 {
    margin-left: 28px;
  }
  .margin-sm-l-2 {
    margin-left: 56px;
  }
  .margin-sm-l-4 {
    margin-left: 112px;
  }
  .margin-sm-h-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .margin-sm-h-1 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .margin-sm-h-2 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .margin-sm-h-4 {
    margin-right: 112px;
    margin-left: 112px;
  }
}
@media (min-width: 1192px) {
  .margin-md-r-0 {
    margin-right: 0px;
  }
  .margin-md-r-1 {
    margin-right: 28px;
  }
  .margin-md-r-2 {
    margin-right: 56px;
  }
  .margin-md-r-4 {
    margin-right: 112px;
  }
  .margin-md-l-0 {
    margin-left: 0px;
  }
  .margin-md-l-1 {
    margin-left: 28px;
  }
  .margin-md-l-2 {
    margin-left: 56px;
  }
  .margin-md-l-4 {
    margin-left: 112px;
  }
  .margin-md-h-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .margin-md-h-1 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .margin-md-h-2 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .margin-md-h-4 {
    margin-right: 112px;
    margin-left: 112px;
  }
}
@media (min-width: 1400px) {
  .margin-lg-r-0 {
    margin-right: 0px;
  }
  .margin-lg-r-1 {
    margin-right: 28px;
  }
  .margin-lg-r-2 {
    margin-right: 56px;
  }
  .margin-lg-r-4 {
    margin-right: 112px;
  }
  .margin-lg-l-0 {
    margin-left: 0px;
  }
  .margin-lg-l-1 {
    margin-left: 28px;
  }
  .margin-lg-l-2 {
    margin-left: 56px;
  }
  .margin-lg-l-4 {
    margin-left: 112px;
  }
  .margin-lg-h-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .margin-lg-h-1 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .margin-lg-h-2 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .margin-lg-h-4 {
    margin-right: 112px;
    margin-left: 112px;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1191px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 1192px) and (max-width: 1399px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
.same-h:before,
.same-h:after {
  content: " ";
  display: table;
}
.same-h:after {
  clear: both;
}
.same-h:before,
.same-h:after {
  content: " ";
  display: table;
}
.same-h:after {
  clear: both;
}
body {
  -webkit-font-smoothing: antialiased;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-inherit {
  text-transform: inherit;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-italic {
  font-style: italic;
}
.text-max-width {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.large {
  font-size: 23px;
}
ul.row {
  margin-bottom: 0;
  padding-left: 0;
}
ul.row li {
  list-style: none;
}
.simple-admin {
  padding: 10px 0;
}
.wrapper-simple-admin {
  border-bottom: 1px solid #eeeeee;
}
.wrapper-simple-admin p {
  color: #eeeeee;
}
.wrapper-simple-admin a {
  color: #111111;
}
.wrapper-simple-admin a:hover {
  text-decoration: none;
}
.btn-list {
  list-style: none;
  margin-bottom: 56px;
  margin-top: 28px;
  text-align: center;
}
.btn-list__btn {
  margin: 3px;
}
.img-overlay {
  position: relative;
}
.img-overlay__hover {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  display: table;
  opacity: 0;
  visibility: hidden;
  box-sizing: none;
}
.img-overlay__content {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}
.img-overlay__title {
  display: block;
}
.img-overlay img {
  display: block;
}
.img-overlay a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay a:hover .img-overlay__hover {
  opacity: 1;
  visibility: visible;
}
/* mekit/less/mekit-trump.less */
a.txt-brand {
  font-size: 18px;
}
a.txt-brand .site-title {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #24a8e0;
}
a.txt-brand .site-slogan {
  font-weight: normal;
  color: #24a8e0;
}
a.txt-brand.with-slogan {
  padding: 15px;
}
a.txt-brand.txt-brand-footer.with-slogan {
  display: block;
  padding-left: 0;
}
a.txt-brand.txt-brand-footer.with-slogan:focus,
a.txt-brand.txt-brand-footer.with-slogan:hover,
a.txt-brand.txt-brand-footer.with-slogan:active {
  text-decoration: none;
}
.front .messages div {
  margin-top: 28px;
}
.breadcrumb {
  text-align: center;
  font-size: 16px;
  margin-bottom: 28px;
}
.well {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.field .field-label {
  font-weight: normal;
}
.tabs--secondary {
  width: 100%;
}
.btn-justified {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.scroll-home-node {
  padding-top: 56px;
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .scroll-home-node {
    padding-top: 28px;
    padding-bottom: 56px;
  }
}
.footer {
  border-top: none;
  padding-top: 0px;
}
.footer #block-footer-footer .nav li a {
  padding: 0;
  margin: 0 0 12.5px;
}
.footer #block-footer-footer .nav li a:focus,
.footer #block-footer-footer .nav li a:active,
.footer #block-footer-footer .nav li a:hover {
  background: none;
}
.footer-logo {
  margin-top: 14px;
}
.footer-logo img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.draggable a.tabledrag-handle {
  margin-left: 0px;
}
a.tabledrag-handle .handle {
  display: block;
  width: 15px;
  height: 15px;
  background-position: 0 0;
  margin: 7px auto;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
form {
  padding-bottom: 30px;
}
form label {
  font-weight: normal;
  font-size: 18px;
}
.input-group {
  margin-bottom: 15px;
}
.form-item {
  margin-bottom: 14px;
}
input.form-file {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.page-user form#user-login {
  padding-top: 28px;
}
#nodehierarchy-children-form .newchild {
  padding-top: 28px;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-icons #block-system-main {
  padding-bottom: 30px;
  padding-bottom: 42px;
}
.page-icons-fontawesome #block-system-main i {
  margin: 10px;
}
.footer-content ul.menu i {
  margin-right: 7px;
}
.wrapper-icon-by-letter i {
  margin-right: 10px;
  color: #24a8e0;
}
#block-menu-devel .menu-devel {
  list-style: none;
  margin-bottom: 56px;
  margin-top: 28px;
  text-align: center;
}
#block-menu-devel .menu-devel:before,
#block-menu-devel .menu-devel:after {
  content: " ";
  display: table;
}
#block-menu-devel .menu-devel:after {
  clear: both;
}
#block-menu-devel .menu-devel:before,
#block-menu-devel .menu-devel:after {
  content: " ";
  display: table;
}
#block-menu-devel .menu-devel:after {
  clear: both;
}
#block-menu-devel .menu-devel li {
  margin: 3px;
  display: inline-block;
}
.filter-wrapper .form-type-select label,
.filter-wrapper .filter-help,
.filter-wrapper .filter-guidelines {
  display: none;
}
.filter-wrapper .panel-body {
  padding: 5px;
}
.filter-wrapper .form-type-select {
  margin-bottom: 0;
}
.text-format-wrapper {
  position: relative;
}
.text-format-wrapper .ckeditor_links {
  position: absolute;
  font-size: 0.8em;
  top: 3px;
  right: 0px;
}
.form-type-textarea {
  margin-bottom: 0;
}
.manualcrop-inline .manualcrop-buttons {
  padding-bottom: 0px;
  width: auto;
  float: inherit;
  font-weight: normal;
}
.manualcrop-inline .manualcrop-buttons input {
  margin-right: 5px;
}
.manualcrop-style-button-holder {
  padding-top: 5px;
}
.node-unpublished {
  background: url(/sites/all/themes/mekit/img/bg-unpublished.png);
}
.maintenance-page {
  background: #fff;
}
.maintenance-page #page {
  padding-top: 168px;
  min-height: 400px;
}
/* mekit/less/kadmin-bootstrap.less */
body.kadmin-open.navbar-is-fixed-top {
  padding-top: 155px !important;
}
.kadmin-open .navbar-fixed-top {
  top: 30px;
}
@media only screen and (max-width: 1023px) {
  body.kadmin-open.navbar-is-fixed-top {
    padding-top: 170px !important;
  }
  .kadmin-open .navbar-fixed-top {
    top: 45px;
  }
}
body.navbar-is-fixed-top {
  padding-top: 125px;
}
/* less/btn.less */
.btn,
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12.8px;
}
.btn-ghost {
  border: 1px solid #555555;
  background: none !important;
  color: #555555;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
  color: rgba(85, 85, 85, 0.8);
}
.btn-ghost.btn-primary {
  border: 1px solid #24a8e0;
  color: #24a8e0;
}
.btn-ghost.btn-primary:hover,
.btn-ghost.btn-primary:focus,
.btn-ghost.btn-primary:active {
  color: rgba(36, 168, 224, 0.8);
}
.input-group-btn .btn {
  height: 42px;
}
.alert .btn-success {
  color: #ffffff;
}
.alert .btn-success:hover,
.alert .btn-success:focus,
.alert .btn-success:active {
  color: rgba(255, 255, 255, 0.8);
}
/* less/lightslider.less */
.lSAction > a {
  background-image: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
}
.lSPrev,
.lSNext {
  background: rgba(255, 255, 255, 0.8);
}
.lSAction > .lSNext {
  right: 0;
}
.lSAction > .lSPrev {
  left: 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
  height: 8px;
  width: 8px;
  background-color: #eeeeee;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #14678a;
}
.lSSlideWrapper {
  margin-bottom: 0;
}
.lSSlideOuter .lSPager.lSpg {
  margin-bottom: 14px;
  bottom: -10px;
}
/* less/pagination.less */
.comps-pagination {
  height: 32px;
  display: none;
}
.comps-pagination.p-active {
  display: block;
}
.comps-pagination ul {
  text-align: center;
  list-style: none;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.comps-pagination li {
  display: inline-block;
}
.comps-pagination li.li-arrow {
  position: absolute;
  top: 0;
}
.comps-pagination li.li-arrow-prev {
  left: 0;
}
.comps-pagination li.li-arrow-next {
  right: 0;
}
@media (max-width: 1191px) {
  .comps-pagination li.li-item {
    display: none;
  }
  .comps-pagination li.li-item.active {
    display: inline-block;
    border-left: none;
    border-right: none;
  }
  .comps-pagination li.li-item.active .current {
    background: none;
    color: #ededed;
  }
}
.comps-pagination li .ellipse,
.comps-pagination li .current,
.comps-pagination li .page-link {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.comps-pagination li a:hover,
.comps-pagination li a:active,
.comps-pagination li a:focus {
  background: #ededed;
}
.comps-pagination li.active .current {
  background: #24a8e0;
  color: #fff;
}
.comps-pagination li i {
  line-height: 30px;
}
.lSSlideOuter {
  position: relative;
}
.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  width: 100%;
}
.lSSlideOuter .lSPager.lSpg li {
  line-height: 30px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  border: 1px solid #ededed;
  background: none;
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background: #111111;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background: #111111;
}
.lSSlideOuter.noPager .lSPager.lSpg {
  display: none;
}
.lSSlideWrapper {
  padding-bottom: 30px;
  margin-bottom: -1px;
}
.noPager .lSSlideWrapper {
  padding-bottom: 0;
}
.lSAction {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
}
.lSAction a {
  height: 30px;
  width: 30px;
  text-align: center;
  top: 0;
  margin-top: 0;
  background: none;
}
.lSAction i {
  line-height: 30px;
}
.lSAction > .lSPrev {
  left: 0;
  border-right: 1px solid #ededed;
}
.lSAction > .lSNext {
  right: 0;
  border-left: 1px solid #ededed;
}
/* less/card.less */
.a-block {
  display: block;
}
.a-block span {
  display: block;
}
.a-block > span {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.a-block:hover > span {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
span.card {
  display: block;
}
span.card span {
  display: block;
}
.card {
  position: relative;
  background: #fff;
  border: 1px solid #ededed;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card:hover {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.card__content {
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.card hr {
  border-top: 1px solid #ededed;
  margin: 0;
}
.card__logo {
  margin-top: -10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  padding: 3px;
  background: #fff;
  border: 1px solid #cccccc;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.card__logo img {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.card__cta {
  font-size: 14px;
  color: #999999;
  display: inline !important;
  margin-right: 5px;
}
.card__footer {
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.card__footer hr {
  position: relative;
  top: -8px;
}
.card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: #f190a1;
  color: #fff;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}
/* less/typo.less */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #111111;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h1 a:active,
.h2 a:active,
.h3 a:active,
.h4 a:active,
.h5 a:active,
.h6 a:active {
  color: rgba(17, 17, 17, 0.8);
}
.h1-big {
  font-size: 54px;
  font-weight: 600;
  font-style: italic;
}
h1,
.h1 {
  margin-bottom: 42px;
  color: #24a8e0;
  font-style: italic;
}
h1 a,
.h1 a {
  color: #24a8e0;
}
h1 a:hover,
.h1 a:hover,
h1 a:focus,
.h1 a:focus,
h1 a:active,
.h1 a:active {
  color: rgba(36, 168, 224, 0.8);
}
h2,
.h2 {
  color: #24a8e0;
}
h2 a,
.h2 a {
  color: #24a8e0;
}
h2 a:hover,
.h2 a:hover,
h2 a:focus,
.h2 a:focus,
h2 a:active,
.h2 a:active {
  color: rgba(36, 168, 224, 0.8);
}
h3,
.h3 {
  color: #3dbde0;
  font-style: italic;
}
h3 a,
.h3 a {
  color: #3dbde0;
}
h3 a:hover,
.h3 a:hover,
h3 a:focus,
.h3 a:focus,
h3 a:active,
.h3 a:active {
  color: rgba(61, 189, 224, 0.8);
}
h4,
.h4 {
  margin-top: 28px;
}
h6,
.h6 {
  color: #3dbde0;
}
h6 a,
.h6 a {
  color: #3dbde0;
}
h6 a:hover,
.h6 a:hover,
h6 a:focus,
.h6 a:focus,
h6 a:active,
.h6 a:active {
  color: rgba(61, 189, 224, 0.8);
}
.caps {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}
.text-bold {
  font-weight: 600;
}
.text-spaced {
  letter-spacing: 1px;
}
.text-normal {
  font-style: normal;
}
.text-primary-light {
  color: #3dbde0;
}
.text-primary-light a {
  color: #3dbde0;
}
.text-primary-light a:hover,
.text-primary-light a:focus,
.text-primary-light a:active {
  color: rgba(61, 189, 224, 0.8);
}
.text-dark {
  color: #333333;
}
a {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.pipe {
  margin: 0 10px;
}
blockquote {
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 18px;
  color: #24a8e0;
  font-style: italic;
  font-weight: 600;
}
blockquote a {
  color: #24a8e0;
}
blockquote a:hover,
blockquote a:focus,
blockquote a:active {
  color: rgba(36, 168, 224, 0.8);
}
.lead {
  font-size: 25.2px;
  color: #111111;
  font-weight: 400;
}
.text-date {
  color: #999999;
}
.text-date a {
  color: #999999;
}
.text-date a:hover,
.text-date a:focus,
.text-date a:active {
  color: rgba(153, 153, 153, 0.8);
}
hr {
  border-top: 2px solid #eeeeee;
}
.small,
small {
  font-size: 16px;
}
.xs {
  font-size: 13px;
}
.node-form .panel-title,
.node-form .tabledrag-toggle-weight-wrapper,
.node-form label {
  font-size: 14px;
}
.node-form .panel-heading,
.node-form .panel-title {
  font-size: 16px;
  line-height: 16px;
}
.node-form label {
  font-weight: 600;
}
.node-form .form-type-radio label,
.node-form .form-type-checkbox label {
  font-weight: 400;
}
.negative h1,
.negative h2,
.negative h3,
.negative h4,
.negative h5,
.negative h6,
.negative .h1,
.negative .h1-big,
.negative .h2,
.negative .h3,
.negative .h4,
.negative .h5,
.negative .h6 {
  color: #ffffff;
}
.negative h1 a,
.negative h2 a,
.negative h3 a,
.negative h4 a,
.negative h5 a,
.negative h6 a,
.negative .h1 a,
.negative .h1-big a,
.negative .h2 a,
.negative .h3 a,
.negative .h4 a,
.negative .h5 a,
.negative .h6 a {
  color: #ffffff;
}
.negative h1 a:hover,
.negative h2 a:hover,
.negative h3 a:hover,
.negative h4 a:hover,
.negative h5 a:hover,
.negative h6 a:hover,
.negative .h1 a:hover,
.negative .h1-big a:hover,
.negative .h2 a:hover,
.negative .h3 a:hover,
.negative .h4 a:hover,
.negative .h5 a:hover,
.negative .h6 a:hover,
.negative h1 a:focus,
.negative h2 a:focus,
.negative h3 a:focus,
.negative h4 a:focus,
.negative h5 a:focus,
.negative h6 a:focus,
.negative .h1 a:focus,
.negative .h1-big a:focus,
.negative .h2 a:focus,
.negative .h3 a:focus,
.negative .h4 a:focus,
.negative .h5 a:focus,
.negative .h6 a:focus,
.negative h1 a:active,
.negative h2 a:active,
.negative h3 a:active,
.negative h4 a:active,
.negative h5 a:active,
.negative h6 a:active,
.negative .h1 a:active,
.negative .h1-big a:active,
.negative .h2 a:active,
.negative .h3 a:active,
.negative .h4 a:active,
.negative .h5 a:active,
.negative .h6 a:active {
  color: rgba(255, 255, 255, 0.8);
}
.negative label,
.negative .lead,
.negative p {
  color: #fff;
}
.negative .btn {
  border-color: #fff;
  background: none;
  color: #fff;
}
.negative .form-control::-webkit-input-placeholder {
  color: #fff;
}
.negative .form-control:-moz-placeholder {
  color: #fff;
}
.negative .form-control::-moz-placeholder {
  color: #fff;
}
.negative .form-control:-ms-input-placeholder {
  color: #fff;
}
.negative select {
  color: #fff;
}
.negative .form-control {
  color: #fff;
  background: #24a8e0;
}
.negative .form-control {
  color: #fff;
}
.webform-component--privacy label {
  font-size: 16px;
  position: relative;
  top: -4px;
}
.webform-component--privacy .description {
  margin-top: 0 !important;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}
.navbar-a-typo {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}
.cke_editable a,
.field-name-field-short a,
.field-name-body a,
.copy a {
  color: #3dbde0;
}
.cke_editable a:hover,
.field-name-field-short a:hover,
.field-name-body a:hover,
.copy a:hover,
.cke_editable a:focus,
.field-name-field-short a:focus,
.field-name-body a:focus,
.copy a:focus,
.cke_editable a:active,
.field-name-field-short a:active,
.field-name-body a:active,
.copy a:active {
  color: rgba(61, 189, 224, 0.8);
}
.cke_editable a,
.field-name-field-short a,
.field-name-body a,
.copy a {
  font-weight: 600;
  text-decoration: underline;
}
.cke_editable a.btn-primary,
.field-name-field-short a.btn-primary,
.field-name-body a.btn-primary,
.copy a.btn-primary,
.cke_editable a.btn-info,
.field-name-field-short a.btn-info,
.field-name-body a.btn-info,
.copy a.btn-info {
  color: #ffffff;
  text-decoration: none;
}
.cke_editable a.btn-primary:hover,
.field-name-field-short a.btn-primary:hover,
.field-name-body a.btn-primary:hover,
.copy a.btn-primary:hover,
.cke_editable a.btn-info:hover,
.field-name-field-short a.btn-info:hover,
.field-name-body a.btn-info:hover,
.copy a.btn-info:hover,
.cke_editable a.btn-primary:focus,
.field-name-field-short a.btn-primary:focus,
.field-name-body a.btn-primary:focus,
.copy a.btn-primary:focus,
.cke_editable a.btn-info:focus,
.field-name-field-short a.btn-info:focus,
.field-name-body a.btn-info:focus,
.copy a.btn-info:focus,
.cke_editable a.btn-primary:active,
.field-name-field-short a.btn-primary:active,
.field-name-body a.btn-primary:active,
.copy a.btn-primary:active,
.cke_editable a.btn-info:active,
.field-name-field-short a.btn-info:active,
.field-name-body a.btn-info:active,
.copy a.btn-info:active {
  color: rgba(255, 255, 255, 0.8);
}
.negative a {
  color: #ffffff;
}
.negative a:hover,
.negative a:focus,
.negative a:active {
  color: rgba(255, 255, 255, 0.8);
}
.webform-client-form .description {
  font-size: 16px;
  margin-top: 7px;
}
.webform-submit {
  margin-top: 0px;
}
.static-footer .small {
  font-size: 12px;
}
.breadcrumb {
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
  margin-bottom: 7px;
}
.breadcrumb > li {
  color: #fff;
}
.breadcrumb > li + li:before {
  color: #fff;
}
.breadcrumb > .active {
  color: #fff;
}
.node-type-company .breadcrumb {
  margin-bottom: 0;
}
.category-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
}
.category-menu li {
  display: inline-block;
}
.category-menu li a {
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
}
.category-menu li a.active-filter {
  font-weight: 600;
}
.category-menu li a:after {
  font-weight: 400;
  content: '|';
  position: relative;
  left: 10px;
  color: #999999;
}
.category-menu li:last-child a:after {
  display: none;
}
.ul-collapsible {
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
.ul-collapsible .ul-coll-close {
  display: none;
}
.ul-collapsible.open {
  max-height: none;
  margin-bottom: 56px;
  overflow: inherit;
}
.ul-collapsible.open .ul-coll-close {
  display: inherit;
}
.ul-collapsible.open .ul-coll-more {
  display: none;
}
.ul-collapsible.open .ul-collapsible-toggle {
  content: 'Close';
  top: auto;
  bottom: -40px;
}
.ul-collapsible-toggle {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #ededed;
  position: absolute;
  font-size: 14px;
  padding: 0 30px;
  top: 90px;
  left: 0px;
  cursor: pointer;
}
.cke_editable .ul-collapsible {
  max-height: none;
  overflow: inherit;
  border: 1px dashed #999999;
}
/* less/custom.less */
body {
  background: #fff;
}
/* editor */
body.cke_editable,
body.mceContentBody {
  background: #fff;
}
.wrapper-simple-admin,
.wrapper-bottom,
.wrapper-content {
  background: #fff;
}
.page-shortruns .wrapper-content,
.node-type-page .wrapper-content,
.node-type-day .wrapper-content,
.node-type-conference .wrapper-content,
.front .wrapper-content {
  background: none;
}
.bg-pink {
  background: #f190a1;
}
.bg-blue {
  background: #e5f3fc;
}
.bg-blue-dark {
  background: #24a8e0;
}
.main-container {
  padding-top: 28px;
  padding-bottom: 112px;
}
.page-shortruns .main-container,
.page-node-486 .main-container,
.page-node-441 .main-container,
.node-type-company .main-container,
.front .main-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.node-type-company .footer {
  margin-top: 0;
}
.node-type-project .main-container {
  padding-top: 56px;
}
.wrapper-header {
  padding-top: 21px;
  padding-bottom: 21px;
}
.wrapper-header .field-name-field-submitted {
  font-weight: 600;
  color: #ffffff;
}
.wrapper-header .field-name-field-submitted a {
  color: #ffffff;
}
.wrapper-header .field-name-field-submitted a:hover,
.wrapper-header .field-name-field-submitted a:focus,
.wrapper-header .field-name-field-submitted a:active {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper-header .tcbl-contact {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .wrapper-header .tcbl-contact {
    margin-top: 28px;
  }
}
.page-node-done .wrapper-header {
  display: none;
}
.wrapper-footer-img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.tcbl-footer {
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 42px;
}
.tcbl-footer-content {
  position: relative;
}
.tcbl-footer-content .img-logo {
  width: 105px;
  margin-bottom: 28px;
}
@media (min-width: 1192px) {
  .tcbl-footer-content .img-logo {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1192px) {
  .tcbl-footer-content .footer-menu {
    margin-left: 130px;
  }
}
.ul-footer-menu {
  padding: 0;
  list-style: none;
}
.messages .alert {
  margin-top: 7px;
  margin-bottom: 7px;
}
.container-header {
  position: relative;
}
.container-header .logo {
  position: absolute;
  top: 12px;
  left: 12px;
  margin: 0;
  padding: 0;
}
.img-logo {
  width: 150px;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1192px) {
  .navbar-nav {
    margin-top: 68px;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .caret {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -4px;
  }
}
.nhc-pager {
  margin-top: 28px;
  margin-bottom: 28px;
}
.wrapper-hover-box {
  position: relative;
}
.hover-box__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hover-box__hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(20, 103, 138, 0.8);
  -webkit-transition: all ease-out 0.7s;
  transition: all ease-out 0.7s;
}
.hover-box__hover:hover:before {
  height: 100%;
}
.hover-box__wrapper {
  display: block;
  padding: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hover-box__title {
  display: inline-block;
  padding: 56px;
}
.hover-box__title .h1 {
  color: #fff;
}
.fx-img-zoom-simple,
.fx-img-zoom .field-item {
  position: relative;
  overflow: hidden;
}
.fx-img-zoom-simple img,
.fx-img-zoom .field-item img {
  -webkit-transition: all ease-out 0.7s;
  transition: all ease-out 0.7s;
}
.fx-img-zoom-simple:hover img,
.fx-img-zoom .field-item:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.paragraphs-item-text-img {
  position: relative;
}
.paragraphs-item-text-img .field-name-field-img {
  max-width: 80px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .paragraphs-item-text-img .field-name-field-img {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-text-img .field-name-field-short {
    margin-left: 170px;
    min-height: 150px;
  }
}
.node-day .paragraphs-item-text-img .field-name-field-img {
  max-width: 180px;
}
@media (min-width: 768px) {
  .node-day .paragraphs-item-text-img .field-name-field-img {
    left: 28px;
    max-width: 250px;
  }
}
@media (min-width: 1192px) {
  .node-day .paragraphs-item-text-img .field-name-field-img {
    left: 56px;
  }
}
@media (min-width: 768px) {
  .node-day .paragraphs-item-text-img .field-name-field-short {
    margin-left: 270px;
    min-height: 250px;
  }
}
.node-day .paragraphs-item-text-img .field-name-field-short h3 {
  color: #f190a1;
}
.node-day .paragraphs-item-text-img .field-name-field-short h3 a {
  color: #f190a1;
}
.node-day .paragraphs-item-text-img .field-name-field-short h3 a:hover,
.node-day .paragraphs-item-text-img .field-name-field-short h3 a:focus,
.node-day .paragraphs-item-text-img .field-name-field-short h3 a:active {
  color: rgba(241, 144, 161, 0.8);
}
.node-day-form .paragraphs-item-text-img h3 {
  color: #f190a1;
}
.node-day-form .paragraphs-item-text-img h3 a {
  color: #f190a1;
}
.node-day-form .paragraphs-item-text-img h3 a:hover,
.node-day-form .paragraphs-item-text-img h3 a:focus,
.node-day-form .paragraphs-item-text-img h3 a:active {
  color: rgba(241, 144, 161, 0.8);
}
@media (min-width: 768px) {
  .paragraphs-item-activity .field-name-field-short {
    margin-left: 100px;
  }
}
.paragraphs-item-activity .field-name-field-short h2 {
  color: #f190a1;
  font-style: italic;
}
.paragraphs-item-activity .field-name-field-short h2 a {
  color: #f190a1;
}
.paragraphs-item-activity .field-name-field-short h2 a:hover,
.paragraphs-item-activity .field-name-field-short h2 a:focus,
.paragraphs-item-activity .field-name-field-short h2 a:active {
  color: rgba(241, 144, 161, 0.8);
}
.paragraphs-item-activity .double-field-first {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  .paragraphs-item-activity .double-field-first {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.paragraphs-item-activity .double-field-second:before,
.paragraphs-item-activity .double-field-second:after {
  content: " ";
  display: table;
}
.paragraphs-item-activity .double-field-second:after {
  clear: both;
}
.paragraphs-item-activity .double-field-second:before,
.paragraphs-item-activity .double-field-second:after {
  content: " ";
  display: table;
}
.paragraphs-item-activity .double-field-second:after {
  clear: both;
}
@media (min-width: 768px) {
  .paragraphs-item-activity .double-field-second {
    margin-left: 100px;
    padding-left: 15px;
    border-left: 1px solid #3dbde0;
  }
}
.paragraphs-item-activity .double-field-second h1:first-child,
.paragraphs-item-activity .double-field-second h2:first-child,
.paragraphs-item-activity .double-field-second h3:first-child,
.paragraphs-item-activity .double-field-second h4:first-child,
.paragraphs-item-activity .double-field-second h5:first-child {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .paragraphs-item-activity .double-field-second h1:first-child,
  .paragraphs-item-activity .double-field-second h2:first-child,
  .paragraphs-item-activity .double-field-second h3:first-child,
  .paragraphs-item-activity .double-field-second h4:first-child,
  .paragraphs-item-activity .double-field-second h5:first-child {
    margin-top: 0;
  }
}
.paragraphs-item-activity .double-field-second h3,
.paragraphs-item-activity .double-field-second p {
  margin-bottom: 7px;
}
.paragraphs-item-activity .double-field-second i {
  color: #555555;
  margin: 0 5px;
}
.paragraphs-item-activity .double-field-second i a {
  color: #555555;
}
.paragraphs-item-activity .double-field-second i a:hover,
.paragraphs-item-activity .double-field-second i a:focus,
.paragraphs-item-activity .double-field-second i a:active {
  color: rgba(85, 85, 85, 0.8);
}
.paragraphs-item-activity .field-name-field-activity .field-item {
  position: relative;
  margin-bottom: 14px;
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy,
.node-day .field-type-paragraphs .paragraphs-item-copy,
.node-day-form .paragraphs-items .paragraphs-item-copy,
.node-day .paragraphs-items .paragraphs-item-copy {
  background: #eeeeee;
  padding: 15px 30px;
}
@media (min-width: 1192px) {
  .node-day-form .field-type-paragraphs .paragraphs-item-copy,
  .node-day .field-type-paragraphs .paragraphs-item-copy,
  .node-day-form .paragraphs-items .paragraphs-item-copy,
  .node-day .paragraphs-items .paragraphs-item-copy {
    padding-left: 100px;
  }
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2,
.node-day .field-type-paragraphs .paragraphs-item-copy h2,
.node-day-form .paragraphs-items .paragraphs-item-copy h2,
.node-day .paragraphs-items .paragraphs-item-copy h2 {
  color: #555555;
  font-style: italic;
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2 a,
.node-day .field-type-paragraphs .paragraphs-item-copy h2 a,
.node-day-form .paragraphs-items .paragraphs-item-copy h2 a,
.node-day .paragraphs-items .paragraphs-item-copy h2 a {
  color: #555555;
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2 a:hover,
.node-day .field-type-paragraphs .paragraphs-item-copy h2 a:hover,
.node-day-form .paragraphs-items .paragraphs-item-copy h2 a:hover,
.node-day .paragraphs-items .paragraphs-item-copy h2 a:hover,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2 a:focus,
.node-day .field-type-paragraphs .paragraphs-item-copy h2 a:focus,
.node-day-form .paragraphs-items .paragraphs-item-copy h2 a:focus,
.node-day .paragraphs-items .paragraphs-item-copy h2 a:focus,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2 a:active,
.node-day .field-type-paragraphs .paragraphs-item-copy h2 a:active,
.node-day-form .paragraphs-items .paragraphs-item-copy h2 a:active,
.node-day .paragraphs-items .paragraphs-item-copy h2 a:active {
  color: rgba(85, 85, 85, 0.8);
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy .field-name-field-short,
.node-day .field-type-paragraphs .paragraphs-item-copy .field-name-field-short,
.node-day-form .paragraphs-items .paragraphs-item-copy .field-name-field-short,
.node-day .paragraphs-items .paragraphs-item-copy .field-name-field-short {
  margin-bottom: 0;
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy h1:first-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h1:first-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h1:first-child,
.node-day .paragraphs-items .paragraphs-item-copy h1:first-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2:first-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h2:first-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h2:first-child,
.node-day .paragraphs-items .paragraphs-item-copy h2:first-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h3:first-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h3:first-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h3:first-child,
.node-day .paragraphs-items .paragraphs-item-copy h3:first-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h4:first-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h4:first-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h4:first-child,
.node-day .paragraphs-items .paragraphs-item-copy h4:first-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h5:first-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h5:first-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h5:first-child,
.node-day .paragraphs-items .paragraphs-item-copy h5:first-child {
  margin-top: 0;
}
.node-day-form .field-type-paragraphs .paragraphs-item-copy h1:last-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h1:last-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h1:last-child,
.node-day .paragraphs-items .paragraphs-item-copy h1:last-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h2:last-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h2:last-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h2:last-child,
.node-day .paragraphs-items .paragraphs-item-copy h2:last-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h3:last-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h3:last-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h3:last-child,
.node-day .paragraphs-items .paragraphs-item-copy h3:last-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h4:last-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h4:last-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h4:last-child,
.node-day .paragraphs-items .paragraphs-item-copy h4:last-child,
.node-day-form .field-type-paragraphs .paragraphs-item-copy h5:last-child,
.node-day .field-type-paragraphs .paragraphs-item-copy h5:last-child,
.node-day-form .paragraphs-items .paragraphs-item-copy h5:last-child,
.node-day .paragraphs-items .paragraphs-item-copy h5:last-child {
  margin-bottom: 0;
}
.wrapper-service-img {
  position: relative;
}
.wrapper-service-img img {
  width: 100%;
}
.wrapper-service-img .field-name-title-field {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
  z-index: 2;
}
.wrapper-service-img .service-over {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1192px) {
  .wrapper-service-img h1 {
    font-size: 54px;
  }
}
.node-member.node-full .field-name-field-img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.node-member.node-teaser .field-name-field-img,
.node-member.node-child .field-name-field-img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.node-project.node-child .node-content {
  position: relative;
  min-height: 100px;
}
.node-project.node-child .field-name-field-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100px;
}
.project-child-content {
  padding-left: 120px;
}
.wrapper-menu-cat {
  margin-top: 14px;
  margin-bottom: 84px;
}
.menu-cat {
  list-style: none;
  padding-left: 0;
}
.menu-cat li {
  margin: 5px 10px;
  display: inline-block;
}
.menu-cat .a-cat {
  display: inline-block;
  padding: 10px 20px;
  color: #555555;
}
.menu-cat .a-cat.cat-active {
  border-bottom: 3px solid #24a8e0;
  color: #14678a;
  font-weight: 600;
}
.menu-cat .a-cat span {
  position: relative;
  top: -1px;
  font-size: 13px;
}
.page-node-3 .field-name-field-short {
  margin-bottom: 0px;
}
.btn-custom-social a {
  display: inline-block;
  max-width: 25px;
  margin: 5px;
}
.wrapper-social-toggle {
  z-index: 100;
  position: relative;
}
.wrapper-social-toggle .btn-custom-social {
  opacity: 0;
  position: absolute;
  padding: 10px 10px 3px 10px;
  bottom: -65px;
  right: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.wrapper-social-toggle .btn-custom-social.visible {
  opacity: 1;
}
.row-imgs {
  margin-left: -7px;
  margin-right: -7px;
}
.row-imgs .col-sm-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.view.row .view-content:before,
.view.row .view-content:after {
  content: " ";
  display: table;
}
.view.row .view-content:after {
  clear: both;
}
.view.row .view-content:before,
.view.row .view-content:after {
  content: " ";
  display: table;
}
.view.row .view-content:after {
  clear: both;
}
.posted-by {
  border: 1px solid #24a8e0;
  max-width: 200px;
  padding: 15px;
}
.posted-by a {
  font-weight: 600;
}
.cke_editable img,
.field-name-body img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .faq-content {
    padding-right: 28px;
    padding-left: 28px;
  }
}
.ul-social {
  list-style: none;
  margin: 0 -3px;
  padding: 0;
}
.ul-social li {
  display: inline-block;
}
.a-social {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background: #999999;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
}
.a-social i {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  position: relative;
  top: -1px;
}
.a-social i:hover,
.a-social i:focus,
.a-social i:active {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-collapse .ul-social {
  padding: 10px 15px 20px 15px;
}
@media (min-width: 1192px) {
  .navbar-collapse .ul-social {
    position: absolute;
    top: 30px;
    right: 220px;
    padding: 0;
  }
}
@media (min-width: 1192px) {
  .tcbl-footer-content .ul-social {
    position: absolute;
    top: 0px;
    right: 220px;
  }
}
.a-social-2945 {
  background: #3957a0;
}
.a-social-2947 {
  background: #39ace3;
}
.a-social-3468 {
  background: #4272a2;
}
.a-social-2949 {
  background: #ec2124;
}
.wrapper-address {
  margin-left: 30px;
  position: relative;
}
.wrapper-address img {
  position: absolute;
  top: 5px;
  left: -30px;
  max-width: 20px;
}
.user-menu {
  padding: 0;
}
@media (min-width: 1192px) {
  .user-menu {
    text-align: right;
  }
}
.user-menu img {
  width: 25px;
  height: 25px;
  border: 1px solid #999999;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.user-menu.log-in img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.user-menu .log-in,
.user-menu .name {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12.8px;
  margin-left: 3px;
}
.navbar-collapse .user-menu {
  padding: 10px 15px;
}
@media (min-width: 1192px) {
  .navbar-collapse .user-menu {
    padding: 0;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 180px;
  }
}
.tcbl-footer-content .user-menu {
  margin-bottom: 14px;
}
@media (min-width: 1192px) {
  .tcbl-footer-content .user-menu {
    position: absolute;
    top: -2px;
    right: 20px;
  }
}
.tcbl-avatar {
  display: block;
  max-width: 85px;
  height: 85px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border: 2px solid #94d0e8;
  padding: 4px;
}
.tcbl-avatar img {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  height: 73px;
}
.tcbl-avatar img.default {
  height: 80px;
}
.tcbl-avatar-small {
  max-width: 50px;
  height: 50px;
  border: 1px solid #94d0e8;
}
.tcbl-avatar-small img {
  padding: 1px;
  height: 40px;
}
.tcbl-avatar-small img.default {
  height: 48px;
}
.profile-full {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
}
.profile-default {
  position: relative;
  min-height: 50px;
}
.profile-default span {
  display: block;
}
.profile-default .flat-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.profile-default .default-avatar {
  background: #999999;
}
.flat-avatar {
  position: relative;
}
.flat-avatar__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 2px;
  background: #fff;
  border: 1px solid #cccccc;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.flat-avatar__icon span {
  display: block;
  width: 44px;
  height: 44px;
  background: #24a8e0;
  text-align: center;
  line-height: 44px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.flat-avatar__icon img {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.flat-avatar__icon i {
  font-size: 16px;
  color: #fff;
}
.flat-avatar__title {
  padding-top: 14px;
  padding-left: 65px;
}
.profile__content {
  padding-left: 65px;
  display: block;
  line-height: 26px;
}
.profile__content span {
  display: block;
}
.profile-full-company .node-company {
  float: inherit;
  margin-left: auto;
  margin-right: auto;
}
.node-settings .field-type-entityreference .field-label {
  font-weight: 600;
  margin-bottom: 14px;
}
.node-settings.node-unpublished {
  background: none;
}
.node-banner.node-unpublished {
  background: none;
}
#block-user-online {
  padding: 10px;
  border: 1px dashed #999999;
  font-size: 16px;
}
#block-user-online p {
  margin-bottom: 0;
}
#block-user-online ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#block-user-online li {
  display: inline-block;
  font-weight: 600;
  margin: 3px 15px;
}
.footer .privacy-cookie-links {
  margin-top: 10px;
  font-size: 10px;
  color: #999999;
}
.footer .privacy-cookie-links a {
  font-size: 10px;
  color: #999999;
}
#cboxCurrent {
  font-size: 12px;
  line-height: 15px;
}
/* less/home.less */
.parallax-content {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) and (max-width: 1191px) {
  .parallax-content {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media (min-width: 1192px) {
  .parallax-content {
    padding-top: 168px;
    padding-bottom: 168px;
  }
}
.over-parallax {
  background: rgba(255, 255, 255, 0.4);
}
.over-parallax-dark {
  background: rgba(0, 0, 0, 0.2);
}
.h1-front-cms {
  margin-bottom: 28px;
}
.view-hp-events .views-row:before,
.view-hp-events .views-row:after {
  content: " ";
  display: table;
}
.view-hp-events .views-row:after {
  clear: both;
}
.view-hp-events .views-row:before,
.view-hp-events .views-row:after {
  content: " ";
  display: table;
}
.view-hp-events .views-row:after {
  clear: both;
}
.view-hp-events .views-row:after {
  content: '';
  height: 2px;
  width: 50px;
  background: #14678a;
  position: relative;
  top: -15px;
}
.view-hp-events .views-row.views-row-last:after {
  display: none;
}
/* less/comments.less */
.comment-wrapper {
  border: 1px solid #24a8e0;
}
.comments-header {
  border-bottom: 1px solid #24a8e0;
  padding: 15px;
}
.comments-list {
  padding: 30px 0;
}
.indented {
  padding-left: 56px;
}
.comment {
  margin-right: 28px;
  margin-left: 28px;
}
.comments-add-new {
  margin-right: 28px;
  margin-left: 28px;
}
.wrapper-simple-admin a.unapproved-comments {
  position: relative;
  margin-right: 12px;
}
.wrapper-simple-admin a.unapproved-comments span.badge {
  position: absolute;
  right: -13px;
  top: -5px;
  font-size: 8px;
  background-color: #f190a1;
  color: white;
  padding: 3px 5px;
}
.comment {
  position: relative;
  padding-left: 70px;
}
.comment .tcbl-avatar {
  position: absolute;
  top: 0;
  left: 7px;
}
.comment .new {
  position: absolute;
  top: 60px;
  left: 12px;
  background: #f190a1;
  font-size: 12px;
  padding: 1px 7px;
  color: #fff;
  font-weight: 600;
}
.field-name-comment-body {
  font-size: 16px;
  margin-bottom: 14px;
}
.comment-links {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.comment-links li {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 10px;
}
.comment-links li .l-forbidden {
  text-transform: initial;
}
.comment-links li a {
  font-weight: 600;
  color: #24a8e0;
}
.comment-links li a:hover,
.comment-links li a:focus,
.comment-links li a:active {
  color: rgba(36, 168, 224, 0.8);
}
.comment-links li a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.a-comment-cta {
  font-weight: 600;
  color: #24a8e0;
}
.a-comment-cta:hover,
.a-comment-cta:focus,
.a-comment-cta:active {
  color: rgba(36, 168, 224, 0.8);
}
.a-comment-cta:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.span-to-comment {
  margin-left: 5px;
}
.comment-form .form-actions {
  text-align: left;
}
.comment-form .control-label {
  font-size: 16px;
  font-weight: 600;
}
.wrapper-you {
  position: relative;
}
.wrapper-you:before,
.wrapper-you:after {
  content: " ";
  display: table;
}
.wrapper-you:after {
  clear: both;
}
.wrapper-you:before,
.wrapper-you:after {
  content: " ";
  display: table;
}
.wrapper-you:after {
  clear: both;
}
.wrapper-you .tcbl-avatar {
  position: absolute;
  top: 0;
  left: 7px;
}
.wrapper-you .tcbl-you-name {
  padding-left: 70px;
}
/* less/forum.less */
.topic-item {
  position: relative;
  border: 1px solid #3dbde0;
  margin-bottom: 28px;
}
.topic-item--content {
  position: relative;
  padding: 20px 20px 20px 40px;
}
@media (min-width: 768px) {
  .topic-item--content {
    margin-right: 260px;
  }
}
.topic-item--content h3 a {
  position: relative;
}
.topic-item--content h3 a:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -22px;
  width: 14px;
  height: 14px;
  border: 3px solid #f190a1;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.topic-item--comments,
.topic-item--date {
  background: #e5f3fc;
}
@media (max-width: 767px) {
  .topic-item--comments,
  .topic-item--date {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .topic-item--comments,
  .topic-item--date {
    position: absolute;
    width: 130px;
    text-align: center;
    border-left: 1px solid #3dbde0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .topic-item--comments {
    padding-bottom: 7px;
  }
  .topic-item--date {
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .topic-v-center {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -13px;
  }
}
.topic-item--comments {
  top: 0;
  right: 0;
}
.topic-item--comments .comment-label {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
}
.topic-item--date {
  top: 0;
  right: 130px;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
}
.node-forum.node-full .field-name-title-field {
  margin-left: 95px;
}
.wrapper-topic {
  border: 1px solid #3dbde0;
}
@media (min-width: 768px) {
  .wrapper-topic {
    margin-left: 40px;
  }
}
.wrapper-topic .comments-add-new {
  margin-left: 0;
  margin-right: 0;
}
.topic-header {
  padding: 10px 10px 10px 80px;
  border-bottom: 1px solid #3dbde0;
  position: relative;
}
@media (min-width: 768px) {
  .topic-header {
    padding: 10px 10px 10px 55px;
  }
}
.topic-header .tcbl-avatar {
  background: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media (max-width: 767px) {
  .topic-header .tcbl-avatar {
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .topic-header .tcbl-avatar {
    top: -18px;
    left: -40px;
  }
}
@media (min-width: 768px) {
  .topic-submitted {
    border-left: 1px solid #3dbde0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    text-align: center;
  }
  .topic-submitted span {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 100%;
    font-weight: 600;
  }
}
.topic-container {
  padding: 20px;
}
@media (min-width: 768px) {
  .topic-container {
    padding: 20px 55px 20px 55px;
  }
}
.topic-container .comment-wrapper {
  border: none;
  border-top: 1px solid #3dbde0;
}
/* less/conference.less */
.parallax-content-conference {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 1191px) {
  .parallax-content-conference {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
@media (min-width: 1192px) {
  .parallax-content-conference {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
.confcover-content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.node-type-day .main-container,
.node-type-conference .main-container {
  padding-top: 0;
}
.node-type-day .tabs--primary,
.node-type-conference .tabs--primary {
  margin: 10px 0;
}
.conference-card {
  border: 1px solid #3dbde0;
  background: #fff;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 1192px) {
  .conference-card {
    padding-right: 56px;
    padding-left: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
/** 
 * Different spacing for day
 */
.conference-card-basic {
  border: 1px solid #3dbde0;
}
.conference-card-basic .conference-overview-head {
  margin-right: 28px;
  margin-left: 28px;
  margin-top: 28px;
}
@media (min-width: 1192px) {
  .conference-card-basic .conference-overview-head {
    margin-right: 56px;
    margin-left: 56px;
    margin-top: 56px;
  }
}
.conference-card-basic .field-name-field-content > .field-items > .field-item:before,
.conference-card-basic .field-name-field-content > .field-items > .field-item:after {
  content: " ";
  display: table;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item:after {
  clear: both;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item:before,
.conference-card-basic .field-name-field-content > .field-items > .field-item:after {
  content: " ";
  display: table;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item:after {
  clear: both;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item.odd {
  background: #f7f7f7;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-text-img,
.conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-activity {
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 1192px) {
  .conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-text-img,
  .conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-activity {
    padding-right: 56px;
    padding-left: 56px;
  }
}
.conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-text-img .content,
.conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-activity .content {
  margin-bottom: 28px;
}
.conference-card-basic .field-name-field-content > .field-items > .field-item .paragraphs-item-copy {
  background: #eeeeee;
}
.conference-card-basic .field-name-field-files {
  margin-right: 28px;
  margin-left: 28px;
  margin-top: 28px;
}
@media (min-width: 1192px) {
  .conference-card-basic .field-name-field-files {
    margin-right: 56px;
    margin-left: 56px;
    margin-top: 56px;
  }
}
.conference-overview-head {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #3dbde0;
}
.conference-overview-head h1 {
  margin: 0;
}
@media (max-width: 1191px) {
  .conference-overview-head h1 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1192px) {
  .conference-overview-head h1 {
    margin-right: 500px;
  }
}
.conference-overview-head .conference-details {
  font-weight: 600;
  color: #f190a1;
  font-style: italic;
  font-size: 22px;
}
@media (min-width: 1192px) {
  .conference-overview-head .conference-details {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
.conference-overview-head .conference-details a {
  color: #f190a1;
}
.conference-overview-head .conference-details a:hover,
.conference-overview-head .conference-details a:focus,
.conference-overview-head .conference-details a:active {
  color: rgba(241, 144, 161, 0.8);
}
.conference-overview-head i {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .conference-tabs {
    margin-top: -48px;
  }
}
.ul-conference-tabs {
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .ul-conference-tabs {
    border-left: 1px solid #3dbde0;
  }
}
.ul-conference-tabs:before,
.ul-conference-tabs:after {
  content: " ";
  display: table;
}
.ul-conference-tabs:after {
  clear: both;
}
.ul-conference-tabs:before,
.ul-conference-tabs:after {
  content: " ";
  display: table;
}
.ul-conference-tabs:after {
  clear: both;
}
.ul-conference-tabs li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .ul-conference-tabs li {
    width: 25%;
  }
}
.ul-conference-tabs li a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-right: 1px solid #3dbde0;
}
@media (max-width: 767px) {
  .ul-conference-tabs li a {
    border-top: 1px solid #3dbde0;
  }
}
.ul-conference-tabs li a.active {
  background: #24a8e0;
  color: #ffffff;
}
.ul-conference-tabs li a.active:hover,
.ul-conference-tabs li a.active:focus,
.ul-conference-tabs li a.active:active {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .ul-conference-tabs li:last-child a {
    border-right: none;
  }
}
.ul-conference-tabs .title {
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
}
.ul-conference-tabs .number {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 768px) {
  #conference-tabs-821 .conf-tab {
    width: 33.333333%;
  }
}
.cf-ul {
  padding: 0;
  margin: 0;
}
.cf-ul li {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .cf-ul li {
    width: 25%;
  }
}
.cf-ul li a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #24a8e0;
  font-weight: 600;
  font-style: italic;
  padding: 1px;
}
.cf-ul li a:hover,
.cf-ul li a:focus,
.cf-ul li a:active {
  color: rgba(36, 168, 224, 0.8);
}
@media (min-width: 768px) {
  .cf-ul li a {
    border-left: 1px solid #24a8e0;
  }
}
@media (min-width: 768px) {
  .cf-ul li:first-child a {
    border-left: none;
  }
}
.conference-footer {
  background: #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 56px;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 1192px) {
  .conference-footer {
    padding-right: 56px;
    padding-left: 56px;
  }
}
.conference-card .conference-footer {
  margin-right: -28px;
  margin-left: -28px;
  margin-bottom: -28px;
}
@media (min-width: 1192px) {
  .conference-card .conference-footer {
    margin-right: -56px;
    margin-left: -56px;
    margin-bottom: -56px;
  }
}
/* less/company.less */
.company-map {
  position: relative;
  background: #999999;
  min-height: 350px;
}
.company-map .tcbl-map {
  min-height: 350px;
  z-index: 0;
}
.company-map .field-name-field-img {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 120px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  padding: 5px;
  background: #fff;
  border: 1px solid #eeeeee;
}
.company-map .field-name-field-img img {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.company-contacts {
  list-style: none;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}
.company-contacts li {
  padding-left: 35px;
  position: relative;
  color: #555555;
}
.company-contacts li a {
  font-weight: 600;
}
.company-contacts i {
  position: absolute;
  top: 5px;
  left: 0;
}
.company-social {
  list-style: none;
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.company-social li {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  padding: 2px;
}
.company-social li i {
  font-size: 16px;
  color: #fff;
}
.company-social-icon {
  width: 30px;
  height: 30px;
  display: block;
  background: #24a8e0;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
}
.company-social-icon__linkedin {
  background: #0077b5;
}
.company-social-icon__fb {
  background: #4267b2;
}
.company-social-icon__twitter {
  background: #1da1f2;
}
.company-social-icon__youtube {
  background: #ff0001;
}
.company-social-icon__instagram {
  background: #8542b9;
}
.company-networks {
  list-style: none;
  padding: 0;
}
.company-networks li {
  margin-bottom: 5px;
}
.company-networks img {
  width: 50px;
  height: 50px;
  background: #fff;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  margin-right: 10px;
}
.company-networks a {
  color: #24a8e0;
}
.company-networks a:hover,
.company-networks a:focus,
.company-networks a:active {
  color: rgba(36, 168, 224, 0.8);
}
.company-networks--card {
  margin-bottom: 0;
  display: inline-block;
}
.company-networks--card li {
  margin-bottom: 0;
}
.company-networks--card img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
/**
 * Evaluation
 */
.tcbl-lab-status {
  background: #fff;
  margin-bottom: 28px;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.tcbl-lab-status table {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 14px;
}
.tcbl-lab-status .field-name-field-ref-status .field-item {
  font-weight: 600;
}
.tcbl-lab-status .fa {
  color: #5cb85c;
}
.tcbl-lab-evaluation-end .form-textarea-wrapper {
  margin-bottom: 14px;
}
/**
 * Tabs
 */
.row-company-tabs {
  background: #d7edfa;
}
.company-tabs {
  list-style: none;
  height: 60px;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .company-tabs {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.company-tabs__item {
  float: left;
  width: 25%;
}
.company-tabs__a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .company-tabs__a {
    font-size: 8px;
  }
}
.company-tabs__a.open {
  background: #fff;
  color: #24a8e0;
}
.company-contents {
  margin-top: 56px;
  margin-bottom: 14px;
}
.company-contents__panel {
  display: none;
}
.company-contents__panel.open {
  display: block;
}
.company-customers {
  padding-left: 20px;
}
/**
 * About
 */
.cw-logo {
  max-width: 400px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.company-startup .field-label {
  font-weight: 600;
  color: #111111;
}
/**
 * Staff
 */
.workers {
  margin-left: -4px;
  margin-right: -4px;
}
.worker {
  display: inline-block;
  width: 25px;
  height: 40px;
  margin: 4px;
  background: #ededed;
  margin-bottom: 14px;
}
.worker__women {
  background: url(/sites/tcbl.eu/themes/tcbl/img/worker-female.png) no-repeat center center;
}
.worker__men {
  background: url(/sites/tcbl.eu/themes/tcbl/img/worker-male.png) no-repeat center center;
}
.datavisual-population {
  margin-top: -6px;
}
/**
 * Key Activities
 */
.company-kas {
  list-style: none;
  padding: 0;
}
.company-kas__head {
  cursor: pointer;
  position: relative;
  min-height: 40px;
  padding-left: 45px;
  padding-right: 35px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .company-kas__head {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.company-kas__head h5 {
  padding: 11px 0;
}
.company-kas__head:hover .kas-circle {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.company-kas__head .toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  line-height: 40px;
}
.company-kas__head .toggle i {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.company-kas__item.open .company-kas__content {
  display: block;
}
.company-kas__item.open .toggle i {
  transform: rotate(180deg);
}
.company-kas__content {
  display: none;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .company-kas__content {
    padding-left: 55px;
  }
}
.wrapper-kas-item {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
}
.wrapper-kas-item:before,
.wrapper-kas-item:after {
  content: " ";
  display: table;
}
.wrapper-kas-item:after {
  clear: both;
}
.wrapper-kas-item:before,
.wrapper-kas-item:after {
  content: " ";
  display: table;
}
.wrapper-kas-item:after {
  clear: both;
}
.wrapper-kas-item:first-child {
  border-top: 1px solid #ededed;
}
.kas-item-label {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .kas-item-label {
    float: left;
    width: 40%;
    padding-right: 5px;
  }
}
.kas-item-content {
  font-size: 16px;
}
@media (min-width: 768px) {
  .kas-item-content {
    float: left;
    width: 60%;
    padding-left: 5px;
  }
}
.kas-circle {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #111111;
  width: 40px;
  height: 40px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.company-kas__item--45 .kas-circle {
  background: #24A8E0;
}
.company-kas__item--46 .kas-circle {
  background: #ff6384;
}
.company-kas__item--47 .kas-circle {
  background: #5DD0B1;
}
.company-kas__item--48 .kas-circle {
  background: #9965ff;
}
.company-kas__item--49 .kas-circle {
  background: #4bc0c0;
}
.company-kas__item--50 .kas-circle {
  background: #ffcd56;
}
/**
 * Company projects
 */
.row-company-projects {
  background: #ededed;
}
.company-projects {
  margin-top: 42px;
  margin-bottom: 42px;
}
/**
 * Teaser
 */
.company-head {
  min-height: 60px;
  position: relative;
}
.company-head .company-logo {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 3px;
  background: #fff;
  border: 1px solid #cccccc;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.company-head .company-logo img {
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.company-head .company-content {
  padding-left: 80px;
}
.company-body {
  font-size: 14px;
}
.company-networks {
  margin-bottom: -5px;
}
.company-memb-level {
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: #24a8e0;
}
/**
 * Child
 */
.node-company.node-teaser .company-contacts,
.node-company.node-card .company-contacts {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}
.node-company.node-teaser .company-contacts li,
.node-company.node-card .company-contacts li {
  padding-left: 0;
  color: #999999;
}
.node-company.node-teaser .company-contacts i,
.node-company.node-card .company-contacts i {
  position: inherit;
  top: -1px;
  left: -4px;
  margin-right: -2px;
}
.node-company.node-child .a-company {
  min-height: 50px;
}
.node-company.node-child .company-logo {
  width: 50px;
  padding: 2px;
}
.node-company.node-child .company-content {
  padding-left: 65px;
}
.node-company.node-teaser {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.node-company.node-card .company-head {
  margin-bottom: 14px;
}
.node-company.node-card .company-contacts {
  margin-bottom: 7px;
}
.node-company.node-unpublished {
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px dashed #eeeeee;
}
/**
 * External collaboration
 */
.extcoll {
  position: relative;
}
.extcoll__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 2px;
  background: #fff;
  border: 1px solid #cccccc;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.extcoll__icon span {
  display: block;
  width: 44px;
  height: 44px;
  background: #555555;
  text-align: center;
  line-height: 44px;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.extcoll__icon i {
  font-size: 16px;
  color: #fff;
  position: relative;
  left: 2px;
}
.extcoll__title {
  padding-top: 14px;
  padding-left: 65px;
}
/**
 * Admin Stuff
 */
.field-widget-location .panel-body > .description {
  font-size: 14px;
  color: #555555;
  margin-top: 14px;
  margin-bottom: 14px;
}
.field-name-field-geolocation {
  margin-bottom: 0;
  margin-top: -8px;
}
.field-name-field-geolocation div > .form-item {
  margin-bottom: 0;
}
.field-name-field-geolocation .double-field-elements {
  margin-bottom: 0;
}
.field-name-field-geolocation .double-field-elements:before,
.field-name-field-geolocation .double-field-elements:after {
  content: " ";
  display: table;
}
.field-name-field-geolocation .double-field-elements:after {
  clear: both;
}
.field-name-field-geolocation .double-field-elements:before,
.field-name-field-geolocation .double-field-elements:after {
  content: " ";
  display: table;
}
.field-name-field-geolocation .double-field-elements:after {
  clear: both;
}
.field-name-field-geolocation .double-field-elements .form-item {
  float: left;
  width: 50%;
}
.field-name-field-geolocation .double-field-elements .form-item:first-child {
  padding-right: 10px;
}
.leaflet-container .leaflet-control-attribution {
  font-size: 9px;
}
.form-item-field-location-und-0-delete-location,
.form-item-field-location-und-0-re-geocode-location {
  display: none;
}
.group-profile-logo .control-label,
.group-about-description .control-label {
  display: none;
}
.field-type-location .form-item {
  margin-bottom: 5px;
}
.location .form-item {
  margin-bottom: 5px;
  position: relative;
  padding-left: 130px;
}
.location .form-item label {
  position: absolute;
  top: 3px;
  left: 0px;
}
.location .form-item input {
  width: 100%;
}
.group-profile .field-type-link-field {
  position: relative;
  margin-bottom: 5px;
}
.group-profile .field-type-link-field label {
  position: absolute;
  top: 3px;
  left: 0;
}
.group-profile .field-type-link-field .link-field-subrow {
  padding-left: 130px;
}
.group-profile .field-type-link-field .form-item {
  margin-bottom: 0;
}
#population-form-group .field-widget-number {
  float: left;
  width: 25%;
  margin-bottom: 5px;
}
#population-form-group .field-widget-number .form-item {
  margin-bottom: 0;
  padding-right: 5px;
}
.group-design-make-place .field-widget-number {
  float: left;
  width: 33.33%;
  margin-bottom: 5px;
}
.group-design-make-place .field-widget-number .form-item {
  padding-right: 10px;
  margin-bottom: 0;
}
.group-lab-staff .field-widget-number {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.group-lab-staff .field-widget-number .form-item {
  margin-bottom: 0;
  padding-right: 5px;
}
#field-coll-links-values .form-item,
#field-ref-labs-values .form-item {
  margin-bottom: 0;
}
#field-coll-links-values .help-block {
  display: none;
}
.form-checkboxes .form-item {
  margin-bottom: 3px;
}
.form-checkboxes .form-item label {
  position: relative;
  top: -5px;
}
.form-type-checkbox label {
  position: relative;
  top: -5px;
}
.subgroup h3 {
  margin-top: 0;
}
.subgroup .form-type-checkboxes > .control-label {
  display: none;
}
.subgroup .form-group,
.subgroup > div {
  margin: 0;
}
.subgroup .field-type-text {
  margin-top: -10px;
}
.field-group-htab > .panel-body {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Key activities back end
 */
.field-name-field-ref-kas > .form-item > label {
  font-size: 30px;
  margin-bottom: 14px;
}
.field-name-field-ref-kas .control-label {
  font-size: 18px;
  top: -1px !important;
}
.field-name-field-ref-kas .help-block {
  color: #333333;
  margin-bottom: 28px;
}
.field-name-field-ref-kas .help-block #kas-help {
  padding-top: 14px;
  padding-bottom: 14px;
}
.field-name-field-ref-kas .help-block #kas-help .label {
  font-size: 16px;
}
.htab-grid-3 .panel-body:before,
.htab-grid-4 .panel-body:before,
.htab-grid-3 .panel-body:after,
.htab-grid-4 .panel-body:after {
  content: " ";
  display: table;
}
.htab-grid-3 .panel-body:after,
.htab-grid-4 .panel-body:after {
  clear: both;
}
.htab-grid-3 .panel-body:before,
.htab-grid-4 .panel-body:before,
.htab-grid-3 .panel-body:after,
.htab-grid-4 .panel-body:after {
  content: " ";
  display: table;
}
.htab-grid-3 .panel-body:after,
.htab-grid-4 .panel-body:after {
  clear: both;
}
.htab-grid-3 .help-block,
.htab-grid-4 .help-block {
  font-size: 16px;
  color: #111111;
}
.htab-grid-3 .form-type-textfield,
.htab-grid-4 .form-type-textfield,
.htab-grid-3 .field-widget-text-textfield,
.htab-grid-4 .field-widget-text-textfield,
.htab-grid-3 .form-type-checkboxes,
.htab-grid-4 .form-type-checkboxes,
.htab-grid-3 .field-type-taxonomy-term-reference,
.htab-grid-4 .field-type-taxonomy-term-reference {
  margin-bottom: 0;
}
.htab-grid-3 .form-type-checkboxes > .control-label,
.htab-grid-4 .form-type-checkboxes > .control-label {
  display: none;
}
@media (min-width: 1192px) {
  .htab-grid-4 fieldset {
    float: left;
    margin-right: 1%;
    width: 49%;
  }
}
@media (min-width: 1400px) {
  .htab-grid-4 fieldset {
    width: 24%;
  }
}
@media (min-width: 1192px) {
  .htab-grid-3 fieldset {
    float: left;
    margin-right: 1%;
    width: 49%;
  }
}
@media (min-width: 1400px) {
  .htab-grid-3 fieldset {
    width: 32%;
  }
}
.field-name-field-l-c-regional-stakeholders .help-block {
  display: none;
}
/* less/comps.less */
.compsmain__filters {
  margin-bottom: 56px;
  position: relative;
}
.comps-select {
  margin-bottom: 14px;
}
.compsmain__results {
  margin-right: -14px;
  margin-left: -14px;
}
.compsmain__results:before,
.compsmain__results:after {
  content: " ";
  display: table;
}
.compsmain__results:after {
  clear: both;
}
.compsmain__results:before,
.compsmain__results:after {
  content: " ";
  display: table;
}
.compsmain__results:after {
  clear: both;
}
.compsmain__results .tcbl-map {
  min-height: 700px;
}
.compsmain__results.map-off .compsmain__map {
  display: none;
}
.compsmain__results.map-off .compsmain__list {
  width: 100%;
}
.compsmain__results.map-off .comps-results {
  margin-left: -14px;
  margin-right: -14px;
}
.compsmain__results.map-off .comps-no-results {
  padding-right: 14px;
  padding-left: 14px;
}
.compsmain__map,
.compsmain__list {
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .compsmain__map,
  .compsmain__list {
    width: 50%;
    float: left;
  }
}
.comps-filters__tools {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .comps-filters__tools {
    text-align: right;
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.comps-pagination {
  margin-bottom: 28px;
}
/**
 * Toggle
 */
.toggle-map {
  background: #555555;
  color: #fff;
}
.toggle-map:hover,
.toggle-map:focus,
.toggle-map:active {
  color: #fff;
}
.toggle-map .fa-toggle-on {
  transform: rotate(180deg);
  position: relative;
  top: - 1px;
}
.toggle-map.on {
  background: #24a8e0;
}
.toggle-map.on .fa-toggle-on {
  display: inherit;
  transform: rotate(0deg);
  top: 0;
}
/**
 * Loader
 */
.compsmain__filters.loading:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  cursor: wait;
}
.loading .loader {
  display: block;
}
.loader {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: 4px;
  width: 100%;
  overflow: hidden;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #24a8e0;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/**
 * Labs
 */
.directory-head-content,
.labs-head-content {
  padding-top: 84px;
  padding-bottom: 84px;
  max-width: 750px;
}
.directory-head-content .lead,
.labs-head-content .lead {
  margin-bottom: 0;
}
.row-directory-head .over-parallax-dark,
.row-labs-head .over-parallax-dark {
  background: rgba(0, 0, 0, 0.6);
}
/**
 * Directory
 */
.row-directory-head {
  background: #e5f3fc;
}
.row-directory-head .field-name-body h4 {
  margin-top: 0;
}
.directory-numbers {
  margin-top: 56px;
  margin-bottom: 42px;
}
.directory-numbers:before,
.directory-numbers:after {
  content: " ";
  display: table;
}
.directory-numbers:after {
  clear: both;
}
.directory-numbers:before,
.directory-numbers:after {
  content: " ";
  display: table;
}
.directory-numbers:after {
  clear: both;
}
@media (min-width: 768px) {
  .directory-numbers .directory-number {
    float: left;
    width: 25%;
  }
}
.directory-number {
  min-height: 40px;
  position: relative;
  margin-bottom: 14px;
}
.directory-number__number {
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  width: 60px;
  height: 40px;
}
.directory-number__label {
  line-height: 40px;
  padding-left: 70px;
  font-weight: 600;
}
/**
 * Dashboard
 */
.wrapper-dashboard .node-project.node-child {
  width: 100%;
  padding: 0;
  float: inherit;
}
/* less/sruns.less */
.sruns-parallax-content {
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 28px;
  padding-bottom: 196px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sruns-parallax-content {
    padding-top: 112px;
    padding-bottom: 280px;
  }
}
.sruns-parallax-content h2 {
  margin: 0;
}
.row-sruns-front-works {
  background: #ededed;
}
.card-sruns {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -168px;
}
.card-sruns h2 {
  margin-top: 0;
}
.card-sruns ul {
  padding-left: 20px;
  font-size: 16px;
}
.card-sruns ul li {
  min-height: 50px;
}
.card-sruns__item .card-img {
  display: block;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .card-sruns__item {
    margin-bottom: 28px;
  }
  .card-sruns__item .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-sruns__item {
    padding-right: 56px;
    padding-left: 56px;
    padding-top: 28px;
    padding-bottom: 28px;
    float: left;
    width: 50%;
  }
  .card-sruns__item:last-child {
    border-left: 1px solid #ededed;
  }
}
.sruns-works__circles {
  margin-top: 56px;
  margin-bottom: 84px;
}
.sruns-works__circles:before,
.sruns-works__circles:after {
  content: " ";
  display: table;
}
.sruns-works__circles:after {
  clear: both;
}
.sruns-works__circles:before,
.sruns-works__circles:after {
  content: " ";
  display: table;
}
.sruns-works__circles:after {
  clear: both;
}
.sruns-works__circle {
  text-align: center;
}
.sruns-works__circle .circle {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  background: #fff;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  position: relative;
}
.sruns-works__circle .circle img {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.sruns-works__circle .content {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sruns-works__circle {
    float: left;
    width: 33.333333%;
  }
}
.row-sruns-front-start {
  background: #e5f3fc;
  padding-top: 56px;
  padding-bottom: 84px;
}
.sruns-start__btns .btn {
  margin: 0 15px;
}
.page-shortruns .footer {
  margin-top: 0;
}
.sruns {
  min-height: 600px;
  background: #eeeeee;
  position: relative;
}
.sruns-filter {
  background: #fff;
}
@media (min-width: 768px) {
  .sruns-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
  }
}
.sruns-content {
  padding-right: 14px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .sruns-content {
    margin-left: 380px;
    padding-right: 56px;
    padding-left: 56px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.ul-topics {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .ul-topics {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 5px;
  }
}
.ul-topics li {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ul-topics li {
    flex: 0 0 auto;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .ul-topics li.done {
    padding-right: 28px;
  }
}
@media (min-width: 768px) {
  .ul-topics li {
    padding-right: 28px;
    padding-left: 28px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.ul-topics li i {
  color: #eeeeee;
  position: absolute;
  top: 11px;
  right: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ul-topics li i {
    top: 21px;
    right: 25px;
    font-size: 20px;
  }
}
.ul-topics li .i-no,
.ul-topics li .i-yes,
.ul-topics li .i-skip {
  display: none;
}
@media (max-width: 767px) {
  .ul-topics li.open {
    background: #eeeeee;
    color: #111111;
  }
}
.ul-topics li.open:before {
  content: ' ';
  background: #24a8e0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
@media (max-width: 767px) {
  .ul-topics li.open:before {
    display: none;
  }
}
.ul-topics li.done {
  color: #999999;
}
.ul-topics li .i-yes {
  color: #5cb85c;
}
.ul-topics li .i-skip {
  color: #999999;
}
.ul-topics li .i-no {
  color: #d9534f;
}
.ul-topics li.answ-skip .i-skip {
  display: block;
}
.ul-topics li.answ-no .i-no {
  display: block;
}
.ul-topics li.answ-yes .i-yes {
  display: block;
}
.sruns-progress {
  background: #eeeeee;
  height: 4px;
}
@media (max-width: 1191px) {
  .sruns-progress {
    display: none;
  }
}
.s-progress {
  background: #5cb85c;
  height: 4px;
}
.sruns-next {
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.sruns-next .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .sruns-next {
    display: none;
  }
}
.node-question.node-unpublished {
  background: none;
}
.wrapper-bts {
  padding-top: 28px;
}
.bts {
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  user-select: none;
  white-space: nowrap;
  display: inline-block;
  border: 1px solid #f190a1;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .bts {
    font-size: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.bts--flat {
  background: #f190a1;
  color: #ffffff;
}
.bts--flat:hover,
.bts--flat:focus,
.bts--flat:active {
  color: rgba(255, 255, 255, 0.8);
}
.bts--out {
  border: 1px solid #f190a1;
  color: #f190a1;
}
.bts--out:hover,
.bts--out:focus,
.bts--out:active {
  color: rgba(241, 144, 161, 0.8);
}
.bts--default {
  border: 1px solid #999999;
  color: #999999;
}
.bts--default:hover,
.bts--default:focus,
.bts--default:active {
  color: rgba(153, 153, 153, 0.8);
}
.bts .i-check {
  display: none;
  position: relative;
  right: -5px;
}
.bts.checked .i-check {
  display: inline;
}
.sruns-label {
  background: #f190a1;
  color: #fff;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}
/* less/paragraphs.less */
.container-text {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.container-media {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraphs-item-chapter {
  position: relative;
}
.paragraphs-item-chapter .chapter-content,
.paragraphs-item-chapter .field-name-field-short {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.paragraphs-item-chapter .chapter-title,
.paragraphs-item-chapter .field-name-field-chapter {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 22px;
  margin-top: 28px;
  color: #111111;
}
.paragraphs-item-chapter .chapter-title small,
.paragraphs-item-chapter .field-name-field-chapter small,
.paragraphs-item-chapter .chapter-title .small,
.paragraphs-item-chapter .field-name-field-chapter .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.paragraphs-item-chapter .chapter-title small,
.paragraphs-item-chapter .field-name-field-chapter small,
.paragraphs-item-chapter .chapter-title .small,
.paragraphs-item-chapter .field-name-field-chapter .small {
  font-size: 75%;
}
.paragraphs-item-chapter .chapter-title a,
.paragraphs-item-chapter .field-name-field-chapter a {
  color: #111111;
}
.paragraphs-item-chapter .chapter-title a:hover,
.paragraphs-item-chapter .field-name-field-chapter a:hover,
.paragraphs-item-chapter .chapter-title a:focus,
.paragraphs-item-chapter .field-name-field-chapter a:focus,
.paragraphs-item-chapter .chapter-title a:active,
.paragraphs-item-chapter .field-name-field-chapter a:active {
  color: rgba(17, 17, 17, 0.8);
}
@media (min-width: 1192px) {
  .paragraphs-item-chapter .chapter-title,
  .paragraphs-item-chapter .field-name-field-chapter {
    max-width: 170px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .paragraphs-item-chapter .chapter-title,
  .paragraphs-item-chapter .field-name-field-chapter {
    max-width: 230px;
  }
}
.paragraphs-item-chapter .chapter-title--small {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #999999;
}
.paragraphs-item-chapter .chapter-title--small small,
.paragraphs-item-chapter .chapter-title--small .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.paragraphs-item-chapter .chapter-title--small small,
.paragraphs-item-chapter .chapter-title--small .small {
  font-size: 75%;
}
.paragraphs-item-chapter .chapter-title--small a {
  color: #111111;
}
.paragraphs-item-chapter .chapter-title--small a:hover,
.paragraphs-item-chapter .chapter-title--small a:focus,
.paragraphs-item-chapter .chapter-title--small a:active {
  color: rgba(17, 17, 17, 0.8);
}
.chapter-content .node-company.node-teaser {
  border-bottom: none;
}
.paragraphs-item-chapter {
  margin-bottom: 42px;
}
.paragraphs-item-img-big,
.paragraphs-item-copy,
.paragraphs-item-files,
.paragraphs-item-links,
.paragraphs-item-imgs {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
.i-download,
.i-link {
  position: relative;
  min-height: 30px;
  margin-bottom: 7px;
}
.i-download__icon,
.i-link__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #24a8e0;
  border-top-right-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  color: #fff;
  text-align: center;
}
.i-download__icon i,
.i-link__icon i {
  line-height: 30px;
  font-size: 12px;
}
.i-download__title,
.i-link__title {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #111111;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  margin: 0;
  padding: 6px 0 6px 40px;
}
.i-download__title small,
.i-link__title small,
.i-download__title .small,
.i-link__title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.i-download__title small,
.i-link__title small,
.i-download__title .small,
.i-link__title .small {
  font-size: 75%;
}
.i-download__title a,
.i-link__title a {
  color: #111111;
}
.i-download__title a:hover,
.i-link__title a:hover,
.i-download__title a:focus,
.i-link__title a:focus,
.i-download__title a:active,
.i-link__title a:active {
  color: rgba(17, 17, 17, 0.8);
}
/* less/pricing.less */
.princing-table:before,
.princing-table:after {
  content: " ";
  display: table;
}
.princing-table:after {
  clear: both;
}
.princing-table:before,
.princing-table:after {
  content: " ";
  display: table;
}
.princing-table:after {
  clear: both;
}
@media (min-width: 1192px) {
  .princing-table {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pricing-card {
  margin-bottom: 28px;
}
@media (min-width: 1192px) {
  .pricing-card {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
}
.pricing-card .small {
  font-size: 15px;
}
.pricing-card .card {
  border: none;
  background: #e5f3fc;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pricing-label {
  display: block;
  font-size: 13px;
  color: #555555;
}
.negative .pricing-label {
  color: #fff;
}
.pricing-card--head {
  text-align: center;
}
@media (min-width: 1192px) {
  .pricing-card--head {
    min-height: 95px;
  }
  .pricing-card--head .small {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-card--price {
  background: #24a8e0;
  text-align: center;
  margin-left: -28px;
  margin-right: -28px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.pricing-card--price .h1 {
  margin: 0;
}
.pricing-card--price .h3 {
  display: block;
  margin: 0;
}
.pricing-card--bonus {
  background: #67c3e9;
  margin-left: -28px;
  margin-right: -28px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 28px;
  padding-left: 28px;
}
.pricing-card--bonus .h4 {
  display: block;
  margin: 0;
  font-style: italic;
}
.pricing-card--item {
  position: relative;
  padding-right: 28px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.pricing-card--item i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  color: #24a8e0;
}
.pricing-card--cta {
  padding-top: 14px;
  text-align: center;
}
.pricing-card--cta .btn {
  display: block;
}
.pricing-card--cta .pricing-label {
  margin-top: 7px;
  font-style: italic;
}
/* less/admin.less */
.panel-actions-top {
  position: relative;
  background: #ededed;
  margin-bottom: 14px;
  padding: 14px;
}
.panel-actions-top .form-group {
  margin: 0;
  text-align: right;
}
.panel-actions-top .title-help {
  position: absolute;
  top: 18px;
  left: 13px;
}
.tabs--secondary,
.tabs--primary {
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
}
.tabs--primary > li {
  display: inline-block;
  float: inherit;
}
.field-edit-link {
  font-size: 12.8px;
  margin-left: 10px;
}
.preview {
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  border: 1px dashed #999999;
  margin-bottom: 28px;
}
.preview .node {
  background: inherit;
}
.table-responsive {
  position: relative;
}
.tabledrag-toggle-weight-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
th.tabledrag-hide {
  display: none;
}
.panel-default > .panel-heading {
  background: #e5f3fc;
}
.panel-title {
  color: #14678a;
  font-weight: 600;
}
.panel-heading {
  padding: 12px 15px 10px 15px;
}
@media (max-width: 1191px) {
  .form-wrapper fieldset .panel-heading,
  .form-wrapper fieldset .panel-body {
    padding: 5px 10px;
  }
}
fieldset.date-combo .container-inline-date .date-padding {
  padding: 0;
}
@media (min-width: 768px) {
  .panel-body .panel-right,
  .panel-body .panel-left {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .panel-body .panel-left {
    padding-right: 28px;
  }
}
.panel-body .btn {
  padding: 2px 8px;
  font-size: 10px;
}
.manualcrop-style-button-holder {
  padding-top: 0;
}
.image-widget-data .form-group {
  margin-bottom: 5px;
  font-size: 12px;
}
.image-widget-data .form-group .badge {
  font-size: 12px;
}
.form-radios .form-item {
  margin-bottom: 3px;
}
.form-radios label input {
  position: relative;
  top: 5px;
}
/* less/field-group-mobile.less */
@media (max-width: 1191px) {
  .tabs-left > .vertical-tabs-list {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
  }
  .tabs-left > .vertical-tabs-list > li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: -1px;
  }
  .tabs-left > .vertical-tabs-list > li > a {
    border-color: #dddddd #dddddd #dddddd #dddddd;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    box-shadow: none;
    background: #f5f5f5;
    font-size: 16px;
    padding: 3px 10px;
  }
  .tabs-left > .vertical-tabs-list > li.active > a,
  .tabs-left > .vertical-tabs-list > li.active > a:hover,
  .tabs-left > .vertical-tabs-list > li.active > a:focus {
    border-color: #dddddd #dddddd #dddddd #dddddd;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
    box-shadow: none;
    background: #fff;
    color: #111111;
    font-weight: 600;
  }
  .tabs-left > .vertical-tabs-list .summary {
    display: none;
  }
  .tabs-left > .tab-content {
    padding: 0;
    margin-left: -14px;
    margin-right: -14px;
    border: 1px solid #fff;
    display: block;
    box-shadow: none;
  }
  .field-type-paragraphs .field-multiple-drag {
    display: none;
  }
  .field-type-paragraphs .table-responsive {
    border: none;
  }
  .tabledrag-toggle-weight-wrapper {
    display: none;
  }
}
/* less/feed.less */
.feed-item .content {
  position: relative;
}
.feed-item .feed-img {
  position: relative;
  background: #111111;
  display: block;
  min-height: 300px;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.feed-item-tcbl-labs .feed-title {
  color: #24a8e0;
}
.feed-item-tcbl-labs .feed-title a {
  color: #24a8e0;
}
.feed-item-tcbl-labs .feed-title a:hover,
.feed-item-tcbl-labs .feed-title a:focus,
.feed-item-tcbl-labs .feed-title a:active {
  color: rgba(36, 168, 224, 0.8);
}
.feed-item-tcbl-labs .feed-over-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.feed-item-tcbl-labs .feed-date,
.feed-item-tcbl-labs .feed-description {
  padding-right: 28px;
  padding-left: 28px;
  display: block;
  font-weight: 600;
}
.feed-item-tcbl-labs .feed-description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.feed-item-tcbl-labs .feed-date {
  color: #555555;
}
.feed-item-tcbl-labs .feed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 28px;
}
.feed-item-social .content {
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background: #e1e1e1;
  min-height: 200px;
}
.feed-item-social .content:hover {
  background: #d5d5d5;
}
@media (min-width: 768px) and (max-width: 1191px) {
  .feed-item-social .content {
    min-height: 346px;
  }
}
@media (min-width: 1192px) and (max-width: 1399px) {
  .feed-item-social .content {
    min-height: 264px;
  }
}
@media (min-width: 1400px) {
  .feed-item-social .content {
    min-height: 314px;
  }
}
.feed-item-social .feed-date {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #555555;
  font-weight: 600;
}
.feed-item-social .fa {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font-size: 28px;
}
.feed-item-social .feed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 14px;
  padding-right: 14px;
  padding-left: 14px;
}
.feed-item-social .feed-author {
  display: block;
  line-height: 48px;
}
.feed-item-social .feed-message {
  display: block;
  margin-bottom: 14px;
}
.feed-item-social .feed-img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: auto;
  height: 100%;
}
.feed-item-social .social-avatar {
  margin-right: 5px;
}
/*
.feed-item {

  .content{
    margin:10px;
    position: relative;
    overflow: hidden;

    .image-content{
      position: relative;
      width: 100%;
      height: 180px;
      overflow: hidden;
      img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
      }
    }

    .feed-title{
      position: absolute;
      top:5px;
      width:90%;
      padding: 5px 10px;
      font-size: 16px;
      font-weight: 600;
      font-style: italic;
      color: @primary;
    }
  }

  &.feed-item-tcbl-labs{
    .content{
      .image-content:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255, 0.7);
      }


    }
  }

  &.feed-item-tcbl-zine{
    .content{
      .image-content{
        img{
          height: 100%;
          width: auto;
        }
      }
      .feed-title{
        position: relative;
        padding: 5px 15px;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color: @primary;
      }
    }
  }

  &.feed-item-social{
    .content{
      margin:0;
      height:150px;
      background: @gray-lightest;

      i.fa{
        color: white;
        position:absolute;
        left:7px;
        top:7px;
      }

      .image-content{
        img{
          height: 100%;
          width: auto;
        }
      }
      a .image-content img{
        filter: blur(2px) grayscale(100%);
        -webkit-filter: blur(2px) grayscale(100%);
        -moz-filter: blur(2px) grayscale(100%);
      }
      a:hover .image-content img{
        filter: none;
        -webkit-filter: none;
        -moz-filter: none;
      }

      .feed-date{
        position: absolute;
        font-size: 11px;
        top:7px;
        right:7px;
        color: @gray-dark;
        font-weight: bold;
      }

      .feed-message{
        position: absolute;
        font-size: 9px;
        line-height: 12px;
        font-style: italic;
        top: 50px;
        left: 0;
        right: 0;
        padding: 0 10px;
        height: 65px;
        overflow: hidden;
      }

      .feed-author{
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        bottom: 10px;
        left: 0;
        right: 0;
        padding: 0 10px;
        height: 20px;
        overflow: hidden;
      }

    }

    &.feed-item-facebook{
      .content{
        background: #dfe3ee;
        i.fa{
          color: #3b5998;
        }
      }
    }
    &.feed-item-instagram{
      .content{
        background: #efefef;
        i.fa{
          color: #000000;
        }
      }
    }
    &.feed-item-twitter{
      .content{
        background: #c0deed;
        i.fa{
          color: #00aced;
        }
      }
    }

  }


  pre.dump{
    font-size: 9px;
    color: #c7254e;
    background-color: #f9f2f4;
    padding: 2px;
  }
}

*/
/* less/lightslider.less */
.lSAction > a {
  background-image: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
}
.lSPrev,
.lSNext {
  background: rgba(255, 255, 255, 0.8);
}
.lSAction > .lSNext {
  right: 0;
}
.lSAction > .lSPrev {
  left: 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
  height: 8px;
  width: 8px;
  background-color: #eeeeee;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #14678a;
}
.lSSlideWrapper {
  margin-bottom: 0;
}
.lSSlideOuter .lSPager.lSpg {
  margin-bottom: 14px;
  bottom: -10px;
}
