/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #7a7d80;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ed1a3b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ad0e27;
  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,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.875;
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 3px;
  -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: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e9eaeb;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.5;
  color: #1e2a34;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbbdbf;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 15px;
}
.lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #000000;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bbbdbf;
}
.text-primary {
  color: #ed1a3b;
}
a.text-primary:hover {
  color: #c50f2c;
}
.text-success {
  color: #1ac6c0;
}
a.text-success:hover {
  color: #149994;
}
.text-info {
  color: #a383db;
}
a.text-info:hover {
  color: #865bd0;
}
.text-warning {
  color: #f0b129;
}
a.text-warning:hover {
  color: #d7980f;
}
.text-danger {
  color: #ed1a3b;
}
a.text-danger:hover {
  color: #c50f2c;
}
.bg-primary {
  color: #fff;
  background-color: #ed1a3b;
}
a.bg-primary:hover {
  background-color: #c50f2c;
}
.bg-success {
  background-color: #000000;
}
a.bg-success:hover {
  background-color: #000000;
}
.bg-info {
  background-color: #000000;
}
a.bg-info:hover {
  background-color: #000000;
}
.bg-warning {
  background-color: #000000;
}
a.bg-warning:hover {
  background-color: #000000;
}
.bg-danger {
  background-color: #000000;
}
a.bg-danger:hover {
  background-color: #000000;
}
.page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 1px solid #e9eaeb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 30px;
}
dt,
dd {
  line-height: 1.875;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #bbbdbf;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 5px solid #e9eaeb;
}
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.875;
  color: #bbbdbf;
}
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 #e9eaeb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.875;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.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: 30px;
  padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: inherit;
  color: #404a52;
  border: 0;
  border-bottom: 1px solid #e9eaeb;
}
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: 16px;
  font-size: 16px;
  line-height: 1.875;
  color: #7a7d80;
}
.form-control {
  display: block;
  width: 100%;
  height: 62px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #7a7d80;
  background-color: #e9eaeb;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbbdbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbdbf;
}
.form-control::-webkit-input-placeholder {
  color: #bbbdbf;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e9eaeb;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 62px;
  line-height: 1.875 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 43px;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 69px;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.875;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 30px;
  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 {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 43px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 43px;
  line-height: 43px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 69px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 69px;
  line-height: 69px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 77.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 69px;
  height: 69px;
  line-height: 69px;
}
.input-sm + .form-control-feedback {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.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: #1ac6c0;
}
.has-success .form-control {
  border-color: #1ac6c0;
  -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: #149994;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ceae5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5ceae5;
}
.has-success .input-group-addon {
  color: #1ac6c0;
  border-color: #1ac6c0;
  background-color: #000000;
}
.has-success .form-control-feedback {
  color: #1ac6c0;
}
.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: #f0b129;
}
.has-warning .form-control {
  border-color: #f0b129;
  -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: #d7980f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7d488;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7d488;
}
.has-warning .input-group-addon {
  color: #f0b129;
  border-color: #f0b129;
  background-color: #000000;
}
.has-warning .form-control-feedback {
  color: #f0b129;
}
.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: #ed1a3b;
}
.has-error .form-control {
  border-color: #ed1a3b;
  -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: #c50f2c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4798c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4798c;
}
.has-error .input-group-addon {
  color: #ed1a3b;
  border-color: #ed1a3b;
  background-color: #000000;
}
.has-error .form-control-feedback {
  color: #ed1a3b;
}
.has-feedback label ~ .form-control-feedback {
  top: 35px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bbbdbe;
}
@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: 16px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 46px;
}
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 16px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 30px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 27.6px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #7a7d80;
  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;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #7a7d80;
  background-color: #f7f7f7;
  border-color: #e9eaeb;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #7a7d80;
  background-color: #dedede;
  border-color: #c9cbce;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f7f7f7;
  border-color: #e9eaeb;
}
.btn-default .badge {
  color: #f7f7f7;
  background-color: #7a7d80;
}
.btn-primary {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c50f2c;
  border-color: #a30d24;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.btn-primary .badge {
  color: #ed1a3b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #1ac6c0;
  border-color: #17afaa;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #149994;
  border-color: #107976;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #1ac6c0;
  border-color: #17afaa;
}
.btn-success .badge {
  color: #1ac6c0;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #a383db;
  border-color: #946fd5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #865bd0;
  border-color: #7140c7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #a383db;
  border-color: #946fd5;
}
.btn-info .badge {
  color: #a383db;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0b129;
  border-color: #eea811;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d7980f;
  border-color: #b6800d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0b129;
  border-color: #eea811;
}
.btn-warning .badge {
  color: #f0b129;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c50f2c;
  border-color: #a30d24;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.btn-danger .badge {
  color: #ed1a3b;
  background-color: #fff;
}
.btn-link {
  color: #ed1a3b;
  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: #ad0e27;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbbdbf;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border: 1px solid transparent;
  border-radius: 3px;
  -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: 14px 0;
  overflow: hidden;
  background-color: #e9eaeb;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.875;
  color: #404a52;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #353d44;
  background-color: #e9eaeb;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #404a52;
  text-decoration: none;
  outline: 0;
  background-color: #e9eaeb;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbbdbf;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.875;
  color: #bbbdbf;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 69px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 69px;
  line-height: 69px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #7a7d80;
  text-align: center;
  background-color: #e9eaeb;
  border: 1px solid transparent;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 20px 40px;
  font-size: 20px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e9eaeb;
}
.nav > li.disabled > a {
  color: #bbbdbf;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbbdbf;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e9eaeb;
  border-color: #ed1a3b;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e9eaeb;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.875;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e9eaeb #e9eaeb #e9eaeb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7a7d80;
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e9eaeb #e9eaeb;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e9eaeb #e9eaeb;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #404a52;
  background-color: #e9eaeb;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e9eaeb #e9eaeb;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e9eaeb #e9eaeb;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 110px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 40px 30px;
  font-size: 20px;
  line-height: 30px;
  height: 110px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 38px;
  margin-bottom: 38px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 20px -30px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .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: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  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: 24px;
  margin-bottom: 24px;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-btn.btn-sm {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}
.navbar-btn.btn-xs {
  margin-top: 44px;
  margin-bottom: 44px;
}
.navbar-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #7a7d80;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #616466;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #7a7d80;
}
.navbar-default .navbar-nav > li > a {
  color: #7a7d80;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1e2a34;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1e2a34;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #bbbdbf;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #e9eaeb;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #404a52;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #1e2a34;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7a7d80;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #1e2a34;
    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: #1e2a34;
    background-color: transparent;
  }
  .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: #bbbdbf;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #7a7d80;
}
.navbar-default .navbar-link:hover {
  color: #1e2a34;
}
.navbar-default .btn-link {
  color: #7a7d80;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #1e2a34;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #bbbdbf;
}
.navbar-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
  color: #bbbdbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bbbdbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bbbdbf;
}
.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: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #404a52;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #404a52;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bbbdbf;
  }
  .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: transparent;
  }
  .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: #404a52;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bbbdbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bbbdbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #404a52;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bbbdbf;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a1a4a6;
}
.label-primary {
  background-color: #ed1a3b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c50f2c;
}
.label-success {
  background-color: #1ac6c0;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #149994;
}
.label-info {
  background-color: #a383db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #865bd0;
}
.label-warning {
  background-color: #f0b129;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d7980f;
}
.label-danger {
  background-color: #ed1a3b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c50f2c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbdbf;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ed1a3b;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.875;
  background-color: #fff;
  border: 1px solid #e9eaeb;
  border-radius: 3px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ed1a3b;
}
.thumbnail .caption {
  padding: 9px;
  color: #7a7d80;
}
.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: #000000;
  border-color: #000000;
  color: #1ac6c0;
}
.alert-success hr {
  border-top-color: #000000;
}
.alert-success .alert-link {
  color: #149994;
}
.alert-info {
  background-color: #000000;
  border-color: #000000;
  color: #a383db;
}
.alert-info hr {
  border-top-color: #000000;
}
.alert-info .alert-link {
  color: #865bd0;
}
.alert-warning {
  background-color: #000000;
  border-color: #000000;
  color: #f0b129;
}
.alert-warning hr {
  border-top-color: #000000;
}
.alert-warning .alert-link {
  color: #d7980f;
}
.alert-danger {
  background-color: #000000;
  border-color: #000000;
  color: #ed1a3b;
}
.alert-danger hr {
  border-top-color: #000000;
}
.alert-danger .alert-link {
  color: #c50f2c;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #0e1922;
  border: 1px solid rgba(127, 127, 127, 0.15);
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #7a7d80;
}
a.list-group-item .list-group-item-heading {
  color: #1e2a34;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #7a7d80;
  background-color: #0e1922;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e9eaeb;
  color: #bbbdbf;
  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: #bbbdbf;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e1922;
  border-color: rgba(127, 127, 127, 0.15);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.list-group-item-success {
  color: #1ac6c0;
  background-color: #000000;
}
a.list-group-item-success {
  color: #1ac6c0;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #1ac6c0;
  background-color: #000000;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #1ac6c0;
  border-color: #1ac6c0;
}
.list-group-item-info {
  color: #a383db;
  background-color: #000000;
}
a.list-group-item-info {
  color: #a383db;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #a383db;
  background-color: #000000;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #a383db;
  border-color: #a383db;
}
.list-group-item-warning {
  color: #f0b129;
  background-color: #000000;
}
a.list-group-item-warning {
  color: #f0b129;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f0b129;
  background-color: #000000;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0b129;
  border-color: #f0b129;
}
.list-group-item-danger {
  color: #ed1a3b;
  background-color: #000000;
}
a.list-group-item-danger {
  color: #ed1a3b;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ed1a3b;
  background-color: #000000;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e9eaeb;
  border: 1px solid #d6d8da;
  border-radius: 3px;
  -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: 5px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #0e1922;
  text-shadow: 0 1px 0 #fff;
  zoom: 1;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.close:hover,
.close:focus {
  color: #0e1922;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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: 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 #e9eaeb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -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;
  background-color: #0e1922;
}
.modal-backdrop.fade {
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e9eaeb;
  min-height: 31.875px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.875;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e9eaeb;
}
.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;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.tooltip.in {
  zoom: 1;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0e1922;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0e1922;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0e1922;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0e1922;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0e1922;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0e1922;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0e1922;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0e1922;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0e1922;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  text-align: left;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid #e9eaeb;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 4px 4px 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: 6px;
}
.popover > .arrow:after {
  border-width: 5px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #b4b7ba;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -6px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #f7f7f7;
}
.popover.right > .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #b4b7ba;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #f7f7f7;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #b4b7ba;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -6px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #f7f7f7;
}
.popover.left > .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #b4b7ba;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #f7f7f7;
  bottom: -5px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1500px;
  }
}
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
  float: left;
}
.col-xlg-12 {
  width: 100%;
}
.col-xlg-11 {
  width: 91.66666667%;
}
.col-xlg-10 {
  width: 83.33333333%;
}
.col-xlg-9 {
  width: 75%;
}
.col-xlg-8 {
  width: 66.66666667%;
}
.col-xlg-7 {
  width: 58.33333333%;
}
.col-xlg-6 {
  width: 50%;
}
.col-xlg-5 {
  width: 41.66666667%;
}
.col-xlg-4 {
  width: 33.33333333%;
}
.col-xlg-3 {
  width: 25%;
}
.col-xlg-2 {
  width: 16.66666667%;
}
.col-xlg-1 {
  width: 8.33333333%;
}
.col-xlg-pull-12 {
  right: 100%;
}
.col-xlg-pull-11 {
  right: 91.66666667%;
}
.col-xlg-pull-10 {
  right: 83.33333333%;
}
.col-xlg-pull-9 {
  right: 75%;
}
.col-xlg-pull-8 {
  right: 66.66666667%;
}
.col-xlg-pull-7 {
  right: 58.33333333%;
}
.col-xlg-pull-6 {
  right: 50%;
}
.col-xlg-pull-5 {
  right: 41.66666667%;
}
.col-xlg-pull-4 {
  right: 33.33333333%;
}
.col-xlg-pull-3 {
  right: 25%;
}
.col-xlg-pull-2 {
  right: 16.66666667%;
}
.col-xlg-pull-1 {
  right: 8.33333333%;
}
.col-xlg-pull-0 {
  right: auto;
}
.col-xlg-push-12 {
  left: 100%;
}
.col-xlg-push-11 {
  left: 91.66666667%;
}
.col-xlg-push-10 {
  left: 83.33333333%;
}
.col-xlg-push-9 {
  left: 75%;
}
.col-xlg-push-8 {
  left: 66.66666667%;
}
.col-xlg-push-7 {
  left: 58.33333333%;
}
.col-xlg-push-6 {
  left: 50%;
}
.col-xlg-push-5 {
  left: 41.66666667%;
}
.col-xlg-push-4 {
  left: 33.33333333%;
}
.col-xlg-push-3 {
  left: 25%;
}
.col-xlg-push-2 {
  left: 16.66666667%;
}
.col-xlg-push-1 {
  left: 8.33333333%;
}
.col-xlg-push-0 {
  left: auto;
}
.col-xlg-offset-12 {
  margin-left: 100%;
}
.col-xlg-offset-11 {
  margin-left: 91.66666667%;
}
.col-xlg-offset-10 {
  margin-left: 83.33333333%;
}
.col-xlg-offset-9 {
  margin-left: 75%;
}
.col-xlg-offset-8 {
  margin-left: 66.66666667%;
}
.col-xlg-offset-7 {
  margin-left: 58.33333333%;
}
.col-xlg-offset-6 {
  margin-left: 50%;
}
.col-xlg-offset-5 {
  margin-left: 41.66666667%;
}
.col-xlg-offset-4 {
  margin-left: 33.33333333%;
}
.col-xlg-offset-3 {
  margin-left: 25%;
}
.col-xlg-offset-2 {
  margin-left: 16.66666667%;
}
.col-xlg-offset-1 {
  margin-left: 8.33333333%;
}
.col-xlg-offset-0 {
  margin-left: 0%;
}
::selection {
  background: #e9eaeb;
  /* Safari */
}
::-moz-selection {
  background: #e9eaeb;
  /* Firefox */
}
button {
  border: none;
  padding: 0;
}
.container.full {
  width: 100%;
}
a:focus {
  outline: none;
}
.navbar {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .navbar {
    min-height: 64px;
  }
}
.navbar.navbar-inverse .navbar-collapse {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar.navbar-fixed-top {
  position: absolute;
}
.navbar.navbar-top {
  background: transparent;
}
.navbar.navbar-full .container {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .navbar.navbar-full .container .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar .navbar-brand {
  height: 110px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    height: 64px;
  }
}
.navbar .navbar-nav.navbar-right {
  padding-right: 30px;
}
.navbar .navbar-nav > li > a {
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li > a {
    padding: 17px;
  }
}
.navbar .navbar-nav > li:last-child a {
  margin-right: 0;
}
.navbar .navbar-toggle {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-width: 0;
  margin: 0 0 0 15px;
  cursor: pointer;
  z-index: 9999;
  padding: 43px 0;
}
.navbar .navbar-toggle .icon-bar {
  width: 30px;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-toggle {
    min-height: 64px;
    padding: 23px 0;
  }
}
/* Well */
.well {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 30px;
  position: relative;
  border: none;
}
/* Modal */
@media screen and (max-width: 1199px) {
  .modal .modal-dialog {
    padding: 30px;
  }
}
.modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.modal .modal-dialog .modal-content .modal-footer {
  margin-top: 0;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  margin: 0 0 0 10px;
}
.modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal.modal-fullscreen .modal-dialog {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* Label */
.label {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 1;
  padding: .3em .7em .2em .8em;
}
.label .icon {
  vertical-align: middle;
}
.label.label-light {
  background: rgba(255, 255, 255, 0.1);
}
.label.label-dark {
  background: rgba(0, 0, 0, 0.1);
}
/* Popover */
.popover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
}
.popover .popover-title {
  padding: 12px 14px 9px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #404a52;
}
.popover .popover-content {
  font-size: 14px;
  font-weight: normal;
}
/* Tooltip */
.tooltip .tooltip-inner {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  padding: 10px 14px;
}
/* Blockquote */
blockquote {
  border-left: 1px solid #e9eaeb;
  font-size: 20px;
  color: #ed1a3b;
  padding: 0 0 0 30px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
blockquote small {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
/* Panel */
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* Dropdown */
.dropdown-menu {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: -2px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ed1a3b;
}
.dropdown-menu > li > a {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .dropdown:focus .dropdown-menu {
    display: block;
  }
}
/* General Styles */
ul,
ol {
  margin-bottom: 30px;
}
/* Unordered List */
.content-main ul li,
ul.styled li {
  position: relative;
  list-style-type: none;
}
.content-main ul li:after,
ul.styled li:after {
  content: '';
  position: absolute;
  z-index: -1;
}
.content-main ul li:before,
ul.styled li:before {
  /*content: "+";
		font-weight: bold;*/
  content: "\e8aa";
  font-family: 'fontello';
  font-size: 0.7em;
  line-height: 1;
  position: absolute;
  left: -2.5em;
  top: 0.7em;
  color: #ed1a3b;
}
/* Ordered List */
.content-main ol li,
ol.styled li {
  font-weight: bold;
  color: #ed1a3b;
}
.content-main ol li ol li,
ol.styled li ol li {
  color: #f14963;
}
.content-main ol li span,
ol.styled li span {
  font-weight: normal;
  color: #7a7d80;
}
/* List Types */
.list-line {
  padding: 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
}
.list-line li {
  list-style-type: none;
  border-top: 1px solid rgba(127, 127, 127, 0.15);
}
.list-line li a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 14px;
}
.list-line li a:before {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 11px;
  color: #404a52;
}
.list-icon {
  padding-left: 30px;
}
.list-icon li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
}
.list-icon li:before {
  font-size: 0.7em;
  line-height: 1;
  position: absolute;
  margin-left: -2.5em;
  top: 0.7em;
  color: #ed1a3b;
}
.list-group a {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 20px 30px;
}
.list-group a:hover {
  padding-left: 40px;
}
.list-group a:hover:before {
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  right: -1.75em;
}
.list-group a:before {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "\e8aa";
  font-family: 'fontello';
  font-size: 0.9em;
  line-height: 1;
  position: absolute;
  right: 1.75em;
  top: 1.75em;
  color: #ed1a3b;
}
.list-group a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #0e1922;
  border-width: 5px;
  margin-top: -5px;
}
.list-lined {
  padding: 0;
}
.list-lined li {
  list-style-type: none;
  border-top: 1px solid rgba(127, 127, 127, 0.15);
  padding: 12px 0;
}
.list-lined li i {
  margin-left: 15px;
}
.list-lined li:before {
  font-size: 80%;
  color: #ccc;
}
.list-unordered li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
}
.list-unordered li:after {
  content: '';
  position: absolute;
  z-index: -1;
}
.list-unordered li:before {
  content: "\e8aa";
  font-family: 'fontello';
  font-size: 0.7em;
  line-height: 1;
  position: absolute;
  left: -3.5em;
  top: 0.7em;
  color: #ed1a3b;
}
.form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
  outline: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
