/*!
 * omnisinal v1 (https://omnisinal.pt)
 * Copyright 2002-2018, Inc.
* @license      MIT license - http://opensource.org/licenses/MIT
*/

@charset "UTF-8";

/*
 * Bootstrap Framework
 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  color: #151515;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #151515;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0F70B8;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #151515; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #dedede; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 90px; }

h2, .h2 {
  font-size: 48px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #dedede; }

.text-primary {
  color: #0F70B8; }

a.text-primary:hover,
a.text-primary:focus {
  color: #44bcc6; }

.text-success {
  color: #58c476; }

a.text-success:hover,
a.text-success:focus {
  color: #3dac5c; }

.text-info {
  color: #3e9cf6; }

a.text-info:hover,
a.text-info:focus {
  color: #0d83f4; }

.text-warning {
  color: #f7bc3e; }

a.text-warning:hover,
a.text-warning:focus {
  color: #f5ab0d; }

.text-danger {
  color: #fe4a21; }

a.text-danger:hover,
a.text-danger:focus {
  color: #eb2c01; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0F70B8; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #44bcc6; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #fe4a21; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #eb2c01; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f9f9f9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  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: 24px; }

dt,
dd {
  line-height: 1.71429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dedede; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #f9f9f9; }
  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.71429;
    color: #dedede; }
    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 #f9f9f9;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.71429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.71429;
  word-break: break-all;
  word-wrap: break-word;
  color: #2c2c2c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  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; }

table {
  background-color: transparent; }

caption {
  padding-top: 17px 25px 18px;
  padding-bottom: 17px 25px 18px;
  color: #dedede;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  color: #00030a; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    line-height: 1.71429;
    vertical-align: top;
    border-top: 0; }
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 17px 25px 18px;
    line-height: 1.71429;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9; }
  .table > thead > tr > th {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 26px 25px;
    vertical-align: bottom;
    background: #f6f7fa;
    border-bottom: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .table > thead > tr > th {
        padding: 34px 25px 29px; } }
  .table > tfoot > tr > td {
    font-weight: 700; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 0; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d9d9d9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d9d9d9; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-primary thead > tr > th {
  color: #fff;
  background: #0F70B8; }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f7fa; }

.table-striped > tbody > tr > td {
  border-bottom: 0; }

.table-hover > tbody > tr:hover {
  background-color: #f6f7fa; }

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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f6f7fa; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e6e8f1; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fe4a21; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fe3508; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #d9d9d9; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #2c2c2c;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.71429;
  color: #151515; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 33px;
  font-size: 14px;
  line-height: 1.71429;
  color: #151515;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid #dedede;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #0F70B8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(107, 202, 210, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(107, 202, 210, 0.6); }
  .form-control::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #9b9b9b; }
  .form-control::-webkit-input-placeholder {
    color: #9b9b9b; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f9f9f9;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 40px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 60px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 2;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 40px;
  line-height: 40px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 40px;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 2;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 40px;
  min-height: 36px;
  padding: 8px 25px;
  font-size: 12px;
  line-height: 2; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 60px;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.4444;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 60px;
  line-height: 60px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 60px;
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.4444;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 60px;
  min-height: 42px;
  padding: 17px 40px;
  font-size: 18px;
  line-height: 1.4444; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 62.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #58c476; }

.has-success .form-control {
  border-color: #58c476;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #3dac5c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3dfb4;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3dfb4; }

.has-success .input-group-addon {
  color: #58c476;
  border-color: #58c476;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #58c476; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f7bc3e; }

.has-warning .form-control {
  border-color: #f7bc3e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #f5ab0d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbdea0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbdea0; }

.has-warning .input-group-addon {
  color: #f7bc3e;
  border-color: #f7bc3e;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #f7bc3e; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fe4a21; }

.has-error .form-control {
  border-color: #fe4a21;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #eb2c01;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe9d87;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe9d87; }

.has-error .input-group-addon {
  color: #fe4a21;
  border-color: #fe4a21;
  background-color: #fe4a21; }

.has-error .form-control-feedback {
  color: #fe4a21; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #555555; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 17px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 33px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #151515;
  border-color: #151515; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #151515;
    border-color: #151515; }
  .btn-default .badge {
    color: #151515;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #44bcc6;
    border-color: #2c8991; }
  .btn-primary:hover {
    color: #fff;
    background-color: #44bcc6;
    border-color: #3cb9c4; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #44bcc6;
    border-color: #3cb9c4; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #36a7b1;
      border-color: #2c8991; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #0F70B8;
    border-color: #0F70B8; }
  .btn-primary .badge {
    color: #0F70B8;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #58c476;
  border-color: #58c476; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3dac5c;
    border-color: #29743e; }
  .btn-success:hover {
    color: #fff;
    background-color: #3dac5c;
    border-color: #3aa558; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3dac5c;
    border-color: #3aa558; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #34924e;
      border-color: #29743e; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #58c476;
    border-color: #58c476; }
  .btn-success .badge {
    color: #58c476;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #3e9cf6;
  border-color: #3e9cf6; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0d83f4;
    border-color: #085cac; }
  .btn-info:hover {
    color: #fff;
    background-color: #0d83f4;
    border-color: #0b7eec; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0d83f4;
    border-color: #0b7eec; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #0a71d3;
      border-color: #085cac; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #3e9cf6;
    border-color: #3e9cf6; }
  .btn-info .badge {
    color: #3e9cf6;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #c49558;
  border-color: #c49558; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ac7c3d;
    border-color: #745329; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ac7c3d;
    border-color: #a5763a; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ac7c3d;
    border-color: #a5763a; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #926934;
      border-color: #745329; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #c49558;
    border-color: #c49558; }
  .btn-warning .badge {
    color: #c49558;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #fe4a21;
  border-color: #fe4a21; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #eb2c01;
    border-color: #9f1e01; }
  .btn-danger:hover {
    color: #fff;
    background-color: #eb2c01;
    border-color: #e12b01; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb2c01;
    border-color: #e12b01; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #c72601;
      border-color: #9f1e01; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #fe4a21;
    border-color: #fe4a21; }
  .btn-danger .badge {
    color: #fe4a21;
    background-color: #fff; }

.btn-link {
  color: #151515;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0F70B8;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #dedede;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.4444;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 7px 25px;
  font-size: 12px;
  line-height: 2;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 13.2px;
  font-size: 12px;
  line-height: 2;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.71429;
    color: #2c2c2c;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1f1f1f;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #2c2c2c;
  text-decoration: none;
  outline: 0;
  background-color: #0F70B8; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dedede; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.71429;
  color: #dedede;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.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: 10px 33px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #151515;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 7px 25px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .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: #f9f9f9; }
    .nav > li.disabled > a {
      color: #dedede; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #dedede;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f9f9f9;
    border-color: #151515; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.71429;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f9f9f9 #f9f9f9 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #9f9f9f;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .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: #2c2c2c;
    background-color: #0F70B8; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 24px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #dedede; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 10px 33px;
      line-height: 1.71429;
      text-decoration: none;
      color: #151515;
      background-color: transparent;
      border: 1px solid #cdcdcd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0F70B8;
    border-color: #0F70B8; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0F70B8;
    border-color: #0F70B8;
    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: #f9f9f9;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 16px 40px;
  font-size: 18px;
  line-height: 1.4444; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 7px 25px;
  font-size: 12px;
  line-height: 2; }

.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: 24px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid #cdcdcd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #0F70B8; }
  .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: #f9f9f9;
    background-color: transparent;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #dedede; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #c5c5c5; }

.label-primary {
  background-color: #0F70B8; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #44bcc6; }

.label-success {
  background-color: #58c476; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3dac5c; }

.label-info {
  background-color: #3e9cf6; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0d83f4; }

.label-warning {
  background-color: #c49558; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ac7c3d; }

.label-danger {
  background-color: #fe4a21; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #eb2c01; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #dedede;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #151515;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #00030a; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: black; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #151515; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #151515; }

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #58c476; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #3dac5c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3e9cf6; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #0d83f4; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #f7bc3e; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #f5ab0d; }

.alert-danger {
  background-color: #fe4a21;
  border-color: #fe4a21;
  color: #fe4a21; }
  .alert-danger hr {
    border-top-color: #fe3508; }
  .alert-danger .alert-link {
    color: #eb2c01; }

@-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: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-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: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #0F70B8;
  -webkit-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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #58c476; }
  .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: -o-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: #3e9cf6; }
  .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: -o-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: #c49558; }
  .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: -o-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: #fe4a21; }
  .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: -o-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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f9f9f9;
  color: #dedede;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #dedede; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #2c2c2c;
  background-color: #0F70B8;
  border-color: #0F70B8; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #58c476;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #58c476; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #58c476;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #58c476;
    border-color: #58c476; }

.list-group-item-info {
  color: #3e9cf6;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #3e9cf6; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #3e9cf6;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3e9cf6;
    border-color: #3e9cf6; }

.list-group-item-warning {
  color: #f7bc3e;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f7bc3e; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #f7bc3e;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f7bc3e;
    border-color: #f7bc3e; }

.list-group-item-danger {
  color: #fe4a21;
  background-color: #fe4a21; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fe4a21; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #fe4a21;
    background-color: #fe3508; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fe4a21;
    border-color: #fe4a21; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d9d9d9; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #2c2c2c;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #2c2c2c; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0F70B8; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0F70B8;
    border-color: #0F70B8; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0F70B8; }
    .panel-primary > .panel-heading .badge {
      color: #0F70B8;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0F70B8; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #58c476;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #58c476; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3e9cf6;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #3e9cf6; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #f7bc3e;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #f7bc3e; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #fe4a21; }
  .panel-danger > .panel-heading {
    color: #fe4a21;
    background-color: #fe4a21;
    border-color: #fe4a21; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fe4a21; }
    .panel-danger > .panel-heading .badge {
      color: #fe4a21;
      background-color: #fe4a21; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fe4a21; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur: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"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  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%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.71429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.71429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 7px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 7px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 7px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 7px; }

.tooltip-inner {
  max-width: 200px;
  padding: 1px 7px;
  color: #fff;
  text-align: center;
  background-color: #0F70B8;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #0F70B8; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #0F70B8; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #0F70B8; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #0F70B8; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #0F70B8; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #0F70B8; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #0F70B8; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #0F70B8; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.71429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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 #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 * Bootstrap Toolkit
 */
form {
  margin-bottom: 0 !important; }

a:focus,
button:focus {
  outline: none !important; }

button::-moz-focus-inner {
  border: 0; }

:focus {
  outline: none; }

input, select, textarea {
  outline: 0; }

p {
  margin: 0; }

dl {
  margin-bottom: 0; }

dt {
  font-weight: 400; }

address {
  margin: 0; }

html p a:hover {
  text-decoration: none; }

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .shell,
    .shell-wide {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .shell,
    .shell-wide {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .shell,
    .shell-wide {
      max-width: 1200px; } }

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px; } }

.shell-fluid {
  max-width: none; }

.range {
  margin-left: -15px;
  margin-right: -15px; }
  .range > .range {
    margin-left: 0;
    margin-right: 0; }

.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px; }

html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px; }

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px; }

html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px; }

html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie-10 .range-condensed > [class*='cell'],
  .range-condensed > [class*='cell'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie-10 .range-condensed > * + [class*='cell'],
  .range-condensed > * + [class*='cell'] {
    margin-top: 0; }

html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px; }
  html.lt-ie-10 .range-narrow > [class*='cell'],
  .range-narrow > [class*='cell'] {
    padding-left: 5px;
    padding-right: 5px; }
  html.lt-ie-10 .range-narrow > * + [class*='cell'],
  .range-narrow > * + [class*='cell'] {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 480px) {
  .range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .range > .range {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .range-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .range > [class*='cell'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0; }
  .range-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cell-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xs-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xs-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xs-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xs-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xs-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0; }
  .range-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cell-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%; }
  .range > .cell-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%; }
  .range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%; }
  .range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-sm-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%; }
  .range > .cell-sm-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-sm-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-sm-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%; }
  .range > .cell-sm-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0; }
  .range-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cell-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-md-preffix-0 {
    margin-left: 0%; }
  .range > .cell-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-md-preffix-3 {
    margin-left: 25%; }
  .range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-md-preffix-6 {
    margin-left: 50%; }
  .range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-md-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-md-preffix-9 {
    margin-left: 75%; }
  .range > .cell-md-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-md-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-md-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-md-preffix-12 {
    margin-left: 100%; }
  .range > .cell-md-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0; }
  .range-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cell-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%; }
  .range > .cell-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%; }
  .range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%; }
  .range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-lg-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%; }
  .range > .cell-lg-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-lg-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-lg-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%; }
  .range > .cell-lg-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1800px) {
  * + [class*='cell-xl-'] {
    margin-top: 0; }
  .range-xl-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .range-xl-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .range-xl-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .range-xl-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .range-xl-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .range-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .range-xl {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .range-xl-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .range-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .range-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cell-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .cell-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cell-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .range > .cell-xl-preffix-0 {
    margin-left: 0%; }
  .range > .cell-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .range > .cell-xl-preffix-1 {
    margin-left: 8.33333%; }
  .range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range > .cell-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .range > .cell-xl-preffix-2 {
    margin-left: 16.66667%; }
  .range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range > .cell-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .range > .cell-xl-preffix-3 {
    margin-left: 25%; }
  .range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range > .cell-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .range > .cell-xl-preffix-4 {
    margin-left: 33.33333%; }
  .range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range > .cell-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .range > .cell-xl-preffix-5 {
    margin-left: 41.66667%; }
  .range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range > .cell-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .range > .cell-xl-preffix-6 {
    margin-left: 50%; }
  .range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range > .cell-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .range > .cell-xl-preffix-7 {
    margin-left: 58.33333%; }
  .range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range > .cell-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .range > .cell-xl-preffix-8 {
    margin-left: 66.66667%; }
  .range > .cell-xl-push-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .range > .cell-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .range > .cell-xl-preffix-9 {
    margin-left: 75%; }
  .range > .cell-xl-push-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .range > .cell-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .range > .cell-xl-preffix-10 {
    margin-left: 83.33333%; }
  .range > .cell-xl-push-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10; }
  .range > .cell-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .range > .cell-xl-preffix-11 {
    margin-left: 91.66667%; }
  .range > .cell-xl-push-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11; }
  .range > .cell-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range > .cell-xl-preffix-12 {
    margin-left: 100%; }
  .range > .cell-xl-push-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12; }
  .range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 480px) {
  .range-7.range > .cell-xs-preffix-0 {
    margin-left: 0%; }
  .range-7.range > .cell-xs-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  .range-7.range > .cell-xs-preffix-1 {
    margin-left: 14.28571%; }
  .range-7.range > .cell-xs-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range-7.range > .cell-xs-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .range-7.range > .cell-xs-preffix-2 {
    margin-left: 28.57143%; }
  .range-7.range > .cell-xs-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range-7.range > .cell-xs-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%; }
  .range-7.range > .cell-xs-preffix-3 {
    margin-left: 42.85714%; }
  .range-7.range > .cell-xs-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range-7.range > .cell-xs-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%; }
  .range-7.range > .cell-xs-preffix-4 {
    margin-left: 57.14286%; }
  .range-7.range > .cell-xs-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range-7.range > .cell-xs-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%; }
  .range-7.range > .cell-xs-preffix-5 {
    margin-left: 71.42857%; }
  .range-7.range > .cell-xs-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range-7.range > .cell-xs-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%; }
  .range-7.range > .cell-xs-preffix-6 {
    margin-left: 85.71429%; }
  .range-7.range > .cell-xs-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range-7.range > .cell-xs-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range-7.range > .cell-xs-preffix-7 {
    margin-left: 100%; }
  .range-7.range > .cell-xs-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range-7.range > .cell-xs-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .range-7.range > .cell-sm-preffix-0 {
    margin-left: 0%; }
  .range-7.range > .cell-sm-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  .range-7.range > .cell-sm-preffix-1 {
    margin-left: 14.28571%; }
  .range-7.range > .cell-sm-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range-7.range > .cell-sm-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .range-7.range > .cell-sm-preffix-2 {
    margin-left: 28.57143%; }
  .range-7.range > .cell-sm-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range-7.range > .cell-sm-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%; }
  .range-7.range > .cell-sm-preffix-3 {
    margin-left: 42.85714%; }
  .range-7.range > .cell-sm-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range-7.range > .cell-sm-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%; }
  .range-7.range > .cell-sm-preffix-4 {
    margin-left: 57.14286%; }
  .range-7.range > .cell-sm-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range-7.range > .cell-sm-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%; }
  .range-7.range > .cell-sm-preffix-5 {
    margin-left: 71.42857%; }
  .range-7.range > .cell-sm-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range-7.range > .cell-sm-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%; }
  .range-7.range > .cell-sm-preffix-6 {
    margin-left: 85.71429%; }
  .range-7.range > .cell-sm-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range-7.range > .cell-sm-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range-7.range > .cell-sm-preffix-7 {
    margin-left: 100%; }
  .range-7.range > .cell-sm-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range-7.range > .cell-sm-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .range-7.range > .cell-md-preffix-0 {
    margin-left: 0%; }
  .range-7.range > .cell-md-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  .range-7.range > .cell-md-preffix-1 {
    margin-left: 14.28571%; }
  .range-7.range > .cell-md-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range-7.range > .cell-md-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .range-7.range > .cell-md-preffix-2 {
    margin-left: 28.57143%; }
  .range-7.range > .cell-md-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range-7.range > .cell-md-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%; }
  .range-7.range > .cell-md-preffix-3 {
    margin-left: 42.85714%; }
  .range-7.range > .cell-md-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range-7.range > .cell-md-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%; }
  .range-7.range > .cell-md-preffix-4 {
    margin-left: 57.14286%; }
  .range-7.range > .cell-md-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range-7.range > .cell-md-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%; }
  .range-7.range > .cell-md-preffix-5 {
    margin-left: 71.42857%; }
  .range-7.range > .cell-md-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range-7.range > .cell-md-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%; }
  .range-7.range > .cell-md-preffix-6 {
    margin-left: 85.71429%; }
  .range-7.range > .cell-md-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range-7.range > .cell-md-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range-7.range > .cell-md-preffix-7 {
    margin-left: 100%; }
  .range-7.range > .cell-md-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range-7.range > .cell-md-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .range-7.range > .cell-lg-preffix-0 {
    margin-left: 0%; }
  .range-7.range > .cell-lg-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  .range-7.range > .cell-lg-preffix-1 {
    margin-left: 14.28571%; }
  .range-7.range > .cell-lg-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range-7.range > .cell-lg-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .range-7.range > .cell-lg-preffix-2 {
    margin-left: 28.57143%; }
  .range-7.range > .cell-lg-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range-7.range > .cell-lg-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%; }
  .range-7.range > .cell-lg-preffix-3 {
    margin-left: 42.85714%; }
  .range-7.range > .cell-lg-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range-7.range > .cell-lg-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%; }
  .range-7.range > .cell-lg-preffix-4 {
    margin-left: 57.14286%; }
  .range-7.range > .cell-lg-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range-7.range > .cell-lg-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%; }
  .range-7.range > .cell-lg-preffix-5 {
    margin-left: 71.42857%; }
  .range-7.range > .cell-lg-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range-7.range > .cell-lg-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%; }
  .range-7.range > .cell-lg-preffix-6 {
    margin-left: 85.71429%; }
  .range-7.range > .cell-lg-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range-7.range > .cell-lg-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range-7.range > .cell-lg-preffix-7 {
    margin-left: 100%; }
  .range-7.range > .cell-lg-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range-7.range > .cell-lg-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 1800px) {
  .range-7.range > .cell-xl-preffix-0 {
    margin-left: 0%; }
  .range-7.range > .cell-xl-1 {
    -webkit-flex-basis: 14.28571%;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  .range-7.range > .cell-xl-preffix-1 {
    margin-left: 14.28571%; }
  .range-7.range > .cell-xl-push-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .range-7.range > .cell-xl-2 {
    -webkit-flex-basis: 28.57143%;
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    max-width: 28.57143%; }
  .range-7.range > .cell-xl-preffix-2 {
    margin-left: 28.57143%; }
  .range-7.range > .cell-xl-push-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .range-7.range > .cell-xl-3 {
    -webkit-flex-basis: 42.85714%;
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    max-width: 42.85714%; }
  .range-7.range > .cell-xl-preffix-3 {
    margin-left: 42.85714%; }
  .range-7.range > .cell-xl-push-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .range-7.range > .cell-xl-4 {
    -webkit-flex-basis: 57.14286%;
    -ms-flex-preferred-size: 57.14286%;
    flex-basis: 57.14286%;
    max-width: 57.14286%; }
  .range-7.range > .cell-xl-preffix-4 {
    margin-left: 57.14286%; }
  .range-7.range > .cell-xl-push-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .range-7.range > .cell-xl-5 {
    -webkit-flex-basis: 71.42857%;
    -ms-flex-preferred-size: 71.42857%;
    flex-basis: 71.42857%;
    max-width: 71.42857%; }
  .range-7.range > .cell-xl-preffix-5 {
    margin-left: 71.42857%; }
  .range-7.range > .cell-xl-push-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .range-7.range > .cell-xl-6 {
    -webkit-flex-basis: 85.71429%;
    -ms-flex-preferred-size: 85.71429%;
    flex-basis: 85.71429%;
    max-width: 85.71429%; }
  .range-7.range > .cell-xl-preffix-6 {
    margin-left: 85.71429%; }
  .range-7.range > .cell-xl-push-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .range-7.range > .cell-xl-7 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .range-7.range > .cell-xl-preffix-7 {
    margin-left: 100%; }
  .range-7.range > .cell-xl-push-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .range-7.range > .cell-xl-1-5 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }

html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }

html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }

html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }

html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }

html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }

html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }

html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }

html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }

html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }

html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }

html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%; }

html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
  margin-left: auto; }

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }
  .text-xs-center {
    text-align: center; }
  .text-xs-right {
    text-align: right; }
  .text-xs-justify {
    text-align: justify; }
  .text-xs-nowrap {
    white-space: nowrap; }
  .text-xs-normal {
    white-space: normal; } }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; }
  .text-sm-justify {
    text-align: justify; }
  .text-sm-nowrap {
    white-space: nowrap; }
  .text-sm-normal {
    white-space: normal; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; }
  .text-md-justify {
    text-align: justify; }
  .text-md-nowrap {
    white-space: nowrap; }
  .text-md-normal {
    white-space: normal; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; }
  .text-lg-justify {
    text-align: justify; }
  .text-lg-nowrap {
    white-space: nowrap; }
  .text-lg-normal {
    white-space: normal; } }

@media (min-width: 1800px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-center {
    text-align: center; }
  .text-xl-right {
    text-align: right; }
  .text-xl-justify {
    text-align: justify; }
  .text-xl-nowrap {
    white-space: nowrap; }
  .text-xl-normal {
    white-space: normal; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-middle {
  vertical-align: middle; }

@media (min-width: 480px) {
  html:not(.lt-ie10) .text-xs-left {
    text-align: left; }
  html:not(.lt-ie10) .text-xs-center {
    text-align: center; }
  html:not(.lt-ie10) .text-xs-right {
    text-align: right; }
  html:not(.lt-ie10) .text-xs-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  html:not(.lt-ie10) .text-sm-left {
    text-align: left; }
  html:not(.lt-ie10) .text-sm-center {
    text-align: center; }
  html:not(.lt-ie10) .text-sm-right {
    text-align: right; }
  html:not(.lt-ie10) .text-sm-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  html:not(.lt-ie10) .text-md-left {
    text-align: left; }
  html:not(.lt-ie10) .text-md-center {
    text-align: center; }
  html:not(.lt-ie10) .text-md-right {
    text-align: right; }
  html:not(.lt-ie10) .text-md-justify {
    text-align: justify; } }

@media (min-width: 1200px) {
  html:not(.lt-ie10) .text-lg-left {
    text-align: left; }
  html:not(.lt-ie10) .text-lg-center {
    text-align: center; }
  html:not(.lt-ie10) .text-lg-right {
    text-align: right; }
  html:not(.lt-ie10) .text-lg-justify {
    text-align: justify; } }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }
  .pull-xs-base {
    float: none; }
  .pull-xs-right {
    float: right; } }

@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }
  .pull-sm-base {
    float: none; }
  .pull-sm-right {
    float: right; } }

@media (min-width: 992px) {
  .pull-md-left {
    float: left; }
  .pull-md-base {
    float: none; }
  .pull-md-right {
    float: right; } }

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }
  .pull-lg-base {
    float: none; }
  .pull-lg-right {
    float: right; } }

@media (min-width: 1800px) {
  .pull-xl-left {
    float: left; }
  .pull-xl-base {
    float: none; }
  .pull-xl-right {
    float: right; } }

.reveal-block {
  display: block !important; }

.reveal-inline-block {
  display: inline-block !important; }

.reveal-inline {
  display: inline !important; }

.reveal-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.reveal-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.veil {
  display: none !important; }

@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important; }
  .reveal-xs-inline-block {
    display: inline-block !important; }
  .reveal-xs-inline {
    display: inline !important; }
  .reveal-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-xs-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .veil-xs {
    display: none !important; } }

@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important; }
  .reveal-sm-inline-block {
    display: inline-block !important; }
  .reveal-sm-inline {
    display: inline !important; }
  .reveal-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .veil-sm {
    display: none !important; } }

@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important; }
  .reveal-md-inline-block {
    display: inline-block !important; }
  .reveal-md-inline {
    display: inline !important; }
  .reveal-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .veil-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .reveal-lg-block {
    display: block !important; }
  .reveal-lg-inline-block {
    display: inline-block !important; }
  .reveal-lg-inline {
    display: inline !important; }
  .reveal-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .veil-lg {
    display: none !important; } }

@media (min-width: 1800px) {
  .reveal-xl-block {
    display: block !important; }
  .reveal-xl-inline-block {
    display: inline-block !important; }
  .reveal-xl-inline {
    display: inline !important; }
  .reveal-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .reveal-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .veil-xl {
    display: none !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
  color: #151515;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility; }

.page {
  overflow: hidden;
  text-align: center; }

[data-x-mode="design-mode"] .page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh !important; }

/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
.page-head {
  position: relative;
  z-index: 10000;
  background-color: #fff; }

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
section {
  position: relative;
  z-index: 1; }

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page .page-foot {
  background-color: #2c2c2c; }
  .page .page-foot,
  .page .page-foot a:not(.btn) {
    color: #999999; }
  .page .page-foot a:not(.btn):hover {
    color: #ffffff; }

.page .page-foot-default .list {
  letter-spacing: 0; }

.page .page-foot-default hr {
  border-color: #3c3c3c; }

@media (min-width: 1200px) {
  .page .page-foot-default .btn.btn-icon .icon {
    margin-left: 33px; } }

.page-footer-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-weight: 900; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  display: inline-block;
  text-decoration: none;
  transition: .33s all ease-out; }
  a, a:active, a:focus {
    color: #151515; }
  a:hover, a:focus {
    color: #0F70B8;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a[href*='callto'], a[href*='mailto'] {
    white-space: nowrap; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.71429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f5f5f5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.brand {
  /**
    @bugfix: color flickering in child objects on hover
    @affected: IE Edge
  */
  transition: none !important; }
  .brand, .brand:active, .brand:focus, .brand:hover {
    fill: #151515; }

.brand-inverse, .brand-inverse:active, .brand-inverse:focus, .brand-inverse:hover {
  fill: #fff; }

.brand-md img {
  width: 250px !important;
  height: 67px !important; }

.rights {
  display: inline-block;
  margin: 0;
  vertical-align: baseline;
  letter-spacing: 0; }
  .rights * {
    display: inline;
    margin-right: .25em; }

.privacy-link {
  margin-top: 30px; }

.video-cover {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  padding-bottom: 44.7%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.13); }
  .video-cover > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.font-default {
  font-family: "Lato", Helvetica, Arial, sans-serif; }

.font-size-default, body {
  font-size: 15px;
  line-height: 1.71429; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #151515; }
  h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span, .h1 > span, .h2 > span, .h3 > span, .h4 > span, .h5 > span, .h6 > span {
    display: inline-block;
    font-size: inherit; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    display: inline;
    font: inherit;
    letter-spacing: inherit;
    transition: .33s all ease; }
    h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .h1 a, .h1 a:active, .h1 a:focus, .h2 a, .h2 a:active, .h2 a:focus, .h3 a, .h3 a:active, .h3 a:focus, .h4 a, .h4 a:active, .h4 a:focus, .h5 a, .h5 a:active, .h5 a:focus, .h6 a, .h6 a:active, .h6 a:focus {
      color: inherit; }
    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 {
      color: #0F70B8; }
  h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .h1 > *, .h2 > *, .h3 > *, .h4 > *, .h5 > *, .h6 > * {
    margin-right: .25em; }

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 40px; } }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 70px; } }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 90px; } }

h2,
.h2 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 32px; } }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      line-height: initial;
      font-size: 48px; } }

h3.text-style-lighter,
.h3.text-style-lighter {
  font-weight: 400; }
  @media (min-width: 992px) {
    h3.text-style-lighter,
    .h3.text-style-lighter {
      font-size: 50px; } }

h3,
.h3 {
  font-size: 24px;
  line-height: 1.35; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      line-height: 1.2;
      font-size: 36px; } }

h4,
.h4 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      line-height: 1.16667;
      font-size: 24px; } }

h5,
.h5 {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.05em; }
  @media (min-width: 1200px) {
    h5,
    .h5 {
      line-height: 1.66667;
      font-size: 18px; } }

h6,
.h6 {
  font-size: 15px;
  line-height: 1.2; }
  @media (min-width: 480px) {
    h6,
    .h6 {
      line-height: 1.25;
      font-size: 16px; } }

