<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &gt; .caret,
  .dropup &gt; .btn &gt; .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: "Proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00bfd5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #007a89;
  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 &gt; img,
.thumbnail a &gt; 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 #eeeeee;
  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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.5;
  color: #1f1f1f;
}
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: #bbbbbb;
}
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: 66px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 13px;
}
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: #bbbbbb;
}
.text-primary {
  color: #00bfd5;
}
a.text-primary:hover {
  color: #0091a2;
}
.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: #f55245;
}
a.text-danger:hover {
  color: #f22515;
}
.bg-primary {
  color: #fff;
  background-color: #00bfd5;
}
a.bg-primary:hover {
  background-color: #0091a2;
}
.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 #eeeeee;
}
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 &gt; 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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbbbbb;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.875;
  color: #bbbbbb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.875;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.row {
  margin-left: -40px;
  margin-right: -40px;
}
.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: 40px;
  padding-right: 40px;
}
.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: #333;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
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: #7f7f7f;
}
.form-control {
  display: block;
  width: 100%;
  height: 62px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.875;
  color: #7f7f7f;
  background-color: #eeeeee;
  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: #bbbbbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
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: #f55245;
}
.has-error .form-control {
  border-color: #f55245;
  -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: #f22515;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faaca6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faaca6;
}
.has-error .input-group-addon {
  color: #f55245;
  border-color: #f55245;
  background-color: #000000;
}
.has-error .form-control-feedback {
  color: #f55245;
}
.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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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 &gt; .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: -40px;
  margin-right: -40px;
}
@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: 40px;
}
@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: #7f7f7f;
  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: #7f7f7f;
  background-color: #f7f7f7;
  border-color: #eeeeee;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #7f7f7f;
  background-color: #dedede;
  border-color: #cfcfcf;
}
.btn-default:active,
.btn-default.active,
.open &gt; .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: #eeeeee;
}
.btn-default .badge {
  color: #f7f7f7;
  background-color: #7f7f7f;
}
.btn-primary {
  color: #fff;
  background-color: #00bfd5;
  border-color: #00a8bc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0091a2;
  border-color: #00717e;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .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: #00bfd5;
  border-color: #00a8bc;
}
.btn-primary .badge {
  color: #00bfd5;
  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 &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #149994;
  border-color: #107976;
}
.btn-success:active,
.btn-success.active,
.open &gt; .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 &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #865bd0;
  border-color: #7140c7;
}
.btn-info:active,
.btn-info.active,
.open &gt; .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 &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d7980f;
  border-color: #b6800d;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .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: #f55245;
  border-color: #f43b2d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #f22515;
  border-color: #d81b0c;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .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: #f55245;
  border-color: #f43b2d;
}
.btn-danger .badge {
  color: #f55245;
  background-color: #fff;
}
.btn-link {
  color: #00bfd5;
  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: #007a89;
  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: #bbbbbb;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .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 #eeeeee;
  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: #eeeeee;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.875;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #eeeeee;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #eeeeee;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #bbbbbb;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; 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: #bbbbbb;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .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 &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .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 &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #bbbbbb;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #bbbbbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #00bfd5;
}
.nav .nav-divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.875;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #eeeeee;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #7f7f7f;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #eeeeee #eeeeee;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #eeeeee #eeeeee;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 3px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #333;
  background-color: #eeeeee;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #eeeeee #eeeeee;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #eeeeee #eeeeee;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content &gt; .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: 190px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 40px;
  padding-left: 40px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !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 &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -40px;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 80px 40px;
  font-size: 20px;
  line-height: 30px;
  height: 190px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -40px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 40px;
  padding: 9px 10px;
  margin-top: 78px;
  margin-bottom: 78px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 40px -40px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 30px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.navbar-form {
  margin-left: -40px;
  margin-right: -40px;
  padding: 10px 40px;
  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: 64px;
  margin-bottom: 64px;
}
@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 &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 64px;
  margin-bottom: 64px;
}
.navbar-btn.btn-sm {
  margin-top: 73.5px;
  margin-bottom: 73.5px;
}
.navbar-btn.btn-xs {
  margin-top: 84px;
  margin-bottom: 84px;
}
.navbar-text {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -40px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #7f7f7f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #666666;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #7f7f7f;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #7f7f7f;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #1f1f1f;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #1f1f1f;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #bbbbbb;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #eeeeee;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: transparent;
  color: #1f1f1f;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #7f7f7f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #1f1f1f;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #1f1f1f;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #bbbbbb;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #7f7f7f;
}
.navbar-default .navbar-link:hover {
  color: #1f1f1f;
}
.navbar-default .btn-link {
  color: #7f7f7f;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #1f1f1f;
}
.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: #bbbbbb;
}
.navbar-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
  color: #bbbbbb;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bbbbbb;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #bbbbbb;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.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 &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .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 &gt; li &gt; a {
    color: #bbbbbb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bbbbbb;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bbbbbb;
}
.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: #333;
}
.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: #bbbbbb;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2;
}
.label-primary {
  background-color: #00bfd5;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0091a2;
}
.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: #f55245;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f22515;
}
.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: #bbbbbb;
  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 &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #00bfd5;
  background-color: #fff;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.875;
  background-color: #fff;
  border: 1px solid #eeeeee;
  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 &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00bfd5;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; 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: #f55245;
}
.alert-danger hr {
  border-top-color: #000000;
}
.alert-danger .alert-link {
  color: #f22515;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #333;
}
a.list-group-item .list-group-item-heading {
  color: #1f1f1f;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #333;
  background-color: #f7f7f7;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #bbbbbb;
  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: #bbbbbb;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.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 &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .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: #ffffff;
}
.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: #f55245;
  background-color: #000000;
}
a.list-group-item-danger {
  color: #f55245;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #f55245;
  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: #f55245;
  border-color: #f55245;
}
.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: #eeeeee;
  border: 1px solid #dcdcdc;
  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: #151515;
  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: #151515;
  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 #eeeeee;
  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: #151515;
}
.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 #eeeeee;
  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 #eeeeee;
}
.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: #151515;
  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: #151515;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #151515;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #151515;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #151515;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #151515;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #151515;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #151515;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #151515;
}
.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 #eeeeee;
  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 &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 6px;
}
.popover &gt; .arrow:after {
  border-width: 5px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #bbbbbb;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -6px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  border-top-color: #f7f7f7;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -6px;
  margin-top: -6px;
  border-left-width: 0;
  border-right-color: #bbbbbb;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -5px;
  border-left-width: 0;
  border-right-color: #f7f7f7;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #bbbbbb;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -6px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #f7f7f7;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -6px;
  margin-top: -6px;
  border-right-width: 0;
  border-left-color: #bbbbbb;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left &gt; .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 &gt; .btn-group:before,
.btn-group-vertical &gt; .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 &gt; .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;
  }
}
::selection {
  background: #eeeeee;
  /* Safari */
}
::-moz-selection {
  background: #eeeeee;
  /* Firefox */
}
button {
  border: none;
  padding: 0;
}
.container.full {
  width: 100%;
}
.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: 767px) {
  .navbar {
    min-height: 64px;
  }
}
.navbar.navbar-inverse .navbar-collapse {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-inverse .navbar-collapse {
    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);
    border-color: transparent;
    overflow: visible;
    background: transparent;
  }
  .navbar.navbar-inverse .navbar-collapse.in {
    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);
  }
}
.navbar.navbar-fixed-top {
  position: absolute;
}
.navbar.navbar-top {
  background: transparent;
}
.navbar.navbar-full .container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navbar.navbar-full .container .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar .navbar-nav.navbar-right {
  padding-right: 40px;
}
.navbar .navbar-nav &gt; li &gt; a {
  cursor: pointer;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav &gt; li &gt; a {
    padding: 17px;
  }
}
.navbar .navbar-nav &gt; li:last-child a {
  padding-right: 0 !important;
  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;
  padding: 83px 0;
}
.navbar .navbar-toggle .icon-bar {
  width: 30px;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .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;
}
.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 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.modal .trigger-close {
  position: absolute;
}
.modal-body .trigger-close {
  position: relative;
}
/* 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: #333;
}
.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 #eeeeee;
  font-size: 20px;
  color: #00bfd5;
  padding: 0 0 0 30px;
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
}
blockquote small {
  font-family: "Proxima", "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 #00bfd5;
}
.dropdown-menu &gt; li &gt; 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: #00bfd5;
}
/* Ordered List */
.content-main ol li,
ol.styled li {
  font-weight: bold;
  color: #00bfd5;
}
.content-main ol li ol li,
ol.styled li ol li {
  color: #09e6ff;
}
.content-main ol li span,
ol.styled li span {
  font-weight: normal;
  color: #333;
}
/* 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: 10px 0;
}
.list-line li a:before {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 11px;
  color: #333;
}
.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: #00bfd5;
}
.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: #00bfd5;
}
.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: #eeeeee;
  border-width: 5px;
  margin-top: -5px;
}
.list-group a.list-group-heading {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #1f1f1f;
  color: #bbbbbb;
  padding: 30px 30px;
}
.list-group a.list-group-heading:before {
  content: "";
}
.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: #00bfd5;
}
.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);
  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-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-black {
  background: #151515;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-outline.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #333;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default.active {
  background: transparent;
  border-color: #e1e1e1;
  color: #00bfd5;
}
.btn-outline.btn-primary {
  border-color: #00bfd5;
  color: #00bfd5;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary.active,
.btn-outline.btn-primary:focus {
  background: #00bfd5;
  color: #fff;
}
.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: #f55245;
  color: #f55245;
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger.active {
  background: transparent;
  border-color: #f43b2d;
  color: #f43b2d;
}
.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: #1f1f1f;
  color: #1f1f1f;
}
.btn-outline.btn-black:hover,
.btn-outline.btn-black.active {
  background: transparent;
  border-color: #393939;
  color: #393939;
}
.btn-outline.btn-black {
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-black:hover,
.btn-outline.btn-black.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: 40px;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-circle.btn:before {
  margin-right: 0;
  text-align: center;
}
.btn-circle.btn-sm {
  height: 30px;
  width: 30px;
}
.btn-circle.btn-lg {
  height: 50px;
  width: 50px;
}
.btn-circle.btn-outline {
  height: 44px;
  width: 44px;
}
.btn-circle.btn-outline.btn-sm {
  height: 34px;
  width: 34px;
}
.btn-circle.btn-outline.btn-lg {
  height: 54px;
  width: 54px;
}
.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.btn-outline {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.light .btn.btn-outline:hover,
.light .btn.btn-outline.active {
  border-color: rgba(0, 0, 0, 0.3);
  color: #1a1a1a;
}
.dark .btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dark .btn.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.dark .btn.btn-outline:hover,
.dark .btn.btn-outline.active {
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
.brand .btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.brand .btn.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.brand .btn.btn-outline:hover,
.brand .btn.btn-outline.active {
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
/* Loader generic styles */
html #preloader {
  -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);
  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-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  background: #00bfd5;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}