.contain {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
[class*="col-"] img {
  max-width: 100%;
}
/* Generic styles */
.btn {
  -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn[class^="icon-"]:before,
.btn[class*=" icon-"]:before {
  margin-right: 5px;
}
.btn-round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-black {
  background: #0e1922;
  color: #fff;
}
.btn-opaque-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.btn-opaque-light {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-outline {
  background: transparent;
  border: 2px solid;
}
.btn-outline.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #7a7d80;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default.active {
  background: transparent;
  border-color: #dcdddf;
  color: #ed1a3b;
}
.btn-outline.btn-primary {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.btn-outline.btn-warning {
  border-color: #f0b129;
  color: #f0b129;
}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning.active {
  background: transparent;
  border-color: #eea811;
  color: #eea811;
}
.btn-outline.btn-success {
  border-color: #1ac6c0;
  color: #1ac6c0;
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success.active {
  background: transparent;
  border-color: #17afaa;
  color: #17afaa;
}
.btn-outline.btn-danger {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.btn-outline.btn-info {
  border-color: #a383db;
  color: #a383db;
}
.btn-outline.btn-info:hover,
.btn-outline.btn-info.active {
  background: transparent;
  border-color: #946fd5;
  color: #946fd5;
}
.btn-outline.btn-black {
  border-color: #0e1922;
  color: #0e1922;
}
.btn-outline.btn-black:hover,
.btn-outline.btn-black.active {
  background: transparent;
  border-color: #1d3446;
  color: #1d3446;
}
.btn-outline.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-white:hover,
.btn-outline.btn-white.active {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn-outline.btn-opaque-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.btn-outline.btn-opaque-dark:hover,
.btn-outline.btn-opaque-dark.active {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #e6e6e6;
}
.btn-outline.btn-opaque-light {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-outline.btn-opaque-light:hover,
.btn-outline.btn-opaque-light.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
.btn-animate {
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-animate:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: -1em -1em 0 0;
}
.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 43px;
  width: 43px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-circle.btn:before {
  margin-right: 0;
  text-align: center;
}
.btn-circle.btn-sm {
  height: 33px;
  width: 33px;
}
.btn-circle.btn-lg {
  height: 53px;
  width: 53px;
}
.btn-circle.btn-outline {
  height: 47px;
  width: 47px;
}
.btn-circle.btn-outline.btn-sm {
  height: 37px;
  width: 37px;
}
.btn-circle.btn-outline.btn-lg {
  height: 57px;
  width: 57px;
}
.btn-icon {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-icon:active {
  background: #000;
}
.btn-icon:before {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 3.6em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-icon:active:before {
  color: #ccc;
}
.btn-icon span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.btn-icon-top:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.btn-icon-top:before {
  left: 0;
  top: -100%;
}
.btn-icon-top:hover:before {
  top: 0;
}
.light .btn {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.light .btn-black {
  background: transparent;
}
.dark .btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dark .btn-black {
  color: #0e1922;
  background: transparent;
}
.brand .btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
/* Variables */
/* Loader generic styles */
@media (max-width: 991px) {
  .offcanvas-stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #0e1922;
  }
  .navbar-default .navbar .navbar-nav > li > a {
    color: #bbbdbf;
  }
  .navbar-default .navbar .navbar-nav > li.active > a,
  .navbar-default .navbar .navbar-nav > li > a:hover {
    color: #fff;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #0e1922;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas .nav > li {
    border-top: 1px solid rgba(127, 127, 127, 0.15);
    clear: both;
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    box-shadow: none;
    background: transparent;
    margin-top: 0 !important;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-offcanvas .dropdown-menu > li > a {
    color: #7a7d80;
  }
}
.offcanvas-toggle {
  background: transparent;
}
.offcanvas-toggle .icon-bar {
  -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  background: #0e1922;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* Owl Carousel v1.3.2 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* Owl Carousel CSS3 Transitions v1.3.2 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Owl Carousel Owl Demo Theme v1.3.2 */
.owl-theme .owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #7a7d80;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 7px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #1e2a34;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #e5d4ba;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/* Custom - Owl Carousel Overrides */
.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.owl-buttons {
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
}
.owl-buttons .owl-next {
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  right: -50px;
  top: -12px;
}
.owl-buttons .owl-prev {
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: -50px;
  top: -12px;
}
.owl-buttons div {
  background: none !important;
  font-size: 15px;
}
html.no-touch .owl-carousel:hover .owl-buttons .owl-prev {
  left: 15px;
}
html.no-touch .owl-carousel:hover .owl-buttons .owl-next {
  right: 15px;
}
html.no-touch #carousel:hover .owl-buttons.owl-next {
  right: 30px;
}
html.no-touch #carousel:hover .owl-buttons.owl-previous {
  left: 30px;
}
@media (max-width: 991px) {
  html.no-touch #carousel .owl-buttons {
    display: none;
  }
}
/* Generic Call Out */
.call-out {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-behavior: url(/backgroundsize.min.htc);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 480px;
  height: 75vh;
}
.call-out .call-out-inner {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  overflow: hidden;
  height: 75vh;
}
.call-out .call-out-text {
  position: relative;
  z-index: 10;
}
.call-out.dark {
  background: #0e1922;
}
.call-out.light {
  background: #fff;
}
/* Fotorama 4.5.1 | http://fotorama.io/license/ */
.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px!important;
  max-height: 99999px!important;
  min-width: 0!important;
  min-height: 0!important;
  border-radius: 0!important;
  box-shadow: none!important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__img,
.fotorama__spinner {
  position: absolute!important;
  top: 50%!important;
  left: 50% !important;
}
.fotorama__img {
  margin: -50% 0 0 -50%;
  width: 100%;
  height: 100%;
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none!important;
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: 0;
  padding: 0;
}
.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__wrap * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(fotorama@2x.png) no-repeat;
    background-size: 96px 160px;
  }
}
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  max-height: 100%!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  bottom: 0!important;
  float: none!important;
  z-index: 2147483647!important;
  background: #000;
  width: 100%!important;
  height: 100%!important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid;
}
.fotorama__nav__frame.fotorama__active {
  pointer-events: none;
  cursor: default;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  border: none;
}
.fotorama__dot {
  border-color: #7f7f7f;
}
.fotorama__active .fotorama__dot {
  background-color: #7f7f7f;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 0;
  background-position: 0 0;
}
.fotorama__arr--next {
  right: 0;
  background-position: -32px 0;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform,opacity;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__nav:before,
.fotorama__stage:before {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__nav:after,
.fotorama__stage:after {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}
/* Overrides - Fotorama */
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  background: none;
  font-size: 15px;
}
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  line-height: 2.2;
  text-align: center;
  background: #fff;
  color: #fff;
}
.fotorama__arr .icon,
.fotorama__fullscreen-icon .icon,
.fotorama__video-close .icon {
  pointer-events: none;
  color: #ed1a3b;
}
.fotorama__video-play {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  color: #ed1a3b;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: transparent;
  font-size: 0px;
  border: none;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.fotorama__video-play:before,
.fotorama__video-play:after {
  -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
  position: absolute;
  left: 14px;
  width: 12px;
  height: 2px;
  background: #ed1a3b;
  content: '';
}
.fotorama__video-play:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 15px;
}
.fotorama__video-play:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 22px;
}
.fotorama__video {
  top: 0;
}
.fotorama .fotorama__thumb-border {
  border-color: #ed1a3b;
}
.fotorama .fotorama__caption {
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fotorama .fotorama__caption .fotorama__caption__wrap {
  background: #0e1922;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid .grid-sizer {
  width: 33.333%;
}
@media screen and (max-width: 1499px) {
  .grid .grid-sizer {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 1199px) {
  .grid .grid-sizer {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .grid .grid-sizer {
    width: 100% !important;
  }
}
.grid .item {
  overflow: hidden;
  float: left;
  width: 33.333%;
  position: relative;
  margin: 0;
  border: 30px solid transparent;
}
.grid .item .item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 11;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.grid .item img {
  width: 100%;
}
@media screen and (max-width: 1499px) {
  .grid .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid .item {
    width: 100%;
  }
}
.grid .item.title {
  background: transparent !important;
}
.grid.carousel .item {
  width: 100%;
}
.grid.carousel .item img {
  position: static;
}
.grid.isotope {
  background: #fff;
}
@media screen and (max-width: 1499px) {
  .grid.isotope .grid-sizer {
    width: 33.333%;
  }
}
.grid.isotope .item {
  -webkit-transition: none 0s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: none 0s cubic-bezier(0.23, 1, 0.32, 1);
  transition: none 0s cubic-bezier(0.23, 1, 0.32, 1);
  float: none;
  z-index: 50;
  width: 33.333%;
}
@media screen and (max-width: 1499px) {
  .grid.isotope .item {
    width: 33.333%;
  }
}
@media screen and (max-width: 1199px) {
  .grid.isotope .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .grid.isotope .item {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}
/* Custom Grid Styles */
.grid-zoom .item img {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.grid-zoom .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.gridder-list {
  display: inline-block;
  vertical-align: top;
}
.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #EEE url("../images/loading-spin.svg") no-repeat center;
}
.gridder-show.loading {
  background: #EEE url("../images/loading-spin.svg") no-repeat center;
}
.gridder-content {
  display: none;
}
.gridder-list {
  width: 15.83333%;
}
.gridder-list:nth-child(n) {
  margin-bottom: 1%;
  margin-right: 1%;
}
.gridder-list:nth-of-type(6n) {
  margin-right: 0;
  margin-bottom: 0;
}
.gridder-show {
  padding: 20px;
  background: #EEE;
  margin-bottom: 1%;
}
.gridder-navigation .gridder-nav.disabled {
  opacity: 0.5;
}
.gridder-list {
  cursor: pointer;
}
.gridder-list:hover {
  opacity: 0.8;
}
.hasSelectedItem .gridder-list {
  opacity: 0.5;
}
.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}
/* Gridder Overrides */
.gridder {
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
}
.gridder-show {
  background: #fff;
}
.gridder-list {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 33.33%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px;
}
.gridder-list:nth-child(n) {
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .gridder-list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gridder-list {
    width: 100%;
  }
}
.gridder-list img {
  width: 100%;
}
.gridder-list h6 {
  margin-top: 15px;
  margin-bottom: 0;
}
.gridder-list h6 span {
  display: block;
  color: #ed1a3b;
}
.gridder-expanded-content {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .gridder-expanded-content {
    padding: 10px;
  }
}
.gridder-expanded-content img {
  width: 100%;
  border: 2px solid #f7f7f7;
}
@media screen and (max-width: 767px) {
  .gridder-expanded-content img {
    padding-bottom: 30px;
    display: none;
  }
}
.gridder-expanded-content h2 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .gridder-expanded-content h2,
  .gridder-expanded-content h5 {
    display: none;
  }
}
.gridder-close {
  position: absolute;
  right: 0;
  z-index: 90;
  display: block;
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .gridder-close {
    top: 0px;
    padding: 6px 30px 0 5px;
  }
}
.gridder-nav {
  display: none;
}
/* RoyalSlider v1.0.5 - Change to .RoyalSlider to #feature*/
.feature {
  width: auto;
  position: relative;
  direction: ltr;
}
.feature > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.feature.rsFullscreen {
  position: fixed !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.feature .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.feature.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  /*left: 0;*/
  /*top: 0;*/
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/* Overrides - RoyalSlider */
.feature > .rsContent {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  /* or display:none depending on your needs... */
}
.rsArrow {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  background: #ed1a3b;
  z-index: 1011;
}
.rsArrow .rsArrowIcn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1em;
  margin-top: -0.7em;
  margin-left: -0.3em;
  width: 1em;
}
.rsArrow.rsArrowRight {
  right: 1em;
}
.rsArrow.rsArrowLeft {
  left: 1em;
}
/* Slider - Custom Styles */
.feature {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  top: 0;
  z-index: 1;
  text-align: center;
  min-height: 480px;
  /* Slide effects */
  /* Feature content */
}
.feature .feature-bg {
  zoom: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -ms-backface-visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.feature .feature-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 14;
  /* Vertical centering with container to center cols side by side */
  /* Change vertical centering order so items can stack on mobile */
  /* IE Fix */
}
.feature .feature-content .row {
  width: 100%;
  padding-bottom: 0;
}
.feature .feature-content .feature-image {
  text-align: center;
}
.feature .feature-content .feature-image img {
  width: 100%;
  /* Set responsive styles for the feature image */
}
@media screen and (max-width: 991px) {
  .feature .feature-content .feature-image img {
    max-height: 400px;
    width: auto;
  }
}
@media screen and (max-height: 700px) {
  .feature .feature-content .feature-image img {
    max-height: 200px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .feature .feature-content {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .feature .feature-content .row {
    display: table;
    height: 100%;
  }
  .feature .feature-content .row > div {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .feature .feature-content {
    display: table;
    height: 100%;
    padding: 0;
  }
  .feature .feature-content .row {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .feature .feature-content {
    left: 50%;
    margin-left: -375px;
  }
}
/* Slider - Home */
body.home .feature {
  height: 100vh;
  min-height: 480px;
}
body.home .feature h1 {
  font-size: 70px;
}
@media screen and (max-width: 1199px) {
  body.home .feature h1 {
    font-size: 43.2px;
  }
}
@media screen and (max-width: 991px) {
  body.home .feature h1 {
    font-size: 33.6px;
  }
}
@media screen and (max-width: 767px) {
  body.home .feature h1 {
    font-size: 28.8px;
  }
}
/* Feature Animations In */
.feature {
  /* Active */
  /* Before */
  /* Background */
}
.feature .rsActiveSlide .feature-content > div h1,
.feature .rsActiveSlide .feature-content > div h2,
.feature .rsActiveSlide .feature-content > div h3,
.feature .rsActiveSlide .feature-content > div h4,
.feature .rsActiveSlide .feature-content > div h5,
.feature .rsActiveSlide .feature-content > div h6,
.feature .rsActiveSlide .feature-content > div p,
.feature .rsActiveSlide .feature-content > div i,
.feature .rsActiveSlide .feature-content > div hr,
.feature .rsActiveSlide .feature-content > div img {
  zoom: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.feature .rsSlide .feature-bg {
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.feature .rsSlide .feature-content i {
  -webkit-transition: all 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  display: block;
  margin-bottom: 40px;
}
.feature .rsSlide .feature-content h1,
.feature .rsSlide .feature-content h2,
.feature .rsSlide .feature-content h3,
.feature .rsSlide .feature-content h4,
.feature .rsSlide .feature-content h5,
.feature .rsSlide .feature-content h6 {
  -webkit-transition: all 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.feature .rsSlide .feature-content p {
  -webkit-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  display: block;
}
.feature .rsSlide .feature-content img {
  -webkit-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.feature .rsActiveSlide .feature-bg {
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.rsNav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1010;
  text-align: left;
  margin-bottom: 0 !important;
  padding: 40px;
}
.rsNav .rsBullet {
  color: #666;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 2px 2px 2px 6px;
  cursor: pointer;
}
.rsNav .rsBullet span {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  box-shadow: none;
  color: #f0b129;
}
.rsNav .rsBullet span span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.rsNav .rsBullet span:after {
  -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  content: '';
  position: absolute;
  top: 18px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0%;
  border-bottom: 2px solid #a383db;
}
.rsNav .rsBullet.rsNavSelected span {
  color: #fff;
}
.rsNav .rsBullet.rsNavSelected span:after {
  width: 100%;
}
.rsNav .rsBullet:nth-child(1) span:before {
  content: '1';
}
.rsNav .rsBullet:nth-child(1) span:before {
  content: '1';
}
.rsNav .rsBullet:nth-child(2) span:before {
  content: '2';
}
.rsNav .rsBullet:nth-child(3) span:before {
  content: '3';
}
.rsNav .rsBullet:nth-child(4) span:after {
  content: '4';
}
.rsNav .rsBullet:nth-child(5) span:before {
  content: '5';
}
.rsNav .rsBullet:nth-child(6) span:before {
  content: '6';
}
.rsNav .rsBullet:nth-child(7) span:before {
  content: '7';
}
.rsNav .rsBullet:nth-child(8) span:before {
  content: '8';
}
.rsNav .rsBullet:nth-child(9) span:before {
  content: '9';
}
@media screen and (max-width: 991px) {
  .rsNav {
    margin-bottom: 30px;
  }
}
/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/source/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/source/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: -2px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/source/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: -12px;
}
.fancybox-next {
  right: -12px;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/source/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-title span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -45px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/source/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/source/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Animation Mixins */
.animate {
  -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animate-out {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animate-in {
  -webkit-transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
  -o-transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
  transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animated {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Animation Effects */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_6_0.eot');
  src: url('../fonts/2F3AC7_6_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_6_0.woff2') format('woff2'), url('../fonts/2F3AC7_6_0.woff') format('woff'), url('../fonts/2F3AC7_6_0.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_0_0.eot');
  src: url('../fonts/2F3AC7_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_0_0.woff2') format('woff2'), url('../fonts/2F3AC7_0_0.woff') format('woff'), url('../fonts/2F3AC7_0_0.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_9_0.eot');
  src: url('../fonts/2F3AC7_9_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_9_0.woff2') format('woff2'), url('../fonts/2F3AC7_9_0.woff') format('woff'), url('../fonts/2F3AC7_9_0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_3_0.eot');
  src: url('../fonts/2F3AC7_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_3_0.woff2') format('woff2'), url('../fonts/2F3AC7_3_0.woff') format('woff'), url('../fonts/2F3AC7_3_0.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_B_0.eot');
  src: url('../fonts/2F3AC7_B_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_B_0.woff2') format('woff2'), url('../fonts/2F3AC7_B_0.woff') format('woff'), url('../fonts/2F3AC7_B_0.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/2F3AC7_5_0.eot');
  src: url('../fonts/2F3AC7_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F3AC7_5_0.woff2') format('woff2'), url('../fonts/2F3AC7_5_0.woff') format('woff'), url('../fonts/2F3AC7_5_0.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Bebus';
  src: url('../fonts/bebasneue_bold-webfont.eot');
  src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
}
.icon-youtube:before {
  content: '\e800';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-note:before {
  content: '\e802';
}
/* '' */
.icon-song:before {
  content: '\e803';
}
/* '' */
.icon-music:before {
  content: '\e804';
}
/* '' */
.icon-search:before {
  content: '\e805';
}
/* '' */
.icon-flashlight:before {
  content: '\e806';
}
/* '' */
.icon-mail:before {
  content: '\e807';
}
/* '' */
.icon-heart:before {
  content: '\e808';
}
/* '' */
.icon-heart-empty:before {
  content: '\e809';
}
/* '' */
.icon-trophy:before {
  content: '\e80a';
}
/* '' */
.icon-spin:before {
  content: '\e80b';
}
/* '' */
.icon-user:before {
  content: '\e80c';
}
/* '' */
.icon-users:before {
  content: '\e80d';
}
/* '' */
.icon-user-add:before {
  content: '\e80e';
}
/* '' */
.icon-video:before {
  content: '\e80f';
}
/* '' */
.icon-photo:before {
  content: '\e810';
}
/* '' */
.icon-camera:before {
  content: '\e811';
}
/* '' */
.icon-layout:before {
  content: '\e812';
}
/* '' */
.icon-menu:before {
  content: '\e813';
}
/* '' */
.icon-cursor:before {
  content: '\e814';
}
/* '' */
.icon-zoom-in:before {
  content: '\e815';
}
/* '' */
.icon-basket-alt:before {
  content: '\e816';
}
/* '' */
.icon-zoom-out:before {
  content: '\e817';
}
/* '' */
.icon-bookmark:before {
  content: '\e818';
}
/* '' */
.icon-video:before {
  content: '\e819';
}
/* '' */
.icon-lock:before {
  content: '\e81a';
}
/* '' */
.icon-lock-open:before {
  content: '\e81b';
}
/* '' */
.icon-help:before {
  content: '\e81c';
}
/* '' */
.icon-down:before {
  content: '\e81d';
}
/* '' */
.icon-mobile:before {
  content: '\e81e';
}
/* '' */
.icon-tablet:before {
  content: '\e81f';
}
/* '' */
.icon-back:before {
  content: '\e820';
}
/* '' */
.icon-home:before {
  content: '\e821';
}
/* '' */
.icon-link:before {
  content: '\e822';
}
/* '' */
.icon-attach:before {
  content: '\e823';
}
/* '' */
.icon-at:before {
  content: '\e824';
}
/* '' */
.icon-spread:before {
  content: '\e825';
}
/* '' */
.icon-eye:before {
  content: '\e826';
}
/* '' */
.icon-info:before {
  content: '\e827';
}
/* '' */
.icon-bell:before {
  content: '\e828';
}
/* '' */
.icon-keyboard:before {
  content: '\e829';
}
/* '' */
.icon-retweet:before {
  content: '\e82a';
}
/* '' */
.icon-print:before {
  content: '\e82b';
}
/* '' */
.icon-feather:before {
  content: '\e82c';
}
/* '' */
.icon-pencil:before {
  content: '\e82d';
}
/* '' */
.icon-export:before {
  content: '\e82e';
}
/* '' */
.icon-code:before {
  content: '\e82f';
}
/* '' */
.icon-quote-right:before {
  content: '\e830';
}
/* '' */
.icon-forward:before {
  content: '\e831';
}
/* '' */
.icon-reply-all:before {
  content: '\e832';
}
/* '' */
.icon-reply:before {
  content: '\e833';
}
/* '' */
.icon-upload-cloud:before {
  content: '\e834';
}
/* '' */
.icon-upload:before {
  content: '\e835';
}
/* '' */
.icon-download:before {
  content: '\e836';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e837';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e838';
}
/* '' */
.icon-flag:before {
  content: '\e839';
}
/* '' */
.icon-cog:before {
  content: '\e83a';
}
/* '' */
.icon-off:before {
  content: '\e83b';
}
/* '' */
.icon-text:before {
  content: '\e83c';
}
/* '' */
.icon-chat:before {
  content: '\e83d';
}
/* '' */
.icon-attention:before {
  content: '\e83e';
}
/* '' */
.icon-dollar:before {
  content: '\e83f';
}
/* '' */
.icon-vcard:before {
  content: '\e840';
}
/* '' */
.icon-up-open-big:before {
  content: '\e841';
}
/* '' */
.icon-laptop:before {
  content: '\e842';
}
/* '' */
.icon-map:before {
  content: '\e843';
}
/* '' */
.icon-direction:before {
  content: '\e844';
}
/* '' */
.icon-compass:before {
  content: '\e845';
}
/* '' */
.icon-cup:before {
  content: '\e846';
}
/* '' */
.icon-trash:before {
  content: '\e847';
}
/* '' */
.icon-doc:before {
  content: '\e848';
}
/* '' */
.icon-docs:before {
  content: '\e849';
}
/* '' */
.icon-doc-landscape:before {
  content: '\e84a';
}
/* '' */
.icon-doc-text:before {
  content: '\e84b';
}
/* '' */
.icon-doc-text-inv:before {
  content: '\e84c';
}
/* '' */
.icon-newspaper:before {
  content: '\e84d';
}
/* '' */
.icon-book-open:before {
  content: '\e84e';
}
/* '' */
.icon-book:before {
  content: '\e84f';
}
/* '' */
.icon-hourglass:before {
  content: '\e850';
}
/* '' */
.icon-clock:before {
  content: '\e851';
}
/* '' */
.icon-volume:before {
  content: '\e852';
}
/* '' */
.icon-star:before {
  content: '\e853';
}
/* '' */
.icon-star-empty:before {
  content: '\e854';
}
/* '' */
.icon-mic:before {
  content: '\e855';
}
/* '' */
.icon-logout:before {
  content: '\e856';
}
/* '' */
.icon-login:before {
  content: '\e857';
}
/* '' */
.icon-calendar:before {
  content: '\e858';
}
/* '' */
.icon-bag:before {
  content: '\e859';
}
/* '' */
.icon-basket:before {
  content: '\e85a';
}
/* '' */
.icon-tasks:before {
  content: '\e85b';
}
/* '' */
.icon-right-open-big:before {
  content: '\e85c';
}
/* '' */
.icon-tools:before {
  content: '\e85d';
}
/* '' */
.icon-box:before {
  content: '\e85e';
}
/* '' */
.icon-phone:before {
  content: '\e85f';
}
/* '' */
.icon-rss:before {
  content: '\e860';
}
/* '' */
.icon-box:before {
  content: '\e861';
}
/* '' */
.icon-archive:before {
  content: '\e862';
}
/* '' */
.icon-folder:before {
  content: '\e863';
}
/* '' */
.icon-lamp:before {
  content: '\e864';
}
/* '' */
.icon-light-down:before {
  content: '\e865';
}
/* '' */
.icon-light-up:before {
  content: '\e866';
}
/* '' */
.icon-adjust:before {
  content: '\e867';
}
/* '' */
.icon-block:before {
  content: '\e868';
}
/* '' */
.icon-resize-full:before {
  content: '\e869';
}
/* '' */
.icon-resize-small:before {
  content: '\e86a';
}
/* '' */
.icon-popup:before {
  content: '\e86b';
}
/* '' */
.icon-publish:before {
  content: '\e86c';
}
/* '' */
.icon-window:before {
  content: '\e86d';
}
/* '' */
.icon-arrow-combo:before {
  content: '\e86e';
}
/* '' */
.icon-left-open-big:before {
  content: '\e86f';
}
/* '' */
.icon-down-open-big:before {
  content: '\e870';
}
/* '' */
.icon-asterisk:before {
  content: '\e871';
}
/* '' */
.icon-calculator:before {
  content: '\e872';
}
/* '' */
.icon-down-open:before {
  content: '\e873';
}
/* '' */
.icon-left-open:before {
  content: '\e874';
}
/* '' */
.icon-right-open:before {
  content: '\e875';
}
/* '' */
.icon-up-open:before {
  content: '\e876';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e877';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e878';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e879';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e87a';
}
/* '' */
.icon-tag:before {
  content: '\e87b';
}
/* '' */
.icon-tags:before {
  content: '\e87c';
}
/* '' */
.icon-key-inv:before {
  content: '\e87d';
}
/* '' */
.icon-stopwatch:before {
  content: '\e87e';
}
/* '' */
.icon-down:before {
  content: '\e87f';
}
/* '' */
.icon-left:before {
  content: '\e880';
}
/* '' */
.icon-up:before {
  content: '\e881';
}
/* '' */
.icon-left-dir:before {
  content: '\e882';
}
/* '' */
.icon-down-dir:before {
  content: '\e883';
}
/* '' */
.icon-right-dir:before {
  content: '\e884';
}
/* '' */
.icon-up-dir:before {
  content: '\e885';
}
/* '' */
.icon-down-bold:before {
  content: '\e886';
}
/* '' */
.icon-left-bold:before {
  content: '\e887';
}
/* '' */
.icon-right-bold:before {
  content: '\e888';
}
/* '' */
.icon-up-bold:before {
  content: '\e889';
}
/* '' */
.icon-down-thin:before {
  content: '\e88a';
}
/* '' */
.icon-progress:before {
  content: '\e88b';
}
/* '' */
.icon-fast-backward:before {
  content: '\e88c';
}
/* '' */
.icon-to-start:before {
  content: '\e88d';
}
/* '' */
.icon-to-end:before {
  content: '\e88e';
}
/* '' */
.icon-record:before {
  content: '\e88f';
}
/* '' */
.icon-stop:before {
  content: '\e890';
}
/* '' */
.icon-play:before {
  content: '\e891';
}
/* '' */
.icon-left-thin:before {
  content: '\e892';
}
/* '' */
.icon-right:before {
  content: '\e893';
}
/* '' */
.icon-switch:before {
  content: '\e894';
}
/* '' */
.icon-loop:before {
  content: '\e895';
}
/* '' */
.icon-shuffle:before {
  content: '\e896';
}
/* '' */
.icon-level-up:before {
  content: '\e897';
}
/* '' */
.icon-arrows-ccw:before {
  content: '\e898';
}
/* '' */
.icon-ccw:before {
  content: '\e899';
}
/* '' */
.icon-cw:before {
  content: '\e89a';
}
/* '' */
.icon-level-down:before {
  content: '\e89b';
}
/* '' */
.icon-up-thin:before {
  content: '\e89c';
}
/* '' */
.icon-right-thin:before {
  content: '\e89d';
}
/* '' */
.icon-progress-1:before {
  content: '\e89e';
}
/* '' */
.icon-progress-2:before {
  content: '\e89f';
}
/* '' */
.icon-progress-3:before {
  content: '\e8a0';
}
/* '' */
.icon-target:before {
  content: '\e8a1';
}
/* '' */
.icon-palette:before {
  content: '\e8a2';
}
/* '' */
.icon-list-add:before {
  content: '\e8a3';
}
/* '' */
.icon-list:before {
  content: '\e8a4';
}
/* '' */
.icon-signal:before {
  content: '\e8a5';
}
/* '' */
.icon-volume-off:before {
  content: '\e8a6';
}
/* '' */
.icon-battery:before {
  content: '\e8a7';
}
/* '' */
.icon-back-in-time:before {
  content: '\e8a8';
}
/* '' */
.icon-left:before {
  content: '\e8a9';
}
/* '' */
.icon-right:before {
  content: '\e8aa';
}
/* '' */
.icon-network:before {
  content: '\e8ab';
}
/* '' */
.icon-pause:before {
  content: '\e8ac';
}
/* '' */
.icon-cd:before {
  content: '\e8ad';
}
/* '' */
.icon-inbox:before {
  content: '\e8ae';
}
/* '' */
.icon-install:before {
  content: '\e8af';
}
/* '' */
.icon-globe:before {
  content: '\e8b0';
}
/* '' */
.icon-cloud:before {
  content: '\e8b1';
}
/* '' */
.icon-cloud-thunder:before {
  content: '\e8b2';
}
/* '' */
.icon-fast-forward:before {
  content: '\e8b3';
}
/* '' */
.icon-flash:before {
  content: '\e8b4';
}
/* '' */
.icon-flight:before {
  content: '\e8b5';
}
/* '' */
.icon-paper-plane:before {
  content: '\e8b6';
}
/* '' */
.icon-leaf:before {
  content: '\e8b7';
}
/* '' */
.icon-lifebuoy:before {
  content: '\e8b8';
}
/* '' */
.icon-desktop:before {
  content: '\e8b9';
}
/* '' */
.icon-suitcase:before {
  content: '\e8ba';
}
/* '' */
.icon-dot:before {
  content: '\e8bb';
}
/* '' */
.icon-briefcase:before {
  content: '\e8bc';
}
/* '' */
.icon-dot-2:before {
  content: '\e8bd';
}
/* '' */
.icon-dot-3:before {
  content: '\e8be';
}
/* '' */
.icon-brush:before {
  content: '\e8bf';
}
/* '' */
.icon-magnet:before {
  content: '\e8c0';
}
/* '' */
.icon-volume-up:before {
  content: '\e8c1';
}
/* '' */
.icon-erase:before {
  content: '\e8c2';
}
/* '' */
.icon-chart-pie:before {
  content: '\e8c3';
}
/* '' */
.icon-chart-line:before {
  content: '\e8c4';
}
/* '' */
.icon-chart-bar:before {
  content: '\e8c5';
}
/* '' */
.icon-chart-area:before {
  content: '\e8c6';
}
/* '' */
.icon-ok:before {
  content: '\e8c7';
}
/* '' */
.icon-cancel:before {
  content: '\e8c8';
}
/* '' */
.icon-basket:before {
  content: '\e8c9';
}
/* '' */
.icon-key:before {
  content: '\e8ca';
}
/* '' */
.icon-thermometer:before {
  content: '\e8cb';
}
/* '' */
.icon-plus:before {
  content: '\e8cc';
}
/* '' */
.icon-bucket:before {
  content: '\e8cd';
}
/* '' */
.icon-drive:before {
  content: '\e8ce';
}
/* '' */
.icon-database:before {
  content: '\e8cf';
}
/* '' */
.icon-megaphone:before {
  content: '\e8d0';
}
/* '' */
.icon-clipboard:before {
  content: '\e8d1';
}
/* '' */
.icon-floppy:before {
  content: '\e8d2';
}
/* '' */
.icon-credit-card:before {
  content: '\e8d3';
}
/* '' */
.icon-air:before {
  content: '\e8d4';
}
/* '' */
.icon-droplet:before {
  content: '\e8d5';
}
/* '' */
.icon-water:before {
  content: '\e8d6';
}
/* '' */
.icon-ticket:before {
  content: '\e8d7';
}
/* '' */
.icon-up:before {
  content: '\e8d8';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e8d9';
}
/* '' */
.icon-tape:before {
  content: '\e8da';
}
/* '' */
.icon-minus:before {
  content: '\e8db';
}
/* '' */
.icon-rocket:before {
  content: '\e8dc';
}
/* '' */
.icon-gauge:before {
  content: '\e8dd';
}
/* '' */
.icon-traffic-cone:before {
  content: '\e8de';
}
/* '' */
.icon-cc:before {
  content: '\e8df';
}
/* '' */
.icon-up-open:before {
  content: '\e8e1';
}
/* '' */
.icon-cc-nc:before {
  content: '\e8e2';
}
/* '' */
.icon-right-open:before {
  content: '\e8e3';
}
/* '' */
.icon-left-open:before {
  content: '\e8e6';
}
/* '' */
.icon-down-open:before {
  content: '\e8e7';
}
/* '' */
.icon-github:before {
  content: '\e8ea';
}
/* '' */
.icon-flickr:before {
  content: '\e8ec';
}
/* '' */
.icon-vimeo:before {
  content: '\e8ee';
}
/* '' */
.icon-lastfm:before {
  content: '\e8f0';
}
/* '' */
.icon-moon:before {
  content: '\e8f2';
}
/* '' */
.icon-dribbble:before {
  content: '\e8f4';
}
/* '' */
.icon-linkedin:before {
  content: '\e8f6';
}
/* '' */
.icon-tumblr:before {
  content: '\e8f8';
}
/* '' */
.icon-pinterest:before {
  content: '\e8fa';
}
/* '' */
.icon-gplus:before {
  content: '\e8fc';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e8fd';
}
/* '' */
.icon-facebook:before {
  content: '\e8ff';
}
/* '' */
.icon-twitter:before {
  content: '\e901';
}
/* '' */
.icon-rdio:before {
  content: '\e903';
}
/* '' */
.icon-instagram:before {
  content: '\e905';
}
/* '' */
.icon-dropbox:before {
  content: '\e906';
}
/* '' */
.icon-skype:before {
  content: '\e909';
}
/* '' */
.icon-paypal:before {
  content: '\e90d';
}
/* '' */
.icon-soundcloud:before {
  content: '\e90f';
}
/* '' */
.icon-behance:before {
  content: '\e911';
}
/* '' */
.icon-vkontakte:before {
  content: '\e913';
}
/* '' */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong {
  font-weight: 800;
  text-transform: uppercase;
  color: #0e1922;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h1.em,
h2.em,
h3.em,
h4.em,
h5.em,
h6.em {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
.first-line h1,
.first-line h2,
.first-line h3,
.first-line h4,
.first-line h5,
.first-line h6 {
  margin-top: -0.25em;
}
h1 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
.feature-article h1 {
  font-size: 44px;
}
@media screen and (max-width: 1199px) {
  .feature-article h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .feature-article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .feature-article h1 {
    font-size: 26px;
  }
}
h2 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ed1a3b;
}
h6,
.small {
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6 span,
.small span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
p {
  margin-bottom: 30px;
}
p strong {
  font-weight: bold;
  font-style: normal;
  color: #616466;
}
small,
small a {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
small span,
small a span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
i,
.i {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
}
.condensed {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* Coloring */
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light small,
.light strong {
  color: #1e2a34;
}
.light hr,
.light i {
  border-color: rgba(255, 255, 255, 0.1);
}
.light p {
  color: #7a7d80;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark small,
.dark strong {
  color: #fff;
}
.dark hr,
.dark i {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.dark p {
  color: #7a7d80;
}
.brand h1,
.brand h2,
.brand h3,
.brand h4,
.brand h5,
.brand h6,
.brand small,
.brand strong {
  color: #fff;
}
.brand hr,
.brand i {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.brand i {
  color: #1e2a34;
}
.brand p {
  color: #fff;
}
[class*="col-"] > :first-child,
.well > :first-child,
.modal-body > :first-child,
.accordion-inner > :first-child,
.accordion-toggle > :first-child,
.brick > :first-child,
.block > :first-child,
.content-main > :first-child {
  margin-top: 0;
}
[class*="col-"] > :last-child,
.well > :last-child,
.modal-body > :last-child,
.accordion-inner > :last-child,
.accordion-toggle > :last-child,
.brick > :last-child,
.block > :last-child,
.content-main > :first-child,
form > :last-child {
  margin-bottom: 0;
}
.col,
.container > .row {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .col,
  .container > .row {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .col,
  .container > .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .padding {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.padding-more {
  padding-top: 67.5px;
  padding-bottom: 67.5px;
}
@media screen and (max-width: 1199px) {
  .padding-more {
    padding-top: 56.25px;
    padding-bottom: 56.25px;
  }
}
@media screen and (max-width: 991px) {
  .padding-more {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .padding-more {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.padding-double {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .padding-double {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .padding-double {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.padding-half {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .padding-half {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
.padding-top {
  padding-top: 45px;
}
@media screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .padding-top {
    padding-top: 30px;
  }
}
.padding-bottom {
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .padding-bottom {
    padding-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 30px;
  }
}
.padding-sides {
  padding-left: 30px;
  padding-right: 30px;
}
.margin {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .margin {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.margin-top {
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .margin-top {
    margin-top: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .margin-top {
    margin-top: 30px;
  }
}
.margin-bottom {
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}
.margin-sides {
  margin-left: 45px;
  margin-right: 45px;
}
@media screen and (max-width: 1199px) {
  .margin-sides {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .margin-sides {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.centered-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.centered-pseudo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.centered-pseudo:before .centered {
  display: inline-block;
  vertical-align: middle;
}
.centered-table {
  display: table;
  width: 100%;
  height: 100%;
}
.centered-table .centered {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.centered-translate {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-middle {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
  /* IE6 */
}
*:first-child + html .group {
  zoom: 1;
  /* IE7 */
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.align-left {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .align-left-md {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .align-left-sm {
    text-align: left;
  }
}
.align-center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .align-center-md {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .align-center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .align-center-xs {
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .align-left-xs {
    text-align: left;
  }
}
.align-right {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .align-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .align-right-xs {
    text-align: right;
  }
}
.no-box-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.relative {
  position: relative;
}
.relative-block {
  position: relative;
  display: block;
}
.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.inline {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inline li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.inline.inline-center {
  text-align: center;
}
.inline.inline-center li {
  margin: 0 10px 0 10px;
}
.inline.inline-right {
  text-align: right;
}
.inline.inline-right li {
  margin: 0 0 0 20px;
}
.mt1 {
  margin-top: 15px !important;
}
.mt2 {
  margin-top: 30px !important;
}
.mt3 {
  margin-top: 60px !important;
}
.mb1 {
  margin-bottom: 15px !important;
}
.mb2 {
  margin-bottom: 30px !important;
}
.mb3 {
  margin-bottom: 60px !important;
}
.gray-darker {
  color: #1e2a34;
}
.gray-dark {
  color: #404a52;
}
.gray {
  color: #7a7d80;
}
.gray-light {
  color: #bbbdbf;
}
.gray-lighter {
  color: #e9eaeb;
}
.white {
  color: #fff;
}
.brand-primary {
  color: #ed1a3b;
}
.brand-success {
  color: #1ac6c0;
}
.brand-warning {
  color: #f0b129;
}
.brand-danger {
  color: #ed1a3b;
}
.brand-info {
  color: #a383db;
}
.bg-gray-darker {
  background-color: #1e2a34;
}
.bg-gray-dark {
  background-color: #404a52;
}
.bg-gray {
  background-color: #7a7d80;
}
.bg-gray-light {
  background-color: #bbbdbf;
}
.bg-gray-lighter {
  background-color: #e9eaeb;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #0e1922;
}
.bg-brand-primary {
  background-color: #ed1a3b;
}
.bg-brand-success {
  background-color: #1ac6c0;
}
.bg-brand-warning {
  background-color: #f0b129;
}
.bg-brand-danger {
  background-color: #ed1a3b;
}
.bg-brand-info {
  background-color: #a383db;
}
.line {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.line:after {
  content: '';
  width: 20px;
  display: block;
  height: 2px;
  background: #ed1a3b;
  position: absolute;
  left: 0;
  margin-top: 30px;
}
.line.line-light:after {
  background: rgba(0, 0, 0, 0.1);
}
.line.line-center:after {
  left: 50%;
  text-align: center;
  margin-left: -10px;
}
.line.line-right:after {
  left: auto;
  right: 0;
}
hr {
  border-top: 1px solid #e9eaeb;
  margin: 60px 0 59px;
}
@media screen and (max-width: 1199px) {
  hr {
    margin: 45px 0 44px;
  }
}
@media screen and (max-width: 991px) {
  hr {
    margin: 30px 0 29px;
  }
}
hr.lg {
  width: 50px;
  border-top: 2px solid #ed1a3b;
}
hr.md {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.sm {
  width: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.align-center hr {
  margin-left: auto;
  margin-right: auto;
}
.align-right hr {
  margin-left: auto;
  margin-right: 0;
}
.block {
  margin: 45px auto;
}
@media screen and (max-width: 1199px) {
  .block {
    margin: 37.5px auto;
  }
}
@media screen and (max-width: 991px) {
  .block {
    margin: 30px auto;
  }
}
.block .row {
  padding-top: 0;
  padding-bottom: 0;
}
.block-wysiwyg img {
  float: right;
  width: 33%;
  margin: 0 0 30px 30px;
}
.block-hr hr {
  margin: 0;
}
.block-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #e9eaeb;
  border: 1px solid #d6d8da;
  border-radius: 3px;
  -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);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 30px;
  position: relative;
  border: none;
}
.block-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.block-image-gallery .fancybox {
  width: 33%;
  display: inline-block;
  border: 30px solid transparent;
}
@media screen and (max-width: 1199px) {
  .block-image-gallery .fancybox {
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .block-image-gallery .fancybox {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
  }
  .block-image-gallery .fancybox:first-child {
    margin-top: -30px;
  }
  .block-image-gallery .fancybox:last-child {
    margin-bottom: 0;
  }
}
.block-image-gallery .fancybox img {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.block-image-gallery .fancybox:hover img {
  zoom: 1;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==60);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.col-md-6 .block-image-gallery .fancybox {
  width: 32.7%;
  border: 10px solid transparent;
}
@media screen and (max-width: 1199px) {
  .col-md-6 .block-image-gallery .fancybox {
    width: 49%;
  }
}
.cta {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background: #ed1a3b;
}
@media screen and (max-width: 1199px) {
  .cta {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .cta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .cta h2 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .cta .btn {
    margin-top: 20px;
  }
}
.bar {
  padding: 20px;
  position: relative;
  z-index: 1040;
  background: #0e1922;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.bar p {
  display: inline-block;
  margin: 0 10px;
}
.bar ul {
  margin-bottom: 0;
}
.bar ul li {
  list-style-type: none;
  display: inline-block;
}
.bar ul li a {
  margin-bottom: 0;
}
.bar.bar-primary {
  background: #ed1a3b;
}
.bar:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #0e1922;
  border-width: 5px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .bar {
    padding: 30px 10px;
  }
}
.page-navigation {
  border-top: 1px solid #e9eaeb;
}
.wp-pagenavi {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi .pages {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.wp-pagenavi .pages span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.wp-pagenavi .previouspostslink {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  background: transparent;
  border: 2px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 43px;
  width: 43px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.9;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi .previouspostslink {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi .previouspostslink {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .previouspostslink:active:focus,
.wp-pagenavi .previouspostslink.active:focus,
.wp-pagenavi .previouspostslink.focus,
.wp-pagenavi .previouspostslink:active.focus,
.wp-pagenavi .previouspostslink.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .previouspostslink.focus {
  color: #7a7d80;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink:active,
.wp-pagenavi .previouspostslink.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);
}
.wp-pagenavi .previouspostslink.disabled,
.wp-pagenavi .previouspostslink[disabled],
fieldset[disabled] .wp-pagenavi .previouspostslink {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-pagenavi .previouspostslink:active,
.wp-pagenavi .previouspostslink.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wp-pagenavi .previouspostslink[class^="icon-"]:before,
.wp-pagenavi .previouspostslink[class*=" icon-"]:before {
  margin-right: 5px;
}
.wp-pagenavi .previouspostslink.btn-link {
  padding: 0;
}
.wp-pagenavi .previouspostslink.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #7a7d80;
}
.wp-pagenavi .previouspostslink.btn-default:hover,
.wp-pagenavi .previouspostslink.btn-default.active {
  background: transparent;
  border-color: #dcdddf;
  color: #ed1a3b;
}
.wp-pagenavi .previouspostslink.btn-primary {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wp-pagenavi .previouspostslink.btn-primary:hover,
.wp-pagenavi .previouspostslink.btn-primary.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wp-pagenavi .previouspostslink.btn-warning {
  border-color: #f0b129;
  color: #f0b129;
}
.wp-pagenavi .previouspostslink.btn-warning:hover,
.wp-pagenavi .previouspostslink.btn-warning.active {
  background: transparent;
  border-color: #eea811;
  color: #eea811;
}
.wp-pagenavi .previouspostslink.btn-success {
  border-color: #1ac6c0;
  color: #1ac6c0;
}
.wp-pagenavi .previouspostslink.btn-success:hover,
.wp-pagenavi .previouspostslink.btn-success.active {
  background: transparent;
  border-color: #17afaa;
  color: #17afaa;
}
.wp-pagenavi .previouspostslink.btn-danger {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wp-pagenavi .previouspostslink.btn-danger:hover,
.wp-pagenavi .previouspostslink.btn-danger.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wp-pagenavi .previouspostslink.btn-info {
  border-color: #a383db;
  color: #a383db;
}
.wp-pagenavi .previouspostslink.btn-info:hover,
.wp-pagenavi .previouspostslink.btn-info.active {
  background: transparent;
  border-color: #946fd5;
  color: #946fd5;
}
.wp-pagenavi .previouspostslink.btn-black {
  border-color: #0e1922;
  color: #0e1922;
}
.wp-pagenavi .previouspostslink.btn-black:hover,
.wp-pagenavi .previouspostslink.btn-black.active {
  background: transparent;
  border-color: #1d3446;
  color: #1d3446;
}
.wp-pagenavi .previouspostslink.btn-white {
  border-color: #fff;
  color: #fff;
}
.wp-pagenavi .previouspostslink.btn-white:hover,
.wp-pagenavi .previouspostslink.btn-white.active {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.wp-pagenavi .previouspostslink.btn-opaque-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.wp-pagenavi .previouspostslink.btn-opaque-dark:hover,
.wp-pagenavi .previouspostslink.btn-opaque-dark.active {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .previouspostslink.btn-opaque-light {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wp-pagenavi .previouspostslink.btn-opaque-light:hover,
.wp-pagenavi .previouspostslink.btn-opaque-light.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .previouspostslink.btn:before {
  margin-right: 0;
  text-align: center;
}
.wp-pagenavi .previouspostslink.btn-sm {
  height: 33px;
  width: 33px;
}
.wp-pagenavi .previouspostslink.btn-lg {
  height: 53px;
  width: 53px;
}
.wp-pagenavi .previouspostslink.btn-outline {
  height: 47px;
  width: 47px;
}
.wp-pagenavi .previouspostslink.btn-outline.btn-sm {
  height: 37px;
  width: 37px;
}
.wp-pagenavi .previouspostslink.btn-outline.btn-lg {
  height: 57px;
  width: 57px;
}
.wp-pagenavi .previouspostslink:before {
  font-family: "fontello" !important;
  content: '\e8a9';
}
.wp-pagenavi .previouspostslink:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
}
.wp-pagenavi .nextpostslink {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  background: transparent;
  border: 2px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 43px;
  width: 43px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0.9;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi .nextpostslink {
    margin-top: 37.5px;
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi .nextpostslink {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .nextpostslink:active:focus,
.wp-pagenavi .nextpostslink.active:focus,
.wp-pagenavi .nextpostslink.focus,
.wp-pagenavi .nextpostslink:active.focus,
.wp-pagenavi .nextpostslink.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .nextpostslink.focus {
  color: #7a7d80;
  text-decoration: none;
}
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .nextpostslink.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);
}
.wp-pagenavi .nextpostslink.disabled,
.wp-pagenavi .nextpostslink[disabled],
fieldset[disabled] .wp-pagenavi .nextpostslink {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-pagenavi .nextpostslink:active,
.wp-pagenavi .nextpostslink.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wp-pagenavi .nextpostslink[class^="icon-"]:before,
.wp-pagenavi .nextpostslink[class*=" icon-"]:before {
  margin-right: 5px;
}
.wp-pagenavi .nextpostslink.btn-link {
  padding: 0;
}
.wp-pagenavi .nextpostslink.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #7a7d80;
}
.wp-pagenavi .nextpostslink.btn-default:hover,
.wp-pagenavi .nextpostslink.btn-default.active {
  background: transparent;
  border-color: #dcdddf;
  color: #ed1a3b;
}
.wp-pagenavi .nextpostslink.btn-primary {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wp-pagenavi .nextpostslink.btn-primary:hover,
.wp-pagenavi .nextpostslink.btn-primary.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wp-pagenavi .nextpostslink.btn-warning {
  border-color: #f0b129;
  color: #f0b129;
}
.wp-pagenavi .nextpostslink.btn-warning:hover,
.wp-pagenavi .nextpostslink.btn-warning.active {
  background: transparent;
  border-color: #eea811;
  color: #eea811;
}
.wp-pagenavi .nextpostslink.btn-success {
  border-color: #1ac6c0;
  color: #1ac6c0;
}
.wp-pagenavi .nextpostslink.btn-success:hover,
.wp-pagenavi .nextpostslink.btn-success.active {
  background: transparent;
  border-color: #17afaa;
  color: #17afaa;
}
.wp-pagenavi .nextpostslink.btn-danger {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wp-pagenavi .nextpostslink.btn-danger:hover,
.wp-pagenavi .nextpostslink.btn-danger.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wp-pagenavi .nextpostslink.btn-info {
  border-color: #a383db;
  color: #a383db;
}
.wp-pagenavi .nextpostslink.btn-info:hover,
.wp-pagenavi .nextpostslink.btn-info.active {
  background: transparent;
  border-color: #946fd5;
  color: #946fd5;
}
.wp-pagenavi .nextpostslink.btn-black {
  border-color: #0e1922;
  color: #0e1922;
}
.wp-pagenavi .nextpostslink.btn-black:hover,
.wp-pagenavi .nextpostslink.btn-black.active {
  background: transparent;
  border-color: #1d3446;
  color: #1d3446;
}
.wp-pagenavi .nextpostslink.btn-white {
  border-color: #fff;
  color: #fff;
}
.wp-pagenavi .nextpostslink.btn-white:hover,
.wp-pagenavi .nextpostslink.btn-white.active {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.wp-pagenavi .nextpostslink.btn-opaque-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.wp-pagenavi .nextpostslink.btn-opaque-dark:hover,
.wp-pagenavi .nextpostslink.btn-opaque-dark.active {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .nextpostslink.btn-opaque-light {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wp-pagenavi .nextpostslink.btn-opaque-light:hover,
.wp-pagenavi .nextpostslink.btn-opaque-light.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .nextpostslink.btn:before {
  margin-right: 0;
  text-align: center;
}
.wp-pagenavi .nextpostslink.btn-sm {
  height: 33px;
  width: 33px;
}
.wp-pagenavi .nextpostslink.btn-lg {
  height: 53px;
  width: 53px;
}
.wp-pagenavi .nextpostslink.btn-outline {
  height: 47px;
  width: 47px;
}
.wp-pagenavi .nextpostslink.btn-outline.btn-sm {
  height: 37px;
  width: 37px;
}
.wp-pagenavi .nextpostslink.btn-outline.btn-lg {
  height: 57px;
  width: 57px;
}
.wp-pagenavi .nextpostslink:before {
  font-family: "fontello" !important;
  content: '\e8aa';
}
.wp-pagenavi .nextpostslink:hover {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
}
.wp-pagenavi .current {
  display: none;
}
#map {
  background-color: #0e1922 !important;
  width: 100%;
  height: 110%;
}
#map div.gmnoprint[title="Location"] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#map div.gmnoprint[title="Location"] img {
  display: none;
}
#zoomin,
#zoomout {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
#zoomin {
  left: 40px;
}
#zoomout {
  left: 80px;
}
@-moz-keyframes pulsate {
  from {
    -moz-transform: scale(-0.7);
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  95% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(-0.7);
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
ul.icon-animation {
  padding: 0;
}
ul.icon-animation li {
  list-style-type: none;
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 1199px) {
  ul.icon-animation li {
    margin: 0 4px;
  }
}
@media screen and (max-width: 991px) {
  ul.icon-animation li {
    margin: 0 2px;
  }
}
ul.icon-animation li a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #7a7d80;
  outline: none;
  position: relative;
  border: 1px solid rgba(127, 127, 127, 0.15);
  display: block;
  text-align: center;
  padding: 0;
  font-size: 13px;
  line-height: 3.3em;
  width: 44px;
  height: 44px;
}
ul.icon-animation li a span {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #bbbdbf;
}
ul.icon-animation li a:before {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  left: 15px;
  top: -60%;
  position: absolute;
  height: 100%;
  line-height: 3.3em;
  color: #fff;
}
ul.icon-animation li a:after {
  content: '';
  position: absolute;
  z-index: -1;
  color: #fff;
}
.wrapper-container {
  position: relative;
  overflow: hidden;
}
.form-group {
  margin-bottom: 30px;
}
.form-group > label {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.form-group > label span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.form-control {
  height: 44px;
  padding: 12px;
}
.form-control::-webkit-input-placeholder {
  color: #bbbdbf;
}
.form-control:-moz-placeholder {
  color: #bbbdbf;
}
.form-control::-moz-placeholder {
  color: #bbbdbf;
}
.form-control:-ms-input-placeholder {
  color: #bbbdbf;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background: #ced1d3;
}
form.form-contact {
  display: inline-block;
  width: 100%;
}
form.form-primary .form-group {
  position: relative;
}
form.form-primary .form-group img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}
form.form-primary .form-group:hover img {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
form.form-primary .form-group .form-info {
  z-index: 2;
  right: 0;
  position: absolute;
  cursor: pointer;
  padding-right: 10px;
}
form.form-primary .form-group button.form-info {
  top: 0;
  background: transparent;
}
/* Overrides for Wordpress generated forms */
.gform_wrapper form {
  margin-bottom: 0;
}
.gform_wrapper .gform_heading .gform_description {
  font-size: 16px;
  margin-bottom: 30px;
  display: block;
}
.gform_wrapper .gform_body ul {
  padding-left: 0;
  list-style: none;
}
.gform_wrapper .gform_body ul li {
  margin-bottom: 30px;
}
.gform_wrapper .gform_body ul li:before {
  content: none !important;
}
.gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_button:active:focus,
.gform_wrapper .gform_footer .gform_button.active:focus,
.gform_wrapper .gform_footer .gform_button.focus,
.gform_wrapper .gform_footer .gform_button:active.focus,
.gform_wrapper .gform_footer .gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_button.focus {
  color: #7a7d80;
  text-decoration: none;
}
.gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.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);
}
.gform_wrapper .gform_footer .gform_button.disabled,
.gform_wrapper .gform_footer .gform_button[disabled],
fieldset[disabled] .gform_wrapper .gform_footer .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.gform_wrapper .gform_footer .gform_button[class^="icon-"]:before,
.gform_wrapper .gform_footer .gform_button[class*=" icon-"]:before {
  margin-right: 5px;
}
.gform_wrapper .gform_footer .gform_button.btn-link {
  padding: 0;
}
.gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_button.focus,
.gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.active,
.open > .dropdown-toggle.gform_wrapper .gform_footer .gform_button {
  color: #fff;
  background-color: #c50f2c;
  border-color: #a30d24;
}
.gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.active,
.open > .dropdown-toggle.gform_wrapper .gform_footer .gform_button {
  background-image: none;
}
.gform_wrapper .gform_footer .gform_button.disabled,
.gform_wrapper .gform_footer .gform_button[disabled],
fieldset[disabled] .gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_footer .gform_button.disabled:hover,
.gform_wrapper .gform_footer .gform_button[disabled]:hover,
fieldset[disabled] .gform_wrapper .gform_footer .gform_button:hover,
.gform_wrapper .gform_footer .gform_button.disabled:focus,
.gform_wrapper .gform_footer .gform_button[disabled]:focus,
fieldset[disabled] .gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_footer .gform_button.disabled.focus,
.gform_wrapper .gform_footer .gform_button[disabled].focus,
fieldset[disabled] .gform_wrapper .gform_footer .gform_button.focus,
.gform_wrapper .gform_footer .gform_button.disabled:active,
.gform_wrapper .gform_footer .gform_button[disabled]:active,
fieldset[disabled] .gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.disabled.active,
.gform_wrapper .gform_footer .gform_button[disabled].active,
fieldset[disabled] .gform_wrapper .gform_footer .gform_button.active {
  background-color: #ed1a3b;
  border-color: #dc1131;
}
.gform_wrapper .gform_footer .gform_button .badge {
  color: #ed1a3b;
  background-color: #fff;
}
.gform_wrapper .gfield > .gfield_label {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.gform_wrapper .gfield > .gfield_label span {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container select,
.gform_wrapper .gfield .ginput_container textarea {
  display: block;
  width: 100%;
  height: 62px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #7a7d80;
  background-color: #e9eaeb;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 44px;
  padding: 12px;
}
.gform_wrapper .gfield .ginput_container input:focus,
.gform_wrapper .gfield .ginput_container select:focus,
.gform_wrapper .gfield .ginput_container textarea:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.gform_wrapper .gfield .ginput_container input::-moz-placeholder,
.gform_wrapper .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gfield .ginput_container textarea::-moz-placeholder {
  color: #bbbdbf;
  opacity: 1;
}
.gform_wrapper .gfield .ginput_container input:-ms-input-placeholder,
.gform_wrapper .gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gfield .ginput_container textarea::-webkit-input-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container input[disabled],
.gform_wrapper .gfield .ginput_container select[disabled],
.gform_wrapper .gfield .ginput_container textarea[disabled],
.gform_wrapper .gfield .ginput_container input[readonly],
.gform_wrapper .gfield .ginput_container select[readonly],
.gform_wrapper .gfield .ginput_container textarea[readonly],
fieldset[disabled] .gform_wrapper .gfield .ginput_container input,
fieldset[disabled] .gform_wrapper .gfield .ginput_container select,
fieldset[disabled] .gform_wrapper .gfield .ginput_container textarea {
  cursor: not-allowed;
  background-color: #e9eaeb;
  opacity: 1;
}
textarea.gform_wrapper .gfield .ginput_container input,
textarea.gform_wrapper .gfield .ginput_container select,
textarea.gform_wrapper .gfield .ginput_container textarea {
  height: auto;
}
.gform_wrapper .gfield .ginput_container input::-webkit-input-placeholder,
.gform_wrapper .gfield .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .gfield .ginput_container textarea::-webkit-input-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container input:-moz-placeholder,
.gform_wrapper .gfield .ginput_container select:-moz-placeholder,
.gform_wrapper .gfield .ginput_container textarea:-moz-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container input::-moz-placeholder,
.gform_wrapper .gfield .ginput_container select::-moz-placeholder,
.gform_wrapper .gfield .ginput_container textarea::-moz-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container input:-ms-input-placeholder,
.gform_wrapper .gfield .ginput_container select:-ms-input-placeholder,
.gform_wrapper .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #bbbdbf;
}
.gform_wrapper .gfield .ginput_container textarea {
  height: auto;
}
.gform_wrapper .gfield .ginput_container .gfield_radio label,
.gform_wrapper .gfield .ginput_container .gfield_checkbox label {
  font-weight: normal;
}
.gform_wrapper .gfield .ginput_container .gfield_radio li,
.gform_wrapper .gfield .ginput_container .gfield_checkbox li {
  margin-bottom: 0;
}
.gform_wrapper .gfield .ginput_container .gfield_radio input,
.gform_wrapper .gfield .ginput_container .gfield_checkbox input {
  line-height: normal !important;
  float: left;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
  padding: 0;
}
.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #ed1a3b;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #ed1a3b;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #000000;
  background-color: #000000;
  color: #ed1a3b;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #ed1a3b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 26, 59, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(237, 26, 59, 0.6);
}
.validation_error {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #000000;
  border-color: #000000;
  color: #ed1a3b;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error > p,
.validation_error > ul {
  margin-bottom: 0;
}
.validation_error > p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #000000;
}
.validation_error .alert-link {
  color: #c50f2c;
}
#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #000000;
  border-color: #000000;
  color: #1ac6c0;
}
#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}
#gforms_confirmation_message .alert-link {
  font-weight: bold;
}
#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
  margin-bottom: 0;
}
#gforms_confirmation_message > p + p {
  margin-top: 5px;
}
#gforms_confirmation_message hr {
  border-top-color: #000000;
}
#gforms_confirmation_message .alert-link {
  color: #149994;
}
html {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}
#bg {
  -ms-behavior: url(/backgroundsize.min.htc);
  background: url(../img/elements/bg-blur.jpg) no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#container {
  z-index: 10;
  width: 100%;
  position: relative;
  background-color: transparent;
}
#content {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .content-main {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .content-sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* Header */
#header .logo {
  margin-left: 0;
  position: relative;
  z-index: 999;
  padding: 46.5px 30px 46.5px 0;
}
#header .logo img {
  width: 105px;
  height: 17px;
  display: block;
}
@media screen and (max-width: 991px) {
  #header .logo {
    padding: 28px 0;
  }
  #header .logo img {
    height: 17px;
    width: auto;
  }
}
/* Navbar */
.navbar {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar .navbar-nav > li > a {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav > li > a:after {
    -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0%;
    border-bottom: 2px solid #ed1a3b;
  }
  .navbar .navbar-nav > li > a:hover:after {
    left: 15px;
    right: 15px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li > a {
    border-left: 2px solid #0e1922;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav > li.active > a:after {
    left: 15px;
    right: 15px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li.active > a {
    border-left: 2px solid #ed1a3b;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav > li.active.dropdown > a {
    border-left: 2px solid #fff;
  }
}
.navbar .navbar-close img {
  width: 30px;
}
.navbar .navbar-icons li a {
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-icons {
    padding: 20px 0 0 20px;
  }
  .navbar .navbar-icons li {
    border: none;
    display: inline-block;
  }
  .navbar .navbar-icons li a {
    padding: 10px;
  }
}
.headroom {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
}
.headroom.headroom--pinned {
  top: 0;
}
.headroom.headroom--unpinned {
  top: -110px;
}
@media screen and (max-width: 991px) {
  .headroom.headroom--unpinned {
    top: -73.33333333px;
  }
}
.headroom.headroom--top .navbar {
  background: transparent;
}
@media screen and (max-width: 991px) {
  .headroom.headroom--top .navbar .navbar-offcanvas {
    background: #0e1922;
  }
}
.headroom.headroom--not-top .navbar-inverse {
  background: #0e1922;
}
.headroom.headroom--not-top .navbar-default {
  background: #fff;
}
.modal-fullscreen .modal-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}
.modal-fullscreen form {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  border-bottom: 2px solid #ed1a3b;
}
.modal-fullscreen form[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.modal-fullscreen form .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.modal-fullscreen input {
  float: left;
  background: transparent !important;
}
.modal-fullscreen label {
  width: 75%;
  float: left;
}
.modal-fullscreen a {
  display: block;
  margin-top: 30px;
  color: #7a7d80;
}
.modal-fullscreen input[type=text],
.modal-fullscreen input[type=search] {
  display: block;
  width: 100%;
  height: 62px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #7a7d80;
  background-color: #e9eaeb;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 44px;
  padding: 12px;
  padding-top: 0;
  padding-left: 0;
  font-size: 24px;
  height: 70px;
  width: 75%;
}
.modal-fullscreen input[type=text]:focus,
.modal-fullscreen input[type=search]:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.modal-fullscreen input[type=text]::-moz-placeholder,
.modal-fullscreen input[type=search]::-moz-placeholder {
  color: #bbbdbf;
  opacity: 1;
}
.modal-fullscreen input[type=text]:-ms-input-placeholder,
.modal-fullscreen input[type=search]:-ms-input-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=text]::-webkit-input-placeholder,
.modal-fullscreen input[type=search]::-webkit-input-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=text][disabled],
.modal-fullscreen input[type=search][disabled],
.modal-fullscreen input[type=text][readonly],
.modal-fullscreen input[type=search][readonly],
fieldset[disabled] .modal-fullscreen input[type=text],
fieldset[disabled] .modal-fullscreen input[type=search] {
  cursor: not-allowed;
  background-color: #e9eaeb;
  opacity: 1;
}
textarea.modal-fullscreen input[type=text],
textarea.modal-fullscreen input[type=search] {
  height: auto;
}
.modal-fullscreen input[type=text]::-webkit-input-placeholder,
.modal-fullscreen input[type=search]::-webkit-input-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=text]:-moz-placeholder,
.modal-fullscreen input[type=search]:-moz-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=text]::-moz-placeholder,
.modal-fullscreen input[type=search]::-moz-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=text]:-ms-input-placeholder,
.modal-fullscreen input[type=search]:-ms-input-placeholder {
  color: #bbbdbf;
}
.modal-fullscreen input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  float: right;
  text-align: right;
  padding-top: 26px;
  padding-right: 0;
  color: #ed1a3b;
}
.modal-fullscreen input[type=submit]:focus,
.modal-fullscreen input[type=submit]:active:focus,
.modal-fullscreen input[type=submit].active:focus,
.modal-fullscreen input[type=submit].focus,
.modal-fullscreen input[type=submit]:active.focus,
.modal-fullscreen input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal-fullscreen input[type=submit]:hover,
.modal-fullscreen input[type=submit]:focus,
.modal-fullscreen input[type=submit].focus {
  color: #7a7d80;
  text-decoration: none;
}
.modal-fullscreen input[type=submit]:active,
.modal-fullscreen input[type=submit].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);
}
.modal-fullscreen input[type=submit].disabled,
.modal-fullscreen input[type=submit][disabled],
fieldset[disabled] .modal-fullscreen input[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  zoom: 1;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==65);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-fullscreen input[type=submit]:active,
.modal-fullscreen input[type=submit].active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-fullscreen input[type=submit][class^="icon-"]:before,
.modal-fullscreen input[type=submit][class*=" icon-"]:before {
  margin-right: 5px;
}
.modal-fullscreen input[type=submit].btn-link {
  padding: 0;
}
.wrapper-subnav {
  background: #0e1922;
}
.wrapper-subnav.wrapper-subnav-brand {
  background: #ed1a3b;
}
.wrapper-subnav.wrapper-subnav-brand .list-group-item {
  background: transparent !important;
  border: none;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .wrapper-subnav .container {
    width: 100%;
    padding: 0;
  }
}
.custom-collapse:before,
.custom-collapse:after {
  content: " ";
  display: table;
}
.custom-collapse:after {
  clear: both;
}
.custom-collapse:before,
.custom-collapse:after {
  content: " ";
  display: table;
}
.custom-collapse:after {
  clear: both;
}
.custom-collapse .list-group-item {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 20px 15px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-collapse .list-group-item:hover {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .custom-collapse .list-group-item {
    font-size: 14px;
    padding: 22px 10px;
  }
}
@media screen and (max-width: 991px) {
  .custom-collapse .list-group-item {
    border-left: 2px solid #0e1922;
    padding: 15px 30px;
  }
  .custom-collapse .list-group-item.active {
    border-left: 2px solid #ed1a3b;
  }
}
.custom-collapse .list-group-heading {
  padding: 0;
}
.custom-collapse .list-group-heading h6 {
  color: #fff;
  padding: 25px 20px 0 0;
  margin: 0;
}
.custom-collapse .list-group-heading:before {
  content: "";
}
.custom-collapse .list-group-heading:hover {
  background: #0e1922;
  color: #e9eaeb;
}
@media screen and (max-width: 991px) {
  .custom-collapse .list-group-heading {
    padding: 30px 30px;
  }
  .custom-collapse .list-group-heading h6 {
    padding: 5px 10px 0 0;
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .custom-collapse .list-group-item {
    float: left;
    border: 0;
    border-bottom: 2px solid #0e1922;
  }
  .custom-collapse .list-group-item.active {
    border-bottom: 2px solid #ed1a3b;
  }
  .custom-collapse .list-group-heading {
    float: left;
  }
  .custom-collapse .collapse {
    display: block;
    visibility: visible;
    height: auto !important;
  }
  .custom-collapse .collapsing {
    height: auto !important;
  }
  .list-group-heading.collapse-toggle:before {
    display: none;
  }
}
.list-group-heading.collapse-toggle:before {
  font-family: 'fontello';
  content: '\e8e1';
  float: right;
}
.list-group-heading.collapse-toggle.collapsed:before {
  content: '\e8e7';
}
@media screen and (min-width: 992px) {
  .flexbox .custom-collapse .collapse-wrapper {
    overflow: scroll;
    overflow-y: hidden !important;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .flexbox .custom-collapse .collapse-wrapper::-webkit-scrollbar {
    display: none;
  }
  .flexbox .custom-collapse .collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 72px !important;
  }
  .flexbox .custom-collapse .collapse a {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    position: relative;
    display: block;
  }
}
.btn {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}
.btn.btn-link {
  padding: 0;
}
.vertical {
  position: absolute;
  z-index: 1060;
  top: 100vh;
  left: 50%;
  margin: -50px 0 0 -1px;
  display: block;
  width: 2px;
  height: 100px;
  background: #ed1a3b;
}
#feature {
  background: #0e1922;
}
#feature.feature-light {
  background: #fff;
}
#feature.feature-light p {
  color: #7a7d80;
}
@media screen and (max-width: 991px) {
  #feature h1 {
    margin-bottom: 15px;
  }
}
#feature h5 {
  color: #ed1a3b;
}
#feature p {
  font-size: 18px;
  color: #bbbdbf;
}
@media screen and (max-width: 1499px) {
  #feature p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #feature p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #feature p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #feature p {
    font-size: 14px;
  }
}
.rsNav {
  visibility: hidden;
}
body.home .rsNav {
  visibility: visible;
}
.wrapper-projects {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #0e1922;
}
@media screen and (max-width: 1199px) {
  .wrapper-projects {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.wrapper-projects .owl-wrapper-outer {
  overflow: visible;
}
.carousel-projects .owl-item {
  position: relative;
}
.carousel-projects .owl-item:first-child {
  position: absolute;
  z-index: 800;
  height: 100%;
  bottom: 0;
  pointer-events: none;
}
.carousel-projects .owl-item:first-child .item-title {
  pointer-events: all;
}
.carousel-projects .item {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
}
@media screen and (max-width: 767px) {
  .carousel-projects .item {
    text-align: center;
  }
}
.carousel-projects .item-title {
  position: absolute;
  width: 200px !important;
  top: 50px;
  bottom: 130px;
  background: #ed1a3b;
  text-align: center;
}
.carousel-projects .item-title h2 {
  margin-bottom: 0px;
}
.carousel-projects .item-title:hover {
  background: #ce102e;
}
@media screen and (max-width: 767px) {
  .carousel-projects .item-title {
    width: 170px !important;
    top: 45px;
    bottom: 125px;
  }
}
.carousel-projects img {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
  zoom: 1;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.carousel-projects h6 {
  margin: 30px 0 10px 0;
}
.carousel-projects h6 span {
  color: #ed1a3b;
  display: block;
}
.carousel-projects .item:hover img {
  zoom: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.wrapper-news {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ed1a3b;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .wrapper-news {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.carousel-news .item {
  display: block;
  border: 30px solid transparent;
  text-align: left;
}
.carousel-news .item i {
  color: #fff;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.carousel-news .item span {
  color: #0e1922;
}
@media screen and (min-width: 768px) {
  .carousel-news .item span {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .carousel-news .item span {
    display: block;
  }
}
.service-list {
  position: relative;
  overflow: hidden;
  background: #e9eaeb;
}
.service-list .service-wrapper {
  padding: 40px;
}
@media screen and (min-width: 992px) {
  .service-list .service-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.service-list a {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background: #fff;
  display: block;
  height: auto;
  float: left;
  position: relative;
  width: 33.33%;
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  border-right: 1px solid rgba(127, 127, 127, 0.15);
  text-align: left;
}
.service-list a h2 {
  width: 60%;
}
.service-list a p {
  color: #7a7d80;
}
@media screen and (min-width: 992px) {
  .service-list a {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 991px) {
  .service-list a {
    width: 100%;
    padding-bottom: 0;
  }
}
.service-list a img {
  -webkit-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 48px;
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .service-list .service {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.service-list a:hover {
  background: #f7f7f7;
}
.service-list a:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.wrapper-isotope {
  padding-top: 67.5px;
  padding-bottom: 67.5px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .wrapper-isotope {
    padding-top: 56.25px;
    padding-bottom: 56.25px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-isotope {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-isotope {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.isotope .image-wrapper {
  background: #ed1a3b;
  overflow: hidden;
}
.isotope .item:hover .image-wrapper img {
  zoom: 1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==10);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.isotope h6 {
  margin: 30px 0 10px 0;
}
.isotope h6 span {
  color: #ed1a3b;
}
@media screen and (min-width: 768px) {
  .isotope h6 span {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .isotope h6 span {
    display: block;
  }
}
.content-sidebar .list-line li {
  font-size: 10px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 0;
  color: #1e2a34;
}
.wrapper-articles {
  padding-top: 67.5px;
  padding-bottom: 67.5px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .wrapper-articles {
    padding-top: 56.25px;
    padding-bottom: 56.25px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-articles {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-articles {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-articles {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wrapper-articles .container {
    padding: 0;
  }
}
.wrapper-articles .item {
  display: block;
  border: 30px solid transparent;
  text-align: left;
}
.wrapper-articles .item h4 {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  color: #7a7d80;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper-articles .item h4 {
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-articles .item h4 {
    margin-bottom: 15px;
  }
}
.wrapper-articles .item h6 {
  margin-bottom: 0;
}
.wrapper-articles .item i {
  color: #fff;
  display: block;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wrapper-articles .item span {
  color: #ed1a3b;
}
@media screen and (min-width: 992px) {
  .wrapper-articles .item span {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-articles .item span {
    display: block;
  }
}
.wrapper-articles .item .image-wrapper {
  overflow: hidden;
  float: right;
  width: 90px;
  margin-left: 20px;
  background: #ed1a3b;
}
.wrapper-articles .item .image-wrapper img {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.wrapper-articles .item .text-wrapper {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .wrapper-articles .item .text-wrapper {
    border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-articles .item .text-wrapper {
    padding-bottom: 30px;
  }
}
.wrapper-articles .item:hover h4 {
  color: #1e2a34;
}
.wrapper-articles .item:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  zoom: 1;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==10);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
@media screen and (min-width: 1499px) {
  .wrapper-articles .item:nth-child(1) h4,
  .wrapper-articles .item:nth-child(2) h4,
  .wrapper-articles .item:nth-child(3) h4 {
    margin-top: 30px;
  }
  .wrapper-articles .item:nth-child(1) .image-wrapper,
  .wrapper-articles .item:nth-child(2) .image-wrapper,
  .wrapper-articles .item:nth-child(3) .image-wrapper {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper-articles .item:nth-child(1) h4,
  .wrapper-articles .item:nth-child(2) h4 {
    margin-top: 30px;
  }
  .wrapper-articles .item:nth-child(1) .image-wrapper,
  .wrapper-articles .item:nth-child(2) .image-wrapper {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-articles .item {
    border: 20px solid transparent;
  }
  .wrapper-articles .item .text-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-articles .item {
    border: 30px solid transparent;
    border-bottom: 0;
    -webkit-box-shadow: 0px 1px 0px rgba(127, 127, 127, 0.15);
    -moz-box-shadow: 0px 1px 0px rgba(127, 127, 127, 0.15);
    box-shadow: 0px 1px 0px rgba(127, 127, 127, 0.15);
  }
  .wrapper-articles .item .text-wrapper {
    padding-bottom: 30px;
  }
}
.cta-article h5 {
  margin-bottom: 20px;
}
.cta-article h4 {
  height: 3em;
  overflow: hidden;
  margin-bottom: 0;
}
.cta-article .thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 2px solid #fff;
}
.cta-article .thumb img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .cta-article .thumb {
    width: 85px;
    height: 85px;
  }
}
.cta-article .align-left .thumb {
  float: left;
  margin-right: 30px;
}
.cta-article .align-right .thumb {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .cta-article .align-left {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.share {
  border-top: 2px solid rgba(127, 127, 127, 0.15);
  padding-top: 40px;
}
.share img {
  width: 30px;
  float: left;
  margin-right: 20px;
}
.share h4 {
  font-size: 14px;
  line-height: 2.2em;
}
.share li a {
  color: #7a7d80;
}
.share li:before {
  content: none !important;
}
.wrapper-people {
  background: #f7f7f7;
}
body.contact .feature-content {
  pointer-events: none;
}
.contact-locations .block {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contact-locations .block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  }
}
.contact-locations .block h6 {
  margin-bottom: 10px;
}
.wrapper-contactform {
  background: #ed1a3b;
}
.wrapper-contactform form label {
  display: none;
}
.wrapper-contactform form ul {
  margin: 0;
  padding: 0;
}
.wrapper-contactform form ul li {
  list-style-type: none;
}
.wrapper-contactform form .gform_heading {
  display: none;
}
.wrapper-contactform form .gform_button {
  background: transparent;
  border: 2px solid;
}
.wrapper-contactform form .gform_button.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #7a7d80;
}
.wrapper-contactform form .gform_button.btn-default:hover,
.wrapper-contactform form .gform_button.btn-default.active {
  background: transparent;
  border-color: #dcdddf;
  color: #ed1a3b;
}
.wrapper-contactform form .gform_button.btn-primary {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wrapper-contactform form .gform_button.btn-primary:hover,
.wrapper-contactform form .gform_button.btn-primary.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wrapper-contactform form .gform_button.btn-warning {
  border-color: #f0b129;
  color: #f0b129;
}
.wrapper-contactform form .gform_button.btn-warning:hover,
.wrapper-contactform form .gform_button.btn-warning.active {
  background: transparent;
  border-color: #eea811;
  color: #eea811;
}
.wrapper-contactform form .gform_button.btn-success {
  border-color: #1ac6c0;
  color: #1ac6c0;
}
.wrapper-contactform form .gform_button.btn-success:hover,
.wrapper-contactform form .gform_button.btn-success.active {
  background: transparent;
  border-color: #17afaa;
  color: #17afaa;
}
.wrapper-contactform form .gform_button.btn-danger {
  border-color: #ed1a3b;
  color: #ed1a3b;
}
.wrapper-contactform form .gform_button.btn-danger:hover,
.wrapper-contactform form .gform_button.btn-danger.active {
  background: transparent;
  border-color: #dc1131;
  color: #dc1131;
}
.wrapper-contactform form .gform_button.btn-info {
  border-color: #a383db;
  color: #a383db;
}
.wrapper-contactform form .gform_button.btn-info:hover,
.wrapper-contactform form .gform_button.btn-info.active {
  background: transparent;
  border-color: #946fd5;
  color: #946fd5;
}
.wrapper-contactform form .gform_button.btn-black {
  border-color: #0e1922;
  color: #0e1922;
}
.wrapper-contactform form .gform_button.btn-black:hover,
.wrapper-contactform form .gform_button.btn-black.active {
  background: transparent;
  border-color: #1d3446;
  color: #1d3446;
}
.wrapper-contactform form .gform_button.btn-white {
  border-color: #fff;
  color: #fff;
}
.wrapper-contactform form .gform_button.btn-white:hover,
.wrapper-contactform form .gform_button.btn-white.active {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.wrapper-contactform form .gform_button.btn-opaque-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.wrapper-contactform form .gform_button.btn-opaque-dark:hover,
.wrapper-contactform form .gform_button.btn-opaque-dark.active {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #e6e6e6;
}
.wrapper-contactform form .gform_button.btn-opaque-light {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wrapper-contactform form .gform_button.btn-opaque-light:hover,
.wrapper-contactform form .gform_button.btn-opaque-light.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
footer.footer-dark {
  background: #0e1922;
}
footer.footer-dark h6 {
  color: #fff;
}
footer.footer-dark a {
  color: #7a7d80;
}
footer.footer-columns .list-social li {
  margin-bottom: 20px;
}
footer #accordion {
  font-size: 14px;
}
footer #accordion .accordion-toggle {
  display: block;
  padding: 8px 0;
  border-top: 1px solid rgba(127, 127, 127, 0.15);
}
footer #accordion .panel-body {
  font-size: 12px;
  padding-bottom: 10px;
}
footer #accordion .panel-body a {
  font-family: "Bebus", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ed1a3b;
}
footer .footer-form .footer-form-wrapper {
  margin-bottom: 45px;
  border-bottom: 2px solid #ed1a3b;
}
@media screen and (max-width: 1199px) {
  footer .footer-form .footer-form-wrapper {
    margin-bottom: 37.5px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-form .footer-form-wrapper {
    margin-bottom: 30px;
  }
}
footer .footer-form input {
  background: transparent;
  padding-left: 0;
  color: #fff;
}
footer .footer-form input:focus {
  background: transparent;
}
footer img {
  width: 105px;
  height: 17px;
  margin-top: 30px;
  float: right;
}
html.lt-ie10 .pace,
html.lt-ie9 .pace,
html.lt-ie10 #preloader,
html.lt-ie9 #preloader {
  display: none;
}
html.lt-ie10 #feature .feature-content .row,
html.lt-ie9 #feature .feature-content .row {
  margin-right: auto;
  margin-left: auto;
}
html.lt-ie10 .headroom {
  position: absolute;
}