.h7 {
  font: 700 14px/24px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #414141; }

.text-bigger {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44; }
  @media (min-width: 768px) {
    .text-bigger {
      font-size: 20px; } }
  @media (min-width: 992px) {
    .text-bigger {
      font-size: 25px; } }

.text-large {
  font: 700 38px/42px "Montserrat", Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    .text-large {
      font-size: 48px; } }

.text-extra-big {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.8; }
  @media (min-width: 992px) {
    .text-extra-big {
      font-size: 72px; } }
  @media (min-width: 1200px) {
    .text-extra-big {
      font-size: 100px; } }

.text-extra-large-bordered {
  display: inline-block;
  padding: .07em .11em;
  font: 700 120px "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -.05em;
  line-height: .8;
  border: .075em solid;
  text-align: center; }
  @media (min-width: 768px) {
    .text-extra-large-bordered {
      font-size: 220px; } }
  @media (min-width: 1200px) {
    .text-extra-large-bordered {
      font-size: 272px; } }

.big {
  letter-spacing: .025em; }

@media (min-width: 480px) {
  .big {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0; } }

@media (min-width: 768px) {
  .big {
    font-size: 18px;
    line-height: 25px; } }

.heading-subtext {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0; }

small,
.small {
  font-size: 12px;
  line-height: 24px; }

code {
  padding: 5px 7px;
  font-size: 75%;
  color: #fe4a21;
  background-color: #f9f9f9;
  border-radius: 2px; }

em {
  font-style: italic;
  line-height: 1; }

mark,
.mark {
  color: #fff;
  background-color: #0F70B8;
  padding: .2em .3em; }

*::-moz-selection {
  background-color: rgba(15, 112, 184, 1);
  color: #fff; }

*::selection {
  background-color: rgba(15, 112, 184, 1);
  color: #fff; }

.text-style-1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #9b9b9b; }

.text-style-2 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 700; }

address {
  margin-top: 0;
  margin-bottom: 0; }

.context-dark, .bg-gray-base, .bg-gray-darker, .bg-gray-dark, .bg-cod-gray, .bg-river, .bg-primary, .bg-colin {
  color: #fff; }
  .context-dark h1, .bg-gray-base h1, .bg-gray-darker h1, .bg-gray-dark h1, .bg-cod-gray h1, .bg-river h1, .bg-primary h1, .bg-colin h1, .context-dark h2, .bg-gray-base h2, .bg-gray-darker h2, .bg-gray-dark h2, .bg-cod-gray h2, .bg-river h2, .bg-primary h2, .bg-colin h2, .context-dark h3, .bg-gray-base h3, .bg-gray-darker h3, .bg-gray-dark h3, .bg-cod-gray h3, .bg-river h3, .bg-primary h3, .bg-colin h3, .context-dark h4, .bg-gray-base h4, .bg-gray-darker h4, .bg-gray-dark h4, .bg-cod-gray h4, .bg-river h4, .bg-primary h4, .bg-colin h4, .context-dark h5, .bg-gray-base h5, .bg-gray-darker h5, .bg-gray-dark h5, .bg-cod-gray h5, .bg-river h5, .bg-primary h5, .bg-colin h5, .context-dark h6, .bg-gray-base h6, .bg-gray-darker h6, .bg-gray-dark h6, .bg-cod-gray h6, .bg-river h6, .bg-primary h6, .bg-colin h6, .context-dark .h1, .bg-gray-base .h1, .bg-gray-darker .h1, .bg-gray-dark .h1, .bg-cod-gray .h1, .bg-river .h1, .bg-primary .h1, .bg-colin .h1, .context-dark .h2, .bg-gray-base .h2, .bg-gray-darker .h2, .bg-gray-dark .h2, .bg-cod-gray .h2, .bg-river .h2, .bg-primary .h2, .bg-colin .h2, .context-dark .h3, .bg-gray-base .h3, .bg-gray-darker .h3, .bg-gray-dark .h3, .bg-cod-gray .h3, .bg-river .h3, .bg-primary .h3, .bg-colin .h3, .context-dark .h4, .bg-gray-base .h4, .bg-gray-darker .h4, .bg-gray-dark .h4, .bg-cod-gray .h4, .bg-river .h4, .bg-primary .h4, .bg-colin .h4, .context-dark .h5, .bg-gray-base .h5, .bg-gray-darker .h5, .bg-gray-dark .h5, .bg-cod-gray .h5, .bg-river .h5, .bg-primary .h5, .bg-colin .h5, .context-dark .h6, .bg-gray-base .h6, .bg-gray-darker .h6, .bg-gray-dark .h6, .bg-cod-gray .h6, .bg-river .h6, .bg-primary .h6, .bg-colin .h6 {
    color: #fff; }
  .context-dark a, .bg-gray-base a, .bg-gray-darker a, .bg-gray-dark a, .bg-cod-gray a, .bg-river a, .bg-primary a, .bg-colin a, .context-dark a:active, .bg-gray-base a:active, .bg-gray-darker a:active, .bg-gray-dark a:active, .bg-cod-gray a:active, .bg-river a:active, .bg-primary a:active, .bg-colin a:active, .context-dark a:focus, .bg-gray-base a:focus, .bg-gray-darker a:focus, .bg-gray-dark a:focus, .bg-cod-gray a:focus, .bg-river a:focus, .bg-primary a:focus, .bg-colin a:focus {
    color: #fff; }
  .context-dark a:hover, .bg-gray-base a:hover, .bg-gray-darker a:hover, .bg-gray-dark a:hover, .bg-cod-gray a:hover, .bg-river a:hover, .bg-primary a:hover, .bg-colin a:hover {
    color: #0F70B8; }
  .context-dark .big, .bg-gray-base .big, .bg-gray-darker .big, .bg-gray-dark .big, .bg-cod-gray .big, .bg-river .big, .bg-primary .big, .bg-colin .big, .context-dark .text-bigger, .bg-gray-base .text-bigger, .bg-gray-darker .text-bigger, .bg-gray-dark .text-bigger, .bg-cod-gray .text-bigger, .bg-river .text-bigger, .bg-primary .text-bigger, .bg-colin .text-bigger, .context-dark .text-extra-large-bordered, .bg-gray-base .text-extra-large-bordered, .bg-gray-darker .text-extra-large-bordered, .bg-gray-dark .text-extra-large-bordered, .bg-cod-gray .text-extra-large-bordered, .bg-river .text-extra-large-bordered, .bg-primary .text-extra-large-bordered, .bg-colin .text-extra-large-bordered {
    color: #fff; }

.font-accent {
  font-family: 'Lato'; }

.bg-gray-base {
  background: #151515;
  fill: #151515; }
  .bg-gray-base + .bg-gray-base {
    padding-top: 0 !important; }

.bg-gray-darker {
  background: #00030a;
  fill: #00030a; }
  .bg-gray-darker + .bg-gray-darker {
    padding-top: 0 !important; }

.bg-gray-dark {
  background: #3e3e3e;
  fill: #3e3e3e; }
  .bg-gray-dark + .bg-gray-dark {
    padding-top: 0 !important; }

.bg-cod-gray {
  background: #111;
  fill: #111; }
  .bg-cod-gray + .bg-cod-gray {
    padding-top: 0 !important; }

.bg-river {
  background: #0F70B8;
  fill: #0F70B8; }
  .bg-river + .bg-river {
    padding-top: 0 !important; }

.bg-gray {
  background: #9f9f9f;
  fill: #9f9f9f; }
  .bg-gray + .bg-gray {
    padding-top: 0 !important; }

.bg-primary {
  background: #0F70B8;
  fill: #0F70B8; }
  .bg-primary + .bg-primary {
    padding-top: 0 !important; }

.bg-gray-light {
  background: #dedede;
  fill: #dedede; }
  .bg-gray-light + .bg-gray-light {
    padding-top: 0 !important; }

.bg-gray-lighter {
  background: #f9f9f9;
  fill: #f9f9f9; }
  .bg-gray-lighter + .bg-gray-lighter {
    padding-top: 0 !important; }

.bg-wasip {
  background: #f2f3f8;
  fill: #f2f3f8; }
  .bg-wasip + .bg-wasip {
    padding-top: 0 !important; }

.bg-porcelain {
  background: #f6f7f8;
  fill: #f6f7f8; }
  .bg-porcelain + .bg-porcelain {
    padding-top: 0 !important; }

.bg-lizar {
  background: #f7f8f9;
  fill: #f7f8f9; }
  .bg-lizar + .bg-lizar {
    padding-top: 0 !important; }

.bg-colin {
  background: #384142;
  fill: #384142; }
  .bg-colin + .bg-colin {
    padding-top: 0 !important; }

.bg-white {
  background: #fff;
  fill: #fff; }
  .bg-white + .bg-white {
    padding-top: 0 !important; }

.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.bg-image-centered {
  -webkit-background-size: auto;
  background-size: auto; }

.bg-fixed {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover; }

.bg-image-1 {
  -webkit-background-size: auto 100%;
  background-size: auto 100%; }
  @media (max-width: 767px) {
    .bg-image-1 {
      background-image: none !important; } }

.bg-transform .bg-transform-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1; }

.bg-transform .shell {
  z-index: 1;
  position: relative; }

.bg-transform-first {
  z-index: auto; }

.page .text-primary {
  color: #0F70B8; }

.page a.text-primary:hover,
.page a.text-primary:focus {
  color: #44bcc6; }

.page .text-secondary {
  color: #00030a; }

.page a.text-secondary:hover,
.page a.text-secondary:focus {
  color: black; }

.page .text-red-orange {
  color: #ff4b22; }

.page a.text-red-orange:hover,
.page a.text-red-orange:focus {
  color: #ee2c00; }

.page .text-gray-base {
  color: #151515; }

.page a.text-gray-base:hover,
.page a.text-gray-base:focus {
  color: black; }

.page .text-silver {
  color: #cdcdcd; }

.page a.text-silver:hover,
.page a.text-silver:focus {
  color: #b4b4b4; }

.page .text-dark {
  color: #2c2c2c; }

.page a.text-dark:hover,
.page a.text-dark:focus {
  color: #131313; }

.page .text-gray {
  color: #666666; }

.page a.text-gray:hover,
.page a.text-gray:focus {
  color: #868686; }

.page .text-gray-light {
  color: #dedede; }

.page a.text-gray-light:hover,
.page a.text-gray-light:focus {
  color: #c5c5c5; }

.page .text-dusty-gray {
  color: #9b9b9b; }

.page a.text-dusty-gray:hover,
.page a.text-dusty-gray:focus {
  color: #828282; }

.page .text-white {
  color: #fff; }

.page a.text-white:hover,
.page a.text-white:focus {
  color: #e6e6e6; }

.page .text-white-05 {
  color: rgba(255, 255, 255, 0.5); }

.page a.text-white-05:hover,
.page a.text-white-05:focus {
  color: rgba(230, 230, 230, 0.5); }

.page .text-white-03 {
  color: rgba(255, 255, 255, 0.3); }

.page a.text-white-03:hover,
.page a.text-white-03:focus {
  color: rgba(230, 230, 230, 0.3); }

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background: #000;
  border-radius: 0; }
  .snackbars .icon-xxs {
    position: relative;
    top: 2px;
    font-size: 20px;
    vertical-align: baseline; }
  .snackbars p span:last-child {
    padding-left: 14px; }
  .snackbars-left {
    display: inline-block;
    margin-bottom: 0; }
  .snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase; }
    .snackbars-right:hover {
      text-decoration: underline; }
  @media (min-width: 480px) {
    .snackbars {
      max-width: 380px;
      padding: 14px 17px; } }

.text-italic {
  font-style: italic; }

.text-normal {
  font-style: normal; }

.text-underline {
  text-decoration: underline; }

.text-strike {
  text-decoration: line-through; }

.text-thin {
  font-weight: 100; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

.text-sbold {
  font-weight: 600; }

.text-bold, strong {
  font-weight: 700; }

.text-ubold {
  font-weight: 900; }

.text-spacing-0 {
  letter-spacing: 0; }

.text-spacing-50 {
  letter-spacing: 0.05em; }

.text-spacing-120 {
  letter-spacing: 0.12em; }

.btn {
  max-width: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border: 3px solid;
  text-transform: uppercase;
  transition: .3s ease-out;
  letter-spacing: 0.05em; }
  .btn:focus, .btn:active, .btn:active:focus {
    outline: none; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-smaller {
    padding: 8px 25px; }
  .btn-small {
    padding-left: 20px;
    padding-right: 20px; }
    
.btn a {color:#222}
.btn a:hover {color:#fff}


.btn-width {
  min-width: 180px; }

html .btn-default, html .btn-default:active, html .btn-default.active, html .btn-default:active:focus, html .btn-default.active:focus, html .btn-default:focus:active, html .btn-default:focus {
  color: #fff;
  background-color: #535457;
  border-color: #535457; }

.open > html .btn-default.dropdown-toggle, html .btn-default:hover {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

html .btn-default.disabled, html .btn-default[disabled],
fieldset[disabled] html .btn-default {
  pointer-events: none;
  opacity: .5; }

html .btn-default .badge {
  color: #535457;
  background-color: #fff; }

html .btn-primary, html .btn-primary:active, html .btn-primary.active, html .btn-primary:active:focus, html .btn-primary.active:focus, html .btn-primary:focus:active, html .btn-primary:focus {
  color: #0F70B8;
  background-color: #fff;
  border-color: #fff; }

.open > html .btn-primary.dropdown-toggle, html .btn-primary:hover {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

html .btn-primary.disabled, html .btn-primary[disabled],
fieldset[disabled] html .btn-primary {
  pointer-events: none;
  opacity: .5; }

html .btn-primary .badge {
  color: #0F70B8;
  background-color: #fff; }

html .btn-dark, html .btn-dark:active, html .btn-dark.active, html .btn-dark:active:focus, html .btn-dark.active:focus, html .btn-dark:focus:active, html .btn-dark:focus {
  color: #9b9b9b;
  background-color: #3b3b3b;
  border-color: #3b3b3b; }

.open > html .btn-dark.dropdown-toggle, html .btn-dark:hover {
  color: #fff;
  background-color: #0f7ab8;
  border-color: #0f7ab8; }

html .btn-dark.disabled, html .btn-dark[disabled],
fieldset[disabled] html .btn-dark {
  pointer-events: none;
  opacity: .5; }

html .btn-dark .badge {
  color: #3b3b3b;
  background-color: #9b9b9b; }

html .btn-dark .icon {
  color: #0F70B8; }

html .btn-dark:hover .icon {
  color: #fff; }

html .btn-white, html .btn-white:active, html .btn-white.active, html .btn-white:active:focus, html .btn-white.active:focus, html .btn-white:focus:active, html .btn-white:focus {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

.open > html .btn-white.dropdown-toggle, html .btn-white:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

html .btn-white.disabled, html .btn-white[disabled],
fieldset[disabled] html .btn-white {
  pointer-events: none;
  opacity: .5; }

html .btn-white .badge {
  color: #fff;
  background-color: #151515; }

html .btn-red-orange, html .btn-red-orange:active, html .btn-red-orange.active, html .btn-red-orange:active:focus, html .btn-red-orange.active:focus, html .btn-red-orange:focus:active, html .btn-red-orange:focus {
  color: #fff;
  background-color: #ff4b22;
  border-color: #ff4b22; }

.open > html .btn-red-orange.dropdown-toggle, html .btn-red-orange:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

html .btn-red-orange.disabled, html .btn-red-orange[disabled],
fieldset[disabled] html .btn-red-orange {
  pointer-events: none;
  opacity: .5; }

html .btn-red-orange .badge {
  color: #ff4b22;
  background-color: #fff; }

html .btn-primary-contrast, html .btn-primary-contrast:active, html .btn-primary-contrast.active, html .btn-primary-contrast:active:focus, html .btn-primary-contrast.active:focus, html .btn-primary-contrast:focus:active, html .btn-primary-contrast:focus {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

.open > html .btn-primary-contrast.dropdown-toggle, html .btn-primary-contrast:hover {
  color: #fff;
  background-color: #42b294;
  border-color: #42b294; }

html .btn-primary-contrast.disabled, html .btn-primary-contrast[disabled],
fieldset[disabled] html .btn-primary-contrast {
  pointer-events: none;
  opacity: .5; }

html .btn-primary-contrast .badge {
  color: #0F70B8;
  background-color: #fff; }

html .btn-primary-outline, html .btn-primary-outline:active, html .btn-primary-outline.active, html .btn-primary-outline:active:focus, html .btn-primary-outline.active:focus, html .btn-primary-outline:focus:active, html .btn-primary-outline:focus {
  color: #0F70B8;
  background-color: transparent;
  border-color: #0F70B8; }

.open > html .btn-primary-outline.dropdown-toggle, html .btn-primary-outline:hover {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

html .btn-primary-outline.disabled, html .btn-primary-outline[disabled],
fieldset[disabled] html .btn-primary-outline {
  pointer-events: none;
  opacity: .5; }

html .btn-primary-outline .badge {
  color: transparent;
  background-color: #0F70B8; }

html .btn-white-outline, html .btn-white-outline:active, html .btn-white-outline.active, html .btn-white-outline:active:focus, html .btn-white-outline.active:focus, html .btn-white-outline:focus:active, html .btn-white-outline:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.open > html .btn-white-outline.dropdown-toggle, html .btn-white-outline:hover {
  color: #414141;
  background-color: #fff;
  border-color: #fff; }

html .btn-white-outline.disabled, html .btn-white-outline[disabled],
fieldset[disabled] html .btn-white-outline {
  pointer-events: none;
  opacity: .5; }

html .btn-white-outline .badge {
  color: transparent;
  background-color: #fff; }

html .btn-white-outline-variant-1, html .btn-white-outline-variant-1:active, html .btn-white-outline-variant-1.active, html .btn-white-outline-variant-1:active:focus, html .btn-white-outline-variant-1.active:focus, html .btn-white-outline-variant-1:focus:active, html .btn-white-outline-variant-1:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.open > html .btn-white-outline-variant-1.dropdown-toggle, html .btn-white-outline-variant-1:hover {
  color: #fff;
  background-color: #0F70B8;
  border-color: #0F70B8; }

html .btn-white-outline-variant-1.disabled, html .btn-white-outline-variant-1[disabled],
fieldset[disabled] html .btn-white-outline-variant-1 {
  pointer-events: none;
  opacity: .5; }

html .btn-white-outline-variant-1 .badge {
  color: transparent;
  background-color: #fff; }

html .btn-silver-outline, html .btn-silver-outline:active, html .btn-silver-outline.active, html .btn-silver-outline:active:focus, html .btn-silver-outline.active:focus, html .btn-silver-outline:focus:active, html .btn-silver-outline:focus {
  color: #151515;
  background-color: transparent;
  border-color: #cdcdcd; }

.open > html .btn-silver-outline.dropdown-toggle, html .btn-silver-outline:hover {
  color: #fff;
  background-color: #cdcdcd;
  border-color: #cdcdcd; }

html .btn-silver-outline.disabled, html .btn-silver-outline[disabled],
fieldset[disabled] html .btn-silver-outline {
  pointer-events: none;
  opacity: .5; }

html .btn-silver-outline .badge {
  color: transparent;
  background-color: #151515; }

html .btn-gray-base-outline, html .btn-gray-base-outline:active, html .btn-gray-base-outline.active, html .btn-gray-base-outline:active:focus, html .btn-gray-base-outline.active:focus, html .btn-gray-base-outline:focus:active, html .btn-gray-base-outline:focus {
  color: #151515;
  background-color: transparent;
  border-color: #cccccc; }

.open > html .btn-gray-base-outline.dropdown-toggle, html .btn-gray-base-outline:hover {
  color: #fff;
  background-color: #151515;
  border-color: #151515; }

html .btn-gray-base-outline.disabled, html .btn-gray-base-outline[disabled],
fieldset[disabled] html .btn-gray-base-outline {
  pointer-events: none;
  opacity: .5; }

html .btn-gray-base-outline .badge {
  color: transparent;
  background-color: #151515; }

html .btn-steel-blue, html .btn-steel-blue:active, html .btn-steel-blue.active, html .btn-steel-blue:active:focus, html .btn-steel-blue.active:focus, html .btn-steel-blue:focus:active, html .btn-steel-blue:focus {
  color: #fff;
  background-color: #547ABB;
  border-color: #547ABB; }

.open > html .btn-steel-blue.dropdown-toggle, html .btn-steel-blue:hover {
  color: #fff;
  background-color: #3f629d;
  border-color: #3f629d; }

html .btn-steel-blue.disabled, html .btn-steel-blue[disabled],
fieldset[disabled] html .btn-steel-blue {
  pointer-events: none;
  opacity: .5; }

html .btn-steel-blue .badge {
  color: #547ABB;
  background-color: #fff; }

html .btn-cerulean, html .btn-cerulean:active, html .btn-cerulean.active, html .btn-cerulean:active:focus, html .btn-cerulean.active:focus, html .btn-cerulean:focus:active, html .btn-cerulean:focus {
  color: #fff;
  background-color: #00bbf2;
  border-color: #00bbf2; }

.open > html .btn-cerulean.dropdown-toggle, html .btn-cerulean:hover {
  color: #fff;
  background-color: #00a7d9;
  border-color: #00a7d9; }

html .btn-cerulean.disabled, html .btn-cerulean[disabled],
fieldset[disabled] html .btn-cerulean {
  pointer-events: none;
  opacity: .5; }

html .btn-cerulean .badge {
  color: #00bbf2;
  background-color: #fff; }

html .btn-mandy, html .btn-mandy:active, html .btn-mandy.active, html .btn-mandy:active:focus, html .btn-mandy.active:focus, html .btn-mandy:focus:active, html .btn-mandy:focus {
  color: #fff;
  background-color: #e75854;
  border-color: #e75854; }

.open > html .btn-mandy.dropdown-toggle, html .btn-mandy:hover {
  color: #fff;
  background-color: #e12c27;
  border-color: #e12c27; }

html .btn-mandy.disabled, html .btn-mandy[disabled],
fieldset[disabled] html .btn-mandy {
  pointer-events: none;
  opacity: .5; }

html .btn-mandy .badge {
  color: #e75854;
  background-color: #fff; }

.btn-xs, .btn-group-xs > .btn {
  min-width: 100px;
  padding: 4px 13.2px;
  font-size: 13px;
  line-height: 1.71429;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  min-width: 120px;
  padding: 7px 25px;
  font-size: 13px;
  line-height: 1.71429;
  border-radius: 0; }

.btn-lg, .btn-group-lg > .btn {
  min-width: 230px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 1.71429;
  border-radius: 0; }

.btn-xl {
  padding: 15px 22px;
  font-size: 18px;
  line-height: 1.71429;
  border-radius: 0; }
  @media (min-width: 768px) {
    .btn-xl {
      padding: 21px 50px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .btn-xl {
      min-width: 270px; }
      .btn-xl-bigger {
        padding-top: 28px;
        padding-bottom: 28px; } }

.btn-block {
  min-width: 30px;
  max-width: 100%; }

.btn-round {
  border-radius: 9px; }

.btn-round-sm {
  border-radius: 3px; }

.btn-circle {
  border-radius: 35px; }

.btn-round-bottom {
  border-radius: 0 0 5px 5px; }

.btn-shadow {
  -webkit-box-shadow: 0 9px 21px 0 rgba(15, 15, 15, 0.15);
  box-shadow: 0 9px 21px 0 rgba(15, 15, 15, 0.15); }

.page .btn.btn-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle; }
  .page .btn.btn-icon .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 0;
    vertical-align: middle;
    transition: 0s; }
  .page .btn.btn-icon-left .icon {
    margin-right: 15px; }
    @media (min-width: 1200px) {
      .page .btn.btn-icon-left .icon {
        margin-right: 20px; } }
  .page .btn.btn-icon-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page .btn.btn-icon-right .icon {
      margin-left: 15px; }
      @media (min-width: 1200px) {
        .page .btn.btn-icon-right .icon {
          margin-left: 20px; } }

.btn-icon-only {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 0;
  line-height: 0;
  transition: .33s all ease; }
  .btn-icon-only::-moz-focus-inner {
    border: none;
    padding: 0; }
  .btn-icon-only.btn-icon-only-primary, .btn-icon-only.btn-icon-only-primary:active, .btn-icon-only.btn-icon-only-primary:focus {
    color: #0F70B8; }
  .btn-icon-only.btn-icon-only-primary:hover {
    color: #151515; }

.page .btn.btn-link {
  padding: 10px 0;
  border-color: transparent;
  border-width: 2px;
  border-bottom-color: #0F70B8;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0; }
  .page .btn.btn-link:hover {
    border-color: #0F70B8;
    padding-left: 16px;
    padding-right: 16px; }
  .page .btn.btn-link-primary-white {
    color: #0F70B8; }
    .page .btn.btn-link-primary-white:hover {
      color: #fff;
      border-color: #fff; }
  .page .btn.btn-link-primary {
    color: #0F70B8; }
  .page .btn.btn-link-white {
    color: #fff;
    border-bottom-color: #fff; }
    .page .btn.btn-link-white:hover {
      color: #0F70B8; }

.btn-icon-only {
  padding: 9px 18px; }

.btn-cta {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  letter-spacing: .0em; }

.icon {
  display: inline-block;
  text-align: center; }
  .icon:before {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

[class*='icon-circle'] {
  border-radius: 50%;
  overflow: hidden; }

[class*='icon-round'] {
  border-radius: 4px;
  overflow: hidden; }

.page .icon-default {
  color: #151515; }

.page .icon-dust {
  color: #575e5e; }

.page .icon-gray-base {
  color: #151515; }

.page .icon-primary {
  color: #0F70B8; }

.page .icon-gray {
  color: #d3d3d6; }
  .page .icon-gray[href]:hover {
    color: #0F70B8; }
    
.page .icon-blue {
  color: #0F70B8; }
  .page .icon-blue[href]:hover {
    color: #444444; }

.page .icon-gunsmoke {
  color: #767877; }

.page .icon-tundora {
  color: #414141; }

.page .icon-gray-dark-filled {
  color: #fff;
  background: #2c2c2c; }

.page .icon-silver-chalice-filled {
  color: #fff;
  background: #ababab; }

.page .icon-white {
  color: #fff; }

.page a.icon-default, .page a.icon-default:active, .page a.icon-default:focus {
  color: #151515; }

.page a.icon-default:hover {
  color: #0F70B8; }

.page a.icon-primary, .page a.icon-primary:active, .page a.icon-primary:focus {
  color: #0F70B8; }

.page a.icon-primary:hover {
  color: #fff; }

.page a.icon-tundora-inverse, .page a.icon-tundora-inverse:active, .page a.icon-tundora-inverse:focus {
  color: #414141; }

.page a.icon-tundora-inverse:hover {
  color: #fff; }

.page a.icon-gray-dark-filled, .page a.icon-gray-dark-filled:active, .page a.icon-gray-dark-filled:focus {
  color: #fff;
  background: #2c2c2c; }

.page a.icon-gray-dark-filled:hover {
  color: #fff;
  background: #0F70B8; }

.page a.icon-silver-chalice-filled, .page a.icon-silver-chalice-filled:active, .page a.icon-silver-chalice-filled:focus {
  color: #fff;
  background: #ababab; }

.page a.icon-silver-chalice-filled:hover {
  color: #fff;
  background: #0F70B8; }

.page .icon-xxs {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px; }
  .page .icon-xxs-small {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px; }
  .page .icon-xxs-smaller {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px; }
  .page .icon-xxs-smallest {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px; }

.page .icon-xs {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px; }
  .page .icon-xs-smaller {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px; }

.page .icon-sm {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px; }
  .page .icon-sm-custom {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .page .icon-sm-custom {
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px; } }

.page .icon-md {
  width: 46px;
  height: 46px;
  font-size: 46px;
  line-height: 46px; }
  .page .icon-md-custom {
    width: 26px;
    height: 26px;
    font-size: 26px;
    line-height: 26px; }
    @media (min-width: 992px) {
      .page .icon-md-custom {
        width: 36px;
        height: 36px;
        font-size: 36px;
        line-height: 36px; } }
  .page .icon-md-smaller {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px; }

.page .icon-lg {
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px; }
  .page .icon-lg-variant-1 {
    width: 42px;
    height: 42px;
    font-size: 42px;
    line-height: 42px; }
  .page .icon-lg-variant-2 {
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px; }
  .page .icon-lg-bigger {
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 50px; }

.page .icon-xl {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px; }

.page [class*='icon-round'].icon-xxs-smallest,
.page [class*='icon-circle'].icon-xxs-smallest {
  width: 26px;
  height: 26px;
  line-height: 26px; }

.icon-shift-1 {
  position: relative;
  top: 2px; }

.icon-shift-2 {
  position: relative;
  top: 2px; }
  @media (min-width: 992px) {
    .icon-shift-2 {
      top: 4px; } }

.thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .thumbnail .caption {
    padding: 0; }

@media (min-width: 1200px) {
  .thumbnail-grayscale__wrapper:hover .thumbnail-grayscale img {
    -webkit-filter: blur(2px);
    filter: blur(2px); } }

@media (min-width: 480px) {
  html .page .thumbnail-grayscale {
    height: 140px; } }

@media (min-width: 768px) {
  html .page .thumbnail-grayscale {
    height: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (min-width: 1200px) {
  html .page .thumbnail-grayscale:hover img {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08); }
  html .page .thumbnail-grayscale img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transition: .3s; } }

@media (min-width: 480px) {
  .thumbnail-grayscale {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px; }
    .thumbnail-grayscale img {
      transition: .3s; }
      .thumbnail-grayscale img:hover {
        opacity: .6; } }

.thumbnail-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  padding: 30px 10px;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .thumbnail-wrapper {
      margin: 0 20px;
      padding: 22% 6%; } }

.img-thumbnail,
.thumbnail {
  box-shadow: none; }

.thumbnail-variant-1 {
  background-color: transparent;
  text-align: center; }
  .thumbnail-variant-1 .thumbnail-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    pointer-events: none; }
    .thumbnail-variant-1 .thumbnail-image,
    .thumbnail-variant-1 .thumbnail-image > img {
      border-radius: 600px; }
    .thumbnail-variant-1 .thumbnail-image > img {
      width: auto;
      pointer-events: auto; }
    .thumbnail-variant-1 .thumbnail-image-inner {
      position: absolute;
      top: 0;
      right: 1px;
      bottom: 0;
      left: 1px;
      z-index: 2;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 5px;
      background: rgba(21, 21, 21, 0.4);
      border-radius: 600px; }
      .thumbnail-variant-1 .thumbnail-image-inner * {
        pointer-events: auto; }
      .thumbnail-variant-1 .thumbnail-image-inner > * + * {
        margin-top: 0;
        margin-left: 20px; }
  .thumbnail-variant-1 .header {
    line-height: 1.2; }
  .thumbnail-variant-1 .sub-header {
    margin-bottom: 30px;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    color: #0F70B8; }
  .thumbnail-variant-1 * + .list-inline {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .thumbnail-variant-1 * + .list-inline {
        margin-top: 30px; } }
  .thumbnail-variant-1 .thumbnail-divider {
    display: none;
    max-width: 130px;
    border-color: #e8e8e8; }
    @media (min-width: 992px) {
      .thumbnail-variant-1 .thumbnail-divider {
        display: block; } }
  .thumbnail-variant-1 * + p {
    margin-top: 0; }
  .thumbnail-variant-1 * + .thumbnail-caption {
    margin-top: 18px; }
  @media (min-width: 992px) {
    .desktop .thumbnail-variant-1 .thumbnail-image-inner {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate3d(0, 1, 0, 60deg);
      transform: rotate3d(0, 1, 0, 60deg);
      transition: .55s all ease;
      background: rgba(21, 21, 21, 0.6); }
    .desktop .thumbnail-variant-1 .thumbnail-image:hover .thumbnail-image-inner {
      opacity: 1;
      visibility: visible;
      -webkit-transform: rotate3d(0, 1, 0, 0deg);
      transform: rotate3d(0, 1, 0, 0deg); } }
  @media (min-width: 1200px) {
    .thumbnail-variant-1 * + .thumbnail-caption {
      margin-top: 30px; } }

.thumbnail-variant-2 {
  min-height: 300px;
  padding: 30px 0 0;
  overflow: visible;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .thumbnail-variant-2-wrap {
    padding-bottom: 25px; }
  .thumbnail-variant-2 .thumbnail-image,
  .thumbnail-variant-2 .thumbnail-inner {
    pointer-events: none; }
    .thumbnail-variant-2 .thumbnail-image *,
    .thumbnail-variant-2 .thumbnail-inner * {
      pointer-events: auto; }
  .thumbnail-variant-2 .thumbnail-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .thumbnail-variant-2 .thumbnail-image > img {
      position: absolute;
      top: 20%;
      left: 50%;
      -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
      transform: translate(-50%, -20%);
      width: auto;
      min-width: 101%;
      max-width: none;
      height: auto;
      min-height: 100%;
      max-height: none; }
  .thumbnail-variant-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(30, 57, 83, 0.45); }
  .thumbnail-variant-2 .thumbnail-inner {
    position: relative;
    z-index: 2;
    padding: 30px 10px; }
    .thumbnail-variant-2 .thumbnail-inner a {
      font-weight: 700; }
  .thumbnail-variant-2 .thumbnail-caption {
    position: relative;
    z-index: 3;
    width: calc(100% - 34px);
    padding: 17px 8px 25px;
    margin: 31px 17px -25px 17px;
    background: #111; }
    .thumbnail-variant-2 .thumbnail-caption * {
      color: #fff; }
    .thumbnail-variant-2 .thumbnail-caption a, .thumbnail-variant-2 .thumbnail-caption a:active, .thumbnail-variant-2 .thumbnail-caption a:focus {
      color: #fff; }
    .thumbnail-variant-2 .thumbnail-caption a:hover {
      color: #151515; }
  .thumbnail-variant-2 .text-header {
    font-size: 18px;
    font-weight: 700; }
  .thumbnail-variant-2 .text-caption {
    font-style: italic;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .thumbnail-variant-2 .text-caption {
        font-size: 16px; } }
  .thumbnail-variant-2 * + .divider {
    margin-top: 8px; }
  .thumbnail-variant-2 .divider + * {
    margin-top: 8px; }
  @media (min-width: 992px) {
    .desktop .thumbnail-variant-2:before {
      top: 40px; }
    .desktop .thumbnail-variant-2 .thumbnail-inner > * {
      position: relative;
      -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
      transform: translateY(14px);
      transition: .4s all ease-in-out; }
    .desktop .thumbnail-variant-2:before,
    .desktop .thumbnail-variant-2 .thumbnail-inner {
      opacity: 0;
      visibility: hidden;
      transition: .33s all ease-out; }
    .desktop .thumbnail-variant-2:hover:before {
      top: 0;
      left: 0;
      right: 0; }
    .desktop .thumbnail-variant-2:hover .thumbnail-inner > * {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .desktop .thumbnail-variant-2:hover:before,
    .desktop .thumbnail-variant-2:hover .thumbnail-inner {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 992px) {
    .thumbnail-variant-2 .thumbnail-caption {
      width: calc(100% - 16px);
      margin: 31px 8px -25px 8px; } }
  @media (min-width: 1200px) {
    .thumbnail-variant-2 {
      width: calc(100% - 22px);
      margin: 0 11px 0; }
      .thumbnail-variant-2 .thumbnail-caption {
        width: calc(100% - 34px);
        margin: 31px 17px -25px 17px; } }

.thumbnail-variant-3 {
  width: 100.025%;
  text-align: center; }
  .thumbnail-variant-3 img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    max-width: none;
    min-width: 100.5%; }
  .thumbnail-variant-3 .link-external {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 110px;
    padding: 55px 15px 5px;
    vertical-align: bottom;
    line-height: 40px;
    background: #fafafa;
    -webkit-transform-origin: 74% 110%;
    -moz-transform-origin: 74% 110%;
    -ms-transform-origin: 74% 110%;
    transform-origin: 74% 110%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    will-change: transform;
    text-align: center;
    /**
      @bugfix: color flickering in child objects on hover
      @affected: IE Edge
    */
    transition: top 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), right 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86), visibility 0.28s cubic-bezier(0.79, 0.14, 0.15, 0.86); }
    .thumbnail-variant-3 .link-external .icon {
      transition: none;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #151515;
      vertical-align: bottom; }
    .thumbnail-variant-3 .link-external:hover {
      top: -12px;
      right: -12px; }
  .thumbnail-variant-3 .link-original {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .thumbnail-variant-3 .link-original, .thumbnail-variant-3 .link-original:active, .thumbnail-variant-3 .link-original:focus, .thumbnail-variant-3 .link-original:hover {
      color: #fff; }
    .thumbnail-variant-3 .link-original:before {
      content: '\e8ff';
      position: relative;
      left: 20px;
      bottom: 30px;
      z-index: 3;
      font-family: 'Material Icons';
      font-size: 140px;
      line-height: 1;
      opacity: .2;
      transition: .33s all ease; }
  .thumbnail-variant-3 .caption {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -2px;
    left: 0;
    padding: 15px;
    transition: .33s all ease-in-out;
    background: rgba(21, 21, 21, 0.6); }
  @media (min-width: 992px) {
    .desktop .thumbnail-variant-3 figure img {
      will-change: transform;
      transition: .4s ease-out; }
    .desktop .thumbnail-variant-3 .caption,
    .desktop .thumbnail-variant-3 .link-external {
      opacity: 0;
      visibility: hidden; }
    .desktop .thumbnail-variant-3 .link-external {
      right: -50px;
      top: -50px; }
    .desktop .thumbnail-variant-3:hover .caption,
    .desktop .thumbnail-variant-3:hover .link-external {
      opacity: 1;
      visibility: visible; }
    .desktop .thumbnail-variant-3:hover figure img {
      -webkit-transform: translateX(-50%) scale(1.08);
      -ms-transform: translateX(-50%) scale(1.08);
      transform: translateX(-50%) scale(1.08); }
    .desktop .thumbnail-variant-3:hover .link-external {
      right: -30px;
      top: -30px; }
      .desktop .thumbnail-variant-3:hover .link-external:hover {
        top: -20px;
        right: -20px; } }
  .thumbnail-variant-3 > * + * {
    margin-top: 0; }

@media (min-width: 768px) {
  .thumbnail-wrap {
    padding: 0 5px; } }

@media (min-width: 1200px) {
  .thumbnail-wrap {
    padding: 0 9px; } }

.thumbnail-variant-4 {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(1, 3, 4, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(1, 3, 4, 0.15); }
  .thumbnail-variant-4 .thumbnail-image {
    background: #151515; }
    .thumbnail-variant-4 .thumbnail-image img {
      opacity: .92; }
  .thumbnail-variant-4 .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 15px;
    text-align: center;
    color: #151515;
    background: #fff; }
  .thumbnail-variant-4 .text-light {
    color: #222222; }
  @media (min-width: 992px) {
    .desktop .thumbnail-variant-4 .thumbnail-image img {
      position: relative;
      will-change: transform;
      opacity: 1;
      transition: opacity .7s, -webkit-transform .7s;
      transition: opacity .7s, transform .7s;
      transition: opacity .7s, transform .7s, -webkit-transform .7s;
      -webkit-transform: scale3d(1.0001, 1.0001, 1);
      transform: scale3d(1.0001, 1.0001, 1); }
    .desktop .thumbnail-variant-4 .caption,
    .desktop .thumbnail-variant-4 .caption-header {
      transition: -webkit-transform 0.55s;
      transition: transform 0.55s;
      transition: transform 0.55s, -webkit-transform 0.55s;
      -webkit-transform: translate3d(0, 200%, 0);
      transform: translate3d(0, 200%, 0); }
    .desktop .thumbnail-variant-4 .caption-header {
      transition-delay: 0.05s; }
    .desktop .thumbnail-variant-4:hover .thumbnail-image img {
      opacity: .9;
      -webkit-transform: scale3d(1.07, 1.07, 1);
      transform: scale3d(1.07, 1.07, 1); }
    .desktop .thumbnail-variant-4:hover .caption,
    .desktop .thumbnail-variant-4:hover .caption-header {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media (min-width: 992px) {
  .thumbnail-variant-4 .caption {
    padding: 20px 15px; } }

.thumbnail-profile .thumbnail-image img {
  width: 100%; }

.thumbnail-profile .thumbnail-caption {
  padding: 20px;
  background: #ededed; }

.thumbnail-profile .thumbnail-caption-inner {
  margin-bottom: -12px;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  text-align: center; }
  .thumbnail-profile .thumbnail-caption-inner > * {
    display: inline-block;
    margin-top: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .thumbnail-profile .thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .thumbnail-profile .thumbnail-caption-inner ul {
    position: relative;
    margin-bottom: -3px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
    .thumbnail-profile .thumbnail-caption-inner ul > li {
      display: inline-block;
      margin-top: 3px;
      padding: 0 7px; }
  .thumbnail-profile .thumbnail-caption-inner .btn-wrap {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (min-width: 480px) {
    .thumbnail-profile .thumbnail-caption-inner, .thumbnail-profile .thumbnail-caption-inner ul {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 992px) {
    .thumbnail-profile .thumbnail-caption-inner ul {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (min-width: 1200px) {
    .thumbnail-profile .thumbnail-caption-inner {
      text-align: left;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .thumbnail-profile .thumbnail-caption-inner .btn-wrap {
        text-align: right; } }

@media (max-width: 767px) {
  .thumbnail-variant-2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail-variant-3,
  .thumbnail-profile {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; } }

.thumbnail-block {
  display: block; }
  .thumbnail-block > img,
  .thumbnail-block a > img {
    width: 100%;
    height: auto; }

figure img {
  width: 100%;
  height: auto;
  max-width: none; }

.figure .caption {
  padding: 15px; }

.rd-mailform {
  position: relative; }

@media (min-width: 480px) {
  html .rd-mailform-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    html .rd-mailform-inline .form-group {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    html .rd-mailform-inline .btn,
    html .rd-mailform-inline .btn-link {
      margin-top: 0; } }

@media (min-width: 768px) {
  html .rd-mailform-inline .btn-link {
    margin-top: auto; } }

html .rd-mailform-inline .btn,
html .rd-mailform-inline .btn-link {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 13px;
  margin-left: 8px; }
  @media (min-width: 768px) {
    html .rd-mailform-inline .btn,
    html .rd-mailform-inline .btn-link {
      margin-left: 30px; } }

label {
  margin-bottom: 0; }

input::not(:empty) + .form-label,
input::-webkit-autofill + .form-label {
  display: none;
  color: transparent; }

.form-label,
.form-control {
  font-weight: 400; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.form-control {
  font-size: 14px; }
  .input-sm, .input-group-sm > .form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
  .input-group-sm > .input-group-addon:focus,
  .input-group-sm > .input-group-btn > .btn:focus,
  .input-lg,
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn,
  .input-lg:focus,
  .input-group-lg > .form-control:focus,
  .input-group-lg > .input-group-addon:focus,
  .input-group-lg > .input-group-btn > .btn:focus,
  .form-control,
  .form-control:focus {
    box-shadow: none; }

textarea.form-control {
  height: 135px;
  min-height: 50px;
  max-height: 202.5px;
  resize: vertical; }

.form-control {
  height: auto;
  min-height: 50px;
  padding: 11.1px 25px 15.1px;
  border: 0px solid;
  -webkit-appearance: none;
  line-height: 23.8px; }
  .form-control:focus {
    outline: 0; }

.form-control-transparent {
  background-color: rgba(255, 255, 255, 0.47);
  color: #fff; }
  .form-control-transparent + .form-validation {
    color: #fff; }

.form-group.has-error .form-control-transparent + .form-validation {
  color: #D8000C; }

.context-dark .has-error .form-validation,
.context-dark .form-validation {
  color: #D8000C; }

.form-group {
  position: relative;
  margin-bottom: 0; }
  .form-group + .form-group {
    margin-top: 20px; }

.form-label {
  position: absolute;
  top: 24px;
  left: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #9b9b9b;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform; }
  .form-label.focus {
    opacity: 0; }
  .form-label.auto-fill {
    color: #151515; }

@media (min-width: 768px) {
  .form-label-outside {
    position: static;
    margin-bottom: 8px;
    text-transform: uppercase; }
    .form-label-outside + * + .form-validation {
      top: 35px; }
    .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      color: #9b9b9b;
      font-size: 14px; } }

.form-validation {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  color: #fe4a21;
  margin-top: 2px;
  transition: .3s; }

form.label-outside .form-validation {
  top: 12px; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fe4a21; }

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #fe4a21;
  box-shadow: none; }

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fe4a21; }

.has-error .input-group-addon {
  color: #fff;
  border-color: #fe4a21;
  background-color: #fe4a21; }

.form-inline .has-error ~ button[type='submit'] {
  border-color: #fe4a21;
  background: #fe4a21; }

.has-error .form-validation {
  color: #fe4a21; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #58c476; }

.has-success .form-control:not(.form-control-impressed), .has-success .form-control:not(.form-control-impressed):focus {
  border-color: #dff0d8;
  box-shadow: none; }

.has-success .form-control-impressed, .has-success .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #dff0d8; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #dff0d8;
  background-color: #dff0d8; }

.form-inline .has-success ~ button[type='submit'] {
  border-color: #dff0d8;
  background: #dff0d8; }

.has-success .form-validation {
  color: #58c476; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f7bc3e; }

.has-warning .form-control:not(.form-control-impressed), .has-warning .form-control:not(.form-control-impressed):focus {
  border-color: #fcf8e3;
  box-shadow: none; }

.has-warning .form-control-impressed, .has-warning .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fcf8e3; }

.has-warning .input-group-addon {
  color: #fff;
  border-color: #fcf8e3;
  background-color: #fcf8e3; }

.form-inline .has-warning ~ button[type='submit'] {
  border-color: #fcf8e3;
  background: #fcf8e3; }

.has-warning .form-validation {
  color: #f7bc3e; }

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #3e9cf6; }

.has-info .form-control:not(.form-control-impressed), .has-info .form-control:not(.form-control-impressed):focus {
  border-color: #d9edf7;
  box-shadow: none; }

.has-info .form-control-impressed, .has-info .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #d9edf7; }

.has-info .input-group-addon {
  color: #fff;
  border-color: #d9edf7;
  background-color: #d9edf7; }

.form-inline .has-info ~ button[type='submit'] {
  border-color: #d9edf7;
  background: #d9edf7; }

.has-info .form-validation {
  color: #3e9cf6; }

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  -webkit-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999; }
  #form-output-global.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible; }
  @media (min-width: 480px) {
    #form-output-global {
      left: 30px; } }

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  .form-output.active {
    opacity: 1;
    visibility: visible; }
  .form-output.error {
    color: #fe4a21; }
  .form-output.success {
    color: #58c476; }

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0; }
  .radio .radio-custom, .radio .radio-custom-dummy,
  .radio-inline .radio-custom,
  .radio-inline .radio-custom-dummy,
  .checkbox .checkbox-custom,
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom,
  .checkbox-inline .checkbox-custom-dummy {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: -20px;
    outline: none;
    cursor: pointer; }
  .radio .radio-custom-dummy,
  .radio-inline .radio-custom-dummy,
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none; }
    .radio .radio-custom-dummy:after,
    .radio-inline .radio-custom-dummy:after,
    .checkbox .checkbox-custom-dummy:after,
    .checkbox-inline .checkbox-custom-dummy:after {
      position: absolute;
      opacity: 0;
      transition: .22s; }
  .radio .radio-custom:focus,
  .radio-inline .radio-custom:focus,
  .checkbox .checkbox-custom:focus,
  .checkbox-inline .checkbox-custom:focus {
    outline: none; }

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1; }

.radio,
.radio-inline {
  padding-left: 30px; }
  .radio .radio-custom-dummy,
  .radio-inline .radio-custom-dummy {
    margin-top: 2px;
    border-radius: 50%;
    margin-left: -30px;
    background: transparent;
    border: 2px solid #151515; }
    .radio .radio-custom-dummy:after,
    .radio-inline .radio-custom-dummy:after {
      content: '';
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      background: #00030a;
      border-radius: 50%; }

.form-group-color .radio-inline,
.form-group-size .radio-inline {
  padding-left: 0; }

.form-group-color .radio-control,
.form-group-size .radio-control {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: 23px;
  margin-bottom: 23px; }
  .form-group-color .radio-control:after,
  .form-group-size .radio-control:after {
    bottom: 0; }
  .form-group-color .radio-control:after,
  .form-group-size .radio-control:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #0F70B8;
    visibility: hidden;
    transition: .2s; }

.form-group-color .radio-custom:checked ~ .radio-control:after,
.form-group-size .radio-custom:checked ~ .radio-control:after {
  visibility: visible;
  width: 100%; }

.form-group-color .radio-custom-dummy,
.form-group-size .radio-custom-dummy {
  display: none; }

.form-group-size .radio-inline {
  padding-left: 2px;
  padding-right: 2px; }

.form-group-size .radio-inline + .radio-inline {
  margin-left: 1px; }

.form-group-size .radio-control {
  color: #151515;
  text-align: center;
  text-transform: uppercase;
  transition: .2s; }
  .form-group-size .radio-control:hover {
    color: #151515; }

.form-group-size .radio-custom:checked ~ .radio-control {
  color: #151515; }

.checkbox,
.checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
  color: #151515; }
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 2px;
    margin-left: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #dedede; }
    .checkbox .checkbox-custom-dummy:after,
    .checkbox-inline .checkbox-custom-dummy:after {
      content: '\e5ca';
      font-family: 'Material Icons';
      font-size: 22px;
      line-height: 10px;
      position: absolute;
      top: 0;
      left: -1px;
      color: #2c2c2c; }

.checkbox-small {
  padding-right: 6px; }
  .checkbox-small .checkbox-custom-dummy {
    width: 12px;
    height: 12px;
    border-width: 1px;
    border-radius: 1px; }
    .checkbox-small .checkbox-custom-dummy:after {
      top: 4px;
      left: 0;
      font-size: 14px; }

.textarea-lined-wrap {
  position: relative;
  line-height: 2.39;
  background: url("../files/25/2522.png") repeat; }
  .textarea-lined-wrap textarea {
    height: 203px;
    resize: none;
    overflow: hidden;
    line-height: 2.39;
    background-color: transparent; }

.textarea-lined-wrap-xs textarea {
  height: 68px; }

.page .form-classic-bordered .form-label,
.page .form-classic-bordered .form-label-outside,
.page .form-classic-bordered .form-control {
  color: #151515; }

.page .form-classic-bordered .form-control {
  border: 1px solid #dedede; }

.page .form-modern .form-control,
.page .form-modern .form-label {
  color: #151515; }

.page .form-modern input {
  height: auto;
  min-height: 20px; }

.page .form-modern .form-control:focus {
  border-color: #0F70B8; }

.page .form-modern .form-control {
  padding: 6px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-color: #dedede;
  background-color: transparent; }

.page .form-modern .form-label {
  left: 0;
  top: 18px; }

.page .form-modern .form-validation {
  top: auto;
  left: auto;
  right: 0;
  bottom: -12px;
  font-style: italic; }

.page .form-modern .has-error .help-block,
.page .form-modern .has-error .control-label,
.page .form-modern .has-error .radio,
.page .form-modern .has-error .checkbox,
.page .form-modern .has-error .radio-inline,
.page .form-modern .has-error .checkbox-inline,
.page .form-modern .has-error.radio label,
.page .form-modern .has-error.checkbox label,
.page .form-modern .has-error.radio-inline label,
.page .form-modern .has-error.checkbox-inline label {
  color: #fe4a21; }

.page .form-modern .has-error .form-control:not(.form-control-impressed), .page .form-modern .has-error .form-control:not(.form-control-impressed):focus {
  border-color: #fe4a21;
  box-shadow: none; }

.page .form-modern .has-error .form-control-impressed, .page .form-modern .has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #fe4a21; }

.page .form-modern .has-error .input-group-addon {
  color: #fff;
  border-color: #fe4a21;
  background-color: #fe4a21; }

.form-inline .page .form-modern .has-error ~ button[type='submit'] {
  border-color: #fe4a21;
  background: #fe4a21; }

.page .form-modern .has-error .form-validation {
  color: #fe4a21; }

.page .form-modern.form-darker .form-control,
.page .form-modern.form-darker .form-label {
  color: #151515; }

.page .form-modern.form-darker .form-label:not(.focus) + .form-control {
  border-color: #cdcdcd; }

.page .form-modern.form-inverse .form-label,
.page .form-modern.form-inverse .form-control {
  color: #151515;
  background-color: transparent; }

.form-classic.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .form-classic.form-inline .form-group {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: -5px; }
  .form-classic.form-inline .form-control {
    width: 100%;
    border-radius: 5px 0 0 5px; }
  .form-classic.form-inline .btn {
    position: relative;
    z-index: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0 5px 5px 0; }
  .form-classic.form-inline .has-error + .form-control {
    border: 1px solid #f5f5f5; }
  .form-classic.form-inline .has-error .help-block,
  .form-classic.form-inline .has-error .control-label,
  .form-classic.form-inline .has-error .radio,
  .form-classic.form-inline .has-error .checkbox,
  .form-classic.form-inline .has-error .radio-inline,
  .form-classic.form-inline .has-error .checkbox-inline,
  .form-classic.form-inline .has-error.radio label,
  .form-classic.form-inline .has-error.checkbox label,
  .form-classic.form-inline .has-error.radio-inline label,
  .form-classic.form-inline .has-error.checkbox-inline label {
    color: #fe4a21; }
  .form-classic.form-inline .has-error .form-control:not(.form-control-impressed), .form-classic.form-inline .has-error .form-control:not(.form-control-impressed):focus {
    border-color: #fe4a21;
    box-shadow: none; }
  .form-classic.form-inline .has-error .form-control-impressed, .form-classic.form-inline .has-error .form-control-impressed:focus {
    box-shadow: inset 0 0 0 1px #fe4a21; }
  .form-classic.form-inline .has-error .input-group-addon {
    color: #fff;
    border-color: #fe4a21;
    background-color: #fe4a21; }
  .form-inline .form-classic.form-inline .has-error ~ button[type='submit'] {
    border-color: #fe4a21;
    background: #fe4a21; }
  .form-classic.form-inline .has-error .form-validation {
    color: #fe4a21; }
  .form-classic.form-inline .form-validation {
    font-style: italic;
    top: auto;
    right: auto;
    left: 0;
    bottom: -15px; }
  .form-classic.form-inline > * + * {
    margin-top: 0; }

.unit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.unit-body {
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto; }

.unit-left,
.unit-right {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.unit-align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.unit-align-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.unit-align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.unit-align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.unit-align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.unit-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.unit-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.unit-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.unit-grow-1 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.unit-grow-2 {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.unit-grow-3 {
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.unit-item-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.unit-item-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.unit-item-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.unit-item-narrow {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.unit-item-standart {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.unit-item-wide {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.unit,
.unit-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .unit > [class*='unit-']:first-child,
  .unit-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit > .unit-left + .unit-right,
  .unit > .unit-left + .unit-body,
  .unit-vertical > .unit-left + .unit-right,
  .unit-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 14px; }
  .unit > .unit-body + .unit-right,
  .unit-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 14px; }

.unit-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .unit-horizontal > .unit-left + .unit-right,
  .unit-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 14px; }
  .unit-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 14px; }

.unit-inverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .unit-inverse, .unit-inverse.unit-vertical {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-inverse > [class*='unit-']:first-child, .unit-inverse.unit-vertical > [class*='unit-']:first-child {
      padding-top: 14px; }
    .unit-inverse > [class*='unit-']:last-child, .unit-inverse.unit-vertical > [class*='unit-']:last-child {
      padding-top: 0; }
  .unit-inverse.unit-horizontal {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .unit-inverse.unit-horizontal > [class*='unit-']:first-child {
      padding-top: 0;
      padding-left: 14px; }
    .unit-inverse.unit-horizontal > [class*='unit-']:last-child {
      padding-left: 0; }

@media (min-width: 480px) {
  .unit-xs-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .unit-xs-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .unit-xs-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unit-xs-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .unit-xs-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .unit-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .unit-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .unit-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .unit-xs-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-xs-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-xs-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .unit-item-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .unit-item-xs-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .unit-item-xs-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-item-xs-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-xs,
  .unit-xs-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .unit-xs > [class*='unit-']:first-child,
    .unit-xs-vertical > [class*='unit-']:first-child {
      padding-top: 0; }
    .unit-xs > .unit-left + .unit-right,
    .unit-xs > .unit-left + .unit-body,
    .unit-xs-vertical > .unit-left + .unit-right,
    .unit-xs-vertical > .unit-left + .unit-body {
      padding-left: 0;
      padding-top: 14px; }
    .unit-xs > .unit-body + .unit-right,
    .unit-xs-vertical > .unit-body + .unit-right {
      padding-left: 0;
      padding-top: 14px; }
  .unit-xs-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .unit-xs-horizontal > .unit-left + .unit-right,
    .unit-xs-horizontal > .unit-left + .unit-body {
      padding-top: 0;
      padding-left: 14px; }
    .unit-xs-horizontal > .unit-body + .unit-right {
      padding-top: 0;
      padding-left: 14px; }
  .unit-xs-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-xs-inverse, .unit-xs-inverse.unit-xs-vertical {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .unit-xs-inverse > [class*='unit-']:first-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
        padding-top: 14px; }
      .unit-xs-inverse > [class*='unit-']:last-child, .unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
        padding-top: 0; }
    .unit-xs-inverse.unit-xs-horizontal {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 14px; }
      .unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
        padding-left: 0; } }

@media (min-width: 768px) {
  .unit-sm-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .unit-sm-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .unit-sm-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unit-sm-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .unit-sm-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .unit-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .unit-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .unit-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .unit-sm-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-sm-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-sm-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .unit-item-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .unit-item-sm-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .unit-item-sm-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-item-sm-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-sm,
  .unit-sm-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .unit-sm > [class*='unit-']:first-child,
    .unit-sm-vertical > [class*='unit-']:first-child {
      padding-top: 0; }
    .unit-sm > .unit-left + .unit-right,
    .unit-sm > .unit-left + .unit-body,
    .unit-sm-vertical > .unit-left + .unit-right,
    .unit-sm-vertical > .unit-left + .unit-body {
      padding-left: 0;
      padding-top: 14px; }
    .unit-sm > .unit-body + .unit-right,
    .unit-sm-vertical > .unit-body + .unit-right {
      padding-left: 0;
      padding-top: 14px; }
  .unit-sm-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .unit-sm-horizontal > .unit-left + .unit-right,
    .unit-sm-horizontal > .unit-left + .unit-body {
      padding-top: 0;
      padding-left: 14px; }
    .unit-sm-horizontal > .unit-body + .unit-right {
      padding-top: 0;
      padding-left: 14px; }
  .unit-sm-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-sm-inverse, .unit-sm-inverse.unit-sm-vertical {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .unit-sm-inverse > [class*='unit-']:first-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
        padding-top: 14px; }
      .unit-sm-inverse > [class*='unit-']:last-child, .unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
        padding-top: 0; }
    .unit-sm-inverse.unit-sm-horizontal {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 14px; }
      .unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
        padding-left: 0; } }

@media (min-width: 992px) {
  .unit-md-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .unit-md-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .unit-md-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unit-md-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .unit-md-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .unit-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .unit-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .unit-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .unit-md-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-md-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-md-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .unit-item-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .unit-item-md-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .unit-item-md-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-item-md-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-md,
  .unit-md-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .unit-md > [class*='unit-']:first-child,
    .unit-md-vertical > [class*='unit-']:first-child {
      padding-top: 0; }
    .unit-md > .unit-left + .unit-right,
    .unit-md > .unit-left + .unit-body,
    .unit-md-vertical > .unit-left + .unit-right,
    .unit-md-vertical > .unit-left + .unit-body {
      padding-left: 0;
      padding-top: 14px; }
    .unit-md > .unit-body + .unit-right,
    .unit-md-vertical > .unit-body + .unit-right {
      padding-left: 0;
      padding-top: 14px; }
  .unit-md-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .unit-md-horizontal > .unit-left + .unit-right,
    .unit-md-horizontal > .unit-left + .unit-body {
      padding-top: 0;
      padding-left: 14px; }
    .unit-md-horizontal > .unit-body + .unit-right {
      padding-top: 0;
      padding-left: 14px; }
  .unit-md-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-md-inverse, .unit-md-inverse.unit-md-vertical {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .unit-md-inverse > [class*='unit-']:first-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
        padding-top: 14px; }
      .unit-md-inverse > [class*='unit-']:last-child, .unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
        padding-top: 0; }
    .unit-md-inverse.unit-md-horizontal {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 14px; }
      .unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
        padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-lg-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .unit-lg-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .unit-lg-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unit-lg-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .unit-lg-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .unit-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .unit-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .unit-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .unit-lg-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-lg-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-lg-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .unit-item-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .unit-item-lg-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .unit-item-lg-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-item-lg-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-lg,
  .unit-lg-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .unit-lg > [class*='unit-']:first-child,
    .unit-lg-vertical > [class*='unit-']:first-child {
      padding-top: 0; }
    .unit-lg > .unit-left + .unit-right,
    .unit-lg > .unit-left + .unit-body,
    .unit-lg-vertical > .unit-left + .unit-right,
    .unit-lg-vertical > .unit-left + .unit-body {
      padding-left: 0;
      padding-top: 14px; }
    .unit-lg > .unit-body + .unit-right,
    .unit-lg-vertical > .unit-body + .unit-right {
      padding-left: 0;
      padding-top: 14px; }
  .unit-lg-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .unit-lg-horizontal > .unit-left + .unit-right,
    .unit-lg-horizontal > .unit-left + .unit-body {
      padding-top: 0;
      padding-left: 14px; }
    .unit-lg-horizontal > .unit-body + .unit-right {
      padding-top: 0;
      padding-left: 14px; }
  .unit-lg-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-lg-inverse, .unit-lg-inverse.unit-lg-vertical {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .unit-lg-inverse > [class*='unit-']:first-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
        padding-top: 14px; }
      .unit-lg-inverse > [class*='unit-']:last-child, .unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
        padding-top: 0; }
    .unit-lg-inverse.unit-lg-horizontal {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 14px; }
      .unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
        padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-xl-align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .unit-xl-align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .unit-xl-align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .unit-xl-align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .unit-xl-align-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .unit-xl-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .unit-xl-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .unit-xl-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .unit-xl-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-xl-grow-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-xl-grow-3 {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .unit-item-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .unit-item-xl-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .unit-item-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .unit-item-xl-narrow {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .unit-item-xl-standart {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .unit-item-xl-wide {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .unit-xl,
  .unit-xl-vertical {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .unit-xl > [class*='unit-']:first-child,
    .unit-xl-vertical > [class*='unit-']:first-child {
      padding-top: 0; }
    .unit-xl > .unit-left + .unit-right,
    .unit-xl > .unit-left + .unit-body,
    .unit-xl-vertical > .unit-left + .unit-right,
    .unit-xl-vertical > .unit-left + .unit-body {
      padding-left: 0;
      padding-top: 14px; }
    .unit-xl > .unit-body + .unit-right,
    .unit-xl-vertical > .unit-body + .unit-right {
      padding-left: 0;
      padding-top: 14px; }
  .unit-xl-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .unit-xl-horizontal > .unit-left + .unit-right,
    .unit-xl-horizontal > .unit-left + .unit-body {
      padding-top: 0;
      padding-left: 14px; }
    .unit-xl-horizontal > .unit-body + .unit-right {
      padding-top: 0;
      padding-left: 14px; }
  .unit-xl-inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .unit-xl-inverse, .unit-xl-inverse.unit-xl-vertical {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .unit-xl-inverse > [class*='unit-']:first-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
        padding-top: 14px; }
      .unit-xl-inverse > [class*='unit-']:last-child, .unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
        padding-top: 0; }
    .unit-xl-inverse.unit-xl-horizontal {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
        padding-top: 0;
        padding-left: 14px; }
      .unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
        padding-left: 0; } }

.unit-spacing-xs.unit > [class*='unit-']:first-child, .unit-spacing-xs.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-xs.unit > .unit-left + .unit-right,
.unit-spacing-xs.unit > .unit-left + .unit-body, .unit-spacing-xs.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xs.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 8px; }

.unit-spacing-xs.unit > .unit-body + .unit-right, .unit-spacing-xs.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 8px; }

.unit-spacing-xs.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xs.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 8px; }

.unit-spacing-xs.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 8px; }

.unit-spacing-xs.unit-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 8px; }

.unit-spacing-xs.unit-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-xs.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 8px; }

.unit-spacing-xs.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-xs.unit-xs > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-xs > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs > .unit-left + .unit-body, .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-xs > .unit-body + .unit-right, .unit-spacing-xs.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 8px; }
  .unit-spacing-xs.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-xs.unit-sm > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-sm > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm > .unit-left + .unit-body, .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-sm > .unit-body + .unit-right, .unit-spacing-xs.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 8px; }
  .unit-spacing-xs.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-xs.unit-md > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-md > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md > .unit-left + .unit-body, .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-md > .unit-body + .unit-right, .unit-spacing-xs.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 8px; }
  .unit-spacing-xs.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-xs.unit-lg > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-lg > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg > .unit-left + .unit-body, .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-lg > .unit-body + .unit-right, .unit-spacing-xs.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 8px; }
  .unit-spacing-xs.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-xs.unit-xl > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-xl > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl > .unit-left + .unit-body, .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-xl > .unit-body + .unit-right, .unit-spacing-xs.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 8px; }
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-xs.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 8px; }
  .unit-spacing-xs.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-xs.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 8px; }
  .unit-spacing-xs.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-sm.unit > [class*='unit-']:first-child, .unit-spacing-sm.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-sm.unit > .unit-left + .unit-right,
.unit-spacing-sm.unit > .unit-left + .unit-body, .unit-spacing-sm.unit-vertical > .unit-left + .unit-right,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 15px; }

.unit-spacing-sm.unit > .unit-body + .unit-right, .unit-spacing-sm.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 15px; }

.unit-spacing-sm.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-sm.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 15px; }

.unit-spacing-sm.unit-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 15px; }

.unit-spacing-sm.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-sm.unit-xs > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xs > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs > .unit-left + .unit-body, .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs > .unit-body + .unit-right, .unit-spacing-sm.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-sm.unit-sm > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-sm > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm > .unit-left + .unit-body, .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm > .unit-body + .unit-right, .unit-spacing-sm.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-sm.unit-md > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-md > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md > .unit-left + .unit-body, .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-md > .unit-body + .unit-right, .unit-spacing-sm.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-sm.unit-lg > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-lg > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg > .unit-left + .unit-body, .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg > .unit-body + .unit-right, .unit-spacing-sm.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-sm.unit-xl > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xl > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl > .unit-left + .unit-body, .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl > .unit-body + .unit-right, .unit-spacing-sm.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 15px; }
  .unit-spacing-sm.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 15px; }
  .unit-spacing-sm.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-md.unit > [class*='unit-']:first-child, .unit-spacing-md.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-md.unit > .unit-left + .unit-right,
.unit-spacing-md.unit > .unit-left + .unit-body, .unit-spacing-md.unit-vertical > .unit-left + .unit-right,
.unit-spacing-md.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 22px; }

.unit-spacing-md.unit > .unit-body + .unit-right, .unit-spacing-md.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 22px; }

.unit-spacing-md.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-md.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 22px; }

.unit-spacing-md.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 22px; }

.unit-spacing-md.unit-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 22px; }

.unit-spacing-md.unit-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 22px; }

.unit-spacing-md.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-md.unit-xs > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xs > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs > .unit-left + .unit-body, .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-xs > .unit-body + .unit-right, .unit-spacing-md.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 22px; }
  .unit-spacing-md.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-md.unit-sm > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-sm > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm > .unit-left + .unit-body, .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-sm > .unit-body + .unit-right, .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 22px; }
  .unit-spacing-md.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-md.unit-md > [class*='unit-']:first-child, .unit-spacing-md.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-md > .unit-left + .unit-right,
  .unit-spacing-md.unit-md > .unit-left + .unit-body, .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-md > .unit-body + .unit-right, .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 22px; }
  .unit-spacing-md.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-md.unit-lg > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-lg > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg > .unit-left + .unit-body, .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-lg > .unit-body + .unit-right, .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 22px; }
  .unit-spacing-md.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-md.unit-xl > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xl > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl > .unit-left + .unit-body, .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-xl > .unit-body + .unit-right, .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 22px; }
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 22px; }
  .unit-spacing-md.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 22px; }
  .unit-spacing-md.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-spacing-lg.unit > [class*='unit-']:first-child, .unit-spacing-lg.unit-vertical > [class*='unit-']:first-child {
  padding-top: 0; }

.unit-spacing-lg.unit > .unit-left + .unit-right,
.unit-spacing-lg.unit > .unit-left + .unit-body, .unit-spacing-lg.unit-vertical > .unit-left + .unit-right,
.unit-spacing-lg.unit-vertical > .unit-left + .unit-body {
  padding-left: 0;
  padding-top: 30px; }

.unit-spacing-lg.unit > .unit-body + .unit-right, .unit-spacing-lg.unit-vertical > .unit-body + .unit-right {
  padding-left: 0;
  padding-top: 30px; }

.unit-spacing-lg.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-lg.unit-horizontal > .unit-left + .unit-body {
  padding-top: 0;
  padding-left: 30px; }

.unit-spacing-lg.unit-horizontal > .unit-body + .unit-right {
  padding-top: 0;
  padding-left: 30px; }

.unit-spacing-lg.unit-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-inverse.unit-vertical > [class*='unit-']:first-child {
  padding-top: 30px; }

.unit-spacing-lg.unit-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-inverse.unit-vertical > [class*='unit-']:last-child {
  padding-top: 0; }

.unit-spacing-lg.unit-inverse.unit-horizontal > [class*='unit-']:first-child {
  padding-top: 0;
  padding-left: 30px; }

.unit-spacing-lg.unit-inverse.unit-horizontal > [class*='unit-']:last-child {
  padding-left: 0; }

@media (min-width: 480px) {
  .unit-spacing-lg.unit-xs > [class*='unit-']:first-child, .unit-spacing-lg.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-xs > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs > .unit-left + .unit-body, .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-xs > .unit-body + .unit-right, .unit-spacing-lg.unit-xs-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xs-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xs-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xs-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:first-child {
    padding-top: 30px; }
  .unit-spacing-lg.unit-xs-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-xs-inverse.unit-xs-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xs-inverse.unit-xs-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 768px) {
  .unit-spacing-lg.unit-sm > [class*='unit-']:first-child, .unit-spacing-lg.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-sm > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm > .unit-left + .unit-body, .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-sm > .unit-body + .unit-right, .unit-spacing-lg.unit-sm-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-sm-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-sm-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-sm-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:first-child {
    padding-top: 30px; }
  .unit-spacing-lg.unit-sm-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-sm-inverse.unit-sm-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-sm-inverse.unit-sm-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 992px) {
  .unit-spacing-lg.unit-md > [class*='unit-']:first-child, .unit-spacing-lg.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-md > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md > .unit-left + .unit-body, .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-md > .unit-body + .unit-right, .unit-spacing-lg.unit-md-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-md-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-md-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-md-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-md-inverse.unit-md-vertical > [class*='unit-']:first-child {
    padding-top: 30px; }
  .unit-spacing-lg.unit-md-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-md-inverse.unit-md-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-md-inverse.unit-md-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-md-inverse.unit-md-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .unit-spacing-lg.unit-lg > [class*='unit-']:first-child, .unit-spacing-lg.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-lg > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg > .unit-left + .unit-body, .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-lg > .unit-body + .unit-right, .unit-spacing-lg.unit-lg-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-lg-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-lg-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-lg-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:first-child {
    padding-top: 30px; }
  .unit-spacing-lg.unit-lg-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-lg-inverse.unit-lg-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-lg-inverse.unit-lg-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

@media (min-width: 1800px) {
  .unit-spacing-lg.unit-xl > [class*='unit-']:first-child, .unit-spacing-lg.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-xl > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl > .unit-left + .unit-body, .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl-vertical > .unit-left + .unit-body {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-xl > .unit-body + .unit-right, .unit-spacing-lg.unit-xl-vertical > .unit-body + .unit-right {
    padding-left: 0;
    padding-top: 30px; }
  .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-right,
  .unit-spacing-lg.unit-xl-horizontal > .unit-left + .unit-body {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xl-horizontal > .unit-body + .unit-right {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xl-inverse > [class*='unit-']:first-child, .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:first-child {
    padding-top: 30px; }
  .unit-spacing-lg.unit-xl-inverse > [class*='unit-']:last-child, .unit-spacing-lg.unit-xl-inverse.unit-xl-vertical > [class*='unit-']:last-child {
    padding-top: 0; }
  .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:first-child {
    padding-top: 0;
    padding-left: 30px; }
  .unit-spacing-lg.unit-xl-inverse.unit-xl-horizontal > [class*='unit-']:last-child {
    padding-left: 0; } }

.unit-middle .unit-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.stacktable {
  width: 100%;
  text-align: left; }

.st-head-row {
  padding-top: 1em; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.st-val {
  width: 49%;
  padding-left: 1%; }

.stacktable.large-only {
  display: none; }

.stacktable.small-only {
  display: table; }

@media (min-width: 768px) {
  .stacktable.large-only {
    display: table; }
  .stacktable.small-only {
    display: none; } }

.table-transparent {
  table-layout: fixed;
  width: 100%; }
  @media (min-width: 1200px) {
    .table-transparent {
      width: 85%;
      margin-left: auto; } }
  .table-transparent th .h6,
  .table-transparent th h6 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0F70B8;
    font-size: 14px; }
  .table-transparent tr td, .table-transparent tr th {
    padding: 3px 0;
    text-align: center; }
    .table-transparent tr td:first-child, .table-transparent tr th:first-child {
      font-size: 16px;
      letter-spacing: .05em;
      text-align: left;
      color: #fff; }
      @media (min-width: 992px) {
        .table-transparent tr td:first-child, .table-transparent tr th:first-child {
          width: 25%; } }
  .table-transparent tr:first-child th {
    padding-bottom: 30px; }

.table-lined.table > tbody > tr > th + th,
.table-lined.table > tbody > tr > td + td,
.table-lined.table > tfoot > tr > th + th,
.table-lined.table > tfoot > tr > td + td {
  border-left: 1px solid #d9d9d9; }

.section-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.section-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.section-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.section-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.section-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px; }

.section-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.section-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.section-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.section-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.section-145 {
  padding-top: 145px;
  padding-bottom: 145px; }

.section-165 {
  padding-top: 165px;
  padding-bottom: 165px; }

.section-210 {
  padding-top: 210px;
  padding-bottom: 210px; }

@media (min-width: 480px) {
  .section-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-xs-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-xs-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-xs-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-xs-145 {
    padding-top: 145px;
    padding-bottom: 145px; }
  .section-xs-165 {
    padding-top: 165px;
    padding-bottom: 165px; }
  .section-xs-210 {
    padding-top: 210px;
    padding-bottom: 210px; } }

@media (min-width: 768px) {
  .section-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px; }
  .section-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px; }
  .section-sm-210 {
    padding-top: 210px;
    padding-bottom: 210px; } }

@media (min-width: 992px) {
  .section-md-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section-md-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-md-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-md-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-md-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-md-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-md-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-md-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-md-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-md-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section-md-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-md-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-md-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-md-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-md-145 {
    padding-top: 145px;
    padding-bottom: 145px; }
  .section-md-165 {
    padding-top: 165px;
    padding-bottom: 165px; }
  .section-md-210 {
    padding-top: 210px;
    padding-bottom: 210px; } }

@media (min-width: 1200px) {
  .section-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-lg-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px; }
  .section-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px; }
  .section-lg-210 {
    padding-top: 210px;
    padding-bottom: 210px; } }

@media (min-width: 1800px) {
  .section-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .section-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .section-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .section-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px; }
  .section-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .section-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .section-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .section-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .section-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px; }
  .section-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px; }
  .section-xl-210 {
    padding-top: 210px;
    padding-bottom: 210px; } }

.section-top-0 {
  padding-top: 0px; }

.section-top-15 {
  padding-top: 15px; }

.section-top-30 {
  padding-top: 30px; }

.section-top-35 {
  padding-top: 35px; }

.section-top-40 {
  padding-top: 40px; }

.section-top-50 {
  padding-top: 50px; }

.section-top-60 {
  padding-top: 60px; }

.section-top-66 {
  padding-top: 66px; }

.section-top-70 {
  padding-top: 70px; }

.section-top-75 {
  padding-top: 75px; }

.section-top-80 {
  padding-top: 80px; }

.section-top-90 {
  padding-top: 90px; }

.section-top-100 {
  padding-top: 100px; }

.section-top-120 {
  padding-top: 120px; }

.section-top-145 {
  padding-top: 145px; }

.section-top-165 {
  padding-top: 165px; }

.section-top-210 {
  padding-top: 210px; }

@media (min-width: 480px) {
  .section-xs-top-0 {
    padding-top: 0px; }
  .section-xs-top-15 {
    padding-top: 15px; }
  .section-xs-top-30 {
    padding-top: 30px; }
  .section-xs-top-35 {
    padding-top: 35px; }
  .section-xs-top-40 {
    padding-top: 40px; }
  .section-xs-top-50 {
    padding-top: 50px; }
  .section-xs-top-60 {
    padding-top: 60px; }
  .section-xs-top-66 {
    padding-top: 66px; }
  .section-xs-top-70 {
    padding-top: 70px; }
  .section-xs-top-75 {
    padding-top: 75px; }
  .section-xs-top-80 {
    padding-top: 80px; }
  .section-xs-top-90 {
    padding-top: 90px; }
  .section-xs-top-100 {
    padding-top: 100px; }
  .section-xs-top-120 {
    padding-top: 120px; }
  .section-xs-top-145 {
    padding-top: 145px; }
  .section-xs-top-165 {
    padding-top: 165px; }
  .section-xs-top-210 {
    padding-top: 210px; } }

@media (min-width: 768px) {
  .section-sm-top-0 {
    padding-top: 0px; }
  .section-sm-top-15 {
    padding-top: 15px; }
  .section-sm-top-30 {
    padding-top: 30px; }
  .section-sm-top-35 {
    padding-top: 35px; }
  .section-sm-top-40 {
    padding-top: 40px; }
  .section-sm-top-50 {
    padding-top: 50px; }
  .section-sm-top-60 {
    padding-top: 60px; }
  .section-sm-top-66 {
    padding-top: 66px; }
  .section-sm-top-70 {
    padding-top: 70px; }
  .section-sm-top-75 {
    padding-top: 75px; }
  .section-sm-top-80 {
    padding-top: 80px; }
  .section-sm-top-90 {
    padding-top: 90px; }
  .section-sm-top-100 {
    padding-top: 100px; }
  .section-sm-top-120 {
    padding-top: 120px; }
  .section-sm-top-145 {
    padding-top: 145px; }
  .section-sm-top-165 {
    padding-top: 165px; }
  .section-sm-top-210 {
    padding-top: 210px; } }

@media (min-width: 992px) {
  .section-md-top-0 {
    padding-top: 0px; }
  .section-md-top-15 {
    padding-top: 15px; }
  .section-md-top-30 {
    padding-top: 30px; }
  .section-md-top-35 {
    padding-top: 35px; }
  .section-md-top-40 {
    padding-top: 40px; }
  .section-md-top-50 {
    padding-top: 50px; }
  .section-md-top-60 {
    padding-top: 60px; }
  .section-md-top-66 {
    padding-top: 66px; }
  .section-md-top-70 {
    padding-top: 70px; }
  .section-md-top-75 {
    padding-top: 75px; }
  .section-md-top-80 {
    padding-top: 80px; }
  .section-md-top-90 {
    padding-top: 90px; }
  .section-md-top-100 {
    padding-top: 100px; }
  .section-md-top-120 {
    padding-top: 120px; }
  .section-md-top-145 {
    padding-top: 145px; }
  .section-md-top-165 {
    padding-top: 165px; }
  .section-md-top-210 {
    padding-top: 210px; } }

@media (min-width: 1200px) {
  .section-lg-top-0 {
    padding-top: 0px; }
  .section-lg-top-15 {
    padding-top: 15px; }
  .section-lg-top-30 {
    padding-top: 30px; }
  .section-lg-top-35 {
    padding-top: 35px; }
  .section-lg-top-40 {
    padding-top: 40px; }
  .section-lg-top-50 {
    padding-top: 50px; }
  .section-lg-top-60 {
    padding-top: 60px; }
  .section-lg-top-66 {
    padding-top: 66px; }
  .section-lg-top-70 {
    padding-top: 70px; }
  .section-lg-top-75 {
    padding-top: 75px; }
  .section-lg-top-80 {
    padding-top: 80px; }
  .section-lg-top-90 {
    padding-top: 90px; }
  .section-lg-top-100 {
    padding-top: 100px; }
  .section-lg-top-120 {
    padding-top: 120px; }
  .section-lg-top-145 {
    padding-top: 145px; }
  .section-lg-top-165 {
    padding-top: 165px; }
  .section-lg-top-210 {
    padding-top: 210px; } }

@media (min-width: 1800px) {
  .section-xl-top-0 {
    padding-top: 0px; }
  .section-xl-top-15 {
    padding-top: 15px; }
  .section-xl-top-30 {
    padding-top: 30px; }
  .section-xl-top-35 {
    padding-top: 35px; }
  .section-xl-top-40 {
    padding-top: 40px; }
  .section-xl-top-50 {
    padding-top: 50px; }
  .section-xl-top-60 {
    padding-top: 60px; }
  .section-xl-top-66 {
    padding-top: 66px; }
  .section-xl-top-70 {
    padding-top: 70px; }
  .section-xl-top-75 {
    padding-top: 75px; }
  .section-xl-top-80 {
    padding-top: 80px; }
  .section-xl-top-90 {
    padding-top: 90px; }
  .section-xl-top-100 {
    padding-top: 100px; }
  .section-xl-top-120 {
    padding-top: 120px; }
  .section-xl-top-145 {
    padding-top: 145px; }
  .section-xl-top-165 {
    padding-top: 165px; }
  .section-xl-top-210 {
    padding-top: 210px; } }

.section-bottom-0 {
  padding-bottom: 0px; }

.section-bottom-15 {
  padding-bottom: 15px; }

.section-bottom-30 {
  padding-bottom: 30px; }

.section-bottom-35 {
  padding-bottom: 35px; }

.section-bottom-40 {
  padding-bottom: 40px; }

.section-bottom-50 {
  padding-bottom: 50px; }

.section-bottom-60 {
  padding-bottom: 60px; }

.section-bottom-66 {
  padding-bottom: 66px; }

.section-bottom-70 {
  padding-bottom: 70px; }

.section-bottom-75 {
  padding-bottom: 75px; }

.section-bottom-80 {
  padding-bottom: 80px; }

.section-bottom-90 {
  padding-bottom: 90px; }

.section-bottom-100 {
  padding-bottom: 100px; }

.section-bottom-120 {
  padding-bottom: 120px; }

.section-bottom-145 {
  padding-bottom: 145px; }

.section-bottom-165 {
  padding-bottom: 165px; }

.section-bottom-210 {
  padding-bottom: 210px; }

@media (min-width: 480px) {
  .section-xs-bottom-0 {
    padding-bottom: 0px; }
  .section-xs-bottom-15 {
    padding-bottom: 15px; }
  .section-xs-bottom-30 {
    padding-bottom: 30px; }
  .section-xs-bottom-35 {
    padding-bottom: 35px; }
  .section-xs-bottom-40 {
    padding-bottom: 40px; }
  .section-xs-bottom-50 {
    padding-bottom: 50px; }
  .section-xs-bottom-60 {
    padding-bottom: 60px; }
  .section-xs-bottom-66 {
    padding-bottom: 66px; }
  .section-xs-bottom-70 {
    padding-bottom: 70px; }
  .section-xs-bottom-75 {
    padding-bottom: 75px; }
  .section-xs-bottom-80 {
    padding-bottom: 80px; }
  .section-xs-bottom-90 {
    padding-bottom: 90px; }
  .section-xs-bottom-100 {
    padding-bottom: 100px; }
  .section-xs-bottom-120 {
    padding-bottom: 120px; }
  .section-xs-bottom-145 {
    padding-bottom: 145px; }
  .section-xs-bottom-165 {
    padding-bottom: 165px; }
  .section-xs-bottom-210 {
    padding-bottom: 210px; } }

@media (min-width: 768px) {
  .section-sm-bottom-0 {
    padding-bottom: 0px; }
  .section-sm-bottom-15 {
    padding-bottom: 15px; }
  .section-sm-bottom-30 {
    padding-bottom: 30px; }
  .section-sm-bottom-35 {
    padding-bottom: 35px; }
  .section-sm-bottom-40 {
    padding-bottom: 40px; }
  .section-sm-bottom-50 {
    padding-bottom: 50px; }
  .section-sm-bottom-60 {
    padding-bottom: 60px; }
  .section-sm-bottom-66 {
    padding-bottom: 66px; }
  .section-sm-bottom-70 {
    padding-bottom: 70px; }
  .section-sm-bottom-75 {
    padding-bottom: 75px; }
  .section-sm-bottom-80 {
    padding-bottom: 80px; }
  .section-sm-bottom-90 {
    padding-bottom: 90px; }
  .section-sm-bottom-100 {
    padding-bottom: 100px; }
  .section-sm-bottom-120 {
    padding-bottom: 120px; }
  .section-sm-bottom-145 {
    padding-bottom: 145px; }
  .section-sm-bottom-165 {
    padding-bottom: 165px; }
  .section-sm-bottom-210 {
    padding-bottom: 210px; } }

@media (min-width: 992px) {
  .section-md-bottom-0 {
    padding-bottom: 0px; }
  .section-md-bottom-15 {
    padding-bottom: 15px; }
  .section-md-bottom-30 {
    padding-bottom: 30px; }
  .section-md-bottom-35 {
    padding-bottom: 35px; }
  .section-md-bottom-40 {
    padding-bottom: 40px; }
  .section-md-bottom-50 {
    padding-bottom: 50px; }
  .section-md-bottom-60 {
    padding-bottom: 60px; }
  .section-md-bottom-66 {
    padding-bottom: 66px; }
  .section-md-bottom-70 {
    padding-bottom: 70px; }
  .section-md-bottom-75 {
    padding-bottom: 75px; }
  .section-md-bottom-80 {
    padding-bottom: 80px; }
  .section-md-bottom-90 {
    padding-bottom: 90px; }
  .section-md-bottom-100 {
    padding-bottom: 100px; }
  .section-md-bottom-120 {
    padding-bottom: 120px; }
  .section-md-bottom-145 {
    padding-bottom: 145px; }
  .section-md-bottom-165 {
    padding-bottom: 165px; }
  .section-md-bottom-210 {
    padding-bottom: 210px; } }

@media (min-width: 1200px) {
  .section-lg-bottom-0 {
    padding-bottom: 0px; }
  .section-lg-bottom-15 {
    padding-bottom: 15px; }
  .section-lg-bottom-30 {
    padding-bottom: 30px; }
  .section-lg-bottom-35 {
    padding-bottom: 35px; }
  .section-lg-bottom-40 {
    padding-bottom: 40px; }
  .section-lg-bottom-50 {
    padding-bottom: 50px; }
  .section-lg-bottom-60 {
    padding-bottom: 60px; }
  .section-lg-bottom-66 {
    padding-bottom: 66px; }
  .section-lg-bottom-70 {
    padding-bottom: 70px; }
  .section-lg-bottom-75 {
    padding-bottom: 75px; }
  .section-lg-bottom-80 {
    padding-bottom: 80px; }
  .section-lg-bottom-90 {
    padding-bottom: 90px; }
  .section-lg-bottom-100 {
    padding-bottom: 100px; }
  .section-lg-bottom-120 {
    padding-bottom: 120px; }
  .section-lg-bottom-145 {
    padding-bottom: 145px; }
  .section-lg-bottom-165 {
    padding-bottom: 165px; }
  .section-lg-bottom-210 {
    padding-bottom: 210px; } }

@media (min-width: 1800px) {
  .section-xl-bottom-0 {
    padding-bottom: 0px; }
  .section-xl-bottom-15 {
    padding-bottom: 15px; }
  .section-xl-bottom-30 {
    padding-bottom: 30px; }
  .section-xl-bottom-35 {
    padding-bottom: 35px; }
  .section-xl-bottom-40 {
    padding-bottom: 40px; }
  .section-xl-bottom-50 {
    padding-bottom: 50px; }
  .section-xl-bottom-60 {
    padding-bottom: 60px; }
  .section-xl-bottom-66 {
    padding-bottom: 66px; }
  .section-xl-bottom-70 {
    padding-bottom: 70px; }
  .section-xl-bottom-75 {
    padding-bottom: 75px; }
  .section-xl-bottom-80 {
    padding-bottom: 80px; }
  .section-xl-bottom-90 {
    padding-bottom: 90px; }
  .section-xl-bottom-100 {
    padding-bottom: 100px; }
  .section-xl-bottom-120 {
    padding-bottom: 120px; }
  .section-xl-bottom-145 {
    padding-bottom: 145px; }
  .section-xl-bottom-165 {
    padding-bottom: 165px; }
  .section-xl-bottom-210 {
    padding-bottom: 210px; } }

@media (min-width: 768px) {
  .section-dividers .cell-sm-3 {
    border-left: 1px solid rgba(166, 166, 166, 0.2); }
    .section-dividers .cell-sm-3:last-child {
      border-right: 1px solid rgba(166, 166, 166, 0.2); } }

@media (min-width: 480px) {
  .section-dividers-white .range + .range {
    border-top: 1px solid #e5e7e9; } }

@media (min-width: 480px) {
  .section-dividers-white [class*='cell-xs'] + [class*='cell-xs'] {
    border-left: 1px solid #e5e7e9; } }

@media (min-width: 992px) {
  section.section-transform + section.section-transform {
    padding-top: 0 !important;
    z-index: auto; }
    section.section-transform + section.section-transform .bg-transform-inner {
      top: -340px; } }

.section-wide-grid p {
  color: #888a8c; }

.section-wide-grid .title {
  margin-bottom: 6px;
  font-size: 14px;
  color: #212121; }
  @media (min-width: 768px) {
    .section-wide-grid .title {
      font-size: 700px;
      font-size: 18px; } }

@media (min-width: 1200px) {
  .section-wide-grid .title {
    margin-bottom: 25px; } }

@media (max-width: 1200px) {
  .section-wide-grid [class*="col-"] p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; } }

.section-wide-grid .row {
  border-bottom: 1px solid #f5f5f5; }

.section-wide-grid .row [class*="col-"] {
  padding: 15px 10px; }

@media (min-width: 1200px) {
  .section-wide-grid .row [class*="col-"] {
    padding: 3% 4.3% 3.7% 5.2%; }
  .section-wide-grid .row [class*="col-"]:first-child {
    padding: 3% 4.3% 3.7% 2.2%; }
  .section-wide-grid .row .col-xs-2 {
    padding: 3% 3.3% 3.7% 5.2%; } }

.section-wide-grid .row [class*="col-"] + [class*="col-"] {
  border-left: 1px solid #f5f5f5; }

.section-wide-grid .row:first-child {
  border-top: 1px solid #f5f5f5; }

.section-grid-demonstration p {
  color: #888a8c; }

.section-grid-demonstration .title {
  margin-bottom: 10px;
  color: #34495e; }

@media (min-width: 1200px) {
  .section-grid-demonstration .title {
    margin-bottom: 25px; } }

.section-grid-demonstration .row {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px;
  padding-bottom: 30px; }

@media (min-width: 992px) {
  .section-grid-demonstration .row {
    margin-bottom: 46px;
    padding-bottom: 57px; } }

.section-grid-demonstration .row:last-child {
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .section-grid-demonstration [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .section-grid-demonstration [class*="col-"] p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; } }

html .group {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px; }
  html .group > *, html .group > *:first-child {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px; }

html .group-xs {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px; }
  html .group-xs > *, html .group-xs > *:first-child {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px; }

html .group-sm {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px; }
  html .group-sm > *, html .group-sm > *:first-child {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px; }

html .group-md {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px; }
  html .group-md > *, html .group-md > *:first-child {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px; }

html .group-lg {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -20px; }
  html .group-lg > *, html .group-lg > *:first-child {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px; }

html .group-xl {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: -30px; }
  html .group-xl > *, html .group-xl > *:first-child {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px; }

html .group-top > *, html .group-top > *:first-child {
  vertical-align: top; }

html .group-middle > *, html .group-middle > *:first-child {
  vertical-align: middle; }

html .group-bottom > *, html .group-bottom > *:first-child {
  vertical-align: bottom; }

html .group-inline > * {
  display: inline; }
  html .group-inline > *:not(:last-child) {
    margin-right: .25em; }

html .group-xl-responsive {
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
  margin-bottom: -18px;
  margin-left: -18px; }
  html .group-xl-responsive > *, html .group-xl-responsive > *:first-child {
    display: inline-block;
    margin-top: 18px;
    margin-left: 18px; }
  @media (min-width: 768px) {
    html .group-xl-responsive {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      margin-bottom: -30px;
      margin-left: -30px; }
      html .group-xl-responsive > *, html .group-xl-responsive > *:first-child {
        display: inline-block;
        margin-top: 30px;
        margin-left: 30px; } }

.group-flex-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.relative {
  position: relative; }

.static {
  position: static; }

.block-top-level {
  position: relative;
  z-index: 3; }

.height-fill {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .height-fill > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.block-centered {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .responsive-centered {
    margin-left: auto;
    margin-right: auto; } }

.overflow-hidden {
  overflow: hidden; }

.page .white-space-normal {
  white-space: normal; }

* + h1,
* + .h1 {
  margin-top: 10px; }

* + h2,
* + .h2 {
  margin-top: 15px; }

* + h3,
* + .h3 {
  margin-top: 20px; }
  @media (min-width: 768px) {
    * + h3,
    * + .h3 {
      margin-top: 27px; } }
  @media (min-width: 992px) {
    * + h3,
    * + .h3 {
      margin-top: 34px; } }

* + h4,
* + .h4 {
  margin-top: 25px; }

* + h5,
* + .h5 {
  margin-top: 17px; }

* + h6,
* + .h6 {
  margin-top: 15px; }

h1 + *,
.h1 + * {
  margin-top: 26px; }

h2 + *,
.h2 + * {
  margin-top: 15px; }

h3 + *,
.h3 + * {
  margin-top: 30px; }

h4 + *,
.h4 + * {
  margin-top: 25px; }

h5 + *,
.h5 + * {
  margin-top: 14px; }

h6 + *,
.h6 + * {
  margin-top: 20px; }

* + p,
* + .p {
  margin-top: 7px; }

p + p {
  margin-top: 15px; }

h2 + h2 {
  margin-top: 10px; }

* + .nav-border {
  margin-top: 30px; }

* + .big {
  margin-top: 6px; }

* + .text-large {
  margin-top: 10px; }

* + .text-bigger {
  margin-top: 28px; }

* + .btn {
  margin-top: 12px; }

* + .link {
  margin-top: 18px; }

* + .contact-info {
  margin-top: 16px; }

* + .list-inline {
  margin-top: 32px; }

* + .list-terms {
  margin-top: 42px; }
  @media (min-width: 1200px) {
    * + .list-terms {
      margin-top: 62px; } }

* + .list-marked,
* + .list-ordered {
  margin-top: 22px; }

* + .link-wrap {
  margin-top: 8px; }

* + .link-iconed {
  margin-top: 2px; }

.contact-info {
  color: #00030a;
  vertical-align: baseline; }
  .contact-info a {
    display: inline-block; }
  .contact-info dl dt, .contact-info dl dd {
    display: inline-block; }
  .contact-info dl dt:after {
    content: ':';
    display: inline-block;
    text-align: center; }
  .contact-info .dl-inline dt {
    padding-right: 0; }

.grid-system p {
  color: #00030a; }

@media (max-width: 1199px) {
  .grid-system p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.object-inline,
.object-inline-baseline {
  white-space: nowrap; }
  .object-inline > * + *,
  .object-inline-baseline > * + * {
    margin-top: 0;
    margin-left: 5px; }

.object-inline {
  vertical-align: middle; 
  font-size: 13px}
  .object-inline > * {
    display: inline-block;
    vertical-align: middle; }

.object-inline-baseline {
  vertical-align: baseline; }
  .object-inline-baseline > * {
    display: inline-block;
    vertical-align: baseline; }

.row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .row-no-gutter [class*='col'] {
    padding: 0; }

.cell-md-divider {
  position: relative; }
  .cell-md-divider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 1px;
    background-color: #444e4f; }
    @media (min-width: 1200px) {
      .cell-md-divider:before {
        left: -10px; } }
    @media (min-width: 992px) {
      .cell-md-divider:before {
        content: ''; } }

.text-width-1 {
  max-width: 400px; }
  @media (min-width: 992px) {
    .text-width-1 {
      max-width: 310px; } }

.min-width-1 {
  min-width: 100%; }
  @media (min-width: 480px) {
    .min-width-1 {
      min-width: 270px; } }

.img-shadow {
  -webkit-box-shadow: -3px 2px 4px 0px rgba(21, 21, 21, 0.58);
  box-shadow: -3px 2px 4px 0px rgba(21, 21, 21, 0.58); }
  @media (min-width: 768px) {
    .img-shadow {
      -webkit-box-shadow: -5px 4px 8px 0px rgba(21, 21, 21, 0.58);
      box-shadow: -5px 4px 8px 0px rgba(21, 21, 21, 0.58); } }

/*
*
* Breadcrumbs
* --------------------------------------------------
*/
.breadcrumb-custom {
  margin-top: 10px;
  list-style: none;
  font-size: 16px; }
  @media (min-width: 768px) {
    .breadcrumb-custom {
      margin-top: 26px;
      font-size: 18px; } }
  .breadcrumb-custom > li {
    display: inline-block;
    color: #fff; }
    .breadcrumb-custom > li > a {
      color: #fff; }
      .breadcrumb-custom > li > a:hover {
        color: #fff;
        text-decoration: underline; }
    .breadcrumb-custom > li + li:before {
      padding: 0 12px 0 10px;
      font-family: "Material Design Icons";
      content: "\f14f";
      color: rgba(255, 255, 255, 0.5); }

.pagination-custom {
  position: relative;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  margin-bottom: -8px; }
  .pagination-custom > * {
    margin-top: 8px; }
  .pagination-custom > *:not(:last-child) {
    margin-right: 8px; }
  .pagination-custom li {
    display: inline-block;
    line-height: 1; }
    @media (max-width: 991px) {
      .pagination-custom li:first-child, .pagination-custom li:last-child {
        display: none; } }
    .pagination-custom li:first-child a, .pagination-custom li:last-child a {
      padding: 10px 30px; }
  .pagination-custom li a {
    display: block;
    width: auto;
    min-width: 50px;
    height: 50px;
    padding: 10px 20px;
    border: 3px solid;
    font: 700 14px/14px "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0.05em; }
    .pagination-custom li a:after {
      content: '';
      height: 108%;
      width: 0;
      display: inline-block;
      vertical-align: middle; }
    .pagination-custom li a, .pagination-custom li a:active, .pagination-custom li a:focus {
      color: #151515;
      background: transparent;
      border-color: #cdcdcd; }
    .pagination-custom li a:hover {
      color: #fff;
      background: #0F70B8;
      border-color: #0F70B8; }
  .pagination-custom li.disabled,
  .pagination-custom li.active {
    pointer-events: none; }
  .pagination-custom li.active a {
    color: #fff;
    background: #0F70B8;
    border-color: #0F70B8; }
  .pagination-custom li.disabled a {
    color: #f9f9f9;
    background: #cdcdcd;
    border-color: #cdcdcd; }

.label-custom {
  padding: .35em .3em .25em;
  font-weight: 400;
  font-size: 70%;
  text-transform: uppercase; }

.mac .label-custom {
  padding-top: .4em; }

.label-custom.label-danger {
  color: #fff;
  background: #fe4a21;
  -webkit-box-shadow: inset 0 8px 12px rgba(21, 21, 21, 0.25);
  box-shadow: inset 0 8px 12px rgba(21, 21, 21, 0.25); }

.label-custom.label-info {
  color: #fff;
  background: #3e9cf6;
  -webkit-box-shadow: inset 0 8px 12px rgba(21, 21, 21, 0.25);
  box-shadow: inset 0 8px 12px rgba(21, 21, 21, 0.25); }

blockquote {
  font: inherit;
  padding: 0;
  margin: 0;
  border: 0; }
  blockquote q:before, blockquote q:after {
    content: none; }
  blockquote cite {
    font-style: normal; }

.quote-default {
  position: relative;
  padding: 23px 0 23px 6px;
  font-size: 14px;
  color: #9b9b9b; }
  .quote-default svg {
    fill: #e9e9e9; }
  .quote-default .quote-open,
  .quote-default .quote-close {
    position: absolute;
    left: 30px; }
  .quote-default .quote-post .small {
    text-transform: uppercase;
    color: #0F70B8;
    letter-spacing: 0.05em; }
    .quote-default .quote-post .small:before {
      content: none; }
  .quote-default .quote-cite {
    margin-top: 12px;
    margin-bottom: 30px; }
    .quote-default .quote-cite cite {
      font-style: normal; }
  .quote-default .quote-open {
    top: 0; }
  .quote-default .quote-close {
    bottom: 0; }

.quote-warpper {
  position: relative;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .quote-warpper .quote-minimal .quote-body {
      width: 74%; } }
  .quote-warpper .quote-minimal .quote-body q {
    color: #9b9b9b; }
  .quote-warpper .quote-minimal .quote-body h5 {
    margin-top: 38px; }
  .quote-warpper .quote-meta .caption {
    color: #0F70B8; }

@media (min-width: 992px) {
  .quote-skew {
    background-color: #fff;
    position: relative;
    margin-left: 130px;
    margin-right: 130px;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 60px; } }

.quote-skew .quote-skew-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  right: -80px;
  overflow: hidden;
  pointer-events: none; }
  .quote-skew .quote-skew-inner:before, .quote-skew .quote-skew-inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 220px;
    background-color: white;
    display: block;
    z-index: -1; }
    @media (min-width: 992px) {
      .quote-skew .quote-skew-inner:before, .quote-skew .quote-skew-inner:after {
        content: ''; } }
  .quote-skew .quote-skew-inner:before {
    left: 0;
    -webkit-transform: translate(10px, -80px) rotate(45deg) skew(26deg, 26deg);
    -ms-transform: translate(10px, -80px) rotate(45deg) skew(26deg, 26deg);
    transform: translate(10px, -80px) rotate(45deg) skew(26deg, 26deg); }
  .quote-skew .quote-skew-inner:after {
    right: 0;
    -webkit-transform: translate(-12px, -80px) rotate(-45deg) skew(-26deg, -26deg);
    -ms-transform: translate(-12px, -80px) rotate(-45deg) skew(-26deg, -26deg);
    transform: translate(-12px, -80px) rotate(-45deg) skew(-26deg, -26deg); }

@media (min-width: 992px) {
  .quote-skew img {
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

.quote-bordered {
  padding-top: 14px; }
  .quote-bordered .quote-body {
    position: relative;
    padding-bottom: 10px; }
  .quote-bordered .quote-body {
    color: #9b9b9b; }
    @media (min-width: 992px) {
      .quote-bordered .quote-body p {
        margin-top: 17px;
        margin-bottom: 2px; } }
  .quote-bordered .quote-open {
    position: absolute;
    top: -10px;
    left: 34px;
    z-index: 2; }
    .quote-bordered .quote-open > svg {
      fill: #0F70B8; }
  .quote-bordered cite {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #151515; }
  .quote-bordered * + .quote-footer {
    margin-top: 9px; }
  .quote-bordered cite + p {
    margin-top: 0; }

.quote-minimal-bordered {
  position: relative;
  padding: 16px 0 26px;
  text-align: center; }
  .quote-minimal-bordered q {
    font: 400 20px "Lato", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #535457; }
    .quote-minimal-bordered q:before, .quote-minimal-bordered q:after {
      content: '"'; }
  .quote-minimal-bordered:before, .quote-minimal-bordered:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 270px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00000000',GradientType=1 ); }
  .quote-minimal-bordered:before {
    top: 0; }
  .quote-minimal-bordered:after {
    bottom: 0; }
  @media (min-width: 768px) {
    .quote-minimal-bordered q {
      font-size: 24px;
      line-height: 1.55; } }
  @media (min-width: 1200px) {
    .quote-minimal-bordered q {
      font-size: 30px; } }

.quote-minimal q {
  font-size: 14px;
  line-height: 1.74;
  letter-spacing: 0.05em;
  color: #151515; }

@media (min-width: 992px) {
  .quote-minimal .quote-body {
    width: 84%;
    margin-left: auto;
    margin-right: auto; } }

.quote-minimal h5 {
  letter-spacing: 0;
  margin-bottom: 20px; }

.quote-minimal cite {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.1;
  color: #151515; }

.quote-minimal .caption {
  font-style: italic;
  letter-spacing: 0.05em; }

.quote-minimal.quote-minimal-inverse q {
  color: #fff; }

.quote-minimal.quote-minimal-inverse cite {
  color: #fff; }

.quote-minimal.quote-minimal-inverse .caption {
  color: #0F70B8; }

.quote-minimal * + .caption {
  margin-top: 0; }

.quote-minimal * + .quote-meta {
  margin-top: 20px; }

.quote-strict q,
.quote-strict cite {
  color: #151515; }

.quote-strict q {
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px; }

.quote-strict cite {
  display: block;
  font: 700 16px/21px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.quote-strict * + cite {
  margin-top: 20px; }

.quote-strict.quote-strict-inverse q,
.quote-strict.quote-strict-inverse cite {
  color: #fff; }

.quote-vertical {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .quote-vertical q {
    font-size: 16px;
    line-height: 1.57895;
    color: rgba(21, 21, 21, 0.5); }
  .quote-vertical cite {
    display: block;
    color: #151515;
    font: 400 14px/18px "Montserrat", Helvetica, Arial, sans-serif; }
  .quote-vertical .quote-open > svg {
    fill: #0F70B8; }
  .quote-vertical .quote-image,
  .quote-vertical .quote-image > img {
    border-radius: 600px; }
  .quote-vertical .quote-image > img {
    width: auto; }
  .quote-vertical * + cite {
    margin-top: 16px; }
  .quote-vertical * + .caption {
    margin-top: 0; }
  .quote-vertical * + .quote-text {
    margin-top: 25px; }
  .quote-vertical * + .quote-meta {
    margin-top: 25px; }
  .quote-vertical.quote-vertical-inverse q,
  .quote-vertical.quote-vertical-inverse .caption {
    color: rgba(255, 255, 255, 0.5); }
  .quote-vertical.quote-vertical-inverse cite {
    color: #fff; }
  .quote-vertical.quote-vertical-inverse .quote-open > svg {
    fill: #fff; }

.quote-review cite {
  font: 700 14px/18px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #151515; }

.quote-review .quote-header {
  position: relative;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px; }
  .quote-review .quote-header > * {
    margin-top: 2px; }
  .quote-review .quote-header > *:not(:last-child) {
    margin-right: 10px; }
  .quote-review .quote-header > * {
    display: inline-block;
    vertical-align: middle; }

.quote-review * + .quote-body {
  margin-top: 10px; }

* + .quote-review {
  margin-top: 35px; }

@media (min-width: 768px) {
  .quote-minimal * + .quote-meta {
    margin-top: 27px; }
  * + .quote-review {
    margin-top: 45px; } }

@media (min-width: 992px) {
  .quote-vertical q {
    font-size: 19px; } }

.quote.quote-carousel-main {
  padding-top: 36px;
  position: relative; }
  .quote.quote-carousel-main svg {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #ededed;
    height: 100%;
    width: 100%; }

.quote.quote-carousel h3 {
  margin-bottom: 26px; }

.quote.quote-carousel q {
  display: inline-block;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 16px; }
  @media (min-width: 768px) {
    .quote.quote-carousel q {
      font-size: 18px;
      padding-left: 10%;
      padding-right: 10%; } }
  @media (min-width: 1200px) {
    .quote.quote-carousel q {
      font-size: 21px; } }

.quote.quote-carousel img {
  transition: .3s ease-in-out;
  box-shadow: 0 0 18px 0 rgba(1, 3, 4, 0.13);
  border-radius: 50%;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .quote.quote-carousel img {
      margin-bottom: 37px; } }

.quote.quote-carousel .sub-cite {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #0F70B8;
  font-style: italic; }

.quote.quote-carousel .divider-wide {
  display: none;
  height: 6px;
  width: 81.39vw;
  margin-left: calc(-40.7vw + 130px);
  background-color: #f7f8f9; }
  @media (min-width: 768px) {
    .quote.quote-carousel .divider-wide {
      display: block; } }
  .quote.quote-carousel .divider-wide + .divider-cut {
    margin-top: -6px; }

.quote.quote-carousel .divider-cut {
  position: relative;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  height: 6px;
  background-color: #0F70B8;
  transition: .3s ease-in-out;
  display: none; }
  @media (min-width: 768px) {
    .quote.quote-carousel .divider-cut {
      display: block; } }

.quote.quote-carousel .cite-caption {
  margin-top: 24px;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .quote.quote-carousel .cite-caption h5 {
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase; }

.quote.quote-carousel:not(.slick-current) .cite-caption {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }

.quote.quote-carousel:not(.slick-current) .divider-cut {
  width: 0; }

.quote.quote-carousel:not(.slick-current) img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: none;
  cursor: pointer; }

.item.quote.quote-carousel:hover > img {
  box-shadow: 0 0 18px 0 rgba(1, 3, 4, 0.13) !important; }

@media (min-width: 768px) {
  .quote-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 1200px) {
  .quote-slide {
    display: block; } }

.quote-slide-img {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.quote-slide .quote-slide-inner {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .quote-slide .quote-slide-inner {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .quote-slide .quote-slide-inner {
      padding-left: 0; } }

.quote-slide-holder {
  position: relative; }
  @media (min-width: 992px) {
    .quote-slide-holder {
      padding-left: 35px; } }

@media (min-width: 1200px) {
  .quote-slide .quote-body {
    padding-right: 125px; } }

.quote-slide .sub-header {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 700;
  color: #0F70B8; }

.quote-slide h4 {
  margin-top: 4px; }
  @media (min-width: 768px) {
    .quote-slide h4 {
      margin-top: 12px; } }

.quote-slide q {
  letter-spacing: 0.05em; }

.quote-slide .unit {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .quote-slide .unit {
      margin-top: 30px; } }

@media (min-width: 1200px) {
  .quote-slide-img {
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); } }

.page .box-text > * {
  display: inline;
  margin: 0 .25em 0 0; }

@media (min-width: 480px) {
  .icon-box-horizontal {
    padding-right: 30px; } }

@media (min-width: 992px) {
  .icon-box-horizontal {
    padding-right: 24px; } }

.icon-box-horizontal .unit-left {
  min-width: 48px; }

.icon-box-horizontal [class*='icon-md'] {
  margin-top: -2px; }

.icon-box-horizontal [class*='icon-lg'] {
  margin-top: -5px; }

.icon-box-horizontal * + p {
  margin-top: 9px; }

@media (min-width: 1200px) {
  .icon-box-vertical {
    padding-left: 30px;
    padding-right: 30px; } }

.icon-box-vertical * + p {
  margin-top: 5px; }
  @media (min-width: 992px) {
    .icon-box-vertical * + p {
      margin-top: 11px; } }

.icon-box-vertical * + .icon-box-header {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .icon-box-vertical * + .icon-box-header {
      margin-top: 20px; } }

.icon-box-vertical p {
  color: #9b9b9b; }

.icon-box-vertical-sm {
  max-width: 330px; }
  @media (max-width: 479px) {
    .icon-box-vertical-sm {
      margin-left: auto;
      margin-right: auto; } }

.icon-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  padding: 35px 30px;
  text-align: center;
  cursor: default;
  background-color: #fff;
  z-index: 1;
  margin-left: auto;
  margin-right: auto; }
  .icon-box .box-top,
  .icon-box .box-body {
    position: relative;
    will-change: transform;
    transition: .33s all ease;
    -webkit-filter: blur(0); }
  .icon-box .box-top {
    top: 0; }
  .icon-box .box-body {
    margin-top: 12px; }
  .icon-box .box-header {
    margin-top: 22px; }
  .icon-box .box-icon {
    min-height: 46px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-box img,
  .icon-box svg {
    transition: .2s;
    stroke-width: 0;
    pointer-events: none; }
  .icon-box.hover:after, .icon-box:hover:after {
    height: 100%; }
  .icon-box.hover svg, .icon-box:hover svg {
    fill: #fff !important;
    stroke: #fff !important; }
  .icon-box.hover img, .icon-box:hover img {
    -webkit-filter: grayscale(100%) brightness(150%);
    filter: grayscale(100%) brightness(150%); }
  .icon-box.hover *, .icon-box:hover * {
    color: #fff; }
  .icon-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transition: .3s ease-in-out;
    background-color: #0F70B8;
    z-index: -1; }

@media (min-width: 768px) {
  .icon-box {
    max-width: 308px;
    padding: 60px 40px 53px;
    margin-left: auto;
    margin-right: auto; } }

html.ie-11 .icon-box,
html.ie-10 .icon-box {
  display: block; }

.list-blocks {
  counter-reset: li; }
  @media (min-width: 768px) {
    .list-blocks {
      text-align: left; } }
  .list-blocks > li {
    display: block; }
  .list-blocks .block-list-counter:before {
    position: relative;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: .05em;
    color: #0F70B8; }
  .list-blocks > li + li {
    margin-top: 50px; }
  @media (min-width: 992px) {
    .list-blocks .block-list-counter:before {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .list-blocks .block-list-counter:before {
      font-size: 36px; } }

.block-image-plate {
  display: block;
  width: 100%; }
  .block-image-plate .block-header {
    margin-bottom: 20px; }
  .block-image-plate .block-inner {
    position: relative;
    padding: 45px 30px; }
    .block-image-plate .block-inner:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background: rgba(21, 21, 21, 0.7); }
    .block-image-plate .block-inner > * {
      position: relative;
      z-index: 2; }
  .block-image-plate * + .block-text {
    margin-top: 18px; }
  .block-image-plate * + .block-body {
    margin-top: 12px; }
  @media (max-width: 767px) {
    .block-image-plate {
      margin-left: -16px;
      margin-right: -15px;
      width: calc(100% + 32px); } }
  @media (min-width: 768px) {
    .block-image-plate .block-inner {
      padding: 60px 12.5% 60px 8.33333%; }
    .block-image-plate .block-body {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .block-image-plate .block-left {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 11.11111%;
      -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
      max-width: 11.11111%;
      max-width: 80px; }
    .block-image-plate .block-body {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .block-image-plate * + .block-text {
      margin-top: 0; } }
  @media (min-width: 992px) {
    .block-image-plate .block-inner {
      padding-right: 16.66667%;
      padding-top: 120px;
      padding-bottom: 115px; } }

.block-vacation {
  position: relative;
  width: 100%;
  padding: 39px 9% 45px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 0 2px 5px 0px rgba(65, 65, 65, 0.12); }
  .block-vacation, .block-vacation:active, .block-vacation:focus, .block-vacation:hover {
    color: #151515; }
  .block-vacation:hover {
    -webkit-box-shadow: -3px 5px 12px 0px rgba(65, 65, 65, 0.16);
    box-shadow: -3px 5px 12px 0px rgba(65, 65, 65, 0.16); }
  .block-vacation * + .block-meta {
    margin-top: 14px; }
  @media (min-width: 1200px) {
    .block-vacation * + .block-meta {
      margin-top: 5px; } }

.block-shadow {
  position: relative;
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 0px 1px 10px 0px rgba(65, 65, 65, 0.12);
  text-align: center; }
  .block-shadow .block-inner {
    padding: 0 40px; }
  .block-shadow * + .block-footer {
    margin-top: 32px; }

@media (min-width: 768px) {
  .block-shadow {
    padding-top: 38px; }
    .block-shadow .block-inner {
      padding: 0 70px; } }

.box-counter {
  text-align: center; }
  .box-counter .box-header {
    text-transform: uppercase; }
  .box-counter * + .box-header {
    margin-top: 10px; }

@media (min-width: 768px) and (max-width: 991px) {
  .box-counter .box-header {
    font-size: 15px; } }

.box-counter {
  color: #fff; }
  @media (min-width: 768px) {
    .box-counter {
      padding-top: 30px;
      padding-bottom: 45px; } }

.box-counter-inverse-lighter .box-header {
  color: rgba(255, 255, 255, 0.35); }

.box-counter-inverse-lighter .counter {
  color: #dedede; }

.box-container-small {
  display: inline-block;
  width: 100%;
  max-width: 280px; }

.box-outline {
  padding: 30px 15px;
  border: 4px solid rgba(255, 255, 255, 0.47);
  border-radius: 8px; }
  @media (min-width: 992px) {
    .box-outline {
      text-align: left;
      padding: 12% 8.8%; } }
  .box-outline h5 {
    margin-top: 20px;
    margin-bottom: 11px; }

.post-single .post-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px; }
  .post-single .post-footer > * {
    margin-top: 10px; }
  .post-single .post-footer > *:not(:last-child) {
    margin-right: 20px; }

.post-single * + .post-header {
  margin-top: 15px; }

.post-single * + .post-meta {
  margin-top: 20px; }

.post-single * + .post-body {
  margin-top: 20px; }

.post-single * + .post-footer {
  margin-top: 30px; }

@media (min-width: 768px) {
  .post-single * + .post-header {
    margin-top: 22px; }
  .post-single * + .post-meta {
    margin-top: 10px; } }

.post-info * + .post-main {
  margin-top: 30px; }

.post-info * + .post-body {
  margin-top: 20px; }

@media (min-width: 768px) {
  .post-info .post-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .post-info .post-left {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding-right: 25px; }
  .post-info .post-body {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .post-info * + .post-body {
    margin-top: 0; } }

.post-minimal {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12); }
  .post-minimal .post-body {
    padding: 20px; }
  .post-minimal * + p {
    margin-top: 8px; }
  .post-minimal * + .post-meta {
    margin-top: 5px; }

@media (max-width: 479px) {
  .post-minimal {
    display: inline-block;
    width: 100%;
    max-width: 300px; } }

@media (min-width: 480px) {
  .post-minimal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .post-minimal .post-left {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      width: 220px; }
    .post-minimal .post-image {
      position: relative;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      overflow: hidden; }
      .post-minimal .post-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-height: 100%;
        min-width: 100%;
        z-index: 1; }
    .post-minimal .post-body {
      padding: 30px 24px 30px 27px;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

@media (min-width: 1200px) {
  .post-minimal .post-body {
    padding: 40px 26px 40px 50px; } }

.post-preview {
  max-width: 320px; }
  .post-preview a {
    display: block; }
  .post-preview .post-image img {
    width: auto; }
  .post-preview .post-header {
    line-height: 1.4;
    color: #151515;
    transition: .33s all ease; }
  .post-preview .list-meta > li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #9f9f9f; }
    .post-preview .list-meta > li:not(:last-child):after {
      content: '/'; }
  .post-preview:hover .post-header {
    color: #0F70B8; }
  .post-preview * + .post-meta {
    margin-bottom: 10px; }
  .post-preview.post-preview-inverse > li {
    color: rgba(255, 255, 255, 0.5); }
  .post-preview.post-preview-inverse .post-header {
    color: #fff; }
  .post-preview.post-preview-inverse:hover .post-header {
    color: #0F70B8; }

.post-block {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  overflow: hidden;
  background: #151515; 
  }
  .post-block .post-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
    will-change: transform;
    transition: .66s all ease; }
    .post-block .post-image img {
      position: absolute;
      width: auto;
      height: auto;
      min-width: 101%;
      min-height: 101%;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .post-block .post-header {
    line-height: 1.2;
    color: #fff; }
    .post-block .post-header a, .post-block .post-header a:active, .post-block .post-header a:focus {
      color: inherit; }
    .post-block .post-header a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .post-block .post-body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px 22px 30px 25px;
    text-align: left; }
  .post-block .post-meta {
    position: relative;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-bottom: -2px;
    color: rgba(255, 255, 255, 0.5); }
    .post-block .post-meta > * {
      margin-top: 2px; }
    .post-block .post-meta > *:not(:last-child) {
      margin-right: 15px; }
    .post-block .post-meta > li {
      display: inline-block; }
      .post-block .post-meta > li a {
        color: rgba(255, 255, 255, 0.5); }
        .post-block .post-meta > li a:hover {
          color: #0F70B8; }
  .post-block:hover {
    color: rgba(255, 255, 255, 0.8); }
    .post-block:hover .post-image {
      -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
      transform: scale(1.09);
      opacity: .2; }
  .post-block * + .post-meta {
    margin-top: 12px; }

@media (min-width: 480px) {
  .post-block .post-body {
    padding: 40px 30px 40px 35px; } }

@media (min-width: 768px) {
  .post-block {
    min-height: 250px; }
    .post-block .post-body {
      padding: 60px 30px 60px 40px; } }

@media (min-width: 1200px) {
  .post-block .post-body {
    padding: 13% 8% 13% 15%; }
  .post-block * + .post-meta {
    margin-top: 5px; } }

.post-modern {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12); }
  .post-modern .post-inset {
    padding: 25px; }
  .post-modern .post-header {
    padding: 25px; }
  .post-modern .post-type {
    position: relative;
    top: 3px;
    font-size: 0;
    line-height: 0; }
  .post-modern .post-list {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0; }
    .post-modern .post-list > * {
      margin-top: 0; }
    .post-modern .post-list > *:not(:last-child) {
      margin-right: 12px; }
    .post-modern .post-list > li {
      display: inline-block; }
  .post-modern .post-body {
    color: #555; }
    .post-modern .post-body > *:only-child {
      padding-top: 0; }
  .post-modern .post-meta a, .post-modern .post-meta a:active, .post-modern .post-meta a:focus {
    color: inherit; }
  .post-modern .post-meta a:hover {
    color: #0F70B8; }
  .post-modern .post-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 22px 16px;
    background: #f7f8f9; }
    .post-modern .post-footer > * {
      padding: 0 7px; }

* + .post-modern {
  margin-top: 30px; }

.post-classic .post-info {
  text-align: center; }
  .post-classic .post-info img {
    width: auto;
    border-radius: 100%; }

.post-classic .post-body p {
  margin-top: 17px;
  color: #9f9f9f; }

.post-classic .post-author {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px; }

.post-classic .post-meta {
  position: relative;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px; }
  .post-classic .post-meta > * {
    margin-top: 2px; }
  .post-classic .post-meta > *:not(:last-child) {
    margin-right: 20px; }

.post-classic .post-footer {
  padding-top: 14px; }

.post-classic * + .post-body {
  margin-top: 24px; }

.post-classic * + .post-footer {
  margin-top: 20px; }

.post-classic * + .post-main {
  margin-top: 20px; }

.post-classic .post-meta > li,
.post-classic-minimal .post-meta > li {
  display: inline-block; }

.post-classic .post-footer,
.post-classic-minimal .post-footer {
  border-top: 1px solid #dedede; }

.post-classic p + p,
.post-classic-minimal p + p {
  margin-top: 0; }

* + .post-classic {
  margin-top: 60px; }

@media (min-width: 768px) {
  .post-classic .owl-controls,
  .post-classic-minimal .owl-controls {
    line-height: 1;
    font-size: 0; }
  .post-classic .post-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .post-classic .post-info {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px; }
  .post-classic .post-body {
    padding-left: 40px; }
  .post-classic .post-footer {
    padding-top: 20px; }
  .post-classic * + .post-body {
    margin-top: 0; }
  .post-classic * + .post-main {
    margin-top: 40px; } }

@media (min-width: 992px) {
  .post-classic .post-main .post-body {
    padding-left: 60px; }
  * + .post-classic {
    margin-top: 85px; } }

.post-classic-minimal time {
  font: 700 18px "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #0F70B8; }

.post-classic-minimal .post-meta {
  position: relative;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px; }
  .post-classic-minimal .post-meta > * {
    margin-top: 2px; }
  .post-classic-minimal .post-meta > *:not(:last-child) {
    margin-right: 25px; }
  .post-classic-minimal .post-meta dl dt,
  .post-classic-minimal .post-meta dl dd {
    display: inline-block;
    vertical-align: baseline; }
  .post-classic-minimal .post-meta dl dt {
    font: 700 14px "Playfair Display", "Times New Roman", Times, serif;
    font-style: italic;
    color: #0F70B8;
    padding-right: 5px; }

.post-classic-minimal .post-media {
  display: inline; }

.post-classic-minimal .post-media,
.post-classic-minimal .post-media > * {
  max-width: 100%; }

.post-classic-minimal .post-footer {
  padding-top: 10px; }

.post-classic-minimal * + .post-header {
  margin-top: 20px; }

.post-classic-minimal * + .post-footer {
  margin-top: 25px; }

.post-classic-minimal * + .post-main {
  margin-top: 15px; }

.post-classic-minimal .post-gallery + .post-header {
  margin-top: 22px; }

* + .post-classic-minimal {
  margin-top: 50px; }

@media (min-width: 768px) {
  .post-classic-minimal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
    .post-classic-minimal > * {
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
    .post-classic-minimal .post-meta {
      position: relative;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
      margin-bottom: -2px; }
      .post-classic-minimal .post-meta > * {
        margin-top: 2px; }
      .post-classic-minimal .post-meta > *:not(:last-child) {
        margin-right: 45px; }
    .post-classic-minimal .post-left {
      min-width: 70px; }
    .post-classic-minimal .post-main {
      margin-top: -5px;
      max-width: calc(100% - 70px);
      padding-left: 30px;
      word-spacing: normal;
      white-space: normal; }
    .post-classic-minimal * + .post-header {
      margin-top: 40px; }
    .post-classic-minimal * + .post-footer {
      margin-top: 30px; }
    .post-classic-minimal * + .post-main {
      margin-top: 0; } }

@media (min-width: 992px) {
  * + .post-classic-minimal {
    margin-top: 80px; } }

.blog-timeline > dt {
  font: 700 18px "Montserrat", Helvetica, Arial, sans-serif;
  color: #2b2c2f;
  letter-spacing: 0.05em; }

.blog-timeline > dd {
  margin-top: 20px; }

@media (min-width: 768px) {
  .blog-timeline {
    word-spacing: 0;
    white-space: nowrap; }
    .blog-timeline > * {
      display: inline-block; }
    .blog-timeline > dt {
      min-width: 65px;
      padding-right: 20px;
      margin-top: -.25em;
      vertical-align: top; }
    .blog-timeline > dd {
      margin-top: 0;
      width: calc(100% - 100px); } }

@media (min-width: 992px) {
  .blog-timeline > dt {
    min-width: 100px;
    padding-right: 30px; } }

.comment figure, .comment figure img {
  border-radius: 50%;
  max-width: 71px; }

.comment time {
  font-size: 14px;
  line-height: 1; }

.comment-time {
  color: #151515; }
  .comment-time .icon {
    color: #0F70B8; }

.comment .user {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515; }

.comment .list-icon-meta {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0; }
  .comment .list-icon-meta > * {
    margin-top: 0; }
  .comment .list-icon-meta > *:not(:last-child) {
    margin-right: 8px; }
  .comment .list-icon-meta > li {
    display: inline-block; }
  .comment .list-icon-meta li {
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }

.comment .comment-body {
  padding: 25px 22px;
  background: #f7f8f9; }

.comment .comment-body-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px; }
  .comment .comment-body-header > * {
    margin-top: 5px; }
  .comment .comment-body-header > *:not(:last-child) {
    margin-right: 5px; }
  @media (min-width: 768px) {
    .comment .comment-body-header {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .comment .comment-body-header > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.comment .comment-meta {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px; }
  .comment .comment-meta > * {
    margin-top: 5px; }
  .comment .comment-meta > *:not(:last-child) {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .comment .comment-meta > * {
      display: inline-block;
      vertical-align: baseline; } }
  .comment .comment-meta .icon {
    color: #0F70B8; }

.comment .comment-body-text {
  margin-top: 10px;
  color: #9f9f9f; }

.comment-minimal .author {
  font: 700 14px/18px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.025em;
  color: #151515; }

.comment-minimal * + .comment-body {
  margin-top: 10px; }

* + .comment-minimal {
  margin-top: 35px; }

.comment-group-reply {
  padding-left: 12%; }

.comment + * {
  margin-top: 21px; }

* + .comment-group {
  margin-top: 30px; }

@media (min-width: 768px) {
  .comment > .unit > .unit-left {
    margin-top: 16px; }
  * + .comment-minimal {
    margin-top: 45px; } }

@media (min-width: 992px) {
  * + .post-comment {
    margin-top: 80px; } }

.page-title {
  text-align: center; }
  .page-title h2 {
    letter-spacing: 0; }
  .page-title .page-title-inner {
    position: relative;
    display: inline-block; }

.page-title-wrap {
  background: #151515;
  background-size: cover; }

.page-loader-variant-1 {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  z-index: 9999999;
  background: #0A2540;
  transition: .3s all ease; }
  .page-loader-variant-1.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  .page-loader-variant-1.ending {
    display: none; }
  .page-loader-variant-1 .page-loader-body {
    margin-top: 40px;
    text-align: center; }

[data-x-mode="design-mode"] .page-loader-variant-1 {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

#spinningSquaresG {
  position: relative;
  width: 150px;
  height: 18px;
  margin: auto; }

.spinningSquaresG {
  position: absolute;
  top: 0;
  background-color: white;
  width: 18px;
  height: 18px;
  animation-name: bounce_spinningSquaresG;
  -o-animation-name: bounce_spinningSquaresG;
  -ms-animation-name: bounce_spinningSquaresG;
  -webkit-animation-name: bounce_spinningSquaresG;
  -moz-animation-name: bounce_spinningSquaresG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3); }

#spinningSquaresG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s; }

#spinningSquaresG_2 {
  left: 19px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s; }

#spinningSquaresG_3 {
  left: 37px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

#spinningSquaresG_4 {
  left: 56px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s; }

#spinningSquaresG_5 {
  left: 75px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s; }

#spinningSquaresG_6 {
  left: 94px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s; }

#spinningSquaresG_7 {
  left: 112px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s; }

#spinningSquaresG_8 {
  left: 131px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s; }

@keyframes bounce_spinningSquaresG {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: white; }
  100% {
    -webkit-transform: scale(0.3) rotate(90deg);
    transform: scale(0.3) rotate(90deg);
    background-color: black; } }

@-o-keyframes bounce_spinningSquaresG {
  0% {
    -o-transform: scale(1);
    background-color: white; }
  100% {
    -o-transform: scale(0.3) rotate(90deg);
    background-color: black; } }

@-webkit-keyframes bounce_spinningSquaresG {
  0% {
    -webkit-transform: scale(1);
    background-color: white; }
  100% {
    -webkit-transform: scale(0.3) rotate(90deg);
    background-color: black; } }

@-moz-keyframes bounce_spinningSquaresG {
  0% {
    -moz-transform: scale(1);
    background-color: white; }
  100% {
    -moz-transform: scale(0.3) rotate(90deg);
    background-color: black; } }

.pricing-table {
  overflow: hidden;
  background: #434d53;
  text-align: center; }
  .pricing-table-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #539aa0; }
  .pricing-table-header {
    position: relative;
    background-color: #0F70B8;
    padding: 14px 10px 29px; }
    .pricing-table-header:after {
      content: '';
      position: absolute;
      left: calc(50% - 11px);
      bottom: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 11px 0 11px;
      border-color: #0F70B8 transparent transparent transparent;
      z-index: 1; }
  .pricing-table-body {
    padding: 30px; }
    @media (min-width: 768px) {
      .pricing-table-body {
        padding: 63px 30px 40px; } }
  .pricing-table-label {
    position: relative;
    padding: 17px 15px;
    text-align: center;
    background: #3b3b3b;
    color: #9b9b9b; }
    .pricing-table-label:after {
      content: '';
      position: absolute;
      left: calc(50% - 11px);
      bottom: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 11px 0 11px;
      border-color: #3b3b3b transparent transparent transparent;
      z-index: 1; }
    .pricing-table-label p {
      font: 700 14px "Montserrat", Helvetica, Arial, sans-serif;
      letter-spacing: .05em;
      text-transform: uppercase; }
  .pricing-table .pricing-list {
    font-size: 16px;
    text-align: left; }
    .pricing-table .pricing-list span {
      display: inline-block;
      margin-right: .25em; }
    .pricing-table .pricing-list li {
      color: #fff; }
    .pricing-table .pricing-list > li + li {
      margin-top: 13px; }
  .pricing-table * + .price-object {
    margin-top: 22px; }
  .pricing-table * + .pricing-list {
    margin-top: 22px; }

.pricing-object {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0;
  line-height: 0;
  color: #fff; }
  .pricing-object > * {
    margin-top: 0; }
  .pricing-object .small {
    position: relative;
    font: 700 10px "Montserrat", Helvetica, Arial, sans-serif;
    color: inherit;
    text-transform: uppercase; }
  .pricing-object .small-middle {
    vertical-align: middle; }
  .pricing-object .small-bottom {
    vertical-align: bottom; }

.pricing-object-sm {
  font-size: 32px;
  line-height: .8; }
  .pricing-object-sm .small {
    font-size: 12px; }
  .pricing-object-sm .small-middle {
    margin-right: 3px; }
  .pricing-object-sm .small-bottom {
    margin-left: 1px;
    vertical-align: bottom; }

.price-irrelevant {
  color: #151515;
  text-decoration: line-through; }

.pricing-object-md {
  font-size: 53px;
  line-height: 1; }
  .pricing-object-md .price {
    line-height: .5; }
  .pricing-object-md .small {
    font-size: 17px;
    font-weight: 400; }
  .pricing-object-md .small-middle {
    font-size: 23px; }
  .pricing-object-md .small-bottom {
    bottom: -.25em; }

.pricing-object-lg,
.pricing-object-xl {
  line-height: .7;
  font-size: 32px; }
  @media (min-width: 768px) {
    .pricing-object-lg,
    .pricing-object-xl {
      font-size: 48px; } }
  .pricing-object-lg .small,
  .pricing-object-xl .small {
    font-size: 10px; }
  .pricing-object-lg .small-top,
  .pricing-object-xl .small-top {
    top: -10px;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: top; }
  .pricing-object-lg .small-bottom,
  .pricing-object-xl .small-bottom {
    bottom: -4px;
    margin-left: 3px;
    vertical-align: bottom; }

.price-current .small {
  position: relative;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.price-current .small-middle {
  vertical-align: middle;
  top: -.3em; }

.price-current .small-bottom {
  top: .3em; }

@media (min-width: 768px) {
  .pricing-object-xl {
    font-size: 54px; }
    .pricing-object-xl .small-middle {
      font-size: 30px; }
    .pricing-object-xl .small-bottom {
      font-size: 25px; } }

@media (min-width: 992px) {
  .pricing-object-xl {
    font-size: 76px; } }

.shop-panel {
  padding: 20px 0;
  background: #dedede; }
  .shop-panel-list {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    vertical-align: middle; }
    .shop-panel-list li {
      position: relative;
      display: inline-block;
      min-width: 44px;
      height: 44px;
      border: 2px solid transparent;
      border-radius: 3px;
      text-align: center;
      vertical-align: middle;
      transition: .33s; }
      .shop-panel-list li:after,
      .shop-panel-list li .icon {
        display: inline-block;
        vertical-align: middle; }
      .shop-panel-list li:after {
        content: '';
        height: 100%;
        width: 0; }
      .shop-panel-list li .icon {
        width: auto; }
        .shop-panel-list li .icon, .shop-panel-list li .icon:active, .shop-panel-list li .icon:focus {
          color: #151515; }
        .shop-panel-list li .icon:hover {
          color: #151515; }
    .shop-panel-list li.active {
      pointer-events: none;
      border-color: #151515; }
      .shop-panel-list li.active .icon {
        color: #151515; }
  .shop-panel-controls {
    vertical-align: baseline;
    color: #00030a; }
    .shop-panel-controls > * {
      display: inline-block;
      vertical-align: baseline; }
    .shop-panel-controls > *:not(:last-child) {
      margin-right: .5em; }
    .shop-panel-controls .select2 {
      position: relative;
      top: -2px; }

.product .product-label {
  padding: 7px 11px;
  min-width: 90px;
  font: 700 12px/16px "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  text-align: center;
  border-radius: 0 0 7px 7px; }

.product .product-rating {
  position: relative;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: -2px; }
  .product .product-rating > * {
    margin-top: 2px; }
  .product .product-rating > *:not(:last-child) {
    margin-right: 5px; }
  .product .product-rating > * {
    display: inline-block;
    vertical-align: middle; }

.product .product-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background: #151515;
  vertical-align: middle; }

.product .product-size {
  font: 700 14px/18px "Montserrat", Helvetica, Arial, sans-serif;
  color: #151515; }

.product * + .product-brand,
.product .product-brand + * {
  margin-top: 0; }

.product-item-default {
  position: relative;
  z-index: 11;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  overflow: hidden;
  text-align: center; }
  .product-item-default .product-slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 5; }
    .product-item-default .product-slider .owl-dots .owl-dot {
      -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
      box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12); }
  .product-item-default .product-label-wrap {
    display: inline-block;
    position: absolute;
    top: 240px;
    z-index: 2;
    width: auto; }
    .product-item-default .product-label-wrap-left {
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      left: 0; }
    .product-item-default .product-label-wrap-right {
      -webkit-transform-origin: 100% 0;
      -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 0; }
  .product-item-default .pricing-wrap {
    vertical-align: baseline; }
    .product-item-default .pricing-wrap > * {
      display: inline-block;
      vertical-align: baseline;
      margin-top: 0; }
    .product-item-default .pricing-wrap > * + * {
      margin-left: 7px; }
    .product-item-default .pricing-wrap > *:last-child {
      margin-right: 20px; }
  .product-item-default .product-control {
    width: 100%;
    min-height: 60px;
    border-radius: 0; }
    .product-item-default .product-control .icon {
      position: relative;
      top: -1px; }
  .product-item-default .product-main {
    padding-left: 15px;
    padding-right: 15px; }
  .product-item-default .product-footer {
    position: relative; }
    .product-item-default .product-footer-front {
      padding: 0 20px 30px; }
  .product-item-default * + .product-main {
    margin-top: 16px; }
  .product-item-default * + .product-footer {
    margin-top: 9px; }

@media (max-width: 767px) {
  .product-item-default {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  .desktop .product-item-default .owl-dots {
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .33s all ease; }
  .desktop .product-item-default .product-footer > * {
    position: relative;
    transition: .33s all ease; }
  .desktop .product-item-default .product-footer-front {
    visibility: visible;
    opacity: 1;
    top: 0;
    z-index: 1; }
  .desktop .product-item-default .product-footer-behind {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  .desktop .product-item-default:hover .owl-dots {
    bottom: 10px;
    opacity: 1;
    visibility: visible; }
  .desktop .product-item-default:hover .product-footer-front {
    top: -10px;
    opacity: 0;
    visibility: hidden; }
  .desktop .product-item-default:hover .product-footer-behind {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.product-item-fullwidth {
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  text-align: center; }
  .product-item-fullwidth .product-slider {
    background: #f9f9f9; }
  .product-item-fullwidth .product-slider-inner {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 19px 9px 19px; }
  .product-item-fullwidth .product-main {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .product-item-fullwidth .product-body {
    padding: 60px 25px 36px; }
  .product-item-fullwidth .product-aside {
    border-style: solid;
    border-color: #f6f7fa;
    border-width: 1px 0 0 0;
    text-align: center; }
  .product-item-fullwidth .product-aside-top {
    padding: 20px; }
  .product-item-fullwidth .product-details {
    min-width: 170px; }
  .product-item-fullwidth .product-label-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .product-item-fullwidth .product-control {
    width: 100%;
    border-radius: 0; }
  .product-item-fullwidth .stepper-wrap {
    vertical-align: middle; }
    .product-item-fullwidth .stepper-wrap > * {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0; }
    .product-item-fullwidth .stepper-wrap > *:first-child {
      margin-right: 5px; }
  .product-item-fullwidth .btn {
    padding-top: 18px;
    padding-bottom: 18px; }
  .product-item-fullwidth * + .product-aside-bottom {
    margin-top: 14px; }
  .product-item-fullwidth * + .product-rating {
    margin-top: 7px; }
  .product-item-fullwidth * + .product-description {
    margin-top: 17px; }
  .product-item-fullwidth * + .product-details {
    margin-top: 23px; }
  .product-item-fullwidth * + .product-control {
    margin-top: 12px; }
  .product-item-fullwidth * + .price-current {
    margin-top: 0; }

* + .product-item-fullwidth {
  margin-top: 30px; }

@media (min-width: 768px) {
  .product-item-fullwidth {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left; }
    .product-item-fullwidth .product-slider,
    .product-item-fullwidth .product-aside {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .product-item-fullwidth .product-slider-inner {
      width: 270px; }
    .product-item-fullwidth .product-main {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .product-item-fullwidth .product-body {
      padding: 70px 40px 45px 35px; }
    .product-item-fullwidth .product-label-wrap {
      left: 35px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .product-item-fullwidth .product-brand {
      line-height: 1.2; }
    .product-item-fullwidth .product-aside {
      position: relative;
      overflow: hidden;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      min-width: 230px; }
      .product-item-fullwidth .product-aside,
      .product-item-fullwidth .product-aside .product-aside-top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .product-item-fullwidth .product-aside > * {
        width: 100%; }
    .product-item-fullwidth .product-aside-top {
      padding: 15px 10px 20px;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .product-item-fullwidth .stepper-wrap > * {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .product-item-fullwidth .stepper-wrap > *:first-child {
      margin-right: 0; }
    .product-item-fullwidth * + .product-aside-bottom {
      margin-top: 0; }
    .product-item-fullwidth * + .product-control {
      margin-top: 34px; } }

@media (min-width: 992px) {
  .product-item-fullwidth .product-main-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .product-item-fullwidth .product-aside {
    min-width: 270px;
    border-width: 0 0 0 1px; }
  .product-item-fullwidth .product-aside-top {
    padding: 20px 10px 40px; }
  .product-item-fullwidth .product-aside-bottom {
    padding-top: 20px;
    border-top: 1px solid #f6f7fa; }
  .product-item-fullwidth .product-control {
    border-radius: 0 0 0 0; }
  .product-item-fullwidth * + .product-control {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .product-item-fullwidth .product-body {
    padding: 85px 70px 67px 62px; }
  .product-item-fullwidth .product-label-wrap {
    left: 62px; } }

.ie-10 .product-single .product-info > li dl,
.ie-11 .product-single .product-info > li dl {
  height: 70px; }

.product-single {
  background: #fff; }
  .product-single .product-slider {
    padding: 0 10px; }
  .product-single .product-info {
    text-align: center; }
    .product-single .product-info > li {
      border-bottom: 1px solid #dedede; }
    .product-single .product-info dl {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-height: 70px;
      padding: 0 15px 0 16px;
      overflow: hidden; }
    .product-single .product-info dt {
      font: 700 16px/24px "Montserrat", Helvetica, Arial, sans-serif;
      color: #151515;
      margin-right: 10px; }
  .product-single .product-panel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product-single .product-panel > * {
      display: inline-block;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0; }
    .product-single .product-panel .pricing-wrap {
      margin-right: 20px; }
    .product-single .product-panel .product-control {
      min-width: 270px; }
  .product-single .pricing-wrap {
    top: -12px;
    position: relative;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-bottom: -2px; }
    .product-single .pricing-wrap > * {
      margin-top: 2px; }
    .product-single .pricing-wrap > *:not(:last-child) {
      margin-right: 15px; }
    .product-single .pricing-wrap > * {
      display: inline-block; }
  .product-single .product-rating .list-rating {
    position: relative;
    top: -1px; }
  .product-single .product-brand {
    line-height: 1; }
  .product-single .product-accordion {
    width: 100%; }
  .product-single * + .product-body {
    margin-top: 36px; }
  .product-single * + .product-footer {
    margin-top: 50px; }
  .product-single * + .product-rating {
    margin-top: 13px; }
  .product-single * + .product-panel {
    margin-top: 30px; }
  .product-single * + .product-accordion {
    margin-top: 25px; }
  .product-single * + .product-tabs {
    margin-top: 25px; }

@media (max-width: 767px) {
  .product-single .product-slider {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; } }

@media (min-width: 480px) {
  .product-single .product-info dl {
    padding: 0 15px 0 32px; } }

@media (min-width: 768px) {
  .product-single .product-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
  .product-single > * {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .product-single .product-slider {
    width: 38%; }
    .product-single .product-slider .owl-dots {
      margin-top: 30px; }
  .product-single .product-body {
    width: 62%;
    padding-left: 30px; }
  .product-single .product-info {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-single .product-tabs .tab-content {
    padding-left: 40px; }
  .product-single * + .product-body {
    margin-top: 0; } }

@media (min-width: 992px) {
  .product-single .product-body {
    padding-left: 80px; }
  .product-single .responsive-tabs-vertical.product-tabs .resp-tabs-container {
    padding-left: 65px; } }

@media (min-width: 1200px) {
  .product-single .product-body {
    padding-left: 130px; }
  .product-single .responsive-tabs-vertical.product-tabs .resp-tabs-container {
    padding-left: 100px; }
  .product-single * + .product-footer {
    margin-top: 70px; } }

.product-cart-item {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12); }
  .product-cart-item .product-image {
    padding: 0 12px;
    background: #f9f9f9;
    font-size: 0;
    line-height: 0; }
    .product-cart-item .product-image img {
      display: inline-block;
      width: auto;
      height: auto; }
  .product-cart-item .product-body {
    padding: 20px 30px; }
  .product-cart-item .product-aside {
    position: relative;
    padding: 20px 66px 20px 35px; }
  .product-cart-item .product-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-cart-item .pricing-object {
    position: relative;
    top: -5px; }
  .product-cart-item .product-control {
    position: absolute;
    right: 21px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

* + .product-cart-item {
  margin-top: 30px; }

@media (min-width: 480px) {
  .product-cart-item .product-main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-cart-item .product-body {
    padding: 20px 20px; }
  .product-cart-item .product-aside {
    padding: 20px 40px 20px 20px; }
  .product-cart-item .product-control {
    right: 15px; } }

@media (max-width: 991px) {
  .product-cart-item .product-group {
    margin-bottom: 20px;
    margin-left: -22px; }
    .product-cart-item .product-group > * {
      margin-top: 20px;
      margin-left: 22px; }
  .product-cart-item .product-image {
    text-align: center; }
  .product-cart-item .product-aside {
    border-top: 1px solid #dedede; } }

@media (min-width: 768px) {
  .product-cart-item .product-group {
    margin-bottom: 20px;
    margin-left: -30px; }
    .product-cart-item .product-group > * {
      margin-top: 20px;
      margin-left: 30px; }
  .product-cart-item .product-aside {
    padding-right: 100px; }
  .product-cart-item .product-control {
    right: 27px; } }

@media (min-width: 992px) {
  .product-cart-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-cart-item .product-main {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

.product-order-item {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12); }
  .product-order-item .product-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f9f9f9;
    font-size: 0;
    line-height: 0; }
    .product-order-item .product-image img {
      display: inline-block;
      width: auto;
      height: auto; }
  .product-order-item .product-body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 30px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -20px;
    margin-bottom: 14px; }
    .product-order-item .product-body > * {
      margin-left: 20px;
      margin-top: 14px; }
  .product-order-item .product-header {
    width: 100%; }
  .product-order-item .pricing-object {
    position: relative;
    top: -6px; }

* + .product-order-item {
  margin-top: 30px; }

@media (min-width: 480px) {
  .product-order-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media (min-width: 768px) {
  .product-order-item {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-order-item .product-header {
      width: auto; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-order-item .product-body {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .product-order-item .product-header {
    width: 100%; } }

@media (min-width: 1200px) {
  .product-order-item .product-body {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-order-item .product-header {
    max-width: 125px; } }

.one-screen-page .page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.one-screen-page .page-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  text-align: center; }
  .one-screen-page .page-inner,
  .one-screen-page .page-inner > * {
    width: 100%; }

.one-screen-page .page-head,
.one-screen-page .page-foot {
  padding: 0;
  background: transparent; }

.one-screen-page .page-head-inner {
  padding: calc(1em + 4vh) 0 calc(1em + 2vh); }

.one-screen-page .page-content {
  padding: calc(1em + 4vh) 0; }

.one-screen-page .page-foot-inner {
  padding: calc(1em + 2vh) 0 calc(1em + 4vh); }

.one-screen-page .page .rights {
  color: #fff; }
  .one-screen-page .page .rights a {
    text-decoration: underline; }
    .one-screen-page .page .rights a, .one-screen-page .page .rights a:active, .one-screen-page .page .rights a:focus {
      color: #fff; }
    .one-screen-page .page .rights a:hover {
      text-decoration: none;
      color: #ababab; }

@media (min-width: 480px) {
  .one-screen-page .page-inner {
    text-align: left; } }

@media (min-width: 1800px) {
  .one-screen-page .page-head-inner {
    padding: 50px 0 10px; }
  .one-screen-page .page-content {
    padding: 30px 0; }
  .one-screen-page .page-foot-inner {
    padding: 50px 0 23px; } }

.ie-10 .one-screen-page,
.ie-11 .one-screen-page {
  overflow-x: hidden;
  overflow-y: auto; }

.inset-left-0 {
  padding-left: 0; }

.inset-left-10 {
  padding-left: 10px; }

.inset-left-15 {
  padding-left: 15px; }

.inset-left-20 {
  padding-left: 20px; }

.inset-left-30 {
  padding-left: 30px; }

.inset-left-40 {
  padding-left: 40px; }

.inset-left-50 {
  padding-left: 50px; }

.inset-left-60 {
  padding-left: 60px; }

.inset-left-70 {
  padding-left: 70px; }

.inset-left-85 {
  padding-left: 85px; }

.inset-left-90 {
  padding-left: 90px; }

.inset-left-100 {
  padding-left: 100px; }

@media (min-width: 480px) {
  .inset-xs-left-0 {
    padding-left: 0; }
  .inset-xs-left-10 {
    padding-left: 10px; }
  .inset-xs-left-15 {
    padding-left: 15px; }
  .inset-xs-left-20 {
    padding-left: 20px; }
  .inset-xs-left-30 {
    padding-left: 30px; }
  .inset-xs-left-40 {
    padding-left: 40px; }
  .inset-xs-left-50 {
    padding-left: 50px; }
  .inset-xs-left-60 {
    padding-left: 60px; }
  .inset-xs-left-70 {
    padding-left: 70px; }
  .inset-xs-left-85 {
    padding-left: 85px; }
  .inset-xs-left-90 {
    padding-left: 90px; }
  .inset-xs-left-100 {
    padding-left: 100px; } }

@media (min-width: 768px) {
  .inset-sm-left-0 {
    padding-left: 0; }
  .inset-sm-left-10 {
    padding-left: 10px; }
  .inset-sm-left-15 {
    padding-left: 15px; }
  .inset-sm-left-20 {
    padding-left: 20px; }
  .inset-sm-left-30 {
    padding-left: 30px; }
  .inset-sm-left-40 {
    padding-left: 40px; }
  .inset-sm-left-50 {
    padding-left: 50px; }
  .inset-sm-left-60 {
    padding-left: 60px; }
  .inset-sm-left-70 {
    padding-left: 70px; }
  .inset-sm-left-85 {
    padding-left: 85px; }
  .inset-sm-left-90 {
    padding-left: 90px; }
  .inset-sm-left-100 {
    padding-left: 100px; } }

@media (min-width: 992px) {
  .inset-md-left-0 {
    padding-left: 0; }
  .inset-md-left-10 {
    padding-left: 10px; }
  .inset-md-left-15 {
    padding-left: 15px; }
  .inset-md-left-20 {
    padding-left: 20px; }
  .inset-md-left-30 {
    padding-left: 30px; }
  .inset-md-left-40 {
    padding-left: 40px; }
  .inset-md-left-50 {
    padding-left: 50px; }
  .inset-md-left-60 {
    padding-left: 60px; }
  .inset-md-left-70 {
    padding-left: 70px; }
  .inset-md-left-85 {
    padding-left: 85px; }
  .inset-md-left-90 {
    padding-left: 90px; }
  .inset-md-left-100 {
    padding-left: 100px; } }

@media (min-width: 1200px) {
  .inset-lg-left-0 {
    padding-left: 0; }
  .inset-lg-left-10 {
    padding-left: 10px; }
  .inset-lg-left-15 {
    padding-left: 15px; }
  .inset-lg-left-20 {
    padding-left: 20px; }
  .inset-lg-left-30 {
    padding-left: 30px; }
  .inset-lg-left-40 {
    padding-left: 40px; }
  .inset-lg-left-50 {
    padding-left: 50px; }
  .inset-lg-left-60 {
    padding-left: 60px; }
  .inset-lg-left-70 {
    padding-left: 70px; }
  .inset-lg-left-85 {
    padding-left: 85px; }
  .inset-lg-left-90 {
    padding-left: 90px; }
  .inset-lg-left-100 {
    padding-left: 100px; } }

@media (min-width: 1800px) {
  .inset-xl-left-0 {
    padding-left: 0; }
  .inset-xl-left-10 {
    padding-left: 10px; }
  .inset-xl-left-15 {
    padding-left: 15px; }
  .inset-xl-left-20 {
    padding-left: 20px; }
  .inset-xl-left-30 {
    padding-left: 30px; }
  .inset-xl-left-40 {
    padding-left: 40px; }
  .inset-xl-left-50 {
    padding-left: 50px; }
  .inset-xl-left-60 {
    padding-left: 60px; }
  .inset-xl-left-70 {
    padding-left: 70px; }
  .inset-xl-left-85 {
    padding-left: 85px; }
  .inset-xl-left-90 {
    padding-left: 90px; }
  .inset-xl-left-100 {
    padding-left: 100px; } }

.inset-right-0 {
  padding-right: 0; }

.inset-right-10 {
  padding-right: 10px; }

.inset-right-15 {
  padding-right: 15px; }

.inset-right-20 {
  padding-right: 20px; }

.inset-right-30 {
  padding-right: 30px; }

.inset-right-40 {
  padding-right: 40px; }

.inset-right-50 {
  padding-right: 50px; }

.inset-right-60 {
  padding-right: 60px; }

.inset-right-70 {
  padding-right: 70px; }

.inset-right-85 {
  padding-right: 85px; }

.inset-right-90 {
  padding-right: 90px; }

.inset-right-100 {
  padding-right: 100px; }

@media (min-width: 480px) {
  .inset-xs-right-0 {
    padding-right: 0; }
  .inset-xs-right-10 {
    padding-right: 10px; }
  .inset-xs-right-15 {
    padding-right: 15px; }
  .inset-xs-right-20 {
    padding-right: 20px; }
  .inset-xs-right-30 {
    padding-right: 30px; }
  .inset-xs-right-40 {
    padding-right: 40px; }
  .inset-xs-right-50 {
    padding-right: 50px; }
  .inset-xs-right-60 {
    padding-right: 60px; }
  .inset-xs-right-70 {
    padding-right: 70px; }
  .inset-xs-right-85 {
    padding-right: 85px; }
  .inset-xs-right-90 {
    padding-right: 90px; }
  .inset-xs-right-100 {
    padding-right: 100px; } }

@media (min-width: 768px) {
  .inset-sm-right-0 {
    padding-right: 0; }
  .inset-sm-right-10 {
    padding-right: 10px; }
  .inset-sm-right-15 {
    padding-right: 15px; }
  .inset-sm-right-20 {
    padding-right: 20px; }
  .inset-sm-right-30 {
    padding-right: 30px; }
  .inset-sm-right-40 {
    padding-right: 40px; }
  .inset-sm-right-50 {
    padding-right: 50px; }
  .inset-sm-right-60 {
    padding-right: 60px; }
  .inset-sm-right-70 {
    padding-right: 70px; }
  .inset-sm-right-85 {
    padding-right: 85px; }
  .inset-sm-right-90 {
    padding-right: 90px; }
  .inset-sm-right-100 {
    padding-right: 100px; } }

@media (min-width: 992px) {
  .inset-md-right-0 {
    padding-right: 0; }
  .inset-md-right-10 {
    padding-right: 10px; }
  .inset-md-right-15 {
    padding-right: 15px; }
  .inset-md-right-20 {
    padding-right: 20px; }
  .inset-md-right-30 {
    padding-right: 30px; }
  .inset-md-right-40 {
    padding-right: 40px; }
  .inset-md-right-50 {
    padding-right: 50px; }
  .inset-md-right-60 {
    padding-right: 60px; }
  .inset-md-right-70 {
    padding-right: 70px; }
  .inset-md-right-85 {
    padding-right: 85px; }
  .inset-md-right-90 {
    padding-right: 90px; }
  .inset-md-right-100 {
    padding-right: 100px; } }

@media (min-width: 1200px) {
  .inset-lg-right-0 {
    padding-right: 0; }
  .inset-lg-right-10 {
    padding-right: 10px; }
  .inset-lg-right-15 {
    padding-right: 15px; }
  .inset-lg-right-20 {
    padding-right: 20px; }
  .inset-lg-right-30 {
    padding-right: 30px; }
  .inset-lg-right-40 {
    padding-right: 40px; }
  .inset-lg-right-50 {
    padding-right: 50px; }
  .inset-lg-right-60 {
    padding-right: 60px; }
  .inset-lg-right-70 {
    padding-right: 70px; }
  .inset-lg-right-85 {
    padding-right: 85px; }
  .inset-lg-right-90 {
    padding-right: 90px; }
  .inset-lg-right-100 {
    padding-right: 100px; } }

@media (min-width: 1800px) {
  .inset-xl-right-0 {
    padding-right: 0; }
  .inset-xl-right-10 {
    padding-right: 10px; }
  .inset-xl-right-15 {
    padding-right: 15px; }
  .inset-xl-right-20 {
    padding-right: 20px; }
  .inset-xl-right-30 {
    padding-right: 30px; }
  .inset-xl-right-40 {
    padding-right: 40px; }
  .inset-xl-right-50 {
    padding-right: 50px; }
  .inset-xl-right-60 {
    padding-right: 60px; }
  .inset-xl-right-70 {
    padding-right: 70px; }
  .inset-xl-right-85 {
    padding-right: 85px; }
  .inset-xl-right-90 {
    padding-right: 90px; }
  .inset-xl-right-100 {
    padding-right: 100px; } }

.page-footer-title + * {
  margin-top: 28px; }

.page-footer-title + p {
  margin-top: 19px; }

* + .rd-mailform-inline {
  margin-top: 22px; }

h2 + .video-cover {
  margin-top: 30px; }
  @media (min-width: 992px) {
    h2 + .video-cover {
      margin-top: 50px; } }

html .page .offset-top-0 {
  margin-top: 0; }

html .page .offset-top-15 {
  margin-top: 15px; }

html .page .offset-top-22 {
  margin-top: 22px; }

html .page .offset-top-30 {
  margin-top: 30px; }

html .page .offset-top-35 {
  margin-top: 35px; }

html .page .offset-top-40 {
  margin-top: 40px; }

html .page .offset-top-45 {
  margin-top: 45px; }

html .page .offset-top-50 {
  margin-top: 50px; }

html .page .offset-top-60 {
  margin-top: 60px; }

html .page .offset-top-75 {
  margin-top: 75px; }

html .page .offset-top-90 {
  margin-top: 90px; }

html .page .offset-top-100 {
  margin-top: 100px; }

html .page .offset-top-120 {
  margin-top: 120px; }

@media (min-width: 480px) {
  html .page .offset-xs-top-0 {
    margin-top: 0; }
  html .page .offset-xs-top-15 {
    margin-top: 15px; }
  html .page .offset-xs-top-22 {
    margin-top: 22px; }
  html .page .offset-xs-top-30 {
    margin-top: 30px; }
  html .page .offset-xs-top-35 {
    margin-top: 35px; }
  html .page .offset-xs-top-40 {
    margin-top: 40px; }
  html .page .offset-xs-top-45 {
    margin-top: 45px; }
  html .page .offset-xs-top-50 {
    margin-top: 50px; }
  html .page .offset-xs-top-60 {
    margin-top: 60px; }
  html .page .offset-xs-top-75 {
    margin-top: 75px; }
  html .page .offset-xs-top-90 {
    margin-top: 90px; }
  html .page .offset-xs-top-100 {
    margin-top: 100px; }
  html .page .offset-xs-top-120 {
    margin-top: 120px; } }

@media (min-width: 768px) {
  html .page .offset-sm-top-0 {
    margin-top: 0; }
  html .page .offset-sm-top-15 {
    margin-top: 15px; }
  html .page .offset-sm-top-22 {
    margin-top: 22px; }
  html .page .offset-sm-top-30 {
    margin-top: 30px; }
  html .page .offset-sm-top-35 {
    margin-top: 35px; }
  html .page .offset-sm-top-40 {
    margin-top: 40px; }
  html .page .offset-sm-top-45 {
    margin-top: 45px; }
  html .page .offset-sm-top-50 {
    margin-top: 50px; }
  html .page .offset-sm-top-60 {
    margin-top: 60px; }
  html .page .offset-sm-top-75 {
    margin-top: 75px; }
  html .page .offset-sm-top-90 {
    margin-top: 90px; }
  html .page .offset-sm-top-100 {
    margin-top: 100px; }
  html .page .offset-sm-top-120 {
    margin-top: 120px; } }

@media (min-width: 992px) {
  html .page .offset-md-top-0 {
    margin-top: 0; }
  html .page .offset-md-top-15 {
    margin-top: 15px; }
  html .page .offset-md-top-22 {
    margin-top: 22px; }
  html .page .offset-md-top-30 {
    margin-top: 30px; }
  html .page .offset-md-top-35 {
    margin-top: 35px; }
  html .page .offset-md-top-40 {
    margin-top: 40px; }
  html .page .offset-md-top-45 {
    margin-top: 45px; }
  html .page .offset-md-top-50 {
    margin-top: 50px; }
  html .page .offset-md-top-60 {
    margin-top: 60px; }
  html .page .offset-md-top-75 {
    margin-top: 75px; }
  html .page .offset-md-top-90 {
    margin-top: 90px; }
  html .page .offset-md-top-100 {
    margin-top: 100px; }
  html .page .offset-md-top-120 {
    margin-top: 120px; } }

@media (min-width: 1200px) {
  html .page .offset-lg-top-0 {
    margin-top: 0; }
  html .page .offset-lg-top-15 {
    margin-top: 15px; }
  html .page .offset-lg-top-22 {
    margin-top: 22px; }
  html .page .offset-lg-top-30 {
    margin-top: 30px; }
  html .page .offset-lg-top-35 {
    margin-top: 35px; }
  html .page .offset-lg-top-40 {
    margin-top: 40px; }
  html .page .offset-lg-top-45 {
    margin-top: 45px; }
  html .page .offset-lg-top-50 {
    margin-top: 50px; }
  html .page .offset-lg-top-60 {
    margin-top: 60px; }
  html .page .offset-lg-top-75 {
    margin-top: 75px; }
  html .page .offset-lg-top-90 {
    margin-top: 90px; }
  html .page .offset-lg-top-100 {
    margin-top: 100px; }
  html .page .offset-lg-top-120 {
    margin-top: 120px; } }

@media (min-width: 1800px) {
  html .page .offset-xl-top-0 {
    margin-top: 0; }
  html .page .offset-xl-top-15 {
    margin-top: 15px; }
  html .page .offset-xl-top-22 {
    margin-top: 22px; }
  html .page .offset-xl-top-30 {
    margin-top: 30px; }
  html .page .offset-xl-top-35 {
    margin-top: 35px; }
  html .page .offset-xl-top-40 {
    margin-top: 40px; }
  html .page .offset-xl-top-45 {
    margin-top: 45px; }
  html .page .offset-xl-top-50 {
    margin-top: 50px; }
  html .page .offset-xl-top-60 {
    margin-top: 60px; }
  html .page .offset-xl-top-75 {
    margin-top: 75px; }
  html .page .offset-xl-top-90 {
    margin-top: 90px; }
  html .page .offset-xl-top-100 {
    margin-top: 100px; }
  html .page .offset-xl-top-120 {
    margin-top: 120px; } }

@media (min-width: 768px) {
  .shift-sm-top-1 {
    margin-top: -18px; } }

@media (min-width: 992px) {
  .shift-sm-top-1 {
    margin-top: -23px; } }

@media (min-width: 992px) {
  .shift-md-top-1 {
    margin-top: -33px; } }

@media (min-width: 1200px) {
  .shift-md-top-1 {
    margin-top: -43px; } }

.panel-offset.panel-group.panel-group-custom .panel + .panel {
  margin-top: 30px; }

.offset-bottom-40 {
	margin-bottom: 40px; 
}
.offset-bottom-60 {
	margin-bottom: 60px; 
}
.offset-bottom-80 {
	margin-bottom: 80px; 
}


.link {
  display: inline-block; }

.link-inline {
  font: inherit;
  line-height: inherit;
  text-decoration: underline; }

.link-underline, .link-underline:active, .link-underline:focus {
  text-decoration: underline; }

.link-underline:hover {
  text-decoration: none; }

.link-circle {
  border-radius: 50%; }
  .link-circle .icon,
  .link-circle .icon:before {
    position: static; }

.link-bold {
  font: 700 16px/22px "Montserrat", Helvetica, Arial, sans-serif; }

.link-group {
  white-space: nowrap; }
  .link-group * {
    vertical-align: middle; }
  .link-group span {
    display: inline-block; }
  .link-group span + *,
  .link-group * + span {
    margin-left: 5px; }
  .link-group.link-group-animated .icon {
    position: relative;
    right: 0;
    transition: .22s; }
  .link-group.link-group-animated:hover .icon {
    right: -5px; }

.link-group-baseline * {
  vertical-align: baseline; }

.link-icon, .link-icon * {
  vertical-align: middle; }

.link-icon .icon {
  margin-right: 5px; }

.link-icon-mod .icon {
  position: relative;
  top: -3px; }

.link-image img {
  width: auto;
  transition: .44s all ease;
  opacity: .5; }

.link-image:hover img {
  opacity: 1; }

.link-image-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 126px; }
  * + .link-image-wrap {
    margin-top: 13px; }

.page .link-primary-inline {
  color: #0F70B8; }
  .page .link-primary-inline:active, .page .link-primary-inline:focus {
    color: #9b9b9b; }
  .page .link-primary-inline:hover {
    color: #62bdc5; }

.page .link-default, .page .link-default:active, .page .link-default:focus {
  color: #151515; }

.page .link-default:hover {
  color: #0F70B8; }

.page .link-primary, .page .link-primary:active, .page .link-primary:focus {
  color: #0F70B8; }

.page .link-primary:hover {
  color: #00030a; }

.page .link-primary-inverse, .page .link-primary-inverse:active, .page .link-primary-inverse:focus {
  color: #0F70B8; }

.page .link-primary-inverse:hover {
  color: #ddd; }

.page .link-primary-inverse-v2, .page .link-primary-inverse-v2:active, .page .link-primary-inverse-v2:focus {
  color: #0F70B8; }

.page .link-primary-inverse-v2:hover {
  color: #fff; }

.page .link-secondary, .page .link-secondary:active, .page .link-secondary:focus {
  color: #00030a; }

.page .link-secondary:hover {
  color: #0F70B8; }

.page .link-tundora, .page .link-tundora:active, .page .link-tundora:focus {
  color: #414141; }

.page .link-tundora:hover {
  color: #0F70B8; }

.page .link-tundora-inverse, .page .link-tundora-inverse:active, .page .link-tundora-inverse:focus {
  color: #414141; }

.page .link-tundora-inverse:hover {
  color: #fff; }

.page .link-secondary, .page .link-secondary:active, .page .link-secondary:focus {
  color: #151515; }

.page .link-secondary:hover {
  color: #0F70B8; }

.page .link-gray-light, .page .link-gray-light:active, .page .link-gray-light:focus {
  color: #dedede; }

.page .link-gray-light:hover {
  color: #151515; }

.page .link-white, .page .link-white:active, .page .link-white:focus {
  color: #fff; }

.page .link-white:hover {
  color: #0F70B8; }

.page .link-white.link-circle {
  height: 91px;
  width: 91px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.33);
  transition: .2s ease-in; }
  .page .link-white.link-circle:hover {
    width: 113px;
    height: 113px;
    line-height: 113px;
    color: #fa6e6e;
    background-color: rgba(255, 255, 255, 0.4); }

.page .link-white-v2, .page .link-white-v2:active, .page .link-white-v2:focus {
  color: #fff; }

.page .link-white-v2:hover {
  color: #ababab; }

.page .link-white-03, .page .link-white-03:active, .page .link-white-03:focus {
  color: rgba(255, 255, 255, 0.3); }

.page .link-white-03:hover {
  color: #0F70B8; }

.page .link-gray-base-v2, .page .link-gray-base-v2:active, .page .link-gray-base-v2:focus {
  color: rgba(21, 21, 21, 0.6); }

.page .link-gray-base-v2:hover {
  color: #151515; }

.page .link-gray-base-v2:hover {
  text-decoration: underline; }

.page .link-gray-dark-filled, .page .link-gray-dark-filled:active, .page .link-gray-dark-filled:focus {
  color: #fff;
  background: #2c2c2c; }

.page .link-gray-dark-filled:hover {
  color: #fff;
  background: #0F70B8; }

.page .link-shop {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  .page .link-shop, .page .link-shop:active, .page .link-shop:focus {
    color: #0F70B8; }
  .page .link-shop:hover {
    color: #00030a; }
  .page .link-shop .icon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

dl {
  margin: 0; }

dt {
  font-weight: inherit; }

.list > li + li {
  margin-top: 12px; }

.list-xl > li + li {
  margin-top: 44px; }

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  vertical-align: baseline; }
  .list-inline > li {
    padding-left: 5px;
    padding-right: 5px; }

.list-inline-reset {
  font-size: 0;
  line-height: 0; }

.list-inline-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .list-inline-0 > li {
    padding-left: 0px;
    padding-right: 0px; }

.list-inline-xs {
  margin-left: -6px;
  margin-right: -6px; }
  .list-inline-xs > li {
    padding-left: 6px;
    padding-right: 6px; }

.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .list-inline-sm > li {
    padding-left: 10px;
    padding-right: 10px; }

.list-inline-md {
  margin-left: -15px;
  margin-right: -15px; }
  .list-inline-md > li {
    padding-left: 15px;
    padding-right: 15px; }

.list-objects-inline {
  margin-bottom: -4px;
  margin-left: -22px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px); }
  .list-objects-inline > *, .list-objects-inline > *:first-child {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 22px; }
  .list-objects-inline > li > * {
    display: inline-block;
    vertical-align: middle; }
  .list-objects-inline > li > * + * {
    margin-left: 5px; }

.list-terms dt + dd {
  margin-top: 10px; }

.list-terms dd + dt {
  margin-top: 31px; }

.list-terms-variant-1 dt {
  font: 700 18px/30px "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;}

.list-terms-variant-1 dd {
  color: #9b9b9b; }

.list-terms-variant-1 dt + dd {
  margin-top: 18px; }

.list-terms-variant-1 dd + dt {
  margin-top: 40px; }

@media (min-width: 1200px) {
  .list-terms-variant-1 dd + dt {
    margin-top: 50px; } }

.dl-inline {
  vertical-align: middle; }
  .dl-inline dt,
  .dl-inline dd {
    display: inline-block;
    vertical-align: middle; }
  .dl-inline dt {
    padding-right: 5px; }
  .dl-inline dt:after {
    content: ':'; }
  .dl-inline .pricing-object-sm {
    position: relative;
    top: -5px; }

.list-terms-inline {
  letter-spacing: .05em; }
  .list-terms-inline dt, .list-terms-inline dd {
    display: inline-block; }
  .list-terms-inline dt {
    color: #151515; }
  .list-terms-inline dd {
    color: #9f9f9f; }
  .list-terms-inline dt:after {
    content: ':'; }

.list-index {
  counter-reset: li; }
  .list-index > li .list-index-counter {
    color: #0F70B8;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .list-index > li .list-index-counter:before {
      content: counter(li, decimal-leading-zero);
      counter-increment: li; }

.list-marked {
  font-size: 16px;
  letter-spacing: 0.05em; }
  @media (min-width: 992px) {
    .list-marked {
      margin-left: 24px; } }
  .list-marked li {
    color: #151515;
    position: relative;
    padding-left: 48px; }
    .list-marked li:before {
      position: absolute;
      top: 1px;
      left: 0;
      content: '\f101';
	  font-family: 'FontAwesome';
      display: inline-block;
      margin-right: 6px;
      font-size: 16px;
      line-height: inherit;
      vertical-align: middle;
      color: #0F70B8; }
    .list-marked li.list-item-disabled {
      color: #6d7475; }
      .list-marked li.list-item-disabled:before {
        color: #6d7475; }
  .list-marked li + li {
    margin-top: 13px; }
  .list-marked-spacing-lg li {
    padding-left: 26px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .list-marked li {
      padding-left: 24px;
      font-size: 13px; }
      .list-marked li:before {
        font-size: 11px; } }

.list-no-padding {
  padding-left: 0;
  margin-left: 0; }
  .list-no-padding li {
    padding-left: 26px; }

.list-marked-variant-2 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px; }
  .list-marked-variant-2 > li > a:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 1px;
    font: 400 18px/24px 'FontAwesome';
    color: #0F70B8;
    transition: .33s all ease; }
  .list-marked-variant-2 > li > a:hover:before {
    left: 4px; }

.list-marked-variant-2 > li + li {
  margin-top: 14px; }

.list-ordered {
  counter-reset: li;
  font-size: 16px;
  letter-spacing: 0.05em; }
  @media (min-width: 992px) {
    .list-ordered {
      margin-left: 40px; } }
  .list-ordered li {
    color: #151515; }
    .list-ordered li:before {
      display: inline-block;
      margin-right: 17px;
      width: 15px;
      content: counter(li, decimal) ".";
      counter-increment: li;
      color: #b7b7b7; }
  .list-ordered li + li {
    margin-top: 13px; }

.list-tags > li {
  display: inline-block;
  font-style: italic; }
  .list-tags > li a, .list-tags > li a:active, .list-tags > li a:focus {
    color: #0F70B8; }
  .list-tags > li a:hover {
    color: #0F70B8; }

.list-tags > li:after {
  content: ',';
  display: inline-block;
  color: #f9f9f9; }

.list-tags > li:last-child:after {
  display: none; }

.list-numbered {
  counter-reset: li; }
  .list-numbered > li {
    position: relative;
    padding-left: 30px; }
    .list-numbered > li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: counter(li, decimal) ".";
      counter-increment: li; }
  .list-numbered > li + li {
    margin-top: 10px; }

.list-icon-pack {
  margin-top: 6px; }
  .list-icon-pack > li {
    margin-top: 25px; }
    .list-icon-pack > li span {
      display: block; }
    .list-icon-pack > li span + span {
      margin-top: 2px;
      margin-left: .25em; }

.list-links > li {
  display: inline-block; }

.list-links > li:after {
  content: ';'; }

.list-links > li:last-child:after {
  display: none; }

.list-hashtags > li {
  display: inline-block; }

.list-hashtags > li > a:before {
  content: '#'; }

.list-marked-bordered {
  color: #151515; }
  .list-marked-bordered li a {
    display: block;
    padding: 10px 7px;
    border-bottom: 1px solid #f9f9f9; }
    .list-marked-bordered li a:before {
      position: relative;
      display: inline-block;
      padding-right: 10px;
      font: 400 18px "FontAwesome";
      line-height: inherit;
      color: #0F70B8;
      content: '\f105'; }
    .list-marked-bordered li a span {
      color: inherit;
      transition: color .33s; }
    .list-marked-bordered li a span:first-child {
      color: #151515; }
    .list-marked-bordered li a:hover, .list-marked-bordered li a:hover span:nth-child(n) {
      color: #0F70B8; }
  .list-marked-bordered li span:not(:last-child) {
    margin-right: .25em; }

.list-bordered-horizontal {
  position: relative;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  margin-bottom: -7px; }
  .list-bordered-horizontal > * {
    margin-top: 7px; }
  .list-bordered-horizontal > *:not(:last-child) {
    margin-right: 35px; }
  @media (min-width: 768px) {
    .list-bordered-horizontal > li {
      display: inline-block; }
    .list-bordered-horizontal > li:not(:last-child) {
      position: relative; }
      .list-bordered-horizontal > li:not(:last-child):after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -20px;
        width: 1px;
        height: 22px;
        background: #dedede; } }

.list-tag-blocks {
  position: relative;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-bottom: -6px; }
  .list-tag-blocks > * {
    margin-top: 6px; }
  .list-tag-blocks > *:not(:last-child) {
    margin-right: 6px; }
  .list-tag-blocks li {
    display: inline-block;
    font-size: 14px; }
    .list-tag-blocks li a {
      display: inline-block;
      padding: 1px 9px;
      border: 2px solid #cccccc; }
      .list-tag-blocks li a, .list-tag-blocks li a:active, .list-tag-blocks li a:focus {
        color: #151515;
        background: #fff; }
      .list-tag-blocks li a:hover {
        color: #fff;
        background: #9b9b9b; }

.list-progress {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #00030a; }
  .list-progress li + li {
    margin-top: 23px; }
  .list-progress p {
    text-transform: uppercase;
    letter-spacing: 0;
    color: #b8b8b6;
    font-weight: 400;
    font-family: 'Lato';
    padding-right: 40px; }

.list-tags-inline > li {
  display: inline; }

.list-tags-inline > li:not(:last-child):after {
  content: ','; }

.list-rating {
  font-size: 0;
  line-height: 0; }
  .list-rating > li {
    display: inline-block; }
  .list-rating .icon {
    color: #ffd400; }

.list-wide-bordered {
  color: #00030a;
  font: 400 14px/22px "Montserrat", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede; }
  .list-wide-bordered dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-weight: 700; }
    .list-wide-bordered dl dt {
      padding-right: 15px; }
    .list-wide-bordered dl dd {
      font-weight: 700;
      font-size: 14px; }
  .list-wide-bordered li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px;
    padding: 10px 20px;
    border-bottom: 1px solid #dedede; }

.list-wide-bordered + .list-wide-bordered {
  border-top: 0; }

@media (min-width: 768px) {
  .list-wide-bordered {
    font-size: 16px; }
    .list-wide-bordered li {
      min-height: 73px;
      padding: 20px 30px; } }

.object-wrap {
  position: relative;
  overflow: hidden; }

.object-wrap-right > .object-wrap-body {
  right: 0; }

.object-wrap-left > .object-wrap-body {
  left: 0; }

@media (min-width: 768px) {
  .object-wrap-sm-right > .object-wrap-body {
    right: 0; }
  .object-wrap-sm-left > .object-wrap-body {
    left: 0; } }

@media (max-width: 767px) {
  .object-wrap-body {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    width: 100%; }
    .object-wrap-body > img {
      position: absolute;
      min-width: 100%;
      max-width: none;
      height: auto;
      max-height: none;
      top: 20%;
      left: 50%;
      -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
      transform: translate(-50%, -20%); } }

@media (min-width: 768px) {
  .object-wrap-body {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    min-width: 1px;
    max-width: none;
    height: 100%;
    min-height: 100%;
    max-height: none;
    margin: 0;
    background: inherit;
    z-index: 0; }
    .object-wrap-body > img {
      position: relative;
      height: auto;
      min-height: 100.5%;
      width: auto;
      min-width: 102%;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .object-wrap-body + * {
      margin-top: 0; } }

@media (min-width: 768px) {
  .sm-width-c6 {
    width: calc(50vw - 750px / 2 + (750px / 12) * 6); } }

@media (min-width: 992px) {
  .md-width-c7d20 {
    width: calc(50vw - 970px / 2 + 20px + (970px / 12) * 7); } }

@media (min-width: 1200px) {
  .md-width-c7d20 {
    width: calc(50vw - 1200px / 2 + 20px + (1200px / 12) * 7); } }

@media (min-width: 992px) {
  .md-width-c5dm20 {
    width: calc(50vw - 970px / 2 - 20px + (970px / 12) * 5); } }

@media (min-width: 1200px) {
  .md-width-c5dm20 {
    width: calc(50vw - 1200px / 2 - 20px + (1200px / 12) * 5); } }

.bg-wrap {
  position: relative; }
  .bg-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: inherit;
    z-index: -1; }

.bg-wrap-sm-left {
  z-index: 1; }
  @media (min-width: 992px) {
    .bg-wrap-sm-left:before {
      width: 100vw;
      right: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

.bg-wrap-sm-right {
  z-index: 1; }
  @media (min-width: 992px) {
    .bg-wrap-sm-right:before {
      width: 100vw;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

@media (min-width: 480px) {
  .wrap-justify {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .wrap-justify > * + * {
      margin-top: 0; } }

@media (min-width: 768px) {
  .wrap-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .wrap-justify {
    padding-right: 30px; } }

.link-wrap {
  line-height: 1; }
  .link-wrap a {
    display: inline;
    line-height: 1; }

[class*='bg-decoration-wrap'] {
  position: relative;
  overflow: hidden; }
  [class*='bg-decoration-wrap'] .bg-decoration-content {
    position: relative;
    z-index: 2; }
  [class*='bg-decoration-wrap'] .bg-decoration-object {
    top: 0;
    bottom: auto; }

.bg-decoration-bottom .bg-decoration-object {
  top: auto;
  bottom: 0; }

@media (min-width: 768px) {
  .bg-decoration-wrap-sm .bg-decoration-object {
    height: 50%;
    position: absolute;
    right: 0;
    left: 0; }
  .bg-decoration-bottom-sm .bg-decoration-object {
    height: 34%; } }

@media (min-width: 1200px) {
  .bg-decoration-object {
    height: 50%;
    position: absolute;
    right: 0;
    left: 0; }
  .bg-decoration-bottom-mod .bg-decoration-object {
    height: 45%; } }

.image-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .image-group img {
    position: relative;
    height: auto !important;
    max-width: none;
    width: 100% !important; }
  .image-group figure {
    position: relative; }
    .image-group figure:nth-child(1) {
      z-index: 3;
      max-width: 194px;
      min-width: 29%; }
      .image-group figure:nth-child(1) img {
        -webkit-transform: translateY(-1.7%);
        -ms-transform: translateY(-1.7%);
        transform: translateY(-1.7%);
        left: -3px; }
    .image-group figure:nth-child(2) {
      z-index: 2;
      max-width: 404px;
      min-width: 60%;
      margin-left: -29.5%; }
      .image-group figure:nth-child(2) img {
        -webkit-transform: translateY(8%);
        -ms-transform: translateY(8%);
        transform: translateY(8%); }
    .image-group figure:nth-child(3) {
      z-index: 1;
      max-width: 546px;
      min-width: 82%;
      margin-left: -42.5%; }
      .image-group figure:nth-child(3) img {
        -webkit-transform: translateY(-1.9%);
        -ms-transform: translateY(-1.9%);
        transform: translateY(-1.9%); }

.image-group-extended {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 768px) {
  .image-wrap-1 {
    padding-right: 15px; } }

@media (min-width: 1200px) {
  .image-wrap-1 {
    padding-right: 0;
    margin-right: -10px; } }

.image-wrap-1 img {
  max-width: 107%; }

@media (min-width: 992px) {
  .image-wrap-2 {
    position: relative;
    right: -14px;
    top: 12px; } }

.image-wrap-3 {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0) scale(1.02);
  transform: translate3d(0, 0, 0) scale(1.02);
  margin-top: -5px;
  margin-left: -53px; }

.divider {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background: #0F70B8; }

h3 + .divider {
    margin-top: 40px;
}

.big {
color: #333;
}

.divider + p {
    margin-top: 10px;
}

@media (min-width: 1600px) {
hr + .big {
    margin-top: 40px;
}
.big, .custom-subtitle {
    font-size: 24px;
}
}

@media (min-width: 1200px) {
.divider + p {
    margin-top: 18px;
}}

@media (min-width: 768px) {
.big, .custom-subtitle {
    font-size: 19px;
}}


.divider-fullwidth {
  height: 1px;
  width: 100%; }

.divider-circle {
  position: relative;
  width: 100%;
  height: 10px; }
  .divider-circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background: #0F70B8; }

.divider-spectrum {
  width: 100%;
  height: 10px;
  background: #54a0d2;
  background: -moz-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  background: -webkit-linear-gradient(left, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  background: linear-gradient(to right, #54a0d2 0%, #5154b1 12%, #511e7d 21%, #671955 37%, #cc2119 53%, #f57713 65%, #f8df68 83%, #5cf1f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a0d2', endColorstr='#5cf1f5',GradientType=1 ); }

.divider-text {
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  color: #9b9b9b; }
  .divider-text span {
    position: relative; }
    .divider-text span:before {
      right: calc(100% + 75px); }
    .divider-text span:after {
      left: calc(100% + 75px); }
    .divider-text span:before, .divider-text span:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      height: 1px;
      width: 100vw;
      background-color: #f5f5f5; }

.divider-md {
  height: 1px;
  width: 119px; }

* + .divider-circle {
  margin-top: 32px; }

@media (min-width: 768px) {
  * + .divider-circle {
    margin-top: 40px; } }

.tabs-custom .nav-tabs {
  word-spacing: 0;
  border: 0; }
  .tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
    display: none; }
  .tabs-custom .nav-tabs li {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease; }
  .tabs-custom .nav-tabs li.active {
    cursor: default; }
    .tabs-custom .nav-tabs li.active a {
      border: 0; }
  .tabs-custom .nav-tabs a {
    margin: 0;
    border: 0; }

* + .tabs-custom {
  margin-top: 35px; }
  @media (min-width: 992px) {
    * + .tabs-custom {
      margin-top: 50px; } }

.tabs-custom.tabs-corporate .nav-tabs, .tabs-custom.tabs-line .nav-tabs, .tabs-custom.tabs-minimal .nav-tabs {
  font-size: 0;
  line-height: 0; }

@media (min-width: 768px) {
  .tabs-custom.tabs-corporate .nav-tabs li {
    margin: 0 4px; } }

.tabs-custom.tabs-corporate .nav-tabs li a {
  padding: 8px 10px;
  font: 400 11px/18px "Montserrat", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  background: transparent;
  border: 2px solid #e5e7e9;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.tabs-custom.tabs-corporate .nav-tabs li a:hover,
.tabs-custom.tabs-corporate .nav-tabs li.active a {
  color: #fff;
  background: #0F70B8;
  border-color: #0F70B8; }

.tabs-custom.tabs-corporate .tab-content {
  padding: 22px 0 0; }

.tabs-custom.tabs-line .nav-tabs li, .tabs-custom.tabs-minimal .nav-tabs li {
  margin: 0; }

.tabs-custom.tabs-line .nav-tabs li + li, .tabs-custom.tabs-minimal .nav-tabs li + li {
  margin-top: -1px; }

.tabs-custom.tabs-line .tab-content, .tabs-custom.tabs-minimal .tab-content {
  padding: 22px 0 0; }

.tabs-custom.tabs-line .nav-tabs li a {
  font: 400 11px/16px "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: #9b9b9b; }

.tabs-custom.tabs-line .nav-tabs li a:hover,
.tabs-custom.tabs-line .nav-tabs li.active a {
  color: #0F70B8; }

.tabs-custom.tabs-minimal .nav-tabs li a {
  font: 700 11px/24px "Montserrat", Helvetica, Arial, sans-serif;
  color: #151515; }

.tabs-custom.tabs-minimal .nav-tabs li a:hover,
.tabs-custom.tabs-minimal .nav-tabs li.active a {
  color: #0F70B8; }

.tabs-custom.tabs-line .nav-tabs {
  text-align: center; }
  .tabs-custom.tabs-line .nav-tabs li {
    display: block;
    margin: 0 -1px; }
  .tabs-custom.tabs-line .nav-tabs li a {
    padding: 8px 15px;
    border: 1px solid #e5e7e9; }
    .tabs-custom.tabs-line .nav-tabs li a:last-child {
      margin-right: 0;
      border-bottom-width: 1px; }
  .tabs-custom.tabs-line .nav-tabs li a:hover,
  .tabs-custom.tabs-line .nav-tabs li.active a {
    color: #fff;
    background: #0F70B8;
    border-color: #0F70B8; }

.tabs-custom.tabs-minimal .nav-tabs {
  text-align: center; }
  .tabs-custom.tabs-minimal .nav-tabs li {
    display: block; }
  .tabs-custom.tabs-minimal .nav-tabs li a {
    padding: 7px 15px;
    border: 1px solid #e5e7e9; }
    .tabs-custom.tabs-minimal .nav-tabs li a:last-child {
      border-bottom-width: 1px; }
  .tabs-custom.tabs-minimal .nav-tabs li a:hover,
  .tabs-custom.tabs-minimal .nav-tabs li.active a {
    color: #fff;
    background: #0F70B8;
    border-color: #0F70B8; }

@media (min-width: 768px) {
  .tabs-custom.tabs-line li, .tabs-custom.tabs-minimal li {
    margin: 0; }
  .tabs-custom.tabs-line .nav-tabs li a {
    font-size: 14px;
    line-height: 24px; }
  .tabs-custom.tabs-minimal .nav-tabs li a {
    font-size: 14px;
    line-height: 24px; }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs, .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left; }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a, .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a {
    position: relative;
    z-index: 10;
    display: inline-block;
    border: 0; }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li + li, .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li + li {
    margin-top: 0; }
  .tabs-custom.tabs-horizontal.tabs-line .tab-content, .tabs-custom.tabs-horizontal.tabs-minimal .tab-content {
    padding: 40px 0 0; }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs li, .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs a {
    display: block; }
  .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #e5e7e9; }
    .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a {
      padding: 8px 0 8px 0;
      margin: 0 30px 0 0;
      background: transparent; }
      .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        bottom: -1px;
        border-bottom: 2px solid #0F70B8;
        opacity: 0;
        visibility: hidden;
        transition: .33s all ease; }
    .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li a:hover,
    .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li.active a {
      color: #0F70B8;
      background: transparent; }
    .tabs-custom.tabs-horizontal.tabs-line .nav-tabs li.active a:after {
      right: 0;
      opacity: 1;
      visibility: visible; }
  .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs {
    margin-top: -10px; }
    .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li {
      display: inline-block;
      margin: 10px 35px 0 0; }
    .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a {
      position: relative;
      bottom: -1px;
      z-index: 10;
      display: inline-block;
      padding: 0 0 5px 0; }
      .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        border-bottom: 2px solid #0F70B8;
        opacity: 0;
        visibility: hidden;
        transition: .33s all ease; }
      .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:last-child {
        margin-right: 0; }
    .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li a:hover,
    .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li.active a {
      color: #0F70B8;
      background: transparent; }
    .tabs-custom.tabs-horizontal.tabs-minimal .nav-tabs li.active a:after {
      right: 0;
      opacity: 1;
      visibility: visible; } }

.tabs-vertical .nav-tabs {
  position: relative; }
  .tabs-vertical .nav-tabs > li {
    z-index: 10;
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.tabs-vertical.tabs-corporate .nav-tabs {
  width: 100%; }
  .tabs-vertical.tabs-corporate .nav-tabs li {
    display: block; }
  .tabs-vertical.tabs-corporate .nav-tabs li a {
    position: relative;
    padding: 8px 10px;
    border: none; }
  .tabs-vertical.tabs-corporate .nav-tabs li a:hover,
  .tabs-vertical.tabs-corporate .nav-tabs li.active a {
    border-color: #0F70B8; }

.tabs-vertical.tabs-corporate .tab-content {
  padding: 54px 0 0; }

.tabs-vertical.tabs-minimal .nav-tabs {
  border-right: 1px solid #ddd; }
  .tabs-vertical.tabs-minimal .nav-tabs li a {
    position: relative;
    right: -1px;
    padding: 0 16px 0 0;
    text-align: right;
    border-right: 1px solid transparent;
    background-color: transparent; }
    .tabs-vertical.tabs-minimal .nav-tabs li a:hover, .tabs-vertical.tabs-minimal .nav-tabs li a.resp-tab-active {
      border-right-color: #00030a; }
  .tabs-vertical.tabs-minimal .nav-tabs li + li {
    margin-top: 16px; }

@media (min-width: 768px) {
  .tabs-custom.tabs-corporate .nav-tabs li a {
    font-size: 14px;
    line-height: 26px; }
    .tabs-custom.tabs-corporate .nav-tabs li a:after {
      font-size: 25px; }
  .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs li a {
      display: block;
      padding: 11px 40px 9px; }
  .tabs-custom.tabs-horizontal.tabs-corporate .tab-content {
    padding: 54px 0 0; }
  .tabs-custom.tabs-vertical {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .tabs-custom.tabs-vertical .nav-tabs {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 50%; }
      .tabs-custom.tabs-vertical .nav-tabs li {
        width: 100%; }
      .tabs-custom.tabs-vertical .nav-tabs li a {
        text-align: left; }
      .tabs-custom.tabs-vertical .nav-tabs li a:hover,
      .tabs-custom.tabs-vertical .nav-tabs li.active a {
        border-color: #0F70B8; }
        .tabs-custom.tabs-vertical .nav-tabs li a:hover:after,
        .tabs-custom.tabs-vertical .nav-tabs li.active a:after {
          right: 15px; }
    .tabs-custom.tabs-vertical .tab-content {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs {
      width: auto;
      min-width: 240px;
      border-width: 0 0 1px 0; }
      .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li {
        margin: 2px 0 0 0; }
      .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li a {
        padding: 13px 44px 12px 30px;
        text-align: left; }
      .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li a:hover:after,
      .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs li.active a:after {
        right: 15px;
        top: 50%; }
    .tabs-custom.tabs-vertical.tabs-corporate .tab-content {
      padding: 0 0 0 30px;
      margin-top: -5px; } }

@media (min-width: 992px) {
  .tabs-custom.tabs-vertical.tabs-corporate .nav-tabs {
    min-width: 300px; }
  .tabs-custom.tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 44px; } }

.nav-border {
  display: inline-block; }
  .nav-border li {
    display: inline-block; }
    .nav-border li + li {
      margin-left: 10px; }
      @media (min-width: 768px) {
        .nav-border li + li {
          margin-left: 40px; } }
    .nav-border li img {
      outline: 1px solid transparent;
      outline-offset: 6px;
      transition: .3s;
      width: 80px;
      transition: .3s; }
      @media (min-width: 768px) {
        .nav-border li img {
          width: auto; } }
    .nav-border li.active img {
      outline: 3px solid #0F70B8;
      outline-offset: 3px; }
    .nav-border li:not(.active):hover img {
      opacity: .8; }

.panel-group.panel-group-custom {
  margin-bottom: 0; }
  .panel-group.panel-group-custom .panel-heading + .panel-collapse > .panel-body,
  .panel-group.panel-group-custom .panel-heading + .panel-collapse > .list-group {
    border-top: 0; }

.panel-group.panel-group-corporate .panel + .panel {
  margin-top: 30px; }

.panel-custom {
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .panel-custom a {
    display: block; }
  .panel-custom .panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .panel-custom .panel-body {
    padding: 0;
    border: 0; }

* + .panel-group-custom {
  margin-top: 35px; }
  @media (min-width: 768px) {
    * + .panel-group-custom {
      margin-top: 50px; } }

.panel-light:first-child .panel-title {
  border-top: 1px solid #dedede; }

.panel-light .panel-title {
  border-bottom: 1px solid #dedede; }
  .panel-light .panel-title:nth-child(n + 2) {
    margin-top: -1px; }

.panel-light .panel-title a {
  position: relative;
  padding: 24px 85px 22px 32px;
  font: 700 16px/24px "Montserrat", Helvetica, Arial, sans-serif;
  color: #151515;
  transition: 1.5s all ease; }
  .panel-light .panel-title a .panel-arrow:after {
    opacity: 0;
    visibility: hidden; }
  .panel-light .panel-title a.collapsed .panel-arrow:after {
    opacity: 1;
    visibility: visible; }

.panel-light .panel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  transition: .33s; }
  .panel-light .panel-arrow:before, .panel-light .panel-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0F70B8; }
  .panel-light .panel-arrow:before {
    width: 14px;
    height: 2px;
    right: 0; }
  .panel-light .panel-arrow:after {
    width: 2px;
    height: 14px;
    right: 6px;
    transition: .2s all ease; }

.panel-light .panel-collapse {
  position: relative;
  margin-top: -1px;
  border-bottom: 1px solid #dedede;
  color: #151515; }

.panel-light .panel-body {
  padding: 25px 44px 25px 32px; }

@media (max-width: 767px) {
  .panel-light .panel-title a,
  .panel-light .panel-body {
    padding-left: 15px; } }

.panel-corporate .panel-title a,
.panel-corporate .panel-collapse {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: 0 2px 5px 0px rgba(65, 65, 65, 0.12); }
  .panel-corporate .panel-title a.in,
  .panel-corporate .panel-collapse.in {
    border-top: 1px solid #dedede; }

.panel-corporate .panel-title a {
  position: relative;
  z-index: 1;
  padding: 24px 82px 22px 32px;
  font: 700 18px/24px "Lato", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #151515;
  transition: 1.3s all ease;
  border-radius: 6px 6px 0 0; }
  .panel-corporate .panel-title a .panel-arrow:after {
    opacity: 0;
    visibility: hidden; }
  .panel-corporate .panel-title a.collapsed {
    border-radius: 6px; }
    .panel-corporate .panel-title a.collapsed .panel-arrow {
      border-radius: 0 6px 6px 0; }
      .panel-corporate .panel-title a.collapsed .panel-arrow:after {
        opacity: 1;
        visibility: visible; }

.panel-corporate .panel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  background: #0F70B8;
  border-radius: 0 6px 0 0;
  transition: 1.3s all ease; }
  .panel-corporate .panel-arrow:before, .panel-corporate .panel-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
  .panel-corporate .panel-arrow:before {
    width: 14px;
    height: 2px;
    right: 28px; }
  .panel-corporate .panel-arrow:after {
    width: 2px;
    height: 14px;
    right: 34px; }

.panel-corporate .panel-collapse {
  position: relative;
  z-index: 2;
  color: #444;
  border-radius: 0 0 6px 6px; }

.panel-corporate .panel-body {
  padding: 25px 44px 25px 32px; }

@media (max-width: 767px) {
  .panel-corporate .panel-title a,
  .panel-corporate .panel-body {
    padding-left: 25px; } }

.page .panel-group .panel-white {
  text-align: left;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(68, 73, 83, 0.12); }
  .page .panel-group .panel-white .panel-heading {
    padding: 0; }
  .page .panel-group .panel-white .panel-arrow {
    background-color: #0F70B8;
    width: 70px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .page .panel-group .panel-white .panel-arrow:before, .page .panel-group .panel-white .panel-arrow:after {
      background-color: #fff;
      right: 50%; }
    .page .panel-group .panel-white .panel-arrow:before {
      margin-right: -6px; }
  .page .panel-group .panel-white .panel-collapse {
    border-bottom: none; }
  .page .panel-group .panel-white .panel-title {
    border: none; }
    .page .panel-group .panel-white .panel-title a {
      display: block; }
  .page .panel-group .panel-white + .panel-white {
    margin-top: 30px; }

/**
 * Title: Arrows Flaticon Pack
 * Author: Icons8
 * Source: http://www.flaticon.com/packs/arrows
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "arrows";
  src: url("../fonts/arrows.eot");
  src: url("../fonts/arrows.eot#iefix") format("embedded-opentype"), url("../fonts/arrows.woff") format("woff"), url("../fonts/arrows.ttf") format("truetype"), url("../fonts/arrows.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.arrows-ico,
[class^="arrows-"]:before, [class*=" arrows-"]:before,
[class^="arrows-"]:after, [class*=" arrows-"]:after {
  font-family: "arrows";
  font-size: inherit;
  font-weight: 400;
  font-style: normal; }

.arrows-collapse3:before {
  content: "\e000"; }

.arrows-down44:before {
  content: "\e001"; }

.arrows-down45:before {
  content: "\e002"; }

.arrows-expand22:before {
  content: "\e003"; }

.arrows-left126:before {
  content: "\e004"; }

.arrows-left127:before {
  content: "\e005"; }

.arrows-left128:before {
  content: "\e006"; }

.arrows-left129:before {
  content: "\e007"; }

.arrows-next15:before {
  content: "\e008"; }

.arrows-previous11:before {
  content: "\e009"; }

.arrows-right103:before {
  content: "\e00a"; }

.arrows-right104:before {
  content: "\e00b"; }

.arrows-right105:before {
  content: "\e00c"; }

.arrows-right106:before {
  content: "\e00d"; }

.arrows-right107:before {
  content: "\e00e"; }

.arrows-thin35:before {
  content: "\e00f"; }

.arrows-thin36:before {
  content: "\e010"; }

.arrows-up76:before {
  content: "\e011"; }

.arrows-up77:before {
  content: "\e012"; }

.arrows-up78:before {
  content: "\e013"; }



/*
* Counter
* --------------------------------------------------
*/

.counter-wrap {
  font-size: 18x;
}

.counter-wrap .icon {
  font-size: 32px;
}

.counter-wrap * + p {
  margin-top: 10px;
}

.counter-wrap .icon + * {
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cell-sm-3 .counter-wrap {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .counter-wrap .icon {
    font-size: 42px;
  }
}








/*
*
* Isotope
* --------------------------------------------------
*/
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

[data-isotope-layout] {
  display: block;
  transition: .4s all ease;
  min-height: 160px;
  z-index: 0;
}

[data-isotope-layout]:after {
  content: '';
  position: absolute;
  margin-top: 15px;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  background-image: url("../files/25/2518.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: .4s all ease;
  transform: translate(-50%, -50%);
}

[data-isotope-layout] .row {
  margin-bottom: -30px;
}

[data-isotope-layout] .row > [class*="col-"] {
  margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
  margin-bottom: -10px;
}

[data-isotope-layout] .row-narrow > [class*="col-"] {
  margin-top: 10px;
}

[data-isotope-layout] .row-no-gutter .gallery-item-image {
  width: 100%;
}

[data-isotope-layout] .row-condensed {
  margin-bottom: 0;
}

[data-isotope-layout] .row-condensed > [class*="col-"] {
  margin-top: 0;
}

@media (min-width: 1200px) {
  [data-isotope-layout] [class*="col-lg-3"]:not([class*='col-xxl']):not([class*='col-xl']) {
    width: 24.8%;
  }
}

[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: .1s opacity ease-in;
}

@media (max-width: 479px) {
  [data-isotope-layout] .row [class*="col-"] {
    width: 100%;
  }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}

[data-isotope-layout].isotope-titled-gallery .row {
  margin-bottom: -50px;
}

[data-isotope-layout].isotope-titled-gallery .row > [class*="col-"] {
  margin-top: 50px;
}

[data-isotope-layout].isotope-default {
  top: -20px;
}

[data-isotope-layout].isotope-default .row {
  margin-bottom: -30px;
}

[data-isotope-layout].isotope-default .row > [class*="col-"] {
  margin-top: 30px;
}

@media (min-width: 992px) {
  [data-isotope-layout].isotope-md .row {
    margin-bottom: -60px;
  }
  [data-isotope-layout].isotope-md .row > [class*="col-"] {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  [data-isotope-layout] .col-xl-2 {
    width: 16.5%;
  }
}

[data-x-mode="true"] [data-isotope-layout]::after {
  display: none !important;
}

[data-isotope-layout='masonry'] .gallery-item {
  max-height: 350px;
}

@media (min-width: 768px) {
  [data-isotope-layout='masonry'] .gallery-item {
    max-height: 480px;
  }
}

@media (min-width: 1600px) {
  [data-isotope-layout='masonry'] .gallery-item {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .isotope-xl .row > [class*="col-"] .row {
    margin-bottom: -30px;
  }
  .isotope-xl .row > [class*="col-"] .row > [class*="col-"] {
    margin-top: 35px;
  }
}

@media (min-width: 1600px) {
  .isotope-xl .row > [class*="col-"] .row {
    margin-bottom: -30px;
  }
  .isotope-xl .row > [class*="col-"] .row > [class*="col-"] {
    margin-top: 66px;
  }
}

.isotope-filters {
  position: relative;
  display: inline-block;
}

.isotope-filters-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 10px 0;
  z-index: 10;
  float: left;
  min-width: 130px;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden;
}

.isotope-filters-list > li {
  display: block;
}

.isotope-filters-list > li > a {
  display: block;
  position: relative;
  clear: both;
  color: #1f2323;
  white-space: nowrap;
  line-height: 1.3;
  padding: 7px 12px;
}

.isotope-filters-list > li > a.active, .isotope-filters-list > li > a:hover {
  color: #0F70B8;
  background-color: #f6f6f6;
}

.isotope-filters-list.active {
  display: block;
}

.isotope-filters-toggle.active:focus {
  outline: none;
}

.isotope-filters-title {
  display: none;
}

@media (min-width: 480px) {
  .isotope-filters-list {
    right: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
    position: static;
    display: inline-block;
    float: none;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px solid #f6f6f6;
    overflow: visible;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li {
    display: inline-block;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
    margin-left: 28px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
    margin-left: 55px;
  }
}

@media (min-width: 992px) {
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a {
    display: inline-block;
    padding: 0 5px 13px;
    color: #1f2323;
    font-size: 20px;
    transition: 0.3s all ease-in;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:after, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #0F70B8;
    transition: .4s;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover {
    color: #0F70B8;
    background-color: transparent;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active:after, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover:after, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active:after, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover:after {
    left: 0;
    width: 100%;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
    border-bottom: 0;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > *, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > * {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > li, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > li {
    padding: 0;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 11px 25px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    white-space: pre-wrap;
    transition: initial;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:focus, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:focus {
    color: #1f2323;
    background-color: #fff;
    border-color: #ededed;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:active, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:active, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover {
    color: #fff;
    background-color: #0F70B8;
    border-color: #0F70B8;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a::after, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a::after {
    display: none;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a.active, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a.active {
    color: #fff;
    background: #0F70B8;
    border-color: #0F70B8;
  }
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .block-top-level .big, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
  .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .block-top-level .big {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a, .desktop
  .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  html .page .isotope-filters.isotope-filters-vertical {
    margin-top: 30px;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list {
    margin-bottom: -30px;
    padding: 0;
    border-bottom: none;
    border-right: 1px solid rgba(31, 35, 35, 0.1);
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li {
    display: block;
    margin-top: 0;
    text-align: right;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a {
    padding: 0 25px;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a:after {
    bottom: 50%;
    right: -1px;
    left: auto;
    width: 1px !important;
    height: 0;
    background: #0F70B8;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a.active:after {
    bottom: 0;
    width: 1px;
    height: 100%;
    right: -1px;
    left: auto;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  html .page .isotope-filters.isotope-filters-vertical .isotope-filters-title {
    display: block;
  }
}






.gallery-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  width: 100.1%;
  perspective: 1000px;
}

.gallery-item > * {
  width: 100%;
}

.gallery-item figure {
  width: 100%;
  transition: .55s all ease-in-out;
}

.gallery-item img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  max-width: none;
  min-width: 101.5%;
}

.gallery-item .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  transition: .33s all ease-in-out;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
}

.gallery-item .caption > * {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.gallery-item .caption:before {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 0 100%;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 100px;
  height: 160px;
  background-color: #10aea1;
}

.gallery-item .caption:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  content: '\f504';
  font-family: "Material Design Icons";
  font-size: 36px;
  color: #fff;
}

.gallery-item .caption-title,
.gallery-item .caption-text {
  color: #fff;
}

.gallery-item .caption-title {
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.gallery-item .caption-text {
  max-width: 100%;
  margin-top: 25px;
  padding: 0 15px;
  color: #fff;
  opacity: .6;
}

.titled-gallery-item .caption {
  background: transparent;
}

.titled-gallery-item .caption:before {
  content: none;
}

.titled-gallery-item .caption:after {
  content: none;
}

.titled-gallery-caption {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
  color: #10aea1;
  transition: 550ms ease-in-out;
  font-weight: 400;
}

.title-inside-gallery-text {
  margin-top: 15px;
  color: #ededed;
  transition: .33s all ease-in-out;
}

.title-inside-gallery-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}

.title-inside-gallery-title:hover {
  color: #0F70B8;
}

.title-inside-gallery-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px 15px 25px;
  text-align: left;
  pointer-events: none;
}

.title-inside-gallery-caption > * {
  position: relative;
  pointer-events: auto;
}

.title-inside-gallery-caption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: .33s all ease-in-out;
  pointer-events: none;
  background: rgba(5, 5, 5, 0.8);
}

.gallery-item-fullwidth {
  max-width: 100.1%;
  max-height: 300px;
}

@media (min-width: 992px) {
  .gallery-item-fullwidth {
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .desktop .gallery-item .title-inside-gallery-title {
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
  }
  .desktop .gallery-item .caption {
    transition: .4s all ease;
    opacity: 0;
  }
  .desktop .gallery-item .caption:before {
    transform: rotate(90deg);
    transition: 350ms 250ms transform;
  }
  .desktop .gallery-item .caption:after {
    transition: 350ms 450ms transform, 350ms 450ms opacity;
    transform: translateX(100%);
    opacity: 0;
  }
  .desktop .gallery-item .caption-title,
  .desktop .gallery-item .caption-text {
    transition: 300ms 50ms ease-in-out;
    transform: scale3d(0.7, 0.7, 0);
  }
  .desktop .gallery-item .caption-text {
    max-width: 340px;
  }
  .desktop .gallery-item:hover figure {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .desktop .gallery-item:hover .title-inside-gallery-title {
    opacity: 1;
    visibility: visible;
  }
  .desktop .gallery-item:hover .caption {
    opacity: 1;
  }
  .desktop .gallery-item:hover .caption:before {
    transform: rotate(45deg);
  }
  .desktop .gallery-item:hover .caption:after {
    transform: translateX(0);
    opacity: 1;
  }
  .desktop .gallery-item:hover .caption-title,
  .desktop .gallery-item:hover .caption-text {
    transform: scale3d(1, 1, 1);
  }
  .desktop .titled-gallery-caption {
    font-size: 24px;
  }
  .desktop .titled-gallery-item .caption {
    perspective: 1000px;
    background: rgba(16, 174, 161, 0.6);
  }
  .desktop .titled-gallery-item .caption:after {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    content: '\f504';
    font-family: "Material Design Icons";
    color: #fff;
    z-index: 2;
    font-size: 60px;
    transform: translate3d(-50%, -50%, -100px);
    transition: 550ms ease-in-out;
  }
  .desktop .titled-gallery-item:hover ~ .titled-gallery-caption {
    color: #0F70B8;
  }
  .desktop .titled-gallery-item:hover .caption:after {
    transform: translate3d(-50%, -50%, 0);
  }
  .desktop .title-inside-gallery-text {
    opacity: 0;
    margin-bottom: -66px;
    max-width: 350px;
  }
  .desktop .title-inside-gallery-caption:before {
    opacity: 0;
  }
  .desktop .title-inside-gallery-item:hover .title-inside-gallery-text {
    opacity: 1;
    margin-bottom: 0;
  }
  .desktop .title-inside-gallery-item:hover .title-inside-gallery-caption:before {
    opacity: 1;
  }
}

@media (min-width: 1600px) {
  .title-inside-gallery-caption {
    padding: 35px;
  }
}


/*
 * cookieBar
 */


.cookieButton {
    position: relative;
    border: 1px solid #fff;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    bottom: 7px;
    padding: 8px 20px;
    text-transform: uppercase;
}

@media (min-width:991px) {
    .cookieButton {
        bottom: 35px
    }
}

@media (min-width:996px) {
    .cookieButton {
        bottom: 20px
    }
}

@media (min-width:1487px) {
    .cookieButton {
        bottom: 9px
    }
}

@media (min-width:2887px) {
    .cookieButton {
        bottom: 2px
    }
}

.cookieBar {
    display: none;
    visibility: hidden;
    position: fixed;
    bottom: 0;
    background-color: #111;
    color: #fff;
    padding: 15px 0 10px 0;
    z-index: 1000;
    width: 100%;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.cookieBar a {
    color: #fff;
    text-decoration: underline;
}
.cookieBar a:hover {
    text-decoration: none;
}

@media (min-width:991px) {
    .cookieBar {
        width: 62%;
        margin: 0 19%
    }
}

.cookieBarText {
    text-align: center;
    display: block;
    width: 100%
}

@media (min-width:991px) {
    .cookieBarText {
        text-align: left;
        display: inline-block;
        width: 75%;
        padding-left: 5%
    }
}

.cookieBarButton {
    text-align: center;
    display: block;
    width: 100%
}

@media (min-width:991px) {
    .cookieBarButton {
        display: inline-block;
        width: 20%
    }
}




/*
 * Backoffice
 */



.cell-md-8 .image-left, .cell-md-8 .image-right, .cell-md-8 .image-center {
	margin: 0;
	display: block;
	height: auto;
	max-width: 100%;
}

.cell-md-8 .image-left img, .cell-md-8 .image-right img, .cell-md-8 .image-center img {
	max-width: 100%;
	min-width: 100%;	
	height: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
}




.post-item-image {
    position: relative;
    overflow: hidden;
    display: block;
    background: #000;
    max-height: 235px;
}


.post-item-image img {
    opacity: .85;
}

.post-item-image:hover img {
    opacity: 1;
    transition: .3s ease-in-out;
}

.post-header h5 {line-height: 1.3;}

.text-center {
    text-align: center;
}

#newsfeedback {
    margin-top: 20px;
    font-weight: 700;
	font-size: 18px;
}



.news-wrap h1, .agenda-main h1 {
	font-size: 26px;
	font-weight: 1.5;
	margin-bottom: 0;
	color: #151515;
}

.news-wrap h2, .agenda-main h2 {
	font-size: 20px;
	margin: 5px 0 5px 0;
	font-weight: 500;
	color: #0F70B8;
}

.news-wrap .image-left, .news-wrap .image-right, .news-wrap .image-center, .agenda-main .image-left, .agenda-main .image-right, .agenda-main .image-center {
	margin: 25px 0;
	display: block;
	height: auto;
	max-width: 100%;
}

.news-wrap .image-left img, .news-wrap .image-right img, .news-wrap .image-center img, .agenda-main .image-left img, .agenda-main .image-right img, .agenda-main .image-center img {
	max-width: 100%;
	min-width: 100%;	
	height: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.news-wrap .news-body-top, .agenda-main .agenda-body-top {
	margin-bottom: 25px;
}


.news-wrap a, .genericbox a, .agenda-main a {
	color: #0F70B8;
}


.news-wrap a:hover, .genericbox a:hover, .agenda-main a:hover {
	color: #444;
	text-decoration: underline;
}

.news-body-top, .news-body, .agenda-main, .news-4 {
	font-size: 15px;
	color: #333;
}

.pdate:before {
	content: "\f1e6";
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	display: inline-block;
	font: normal normal normal 20px/1 "Material Design Icons";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right: 6px;
	color: #0F70B8;
} 

.pdate small {
	color: #666;
	font-size: 13px;
}

.comment-form {
    display: none;
}


.dow-wrapper {
	display: block;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	margin-top: 25px;
}


.dow-wrapper:hover {
    color: #151515;
    border-color: #008080;
    background-color: #f2f3f8;
}

.dow-wrapper, .dow-wrapper:focus, .dow-wrapper:active {
    color: #151515;
    background-color: #f2f3f8;
    border-color: #008080;
}

.dow-wrapper h2 {
    color: #151515;
    margin-bottom: 5px;
    font-family: "Montserrat", Monaco, Consolas, "Courier New", monospace;
    font-weight: 700;
}

.dow-wrapper:hover h2 {
    color: #fff;
}

.dow-wrapper:focus, .dow-wrapper:active  {
	position: relative;
	z-index: 0;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.dow-wrapper {
	position: relative;
    width: auto;
    max-width: 100%;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0;
    transition: .33s all ease;
    border: 3px solid #f2f3f8;
    letter-spacing: .1em;
    white-space: normal;
    cursor: pointer;
    
}

.dow-wrapper a {
	position: absolute;
	top: 16px;
	left: 98px;
	width: 100%;
	height: 100%;
}

.dow-wrapper small {
	position: absolute;
	top: 43px;
	left: 98px;
}

.dow-wrapper h2::before {
    font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: inherit;
}


.dow-wrapper:hover {
    background: url("/files/21/2191.png") no-repeat scroll left center #008080;
}

.dow-wrapper {
    background: url("/files/21/2192.png") no-repeat scroll left center #f2f3f8;
}


.news-wrap ul, .genericbox ul {
  list-style: none;
  padding: 0;
}

.news-wrap li, .genericbox li {
  padding: 0.8em 0 0 1.4em;
  line-height: 1.5;
}


.news-wrap li:last-child, .genericbox li:last-child {
  padding-bottom: 2em;
}

.news-wrap li:before, .genericbox li:before{
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 18px;
  color: #0F70B8;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.5em;
}


.comment-form {display: none;}


#news-archive .unit-left {
	display: block; 
	overflow: hidden;
	max-height: 70px;
	max-width: 70px;
}

#news-archive .post-image img {
    width: 90px;
    height: auto;
}







.box-inline a {
    color: #1f2323;
    margin-left: 12px;
}



.divider-thin + .box-inline {
    margin-top: 15px;
}

* + .box-inline {
    margin-top: 25px;
}

.box-inline {
    margin-left: -7px;
    display: table;
    text-align: left;
}

.box-inline > * {
    display: table-cell;
    vertical-align: top;
    padding: 0 6px;
}





.column-aside .range > * {
    margin-top: 35px;
    pointer-events: auto;
    font-size: 17px;
    color: #333;
    line-height: 1.4;
}

.column-aside .range > .cell-md-12:first-child {
    margin-top: 10px;
}


.divider-thin {
    border-top: 2px solid #0F70B8;
}



@media (min-width: 1600px) {
.column-aside .range > * {
    margin-top: 90px;
}
}


@media (min-width: 1200px) {
.reveal-lg-block {
    display: block !important;
}
}

@media (min-width: 992px) {
.divider-thin + .box-inline {
    margin-top: 30px;
}
}

@media (min-width: 768px) {
.column-aside .range > * {
    margin-top: 50px;
}

.quote-minimal-text {
    font-size: 24px;
}

}


* + .quote-minimal {
    margin: 25px 0;
}


.quote-minimal-text {
    font-size: 18px;
    font-style: italic;
    color: #1f2323;
}



.bg-image-1 {
  background-image: url("../files/28/2836.jpg");
}

.bg-image-2 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-3 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-4 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-5 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-6 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-7 {
  background-image: url("../files/27/2729.jpg");
}

.bg-image-8 {
  background-image: url("../files/27/2742.jpg");
}

.bg-image-9 {
  background-image: url("../files/27/2752.jpg");
}

.bg-image-10 {
  background-image: url("../files/27/2761.jpg");
}

.bg-image-11 {
  background-image: url("../files/27/2770.jpg");
}

.bg-image-12 {
  background-image: url("../files/28/2836.jpg");
}

.bg-image-13 {
  background-image: url("../files/28/2844.jpg");
}

.bg-image-14 {
  background-image: url("../files/28/2853.jpg");
}

.bg-image-15 {
  background-image: url("../files/28/2863.jpg");
}

.bg-image-16 {
  background-image: url("../files/28/2875.jpg");
}



.bg-image .thumbnail-classic-title
{
    color: #159bff;
}

.thumbnail-classic .divider-default {
    background: #fff;
}

.thumbnail-classic-caption .divider + p {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}

.ssl-txt {
  padding: 10px 25px 0 25px;
}







/**
* Portfolio
*/


.side  {
    padding: 0 15px;
}


.side .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding: 5px 0 25px 0;
}

.description {
    padding-bottom: 15px;
}

.side .online::before, .side .url::before, .side .tlf::before, .side .mail::before {
	font-family: 'FontAwesome';
	color: #0F70B8;
    width: 20px;
    height: 20px;
    font-size: 22px;
    line-height: 20px;
    margin-right: 5px;
}


.side .online, .side .url, .side .tlf, .side .mail {
    margin-bottom: 4px;
}

.side .online::before {
	content: "\f073";
}

.side .url::before {
	content: "\f0ac";
}

.side .tlf::before {
	content: "\f098";
}

.side .mail::before {
	content: "\f003";
}

.side .mail, .side .url, .side .tlf, .side .online {
    margin-bottom: 10px;
}

.side .online {
    margin-top: 15px;
}

.label {
    display: none;
}


.side-content .description {
	padding: 30px 0;
	font-size: 13px;
	color: #333;
}


.side-content .where::before, .side-content .city::before, .side-content .date::before {
	font-family: 'FontAwesome';
	color: #0F70B8;
    width: 20px;
    height: 20px;
    font-size: 22px;
    line-height: 20px;
    margin-right: 5px;
}


.side-content .where, .side-content .city, .side-content .date {
    margin-bottom: 4px;
}

.side-content .where::before {
	content: "\f0c0";
}

.side-content .city::before {
	content: "\f21d";
}

.side-content .date::before {
	content: "\f017";
}

.inquerito {padding: 30px 0}
.inquerito big {display: block; padding-bottom: 20px}


.books {
	margin: 25px 0;
	display: block;
	height: auto;
	max-width: 90%;
}

.books img {
	max-width: 100%;
	min-width: 100%;	
	height: auto;
	border: 0 none;
	margin: 0;
	padding: 0;
}


.recaptcha-alert {font-size: 12px; font-weight: 600;}

.seminario {
	background-color: #ffd400;
	color: #111;
	padding: 13px 0 10px 0;
	}

.seminario p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #00030a;
	font-size: 13px;
	text-transform: uppercase;
}

.seminario p span {color: #0F70B8;}

@media (max-width: 768px) {
.seminario p {
	padding: 5px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
}

.seminario .btn.btn-link {
	margin-left: 25px;
}

.seminario .btn {margin-top: 0;}