html #preloader .spinner {
  top: 50%;
}
html.loading-done #preloader {
  zoom: 1 !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
  top: -200% !important;
  height: 0;
}
/* Loader custom styles - http://tobiasahlin.com/spinkit/ */
.spinner {
  margin: 0 auto;
  width: 100px;
  text-align: center;
  position: relative;
}
.spinner &gt; div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* 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: #333;
  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: #1f1f1f;
  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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  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: 40px;
}
html.no-touch #carousel:hover .owl-buttons.owl-previous {
  left: 40px;
}
@media (max-width: 991px) {
  html.no-touch #carousel .owl-buttons {
    display: none;
  }
}
.overlay a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.overlay a figure {
  -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);
  height: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #00bfd5;
}
.overlay a figure 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-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.overlay a figure figcaption {
  -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-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.overlay a figure figcaption span {
  position: relative;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
html.no-touch .overlay a:hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
html.no-touch .overlay a:hover figcaption {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.overlay-text .item-text {
  -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);
  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);
}
html.no-touch .overlay-text a:hover .item-text {
  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);
  background: #00bfd5;
}
/* 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: #151515;
}
.call-out.light {
  background: #fff;
}
.trigger {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 1030;
}
.trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  margin-left: -15px;
  background-color: transparent;
  font-size: 0px;
  -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;
}
.trigger span:before,
.trigger span:after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7f7f7f;
  content: '';
}
@media screen and (max-width: 991px) {
  .trigger span {
    width: 24px;
    margin-top: -2px;
    margin-left: -12px;
  }
}
.trigger:hover span:before,
.trigger:hover span:after {
  background: #333;
}
.trigger.pull-left {
  left: 0;
}
.trigger.pull-right {
  right: 0;
}
.trigger.pull-top {
  top: 0;
}
.trigger.pull-bottom {
  bottom: 0;
}
.trigger.trigger-fixed {
  position: fixed;
}
.trigger.light span:before,
.trigger.light span:after {
  background: #fff;
}
.trigger.light.trigger-menu.collapsed span {
  background: #fff;
}
.trigger.dark span:before,
.trigger.dark span:after {
  background: #1f1f1f;
}
.trigger.dark.trigger-menu.collapsed span {
  background: #1f1f1f;
}
.link-menu {
  position: fixed;
  display: block;
}
.link-menu span {
  background-color: #7f7f7f;
}
.link-menu span:before {
  -webkit-transform: translateY(-450%);
  -moz-transform: translateY(-450%);
  -ms-transform: translateY(-450%);
  -o-transform: translateY(-450%);
  transform: translateY(-450%);
}
.link-menu span:after {
  -webkit-transform: translateY(450%);
  -moz-transform: translateY(450%);
  -ms-transform: translateY(450%);
  -o-transform: translateY(450%);
  transform: translateY(450%);
}
.trigger-menu {
  position: fixed;
  display: block;
}
.trigger-menu span: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);
}
.trigger-menu span: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);
}
html.no-touch .trigger-menu:hover span:before,
html.no-touch .trigger-menu:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}
html.no-touch .link-menu:hover span:before {
  -webkit-transform: translateY(0) rotate(90deg);
  -moz-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  -o-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}
html.no-touch .link-menu:hover span:after {
  -webkit-transform: translateY(0) rotate(-90deg);
  -moz-transform: translateY(0) rotate(-90deg);
  -ms-transform: translateY(0) rotate(-90deg);
  -o-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
}
html.sb-active-right .sb-toggle-right span {
  background-color: transparent;
}
html.sb-active-right .sb-toggle-right span: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);
}
html.sb-active-right .sb-toggle-right span: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);
}
html.sb-active-right .sb-toggle-right.dark span {
  background: transparent;
}
html.no-touch.sb-active-right .sb-toggle-right:hover span:before,
html.no-touch.sb-active-right .sb-toggle-right:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}
.trigger-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 991px) {
  .trigger-icon {
    width: 24px;
    height: 24px;
  }
}
.trigger-icon.trigger-plus span:before {
  -webkit-transform: translateY(0) rotate(90deg);
  -moz-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  -o-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}
.trigger-icon.trigger-plus span:after {
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.trigger-icon.trigger-minus span:before {
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.trigger-icon.trigger-minus span:after {
  -webkit-transform: translateY(0) rotate(0deg);
  -moz-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  -o-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.trigger-icon.trigger-close span: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);
}
.trigger-icon.trigger-close span: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);
}
html.sb-active-left .trigger-plus.link-refine span:before {
  -webkit-transform: translateY(0) rotate(315deg);
  -moz-transform: translateY(0) rotate(315deg);
  -ms-transform: translateY(0) rotate(315deg);
  -o-transform: translateY(0) rotate(315deg);
  transform: translateY(0) rotate(315deg);
}
html.sb-active-left .trigger-plus.link-refine span:after {
  -webkit-transform: translateY(0) rotate(-135deg);
  -moz-transform: translateY(0) rotate(-135deg);
  -ms-transform: translateY(0) rotate(-135deg);
  -o-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}
.trigger-arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.trigger-arrow span {
  width: 24px;
  margin-left: -12px;
}
.trigger-arrow.trigger-arrow-right span: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: -7px;
}
.trigger-arrow.trigger-arrow-right span: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: 7px;
}
.trigger-arrow.trigger-arrow-left span: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: -7px;
}
.trigger-arrow.trigger-arrow-left span: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: 7px;
}
.trigger-arrow.trigger-arrow-down span: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);
  left: -7px;
}
.trigger-arrow.trigger-arrow-down span: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);
  left: 7px;
}
.trigger-arrow.trigger-arrow-up span: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);
  left: 7px;
}
.trigger-arrow.trigger-arrow-up span: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);
  left: -7px;
}
@media screen and (max-width: 991px) {
  .trigger-arrow {
    width: 18px;
    height: 18px;
  }
  .trigger-arrow span {
    width: 18px;
    margin-left: -9px;
  }
  .trigger-arrow.trigger-arrow-right span:before {
    top: -5px;
  }
  .trigger-arrow.trigger-arrow-right span:after {
    top: 5px;
  }
  .trigger-arrow.trigger-arrow-left span:before {
    top: -5px;
  }
  .trigger-arrow.trigger-arrow-left span:after {
    top: 5px;
  }
  .trigger-arrow.trigger-arrow-down span:before {
    left: -5px;
  }
  .trigger-arrow.trigger-arrow-down span:after {
    left: 5px;
  }
  .trigger-arrow.trigger-arrow-up span:before {
    left: 5px;
  }
  .trigger-arrow.trigger-arrow-up span:after {
    left: -5px;
  }
}
.collapsed .trigger-arrow-up span: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);
  left: -7px;
}
.collapsed .trigger-arrow-up span: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);
  left: 7px;
}
.collapsed .trigger-arrow-down span: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);
  left: 7px;
}
.collapsed .trigger-arrow-down span: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);
  left: -7px;
}
@media screen and (max-width: 991px) {
  .collapsed .trigger-arrow-up span:before {
    left: -5px;
  }
  .collapsed .trigger-arrow-up span:after {
    left: 5px;
  }
  .collapsed .trigger-arrow-down span:before {
    left: 5px;
  }
  .collapsed .trigger-arrow-down span:after {
    left: -5px;
  }
}
.link-circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #7f7f7f;
  border: 1px solid rgba(127, 127, 127, 0.2);
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .link-circle {
    width: 60px;
    height: 60px;
  }
}
.link-square {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
}
.link-square.link-icon {
  font-size: 30px;
  padding-top: 37px;
}
@media screen and (max-width: 991px) {
  .link-square {
    width: 80px;
    height: 80px;
  }
  .link-square.link-icon {
    font-size: 24px;
    padding-top: 22px;
  }
}
.caption-hover figure,
.caption-hover .owl-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;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #00bfd5;
}
.caption-hover figure img,
.caption-hover .owl-item img {
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 100%;
  display: block;
  position: relative;
}
.caption-hover .caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.caption-hover .caption .caption-text {
  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);
  -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: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.caption-hover .caption .caption-text div {
  display: table-cell;
  vertical-align: middle;
}
.caption-hover .caption .caption-text h1,
.caption-hover .caption .caption-text h2,
.caption-hover .caption .caption-text h3,
.caption-hover .caption .caption-text h4,
.caption-hover .caption .caption-text h5,
.caption-hover .caption .caption-text h6 {
  margin-bottom: 0;
}
html.no-touch .caption-hover a:hover img {
  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);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html.no-touch .caption-hover a:hover .caption .caption-text {
  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: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -ms-transition: -ms-transform 0.4s, opacity 0.1s;
  -o-transition: -ms-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.icon-social,
.icon-circle {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid;
  width: 2.3em;
  display: block;
  text-align: center;
}
.icon-social.icon-circle-sm,
.icon-circle.icon-circle-sm {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  padding: 0;
  font-size: 13px;
  line-height: 3.3em;
  width: 44px;
  height: 44px;
}
.icon-social.icon-circle-sm:before,
.icon-circle.icon-circle-sm:before {
  line-height: 3.3em !important;
}
.icon-social.icon-circle-md,
.icon-circle.icon-circle-md {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 2.5em;
  width: 60px;
  height: 60px;
}
/* Slidebars 0.10.1 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,
.sb-site-container,
.sb-slidebar,
body,
html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  height: auto;
  position: relative;
}
html.sb-scroll-lock body {
  height: 100%;
}
html.sb-scroll-lock.sb-active:not(.sb-static),
html.sb-scroll-lock.sb-active:not(.sb-static) body {
  overflow: hidden;
}
#sb-site,
.sb-site-container {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: none;
  background-color: #222;
  -webkit-transform: translate(0px);
}
.sb-left {
  left: 0;
}
.sb-right {
  right: 0;
}
.sb-slidebar.sb-static,
html.sb-static .sb-slidebar {
  position: absolute;
}
.sb-slidebar.sb-active {
  display: block;
}
.sb-style-overlay {
  z-index: 9999;
}
.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
}
.sb-slidebar {
  width: 30%;
}
.sb-width-thin {
  width: 15%;
}
.sb-width-wide {
  width: 45%;
}
@media (max-width: 480px) {
  .sb-slidebar {
    width: 70%;
  }
  .sb-width-thin {
    width: 55%;
  }
  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  .sb-slidebar {
    width: 55%;
  }
  .sb-width-thin {
    width: 40%;
  }
  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .sb-slidebar {
    width: 40%;
  }
  .sb-width-thin {
    width: 25%;
  }
  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .sb-slidebar {
    width: 30%;
  }
  .sb-width-thin {
    width: 15%;
  }
  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .sb-slidebar {
    width: 20%;
  }
  .sb-width-thin {
    width: 5%;
  }
  .sb-width-wide {
    width: 35%;
  }
}
#sb-site,
.sb-site-container,
.sb-slide,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden;
}
.sb-hide {
  display: none;
}
/* Overrides - Slidebars */
.sb-slide,
.sb-slidebar {
  -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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.sb-slidebar .sb-heading {
  padding: 62.5px 40px;
  text-align: right;
}
.sb-slidebar .sb-heading img {
  display: inline-block;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sb-slidebar .sb-heading {
    padding: 15.5px 40px;
  }
}
.sb-slidebar img {
  width: 100%;
}
.sb-slidebar .heading {
  -webkit-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateY(-600px);
  -moz-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  -o-transform: translateY(-600px);
  transform: translateY(-600px);
  text-transform: none;
}
.sb-slidebar ul.list-slidebar {
  padding: 0;
}
.sb-slidebar ul.list-slidebar li {
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  list-style-type: none;
}
.sb-slidebar ul.list-slidebar li a {
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 15px 40px;
  border-top: 1px solid rgba(127, 127, 127, 0.15);
}
.sb-slidebar ul.list-slidebar li.social {
  margin: 15px 80px;
}
.sb-slidebar ul.list-slidebar li.social a {
  width: 2.3em;
  padding: 0;
  display: inline-block;
}
.sb-slidebar ul.list-social {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px;
}
.sb-slidebar.sb-style-fullscreen {
  width: 100%;
  text-align: center;
}
.sb-slidebar.dark {
  background: #151515;
}
.sb-slidebar.dark a {
  color: #bbbbbb;
}
.sb-slidebar.dark a.active {
  color: #fff;
  border-left: 3px solid #00bfd5;
}
.sb-slidebar.light {
  background: #fff;
}
.sb-slidebar.light a {
  color: #333;
}
.sb-slidebar.light a.active {
  color: #151515;
  border-left: 3px solid #00bfd5;
}
.sb-slidebar.brand {
  background: #00bfd5;
}
.sb-slidebar.brand a {
  color: #bbbbbb;
}
.sb-slidebar.brand a.active {
  color: #fff;
  border-left: 3px solid #fff;
}
html.no-touch .sb-slidebar.dark a:hover {
  background: #1f1f1f;
  color: #fff;
  border-left: 3px solid #00bfd5;
}
html.no-touch .sb-slidebar.light a:hover {
  background: #eeeeee;
  color: #151515;
  border-left: 3px solid #00bfd5;
}
html.no-touch .sb-slidebar.brand a:hover {
  background: #009aac;
  color: #fff;
  border-left: 3px solid #00bfd5;
}
html.sb-active body #container,
html.sb-active body #feature {
  overflow: hidden;
}
.wrapper-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wrapper-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 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) &gt; :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: #151515;
  color: #fff;
}
.fotorama__arr .icon,
.fotorama__fullscreen-icon .icon,
.fotorama__video-close .icon {
  pointer-events: none;
  color: #7f7f7f;
}
.fotorama__video-play {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  color: #00bfd5;
  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: #00bfd5;
  -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: #fff;
  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: #00bfd5;
}
.fotorama .fotorama__caption {
  font-family: "Proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fotorama .fotorama__caption .fotorama__caption__wrap {
  background: #151515;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid .grid-sizer {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .grid .grid-sizer {
    width: 50%;
  }
}
.grid .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;
  overflow: hidden;
  float: left;
  width: 25%;
  position: relative;
  padding-bottom: 25%;
  margin: 0;
}
.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%;
  position: absolute;
}
.grid .item.width-2 {
  width: 40%;
  background: #7f7f7f;
}
.grid .item.height-2 {
  padding-bottom: 40%;
  background: #eeeeee;
}
.grid .item.height-2.width-2 {
  width: 40%;
  padding-bottom: 40%;
  background: #333;
}
@media screen and (max-width: 1199px) {
  .grid .item {
    width: 25%;
    padding-bottom: 25%;
  }
  .grid .item.width-2 {
    width: 50%;
    background: #7f7f7f;
  }
  .grid .item.height-2 {
    padding-bottom: 50%;
    background: #eeeeee;
  }
  .grid .item.height-2.width-2 {
    width: 50%;
    padding-bottom: 50%;
    background: #333;
  }
}
@media screen and (max-width: 767px) {
  .grid .item {
    width: 100%;
    padding-bottom: 100%;
  }
  .grid .item.width-2 {
    width: 100%;
    background: #7f7f7f;
  }
  .grid .item.height-2 {
    padding-bottom: 100%;
    background: #eeeeee;
  }
  .grid .item.height-2.width-2 {
    width: 100%;
    padding-bottom: 100%;
    background: #333;
  }
}
.grid .item.title {
  background: transparent !important;
}
.grid.carousel .item {
  width: 100%;
  padding-bottom: 0;
}
.grid.carousel .item img {
  position: static;
}
.grid.isotope {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff;
}
.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;
}
.grid.grid-gallery .grid-sizer {
  width: 16.66%;
}
@media screen and (max-width: 767px) {
  .grid.grid-gallery .grid-sizer {
    width: 50%;
  }
}
.grid.grid-gallery .item {
  width: 16.66%;
  padding-bottom: 16.66%;
}
@media screen and (max-width: 767px) {
  .grid.grid-gallery .item {
    width: 50%;
    padding-bottom: 50%;
  }
}
/* Custom Grid Styles */
html.no-touch .grid .item:hover {
  background: #00bfd5;
}
html.no-touch .grid .item:hover.width-2:hover {
  background: #1f1f1f;
}
html.no-touch .grid .item:hover.height-2:hover {
  background: #bbbbbb;
}
html.no-touch .grid .item:hover.height-2.width-2:hover {
  background: #1f1f1f;
}
html.no-touch .grid .item:hover.height-3:hover {
  background: #7f7f7f;
}
.grid-zoom .item &gt; img {
  -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);
}
html.no-touch .grid-zoom .item:hover &gt; img {
  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);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* RoyalSlider v1.0.5 - Change to .RoyalSlider to #feature*/
.feature {
  width: auto;
  position: relative;
  direction: ltr;
}
.feature &gt; * {
  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 &gt; .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: #00bfd5;
  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;
}
.rsNav {
  margin-bottom: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1010;
  text-align: center;
}
.rsNav .rsBullet {
  color: #666;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 13px;
  cursor: pointer;
}
.rsNav .rsBullet span {
  -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-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(127, 127, 127, 0.5);
  display: block;
  width: 4px;
  height: 4px;
  box-shadow: none;
}
.rsNav .rsBullet.rsNavSelected span {
  background: rgba(127, 127, 127, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(127, 127, 127, 0.5);
}
@media screen and (max-width: 991px) {
  .rsNav {
    margin-bottom: 30px;
  }
}
/* 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;
  /* Slide effects */
  /* Feature content */
}
@media screen and (min-width: 768px) {
  .feature {
    min-height: 500px;
  }
}
.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-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -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%;
  margin: 0 auto;
}
.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 [class*="col-"] {
    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: -385px;
  }
}
/* Slider - Home */
body.home .feature {
  height: 60vh;
}
@media screen and (min-width: 768px) {
  body.home .feature {
    min-height: 500px;
  }
}
/* Feature Animations In */
.feature {
  background: #151515;
  /* Active */
  /* Before */
  /* Background */
}
.feature .rsActiveSlide .feature-content &gt; div h1,
.feature .rsActiveSlide .feature-content &gt; div h2,
.feature .rsActiveSlide .feature-content &gt; div h3,
.feature .rsActiveSlide .feature-content &gt; div h4,
.feature .rsActiveSlide .feature-content &gt; div h5,
.feature .rsActiveSlide .feature-content &gt; div h6,
.feature .rsActiveSlide .feature-content &gt; div p,
.feature .rsActiveSlide .feature-content &gt; div i,
.feature .rsActiveSlide .feature-content &gt; div hr,
.feature .rsActiveSlide .feature-content &gt; 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=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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/fancybox/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/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  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/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.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/fancybox/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 {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  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 */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  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/fancybox/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/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-skin {
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-close {
  -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;
  color: #fff;
  position: fixed;
  top: 20px;
  width: auto;
  height: auto;
  right: 20px;
  background: none;
}
.fancybox-close .icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-left: 6px;
  background-color: #00bfd5;
  color: #151515;
  padding: 4px;
  width: auto;
}
.fancybox-close:hover {
  color: #eeeeee;
}
.fancybox-close:hover .icon {
  background-color: #00bfd5;
}
.fancybox-nav .icon {
  -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;
  top: 50%;
  position: absolute;
  right: -40px;
  color: #00bfd5;
}
@media screen and (max-width: 767px) {
  .fancybox-nav .icon {
    right: 20px;
  }
}
.fancybox-nav .icon:hover {
  color: #00bfd5;
}
.fancybox-nav .icon.icon-left {
  right: auto;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .fancybox-nav .icon.icon-left {
    left: 20px;
  }
}
.fancybox-title-float-wrap {
  right: 0;
  text-align: left;
  width: 100%;
}
.fancybox-title-float-wrap .child {
  margin-right: 0;
  display: block;
  padding: 2px 15px;
}
.fancybox-title-float-wrap .child span {
  float: right;
  color: #7f7f7f;
  font-size: 12px;
}
/* Custom */
@-webkit-keyframes flipout {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
  }
}
@keyframes flipout {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@-webkit-keyframes hover {
  0% {
    top: -60px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: -60px;
  }
}
.hover {
  animation: hover 5s ease 0s infinite alternate;
  -moz-animation: hover 5s ease 0s infinite alternate;
  -webkit-animation: hover 5s ease 0s infinite alternate;
  -o-animation: hover 5s ease 0s infinite alternate;
}
@-webkit-keyframes sonar {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonar {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonar {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.spin-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 40px 40px 0;
  transform-origin: 40px 40px 0;
  -ms-transform-origin: 40px 40px 0;
  -o-transform-origin: 40px 40px 0;
  -moz-transform-origin: 40px 40px 0;
  -webkit-animation: spin 1.2s infinite ease-in-out;
  -moz-animation: spin 1.2s infinite ease-in-out;
  -ms-animation: spin 1.2s infinite ease-in-out;
  -o-animation: spin 1.2s infinite ease-in-out;
  animation: spin 1.2s infinite ease-in-out;
}
.fold-3d {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform .15s linear;
}
.fold-3d.fold-3d-middle {
  -webkit-transform: rotateY(-95deg);
  -moz-transform: rotateY(-95deg);
  -ms-transform: rotateY(-95deg);
  -o-transform: rotateY(-95deg);
  transform: rotateY(-95deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform .15s linear;
}
.fold-3d.fold-3d-right {
  -webkit-transform: rotateY(-107deg);
  -moz-transform: rotateY(-107deg);
  -ms-transform: rotateY(-107deg);
  -o-transform: rotateY(-107deg);
  transform: rotateY(-107deg);
  -webkit-transition: -webkit-transform 0.15s linear;
  -moz-transition: -moz-transform 0.15s linear;
  -ms-transition: -ms-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform .15s linear;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-timing-function: ease-in-out;
}
/* Spin */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*Scale In*/
@-webkit-keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-thin-webfont.eot');
  src: url('../fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-thin-webfont.woff') format('woff'), url('../fonts/proximanova-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-light-webfont.woff') format('woff'), url('../fonts/proximanova-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/proximanova-extrabold-webfont.eot');
  src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype');
  font-weight: 800;
  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';
}
/* 'î&nbsp;€' */
.icon-location:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.icon-note:before {
  content: '\e802';
}
/* 'î&nbsp;‚' */
.icon-song:before {
  content: '\e803';
}
/* 'î&nbsp;ƒ' */
.icon-music:before {
  content: '\e804';
}
/* 'î&nbsp;„' */
.icon-search:before {
  content: '\e805';
}
/* 'î&nbsp;…' */
.icon-flashlight:before {
  content: '\e806';
}
/* 'î&nbsp;†' */
.icon-mail:before {
  content: '\e807';
}
/* 'î&nbsp;‡' */
.icon-heart:before {
  content: '\e808';
}
/* 'î&nbsp;ˆ' */
.icon-heart-empty:before {
  content: '\e809';
}
/* 'î&nbsp;‰' */
.icon-trophy:before {
  content: '\e80a';
}
/* 'î&nbsp;Š' */
.icon-spin:before {
  content: '\e80b';
}
/* 'î&nbsp;‹' */
.icon-user:before {
  content: '\e80c';
}
/* 'î&nbsp;Œ' */
.icon-users:before {
  content: '\e80d';
}
/* 'î&nbsp;' */
.icon-user-add:before {
  content: '\e80e';
}
/* 'î&nbsp;Ž' */
.icon-video:before {
  content: '\e80f';
}
/* 'î&nbsp;' */
.icon-photo:before {
  content: '\e810';
}
/* 'î&nbsp;' */
.icon-camera:before {
  content: '\e811';
}
/* 'î&nbsp;‘' */
.icon-layout:before {
  content: '\e812';
}
/* 'î&nbsp;’' */
.icon-menu:before {
  content: '\e813';
}
/* 'î&nbsp;“' */
.icon-cursor:before {
  content: '\e814';
}
/* 'î&nbsp;”' */
.icon-zoom-in:before {
  content: '\e815';
}
/* 'î&nbsp;•' */
.icon-basket-alt:before {
  content: '\e816';
}
/* 'î&nbsp;–' */
.icon-zoom-out:before {
  content: '\e817';
}
/* 'î&nbsp;—' */
.icon-bookmark:before {
  content: '\e818';
}
/* 'î&nbsp;˜' */
.icon-video:before {
  content: '\e819';
}
/* 'î&nbsp;™' */
.icon-lock:before {
  content: '\e81a';
}
/* 'î&nbsp;š' */
.icon-lock-open:before {
  content: '\e81b';
}
/* 'î&nbsp;›' */
.icon-help:before {
  content: '\e81c';
}
/* 'î&nbsp;œ' */
.icon-down:before {
  content: '\e81d';
}
/* 'î&nbsp;' */
.icon-mobile:before {
  content: '\e81e';
}
/* 'î&nbsp;ž' */
.icon-tablet:before {
  content: '\e81f';
}
/* 'î&nbsp;Ÿ' */
.icon-back:before {
  content: '\e820';
}
/* 'î&nbsp;&nbsp;' */
.icon-home:before {
  content: '\e821';
}
/* 'î&nbsp;¡' */
.icon-link:before {
  content: '\e822';
}
/* 'î&nbsp;¢' */
.icon-attach:before {
  content: '\e823';
}
/* 'î&nbsp;£' */
.icon-at:before {
  content: '\e824';
}
/* 'î&nbsp;¤' */
.icon-spread:before {
  content: '\e825';
}
/* 'î&nbsp;¥' */
.icon-eye:before {
  content: '\e826';
}
/* 'î&nbsp;¦' */
.icon-info:before {
  content: '\e827';
}
/* 'î&nbsp;§' */
.icon-bell:before {
  content: '\e828';
}
/* 'î&nbsp;¨' */
.icon-keyboard:before {
  content: '\e829';
}
/* 'î&nbsp;©' */
.icon-retweet:before {
  content: '\e82a';
}
/* 'î&nbsp;ª' */
.icon-print:before {
  content: '\e82b';
}
/* 'î&nbsp;«' */
.icon-feather:before {
  content: '\e82c';
}
/* 'î&nbsp;¬' */
.icon-pencil:before {
  content: '\e82d';
}
/* 'î&nbsp;­' */
.icon-export:before {
  content: '\e82e';
}
/* 'î&nbsp;®' */
.icon-code:before {
  content: '\e82f';
}
/* 'î&nbsp;¯' */
.icon-quote-right:before {
  content: '\e830';
}
/* 'î&nbsp;°' */
.icon-forward:before {
  content: '\e831';
}
/* 'î&nbsp;±' */
.icon-reply-all:before {
  content: '\e832';
}
/* 'î&nbsp;²' */
.icon-reply:before {
  content: '\e833';
}
/* 'î&nbsp;³' */
.icon-upload-cloud:before {
  content: '\e834';
}
/* 'î&nbsp;´' */
.icon-upload:before {
  content: '\e835';
}
/* 'î&nbsp;µ' */
.icon-download:before {
  content: '\e836';
}
/* 'î&nbsp;¶' */
.icon-thumbs-down:before {
  content: '\e837';
}
/* 'î&nbsp;·' */
.icon-thumbs-up:before {
  content: '\e838';
}
/* 'î&nbsp;¸' */
.icon-flag:before {
  content: '\e839';
}
/* 'î&nbsp;¹' */
.icon-cog:before {
  content: '\e83a';
}
/* 'î&nbsp;º' */
.icon-off:before {
  content: '\e83b';
}
/* 'î&nbsp;»' */
.icon-text:before {
  content: '\e83c';
}
/* 'î&nbsp;¼' */
.icon-chat:before {
  content: '\e83d';
}
/* 'î&nbsp;½' */
.icon-attention:before {
  content: '\e83e';
}
/* 'î&nbsp;¾' */
.icon-dollar:before {
  content: '\e83f';
}
/* 'î&nbsp;¿' */
.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';
}
/* 'î¡&nbsp;' */
.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';
}
/* 'î¢&nbsp;' */
.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 {
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: #151515;
  line-height: 0.8;
}
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 {
  line-height: 1.0;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 59.4px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46.2px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 22.5px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h6,
.small {
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p {
  margin-bottom: 30px;
}
p strong {
  font-weight: bold;
  font-style: normal;
  color: #1a1a1a;
}
small,
small a {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
i,
.i {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 12px;
  color: #00bfd5;
}
@media screen and (max-width: 991px) {
  i,
  .i {
    font-size: 12px;
  }
}
i span,
.i span {
  color: rgba(127, 127, 127, 0.15);
}
/* Coloring */
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light small,
.light strong {
  color: #1f1f1f;
}
.light hr,
.light i {
  border-color: rgba(255, 255, 255, 0.1);
}
.light p {
  color: #333;
}
.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: #fff;
}
.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: #1f1f1f;
}
.brand p {
  color: #bbbbbb;
}
.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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.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;
}
[class*="col-"] &gt; :first-child,
.well &gt; :first-child,
.modal-body &gt; :first-child,
.accordion-inner &gt; :first-child,
.accordion-toggle &gt; :first-child,
.brick &gt; :first-child,
.block &gt; :first-child,
.content-main &gt; :first-child {
  margin-top: 0;
}
[class*="col-"] &gt; :last-child,
.well &gt; :last-child,
.modal-body &gt; :last-child,
.accordion-inner &gt; :last-child,
.accordion-toggle &gt; :last-child,
.brick &gt; :last-child,
.block &gt; :last-child,
.content-main &gt; :first-child,
form &gt; :last-child {
  margin-bottom: 0;
}
.col,
.row {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .col,
  .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .col,
  .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.padding-half {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .padding-half {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .padding-top {
    padding-top: 40px;
  }
}
.padding-bottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 40px;
  }
}
.padding-sides {
  padding-left: 40px;
  padding-right: 40px;
}
.margin {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.margin-top {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .margin-top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-top {
    margin-top: 40px;
  }
}
.margin-bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}
.margin-sides {
  margin-left: 60px;
  margin-right: 60px;
}
@media screen and (max-width: 1199px) {
  .margin-sides {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .margin-sides {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.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: #1f1f1f;
}
.gray-dark {
  color: #333;
}
.gray {
  color: #7f7f7f;
}
.gray-light {
  color: #bbbbbb;
}
.gray-lighter {
  color: #eeeeee;
}
.white {
  color: #fff;
}
.brand-primary {
  color: #00bfd5;
}
.brand-success {
  color: #1ac6c0;
}
.brand-warning {
  color: #f0b129;
}
.brand-danger {
  color: #f55245;
}
.brand-info {
  color: #a383db;
}
.bg-gray-darker {
  background-color: #1f1f1f;
}
.bg-gray-dark {
  background-color: #333;
}
.bg-gray {
  background-color: #7f7f7f;
}
.bg-gray-light {
  background-color: #bbbbbb;
}
.bg-gray-lighter {
  background-color: #eeeeee;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #151515;
}
.bg-brand-primary {
  background-color: #00bfd5;
}
.bg-brand-success {
  background-color: #1ac6c0;
}
.bg-brand-warning {
  background-color: #f0b129;
}
.bg-brand-danger {
  background-color: #f55245;
}
.bg-brand-info {
  background-color: #a383db;
}
.line {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.line:after {
  content: '';
  width: 20px;
  display: block;
  height: 2px;
  background: #00bfd5;
  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 #eeeeee;
  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 #00bfd5;
}
hr.md {
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.sm {
  width: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  border-top: 2px solid #00bfd5;
}
.align-center hr {
  margin-left: auto;
  margin-right: auto;
}
.align-right hr {
  margin-left: auto;
  margin-right: 0;
}
.block {
  margin: 60px auto;
}
@media screen and (max-width: 1199px) {
  .block {
    margin: 50px auto;
  }
}
@media screen and (max-width: 991px) {
  .block {
    margin: 40px 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: #eeeeee;
  border: 1px solid #dcdcdc;
  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);
}
.service-list {
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.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-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  display: block;
  float: left;
  position: relative;
  height: 0;
  width: 20%;
  padding-bottom: 20%;
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  border-right: 1px solid rgba(127, 127, 127, 0.15);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .service-list a {
    width: 25%;
    padding-bottom: 25%;
  }
  .service-list a.double-height-sm {
    padding-bottom: 50% !important;
  }
  .service-list a.double-width-sm {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .service-list a {
    width: 50%;
    padding-bottom: 50%;
  }
}
.service-list a .icon,
.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;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .service-list a .icon,
  .service-list a img {
    font-size: 25px;
  }
}
.service-list a small {
  -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);
  margin-top: 15px;
  width: 100%;
  display: block;
  color: #7f7f7f;
}
.service-list a i {
  -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-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
  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);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 15px;
  width: 100%;
  color: #00bfd5;
}
@media screen and (max-width: 767px) {
  .service-list a i {
    top: 20px;
  }
}
html.no-touch .service-list a:hover {
  background: #f7f7f7;
}
html.no-touch .service-list a:hover .icon,
html.no-touch .service-list a:hover img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  color: #bbbbbb;
}
html.no-touch .service-list a:hover small {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  color: #bbbbbb;
}
html.no-touch .service-list a:hover i {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  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);
}
@media screen and (max-width: 767px) {
  html.no-touch .service-list a:hover .icon,
  html.no-touch .service-list a:hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.no-touch .service-list a:hover small {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
  }
}
.bar {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1040;
  background: #00bfd5;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .bar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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: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: #00bfd5;
  border-width: 5px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .bar {
    padding: 30px 10px;
  }
}
.page-navigation {
  border-top: 1px solid #eeeeee;
}
.wp-pagenavi {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.wp-pagenavi .pages {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.wp-pagenavi .prevpostslink {
  margin-top: 60px;
  margin-bottom: 60px;
  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);
  cursor: pointer;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  background: transparent;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi .prevpostslink {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi .prevpostslink {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .prevpostslink:focus,
.wp-pagenavi .prevpostslink:active:focus,
.wp-pagenavi .prevpostslink.active:focus,
.wp-pagenavi .prevpostslink.focus,
.wp-pagenavi .prevpostslink:active.focus,
.wp-pagenavi .prevpostslink.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wp-pagenavi .prevpostslink:hover,
.wp-pagenavi .prevpostslink:focus,
.wp-pagenavi .prevpostslink.focus {
  color: #7f7f7f;
  text-decoration: none;
}
.wp-pagenavi .prevpostslink:active,
.wp-pagenavi .prevpostslink.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 .prevpostslink.disabled,
.wp-pagenavi .prevpostslink[disabled],
fieldset[disabled] .wp-pagenavi .prevpostslink {
  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 .prevpostslink:active,
.wp-pagenavi .prevpostslink.active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.wp-pagenavi .prevpostslink[class^="icon-"]:before,
.wp-pagenavi .prevpostslink[class*=" icon-"]:before {
  margin-right: 5px;
}
.wp-pagenavi .prevpostslink.btn-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #333;
}
.wp-pagenavi .prevpostslink.btn-default:hover,
.wp-pagenavi .prevpostslink.btn-default.active {
  background: transparent;
  border-color: #e1e1e1;
  color: #00bfd5;
}
.wp-pagenavi .prevpostslink.btn-primary {
  border-color: #00bfd5;
  color: #00bfd5;
}
.wp-pagenavi .prevpostslink.btn-primary:hover,
.wp-pagenavi .prevpostslink.btn-primary.active,
.wp-pagenavi .prevpostslink.btn-primary:focus {
  background: #00bfd5;
  color: #fff;
}
.wp-pagenavi .prevpostslink.btn-warning {
  border-color: #f0b129;
  color: #f0b129;
}
.wp-pagenavi .prevpostslink.btn-warning:hover,
.wp-pagenavi .prevpostslink.btn-warning.active {
  background: transparent;
  border-color: #eea811;
  color: #eea811;
}
.wp-pagenavi .prevpostslink.btn-success {
  border-color: #1ac6c0;
  color: #1ac6c0;
}
.wp-pagenavi .prevpostslink.btn-success:hover,
.wp-pagenavi .prevpostslink.btn-success.active {
  background: transparent;
  border-color: #17afaa;
  color: #17afaa;
}
.wp-pagenavi .prevpostslink.btn-danger {
  border-color: #f55245;
  color: #f55245;
}
.wp-pagenavi .prevpostslink.btn-danger:hover,
.wp-pagenavi .prevpostslink.btn-danger.active {
  background: transparent;
  border-color: #f43b2d;
  color: #f43b2d;
}
.wp-pagenavi .prevpostslink.btn-info {
  border-color: #a383db;
  color: #a383db;
}
.wp-pagenavi .prevpostslink.btn-info:hover,
.wp-pagenavi .prevpostslink.btn-info.active {
  background: transparent;
  border-color: #946fd5;
  color: #946fd5;
}
.wp-pagenavi .prevpostslink.btn-black {
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.wp-pagenavi .prevpostslink.btn-black:hover,
.wp-pagenavi .prevpostslink.btn-black.active {
  background: transparent;
  border-color: #393939;
  color: #393939;
}
.wp-pagenavi .prevpostslink.btn-black {
  border-color: #fff;
  color: #fff;
}
.wp-pagenavi .prevpostslink.btn-black:hover,
.wp-pagenavi .prevpostslink.btn-black.active {
  background: transparent;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.wp-pagenavi .prevpostslink.btn-opaque-dark {
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.wp-pagenavi .prevpostslink.btn-opaque-dark:hover,
.wp-pagenavi .prevpostslink.btn-opaque-dark.active {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .prevpostslink.btn-opaque-light {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wp-pagenavi .prevpostslink.btn-opaque-light:hover,
.wp-pagenavi .prevpostslink.btn-opaque-light.active {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #e6e6e6;
}
.wp-pagenavi .prevpostslink.btn:before {
  margin-right: 0;
  text-align: center;
}
.wp-pagenavi .prevpostslink.btn-sm {
  height: 30px;
  width: 30px;
}
.wp-pagenavi .prevpostslink.btn-lg {
  height: 50px;
  width: 50px;
}
.wp-pagenavi .prevpostslink.btn-outline {
  height: 44px;
  width: 44px;
}
.wp-pagenavi .prevpostslink.btn-outline.btn-sm {
  height: 34px;
  width: 34px;
}
.wp-pagenavi .prevpostslink.btn-outline.btn-lg {
  height: 54px;
  width: 54px;
}
.wp-pagenavi .prevpostslink:before {
  content: '\e874';
}
.wp-pagenavi .nextpostslink {
  margin-top: 60px;
  margin-bottom: 60px;
  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);
  cursor: pointer;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  background: transparent;
  border: 2px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .wp-pagenavi .nextpostslink {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wp-pagenavi .nextpostslink {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.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: #7f7f7f;
  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-default {
  border-color: rgba(127, 127, 127, 0.15);
  color: #333;
}
.wp-pagenavi .nextpostslink.btn-default:hover,
.wp-pagenavi .nextpostslink.btn-default.active {
  background: transparent;
  border-color: #e1e1e1;
  color: #00bfd5;
}
.wp-pagenavi .nextpostslink.btn-primary {
  border-color: #00bfd5;
  color: #00bfd5;
}
.wp-pagenavi .nextpostslink.btn-primary:hover,
.wp-pagenavi .nextpostslink.btn-primary.active,
.wp-pagenavi .nextpostslink.btn-primary:focus {
  background: #00bfd5;
  color: #fff;
}
.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: #f55245;
  color: #f55245;
}
.wp-pagenavi .nextpostslink.btn-danger:hover,
.wp-pagenavi .nextpostslink.btn-danger.active {
  background: transparent;
  border-color: #f43b2d;
  color: #f43b2d;
}
.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: #1f1f1f;
  color: #1f1f1f;
}
.wp-pagenavi .nextpostslink.btn-black:hover,
.wp-pagenavi .nextpostslink.btn-black.active {
  background: transparent;
  border-color: #393939;
  color: #393939;
}
.wp-pagenavi .nextpostslink.btn-black {
  border-color: #fff;
  color: #fff;
}
.wp-pagenavi .nextpostslink.btn-black:hover,
.wp-pagenavi .nextpostslink.btn-black.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: 30px;
  width: 30px;
}
.wp-pagenavi .nextpostslink.btn-lg {
  height: 50px;
  width: 50px;
}
.wp-pagenavi .nextpostslink.btn-outline {
  height: 44px;
  width: 44px;
}
.wp-pagenavi .nextpostslink.btn-outline.btn-sm {
  height: 34px;
  width: 34px;
}
.wp-pagenavi .nextpostslink.btn-outline.btn-lg {
  height: 54px;
  width: 54px;
}
.wp-pagenavi .nextpostslink:before {
  content: '\e875';
}
.wp-pagenavi .current {
  display: none;
}
#map {
  background-color: #ededed !important;
  width: 100%;
  height: 110%;
}
#map div.gmnoprint[title="Location"] {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
  -moz-animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
  animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
  box-shadow: 0 0 1px 2px #bbbbbb;
  height: 25px !important;
  width: 25px !important;
  margin: 25px 0 0 2px;
}
#map div.gmnoprint[title="Location"] img {
  display: none;
}
#zoomin,
#zoomout {
  position: absolute;
  top: 0;
}
#zoomin {
  top: 40px;
  left: 40px;
}
#zoomout {
  top: 40px;
  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: #7f7f7f;
  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: #bbbbbb;
}
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;
}
.arrow-scroll {
  -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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 40px;
  position: fixed;
  text-align: center;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.form-group {
  margin-bottom: 30px;
}
.form-group &gt; label {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.form-control {
  height: 44px;
  padding: 12px;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control:-moz-placeholder {
  color: #bbbbbb;
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
}
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
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: #d5d5d5;
}
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);
  cursor: pointer;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background-color: #00bfd5;
  border-color: #00a8bc;
}
.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: #7f7f7f;
  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: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 &gt; .dropdown-toggle.gform_wrapper .gform_footer .gform_button {
  color: #fff;
  background-color: #0091a2;
  border-color: #00717e;
}
.gform_wrapper .gform_footer .gform_button:active,
.gform_wrapper .gform_footer .gform_button.active,
.open &gt; .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: #00bfd5;
  border-color: #00a8bc;
}
.gform_wrapper .gform_footer .gform_button .badge {
  color: #00bfd5;
  background-color: #fff;
}
.gform_wrapper .gfield &gt; .gfield_label {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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: #7f7f7f;
  background-color: #eeeeee;
  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: #bbbbbb;
  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: #bbbbbb;
}
.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: #bbbbbb;
}
.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: #eeeeee;
  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: #bbbbbb;
}
.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: #bbbbbb;
}
.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: #bbbbbb;
}
.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: #bbbbbb;
}
.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: #f55245;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #f55245;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #000000;
  background-color: #000000;
  color: #f55245;
}
.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #f55245;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 82, 69, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 82, 69, 0.6);
}
.validation_error {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #000000;
  border-color: #000000;
  color: #f55245;
}
.validation_error h4 {
  margin-top: 0;
  color: inherit;
}
.validation_error .alert-link {
  font-weight: bold;
}
.validation_error &gt; p,
.validation_error &gt; ul {
  margin-bottom: 0;
}
.validation_error &gt; p + p {
  margin-top: 5px;
}
.validation_error hr {
  border-top-color: #000000;
}
.validation_error .alert-link {
  color: #f22515;
}
#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 &gt; p,
#gforms_confirmation_message &gt; ul {
  margin-bottom: 0;
}
#gforms_confirmation_message &gt; 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: 767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: transparent;
  }
}
#container {
  -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);
  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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  position: relative;
  overflow: hidden;
}
.center-wrapper {
  position: relative;
  height: 100%;
}
/* Header */
header .logo {
  position: absolute;
  z-index: 990;
  margin-top: -9px !important;
  padding: 0;
}
header .logo img {
  width: 200px;
  height: 65px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding: 0;
  }
  header .logo img {
    height: 33px;
    width: auto;
  }
}
header .trigger {
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 767px) {
  header .trigger {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 94px;
  }
}
/* Navbar - Headroom */
.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;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
}
.headroom.headroom--pinned {
  top: 0;
}
.headroom.headroom--unpinned {
  top: -190px;
}
@media screen and (max-width: 767px) {
  .headroom.headroom--unpinned {
    top: -126.66666667px;
  }
}
.headroom.headroom--top .navbar {
  background: transparent;
}
.headroom.headroom--not-top .navbar-inverse {
  background: #151515;
}
.headroom.headroom--not-top .navbar-default {
  background: #fff;
}
.tagline {
  padding-top: 5px;
  display: inline-block;
  color: #fff;
}
.tagline a {
  margin-left: 15px;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .tagline {
    padding-top: 10px;
  }
}
.grid .item h4 {
  margin-bottom: 0;
}
.grid .item.bg-brand-primary hr.sm {
  border-top: 2px solid #fff;
}
.grid .item:hover hr.sm {
  border-top: 2px solid #fff;
}
.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.underline.dark {
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
}
@media screen and (max-width: 991px) {
  .col.align-right {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .col.col-text {
    padding-top: 0;
  }
}
.btn {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.bg-gray-lightest {
  background: #f7f7f7;
}
footer.footer-dark {
  background: #151515;
}
footer.footer-dark h6 {
  color: #fff;
}
footer.footer-dark 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;
  color: #bbbbbb;
}
footer.footer-dark li {
  color: #fff;
}
footer.footer-light {
  background: #fff;
  border-top: 1px solid #f1f1f1;
}
footer.footer-light ul.list-text a {
  font-size: 87%;
  font-size: 10px;
  font-weight: bold;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #bbbbbb;
}
footer.footer-center {
  text-align: center;
}
footer.footer-center .list-social {
  margin-top: 30px;
}
footer.footer-columns .list-social li {
  margin-bottom: 20px;
}
footer img {
  width: 200px;
  height: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer img {
    height: 33px;
    width: auto;
  }
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  footer ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}
footer ul li strong {
  color: #00bfd5;
  margin-right: 5px;
}
footer ul li a {
  color: #333;
}
footer ul li a:hover {
  -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;
  color: #00bfd5;
}
@media screen and (max-width: 991px) {
  footer .col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
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: static;
}
</pre></body></html>