@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Verdana', sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #c1c1c1;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.2s ease 0;
  -moz-transition: all 0.2s ease-in-out 0.2s ease 0;
  -ms-transition: all 0.2s ease-in-out 0.2s ease 0;
  -o-transition: all 0.2s ease-in-out 0.2s ease 0;
  transition: all 0.2s ease-in-out 0.2s ease 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
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: 1rem;
  margin-bottom: 1rem;
}
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: 4rem;
}
h2,
.h2 {
  font-size: 4rem;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h4,
.h4 {
  font-size: 1.8rem;
}
h5,
.h5 {
  font-size: 1.4rem;
}
h6,
.h6 {
  font-size: 2rem;
}
p {
  margin: 0 0 1rem;
}
.lead {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 2.1rem;
  }
}
small,
.small {
  font-size: 142%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ffffff;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 0rem;
  margin: 4rem 0 2rem;
  border-bottom: 1px solid #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ffffff;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  font-size: 1.75rem;
  border-left: 5px solid #ffffff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ffffff;
}
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 #ffffff;
  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: 2rem;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1367px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
  float: left;
}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
    float: left;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1367px) {
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffffff;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.5rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: inherit;
  color: #c1c1c1;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #e3e3e3;
}
.form-control {
  display: block;
  width: 100%;
  height: 16rem;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #e3e3e3;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.2s ease 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 16rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 15rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 25rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 3.4rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 15rem;
  line-height: 15rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 15rem;
  line-height: 15rem;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 15rem;
  min-height: 4rem;
  padding: 6px 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.input-lg {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 25rem;
  line-height: 25rem;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 25rem;
  min-height: 4rem;
  padding: 11px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 20rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 16rem;
  height: 16rem;
  line-height: 16rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 25rem;
  height: 25rem;
  line-height: 25rem;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 7rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 2rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 2rem;
  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;
  -webkit-transition: opacity 0.15s linear 0.2s ease 0;
  -moz-transition: opacity 0.15s linear 0.2s ease 0;
  -ms-transition: opacity 0.15s linear 0.2s ease 0;
  -o-transition: opacity 0.15s linear 0.2s ease 0;
  transition: opacity 0.15s linear 0.2s ease 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1.4rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #c1c1c1;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #b4b4b4;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ffffff;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 2rem;
  line-height: 1.42857143;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 25rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 25rem;
  line-height: 25rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 15rem;
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 15rem;
  line-height: 15rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #e3e3e3;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 2rem;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 2rem;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #ffffff;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 0rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e3e3e3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 24px 10px;
  font-size: 2rem;
  line-height: 2rem;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2rem;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 2rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 2rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ffffff;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 2rem 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: 'transparent';
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.panel {
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 2rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #c1c1c1;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #c1c1c1;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-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;
  }
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header: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,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header: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;
}
.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1367px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1367px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1367px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1367px) {
  .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: 1366px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1367px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 * fullPage 2.9.3
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
/*! 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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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(../images/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(../images/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(../images/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;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !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(../images/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(../images/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(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease 0.2s ease 0;
  -moz-transition: all 0.8s ease 0.2s ease 0;
  -ms-transition: all 0.8s ease 0.2s ease 0;
  -o-transition: all 0.8s ease 0.2s ease 0;
  transition: all 0.8s ease 0.2s ease 0;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/*
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
*/
/* End of pager */
/** Gallery */
/*
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
*/
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../images/light-slider/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
/*
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
*/
@font-face {
  font-family: 'ytpregular';
  src: url('font/ytp-regular.eot');
}
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url('font/ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.mbYTP_wrapper {
  display: block;
  opacity: 0;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  transform: none!important;
}
/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular';
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  box-sizing: border-box;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}
/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
/*RASTER OVERLAY*/
.YTPOverlay.raster {
  background: url(images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png);
}
.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png);
}
.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png);
}
/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Colors */
/* Fonts */
/* Font Size */
/* Media queries */
@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}
/* Transições, efeitos, etc */
/* Tamanho da font padrão */
html {
  font-size: 62.5%;
}
@media (max-width: 767px) {
  html {
    font-size: 52.5%;
  }
}
body {
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  background: #333333;
}
@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
}
/* Parágrafos */
p {
  font-size: 14px;
  line-height: 1.25em;
  color: #8e8e8e;
  line-height: 18px;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* Títulos */
h1,
h2,
h3,
h4 {
  font-family: 'Gotham Bold', sans-serif;
}
h1 {
  font-size: 40px;
  font-size: 4rem;
}
h2 {
  font-size: 40px;
  font-size: 4rem;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.container {
  max-width: 100%;
}
.big-menu .navbar-default .navbar-nav > .menu-item.logo {
  width: 270px;
  padding-left: 45px;
}
.big-menu .navbar-default .navbar-nav > .menu-item.logo .menu-item-link {
  /*width: 117px;*/
  /*width: 230px;*/
  left: 0%;
}
@media (min-width: 1367px) {
  .big-menu .navbar-default .navbar-nav > .menu-item {
    max-width: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .big-menu .navbar-default .navbar-nav > .menu-item {
    max-width: 115px;
  }
}
.big-menu .navbar-default .navbar-nav > .menu-item > .menu-item-link::after {
  bottom: 40px;
}
.big-menu .navbar-default .navbar-nav > li > a {
  padding: 15px 10px;
  line-height: 7rem;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .big-menu .navbar-default .navbar-nav > li > a {
    padding: 15px 5px;
  }
}
.big-menu .navbar-default .navbar-nav .menu-item.facebook .menu-item-link,
.big-menu .navbar-default .navbar-nav .menu-item.linkedin .menu-item-link,
.big-menu .navbar-default .navbar-nav .menu-item.instagram .menu-item-link {
  min-width: 28px;
}
@media (max-width: 991px) {
  .big-menu .navbar-default .navbar-nav .menu-item.facebook .menu-item-link,
  .big-menu .navbar-default .navbar-nav .menu-item.linkedin .menu-item-link,
  .big-menu .navbar-default .navbar-nav .menu-item.instagram .menu-item-link {
    min-width: 36px;
  }
}
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
}
.navbar-default .navbar-nav {
  background: transparent;
}
.navbar-default .navbar-nav > .menu-item > .menu-item-link {
  background: transparent;
  color: #fff;
  font-family: 'Gotham Book', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .menu-item > .menu-item-link span {
  position: relative;
}
.navbar-default .navbar-nav > .menu-item > .menu-item-link span:after {
  bottom: -30px;
  content: '';
  height: 1px;
  position: absolute;
  left: -15px;
  right: -15px;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.navbar-default .navbar-nav > .menu-item > .menu-item-link:hover,
.navbar-default .navbar-nav > .menu-item > .menu-item-link:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > .menu-item > .menu-item-link:hover span:after,
.navbar-default .navbar-nav > .menu-item > .menu-item-link:focus span:after {
  transform: scaleX(1);
}
.navbar-default .navbar-nav > .menu-item.logo .menu-item-link {
  background-image: url(../images/logo-white.png);
  /*background-image: url(../images/logo-40anos.png);
  background-image: url(../images/logo-blue.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto;
  margin: 0 14px;
  overflow: hidden;
  text-indent: -999px;
  /*width: 54px;
  left: 37%;*/
  width: 100px;
  left: 24%;
  position: relative;
  z-index: 2;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link {
  font-size: 0;
  position: relative;
  min-width: 36px;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:before,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:before,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:before {
  color: rgba(255, 255, 255, 0.6);
  font-family: "icons";
  font-size: 32px;
  height: 32px;
  position: absolute;
  width: 32px;
  font-weight: normal;
  line-height: normal;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -16px;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link span:after,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link span:after,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link span:after {
  display: none;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:hover,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:hover,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:hover,
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:focus,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:focus,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:focus,
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:active,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:active,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:active {
  color: transparent;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:hover:before,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:hover:before,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:hover:before,
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:focus:before,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:focus:before,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:focus:before,
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:active:before,
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:active:before,
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:active:before {
  color: #ffffff;
}
.navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:before {
  content: "\E00C";
}
.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:before {
  content: "";
  display: inline-block;
  background: url('/wp-content/themes/rbs-website/assets/images/instagram.png') no-repeat center;
  background-size: contain;
  opacity: 0.6;
}

.navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:hover:before {
  opacity: 1;
}
.navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:before {
  content: "\E012";
}
.navbar-default .navbar-nav > .active > .menu-item-link {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > .menu-item-link:hover,
.navbar-default .navbar-nav > .active > .menu-item-link:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .icon:before {
  color: rgba(255, 255, 255, 0.6);
  font-size: 35px;
  line-height: 20px;
}
.full-banner {
  position: relative;
}
.full-banner .img-responsive {
  position: absolute;
  max-height: 600px;
  max-width: none;
  top: 0;
}
.content-flex-contact .full-banner-mobile,
.content-flex-team .full-banner-mobile {
  position: absolute;
  left: 0;
  opacity: 0.5;
  top: 0;
  width: 100%;
}
.btn {
  font-size: 12px;
  line-height: 28px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-radius: 0;
  font-family: 'Gotham Bold', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
}
.btn:active,
.btn:hover,
.btn:focus {
  background: #ff6915;
}
.btn-transparent {
  background: transparent;
  border-color: #fff;
  color: #fff;
  transition: all 0.2s ease;
}
.btn-transparent:active,
.btn-transparent:hover,
.btn-transparent:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #8e8e8e;
}
.btn-default {
  background: #fff;
  color: #bebebe;
}
.btn-default:active,
.btn-default:hover,
.btn-default:focus {
  background: #8e8e8e;
  color: #fff;
}
.btn-secundary {
  background: #ff4863;
  color: #fff;
}
.btn-secundary:active,
.btn-secundary:hover,
.btn-secundary:focus {
  background-color: #ff8d9e;
  color: #433F40;
}
@media (min-width: 992px) {
  .buttons-footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 85px;
  }
}
@media (max-width: 991px) {
  .buttons-footer {
    bottom: 0;
    display: table;
    padding-top: 30px;
    position: absolute;
    width: 100%;
  }
}
.buttons-footer .btn {
  border: 0;
  color: #fff;
  transition: all 0.3s ease;
  vertical-align: bottom;
  padding: 0px 20px;
  font-size: 12px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .buttons-footer .btn {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .buttons-footer .btn {
    display: table-cell;
  }
}
.buttons-footer .btn.btn-primary {
  background: #F92B07;
}
.buttons-footer .btn.btn-secundary {
  background: #ED006F;
}
.buttons-footer .btn.btn-tertiary {
  background: #8c8c8c;
  color: #F2F2F2;
}
.buttons-footer .btn.btn-quaternary {
  background: #FFB400;
}
.buttons-footer .btn.btn-quinary {
  background: #ff4863;
}
.buttons-footer .btn:hover {
  line-height: 40px;
}
@media (max-width: 767px) {
  .buttons-footer .btn {
    width: 100%;
  }
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .error {
  border: 1px solid #e80d0d !important;
  box-shadow: none;
  color: #e80d0d !important;
}
.form-group .error::placeholder {
  color: #e80d0d !important;
}
.form-group br {
  display: none;
}
.form-group .icon {
  color: #fff;
  z-index: 9;
  position: absolute;
  font-size: 14px;
  top: 7px;
  left: 10px;
}
.form-group textarea.form-control {
  padding-top: 8px;
  resize: none;
}
.form-group select option {
  color: #8e8e8e;
}
.form-group select.form-control,
.form-group input.form-control {
  height: 30px;
}
.form-group .form-control {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.form-group .form-control:focus {
  box-shadow: none;
}
.list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@keyframes animNavModalAllHover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceOut {
  0% {
    transform: translateX(-25px);
  }
  33% {
    transform: translateX(-39px);
  }
  66% {
    transform: translateX(-34px);
  }
  100% {
    transform: translateX(-25px);
  }
}
#fp-nav {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: auto;
  opacity: 1;
  padding: 15px 0;
  position: fixed;
  right: 30px;
  top: 50%;
  width: auto;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
@media (max-width: 991px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
  display: block;
  width: 34px;
  height: 13px;
  margin: 7px 0;
  position: relative;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a span {
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(0, 0, 0, 0.75);
  display: block;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  -moz-transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  -o-transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
}
#fp-nav ul li a.active span {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #4d4d4d;
  -webkit-box-shadow: inset 0 0 0 2px #4d4d4d;
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip {
  display: table;
  height: 30px;
  overflow: visible;
  position: absolute;
  pointer-events: none;
  right: 40px;
  top: -4px;
  width: 100%;
}
#fp-nav ul li .fp-tooltip .tooltip-inner {
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Gotham Bold', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  max-width: 220px;
  overflow: hidden;
  padding: 0 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-25px);
  white-space: nowrap;
  width: 100%;
}
#fp-nav ul li .fp-tooltip .tooltip-inner span {
  opacity: 0;
}
#fp-nav ul li:hover a span {
  opacity: 1;
  /*
                        width: 10px;
                        height: 10px;
                        margin: -5px 0 0 -5px;
                        */
  -webkit-animation: animNavModalAllHover 0.35s ease-in-out forwards;
  -moz-animation: animNavModalAllHover 0.35s ease-in-out forwards;
  animation: animNavModalAllHover 0.35s ease-in-out forwards;
}
#fp-nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li:hover .fp-tooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  pointer-events: none;
  width: auto;
  -webkit-animation: bounceOut .4s linear;
  -moz-animation: bounceOut .4s linear;
  animation: bounceOut .4s linear;
}
#fp-nav ul li:hover .fp-tooltip .tooltip-inner span {
  opacity: 1;
}
.dropdown.open .dropdown-menu,
.dropup.open .dropdown-menu {
  max-height: inherit;
  opacity: 1;
}
.dropdown-menu {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.dropdown-menu > .menu-item {
  width: 100%;
}
.dropdown-menu > .menu-item > .menu-item-link {
  color: #8e8e8e;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.dropdown-menu > .menu-item > .menu-item-link:active,
.dropdown-menu > .menu-item > .menu-item-link:hover,
.dropdown-menu > .menu-item > .menu-item-link:focus {
  background-color: #3b3936;
}
.dropdown-menu > .menu-item.active > .menu-item-link,
.dropdown-menu > .menu-item:hover > .menu-item-link {
  color: #fff;
  background-color: #ff6915;
}
@media (max-width: 767px) {
  .dropdown-menu > .menu-item .menu-item-link {
    background-color: #e3e3e3;
  }
}
@font-face {
  font-family: "icons";
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('eot'), url('../fonts/icons.woff') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg#icons') format('svg');
}
.icon-base-pseudo,
.icon-add:before,
.icon-agenda:before,
.icon-arrow-down-sign-to-navigate:before,
.icon-arrow-up:before,
.icon-briefcase:before,
.icon-broken-link:before,
.icon-camera:before,
.icon-cancel:before,
.icon-contact:before,
.icon-conversation:before,
.icon-external-link:before,
.icon-facebook:before,
.icon-handshake:before,
.icon-info:before,
.icon-instagram:before,
.icon-left-arrow:before,
.icon-left-quote:before,
.icon-linkedin:before,
.icon-message:before,
.icon-microphone:before,
.icon-news:before,
.icon-play:before,
.icon-plus:before,
.icon-radio:before,
.icon-right-arrow-circular:before,
.icon-right-arrow:before,
.icon-right-quote:before,
.icon-share:before,
.icon-slideshare:before,
.icon-substract:before,
.icon-tag:before,
.icon-team:before,
.icon-telephone:before,
.icon-tv:before,
.icon-twitter:before,
.icon-user:before,
.icon-youtube:before {
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add:before {
  content: "\E001";
}
.icon-agenda:before {
  content: "\E002";
}
.icon-arrow-down-sign-to-navigate:before {
  content: "\E003";
}
.icon-arrow-up:before {
  content: "\E004";
}
.icon-briefcase:before {
  content: "\E005";
}
.icon-broken-link:before {
  content: "\E006";
}
.icon-camera:before {
  content: "\E007";
}
.icon-cancel:before {
  content: "\E008";
}
.icon-contact:before {
  content: "\E009";
}
.icon-conversation:before {
  content: "\E00A";
}
.icon-external-link:before {
  content: "\E00B";
}
.icon-facebook:before {
  content: "\E00C";
}
.icon-handshake:before {
  content: "\E00D";
}
.icon-info:before {
  content: "\E00E";
}
.icon-instagram:before {
  content: "\E00F";
}
.icon-left-arrow:before {
  content: "\E010";
}
.icon-left-quote:before {
  content: "\E011";
}
.icon-linkedin:before {
  content: "\E012";
}
.icon-message:before {
  content: "\E013";
}
.icon-microphone:before {
  content: "\E014";
}
.icon-news:before {
  content: "\E015";
}
.icon-play:before {
  content: "\E016";
}
.icon-plus:before {
  content: "\E017";
}
.icon-radio:before {
  content: "\E018";
}
.icon-right-arrow-circular:before {
  content: "\E019";
}
.icon-right-arrow:before {
  content: "\E01A";
}
.icon-right-quote:before {
  content: "\E01B";
}
.icon-share:before {
  content: "\E01C";
}
.icon-slideshare:before {
  content: "\E01D";
}
.icon-substract:before {
  content: "\E01E";
}
.icon-tag:before {
  content: "\E01F";
}
.icon-team:before {
  content: "\E020";
}
.icon-telephone:before {
  content: "\E021";
}
.icon-tv:before {
  content: "\E022";
}
.icon-twitter:before {
  content: "\E023";
}
.icon-user:before {
  content: "\E024";
}
.icon-youtube:before {
  content: "\E025";
}
.panel {
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.panel-heading {
  background-color: #f2f2f2;
  border: none;
  padding: 15px;
}
.panel-collapse {
  background-color: #f2f2f2;
}
.panel-title .link {
  border-bottom: 1px solid #ff4863;
  color: #ff4863;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 15px;
  width: 100%;
}
.panel-title .icon-substract {
  float: right;
  color: #ff4863;
}
.panel-title .collapsed {
  border-bottom: none;
  padding-bottom: 0;
}
.panel-title .collapsed .icon-substract {
  float: right;
}
.panel-title .collapsed .icon-substract:before {
  content: "\E017";
  color: #ff4863;
}
.panel-body .text {
  color: #ff4863;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-25 {
  width: 25%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-25 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-25 {
    width: 25%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-25 {
    width: 25%;
    float: left;
  }
}
.breadcrumb {
  background: transparent;
  border-radius: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0px 12px;
  text-align: left;
  opacity: 0;
  display: none;
}
.breadcrumb > .breadcrumb-li + .breadcrumb-li:before {
  color: #fff;
}
.breadcrumb a,
.breadcrumb .breadcrumb-link {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.breadcrumb > .active {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumb {
    text-align: center;
  }
}
.card {
  /*
    &.card-post-sidebar {
        .card-img {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            height: 210px;
            margin: 0;
            width: 100%;
        }

        .card-content {
            padding: 20px;
        }

        .card-time {
            color: #fff;
            .p-size();
            margin-bottom: 20px;

            a {
                color: #fff;
            }
        }

        .card-title {
            color: #fff;
            font-size: 18px;
            line-height: 27px;
        }

        .card-text {
            color: #fff;
            .p-size();
            line-height: 18px;
        }

        .card-link {
            color: #fff;

            &:active,
            &:hover,
            &:focus {
                text-decoration: none;
            }
        }
    }
    */
}
.card .card-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.card .card-text p {
  color: #fff;
}
.card .card-img {
  margin-bottom: 15px;
}
.card.card-img-top .card-content {
  height: 175px;
  padding: 25px;
}
@media (max-width: 767px) {
  .card.card-img-top .card-content {
    width: 200px;
    padding: 10px;
    margin: -25px auto 0;
    height: auto;
  }
}
.card.card-img-top .card-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 155px;
  margin: 0;
  width: 100%;
}
.card.card-img-top .card-header .card-category {
  font-size: 10px;
  font-family: 'Gotham Book', sans-serif;
  color: #fff;
  margin-bottom: 15px;
}
.card.card-img-top .card-header .card-category span {
  font-family: 'Gotham Bold', sans-serif;
}
.card.card-img-top .card-header .card-title {
  font-size: 14px;
  line-height: 1.25em;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  max-height: 36px;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .card.card-img-top .card-header .card-title {
    -webkit-line-clamp: 2;
    max-height: 36px;
  }
}
@media (max-width: 767px) {
  .card.card-img-top .card-header .card-title {
    margin-bottom: 0;
  }
}
.card.card-img-top .description {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 18px;
  max-height: 54px;
}
@media (max-width: 767px) {
  .card.card-img-top .description {
    display: none;
  }
}
.card.card-img-top:hover .card-img,
.card.card-img-top:focus .card-img {
  position: relative;
}
.card.card-img-top:hover .card-img.background-default:before,
.card.card-img-top:focus .card-img.background-default:before {
  background-color: #ff6915;
}
.card.card-img-top:hover .card-img.background-primary:before,
.card.card-img-top:focus .card-img.background-primary:before {
  background-color: #ff4863;
}
.card.card-img-top:hover .card-img.background-secundary:before,
.card.card-img-top:focus .card-img.background-secundary:before {
  background-color: #b84aff;
}
.card.card-img-top:hover .card-img.background-tertiary:before,
.card.card-img-top:focus .card-img.background-tertiary:before {
  background-color: #006df1;
}
.card.card-img-top:hover .card-img:before,
.card.card-img-top:focus .card-img:before {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.card.card-img-top:hover .card-img:after,
.card.card-img-top:focus .card-img:after {
  color: #fff;
  content: "\E001";
  font-family: "icons";
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  text-align: center;
  top: 50%;
}
.card.card-img-left .card-title {
  margin-bottom: 0;
}
.card.card-img-left .card-img {
  margin-bottom: 0;
}
.card.card-post .card-block {
  height: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .card.card-post .card-block {
    position: absolute;
    bottom: 0;
  }
}
.card.card-post .card-content {
  padding: 20px;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.card.card-post .card-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  margin: -40px 0 0;
  max-width: 520px;
  width: 80%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.card.card-post.visible .card-img {
  width: 100%;
}
.card.card-post.visible .card-content {
  opacity: 1;
}
.card.card-post .card-category {
  color: #fff;
  font-family: 'Gotham Book', sans-serif;
  font-size: 10px;
}
.card.card-post .card-category .span {
  font-family: 'Gotham Bold', sans-serif;
  font-weight: 400;
}
.card.card-post .card-title {
  color: #fff;
  font-size: 14px;
  line-height: 1.25em;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .card.card-post .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 16px;
    /* fallback */
    margin-top: 10px;
    margin-bottom: 0;
    max-height: 32px;
    /* fallback */
  }
}
.card.card-post .card-text {
  color: #fff;
  margin: 0;
}
.card.card-post:hover .card-img,
.card.card-post:focus .card-img {
  position: relative;
}
.card.card-post:hover .card-img.background-default:before,
.card.card-post:focus .card-img.background-default:before {
  background-color: #ff6915;
}
.card.card-post:hover .card-img.background-primary:before,
.card.card-post:focus .card-img.background-primary:before {
  background-color: #ff4863;
}
.card.card-post:hover .card-img.background-secundary:before,
.card.card-post:focus .card-img.background-secundary:before {
  background-color: #b84aff;
}
.card.card-post:hover .card-img.background-tertiary:before,
.card.card-post:focus .card-img.background-tertiary:before {
  background-color: #006df1;
}
.card.card-post:hover .card-img:before,
.card.card-post:focus .card-img:before {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.card.card-post:hover .card-img:after,
.card.card-post:focus .card-img:after {
  color: #fff;
  content: "\E001";
  font-family: "icons";
  font-weight: 300;
  font-size: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  text-align: center;
  top: 50%;
}
@media (max-width: 991px) {
  .card.card-post {
    position: relative;
  }
}
.card.card-job {
  background-color: rgba(81, 82, 83, 0.8);
  padding: 30px;
  margin-bottom: 30px;
}
.card.card-job .card-title {
  color: #fff;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 28px;
  /* fallback */
  max-height: 56px;
  /* fallback */
}
.card.card-job .card-content {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.card.card-job .card-location {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card.card-job .card-text {
  margin-bottom: 60px;
}
.card.card-job .card-text .text {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 16px;
  max-height: 48px;
}
.card.card-job .btn-default {
  background-color: #016EF1;
  border: 0;
  color: #fff;
}
.card.card-job .btn-default:active,
.card.card-job .btn-default:focus,
.card.card-job .btn-default:hover {
  background-color: #fff;
  color: #016EF1;
}
.card.card-contact {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px;
  height: 100%;
}
.card.card-contact .card-title {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.card.card-contact .card-content {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.card.card-contact .card-subtitle {
  font-size: 1.2rem;
  color: #fff;
}
.card.card-contact .card-location {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card.card-contact .card-text {
  margin-bottom: 60px;
}
.card.card-contact .card-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 25px;
  /* fallback */
  max-height: 75px;
  /* fallback */
}
.filter .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.filter ::-webkit-input-placeholder {
  color: #fff;
}
.filter ::-moz-placeholder {
  color: #fff;
}
.filter :-ms-input-placeholder {
  color: #fff;
}
.filter :-moz-placeholder {
  color: #fff;
}
.filter .btn-transparent {
  width: 100%;
}
@media (max-width: 767px) {
  .filter {
    margin-bottom: 15px;
  }
}
.validate-form label.error {
  display: none !important;
}
.wpcf7-form .wpcf7-response-output,
.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
.full-modal-alert {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
.full-modal-alert .modal-align {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 0;
}
.full-modal-alert .modal-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.full-modal-alert .modal-align > * {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.full-modal-alert.active {
  display: block;
}
.full-modal-alert .btn-close {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 20px;
  padding: 15px;
}
.full-modal-alert .btn-close:hover {
  background: transparent;
}
.full-modal-alert .message {
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  padding: 0 30px;
  text-transform: uppercase;
  font-family: 'Gotham Bold', sans-serif;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
.title {
  font-size: 30px;
  font-family: 'Gotham Bold', sans-serif;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
.subtitle {
  color: #ffffff;
  font-family: 'Gotham Bold', sans-serif;
}
.old .caption {
  overflow: hidden;
  position: relative;
}
.old .caption .caption-figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  backface-visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
}
.old .caption .caption-category,
.old .caption .caption-title {
  font-family: 'Gotham Bold', sans-serif;
}
.old .caption .caption-category {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .old .caption .caption-category {
    text-align: center;
  }
}
.old .caption .caption-title {
  font-size: 18px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .old .caption .caption-title {
    text-align: center;
  }
}
.old .caption .caption-text {
  font-size: 14px;
}
@media (max-width: 767px) {
  .old .caption .caption-text {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-height: 18px;
    /* fallback */
    max-height: 72px;
    /* fallback */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .old .caption .caption-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 18px;
    /* fallback */
    max-height: 36px;
    /* fallback */
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .old .caption .caption-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 18px;
    /* fallback */
    max-height: 36px;
    /* fallback */
  }
}
@media (min-width: 1367px) {
  .old .caption .caption-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 18px;
    /* fallback */
    max-height: 36px;
    /* fallback */
  }
}
.old .caption img.caption-img {
  max-width: 100%;
  display: block;
  position: relative;
}
.old .caption div.caption-img {
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.old .caption .caption-link {
  bottom: 0;
  display: block;
  padding: 35px;
  position: absolute;
  width: 100%;
}
.old .caption .caption-link .icon {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  font-size: 40px;
  font-weight: 300;
  height: 60px;
  line-height: 65px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 60px;
}
@media (min-width: 1367px) {
  .old .caption .caption-link .icon {
    font-size: 94px;
    height: 136px;
    line-height: 94px;
    padding-top: 20px;
    width: 136px;
  }
}
.old .caption .caption-link:hover,
.old .caption .caption-link:active,
.old .caption .caption-link:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .old .caption .caption-link {
    position: relative;
  }
}
.old .caption.small .caption-title {
  margin: 0;
}
@media (max-width: 767px) {
  .old .caption.small .caption-title {
    margin: 0 0 20px 0;
  }
}
.old .caption.small .caption-link {
  padding: 20px;
}
.old .caption.small .caption-link .icon {
  font-size: 40px;
  height: 60px;
  line-height: 65px;
  padding: 0;
  width: 60px;
}
@media (min-width: 1367px) {
  .old .caption.small .caption-link .icon {
    font-size: 64px;
    height: 94px;
    line-height: 64px;
    padding-top: 15px;
    width: 94px;
  }
}
.old .caption:hover .caption-figcaption,
.old .caption.cs-hover .caption-figcaption {
  opacity: 1;
  transform: translate(0, 0);
}
.old .caption.open-down {
  overflow: visible;
}
.old .caption.open-down .caption-figcaption {
  background: transparent;
  position: relative;
  height: auto;
  min-height: 98px;
  width: 100%;
  opacity: 1;
  backface-visibility: hidden;
  transition: opacity 0.3s, height 0.3s, box-shadow 0.3s;
}
@media (max-width: 767px) {
  .old .caption.open-down .caption-figcaption {
    display: block;
    overflow: hidden;
  }
}
.old .caption.open-down .caption-link {
  bottom: auto;
  padding: 15px 0;
  top: 0;
}
.old .caption.open-down .caption-text {
  opacity: 0;
  transition: opacity 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .old .caption.open-down .caption-text {
    opacity: 1;
    display: block;
  }
}
.old .caption.open-down .caption-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 235px;
  width: 275px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .old .caption.open-down .caption-img {
    height: 250px;
  }
}
@media (min-width: 1367px) {
  .old .caption.open-down .caption-img {
    height: 325px;
    width: 385px;
  }
}
.old .caption.open-down .caption-title {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  opacity: 0.5;
  overflow: hidden;
  text-indent: -999px;
  width: 55px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s 0.2s ease 0;
  -moz-transition: all 0.3s 0.2s ease 0;
  -ms-transition: all 0.3s 0.2s ease 0;
  -o-transition: all 0.3s 0.2s ease 0;
  transition: all 0.3s 0.2s ease 0;
}
@media (max-width: 767px) {
  .old .caption.open-down .caption-title {
    height: 170px;
    margin: 0 auto 40px;
    opacity: 1;
    padding-bottom: 40px;
    position: relative;
    width: 140px;
  }
  .old .caption.open-down .caption-title:after {
    background-color: #8e8e8e;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
  }
}
.old .caption.open-back {
  overflow: visible;
}
.old .caption.open-back .caption-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 350px;
  width: 275px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .old .caption.open-back .caption-img {
    height: 250px;
  }
}
@media (min-width: 1367px) {
  .old .caption.open-back .caption-img {
    height: 480px;
    width: 380px;
  }
}
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .page-numbers {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-numbers {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-numbers {
    margin-top: 0;
  }
}
.page-numbers > li {
  display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
  font-family: 'Gotham Book';
  position: relative;
  float: left;
  font-size: 12px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: 'transparent';
}
.page-numbers > li > a.current,
.page-numbers > li > span.current,
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a.current,
.page-numbers > .active > span.current,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.page-numbers > .disabled > span,
.page-numbers > .disabled > span:hover,
.page-numbers > .disabled > span:focus,
.page-numbers > .disabled > a,
.page-numbers > .disabled > a:hover,
.page-numbers > .disabled > a:focus {
  color: #ffffff;
  background-color: #fff;
  cursor: not-allowed;
}
.swiper-custom-controll {
  position: relative;
}
.swiper-custom-controll .swiper-button-prev,
.swiper-custom-controll .swiper-button-next {
  background: none;
  background-size: 15px 25px;
  height: 25px;
  left: -50px;
  margin: 0;
  width: 15px;
}
.swiper-custom-controll .swiper-button-prev {
  top: 30%;
}
.swiper-custom-controll .swiper-button-prev:after {
  content: "\E010";
  color: #fff;
  font-family: 'icons';
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
.swiper-custom-controll .swiper-button-next {
  top: 45%;
}
.swiper-custom-controll .swiper-button-next:after {
  content: "\E01A";
  color: #fff;
  font-family: 'icons';
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
.swiper-custom-fraction .swiper-slide {
  width: 100%;
}
.swiper-custom-fraction .swiper-button-prev,
.swiper-custom-fraction .swiper-button-next {
  color: #fff;
  background-size: 15px 25px;
  height: 25px;
  width: 15px;
}
.swiper-custom-fraction .swiper-pagination-custom-fraction {
  background-color: #006df1;
  bottom: 0;
  color: #3e3d3b;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 24px;
  height: 70px;
  left: 20px;
  letter-spacing: -4px;
  max-width: 80px;
  padding: 35px 20px 0;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .swiper-custom-fraction .swiper-slide {
    width: 250px;
  }
  .swiper-custom-fraction .swiper-scrollbar {
    background: transparent;
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-radius: 0;
    height: 10px;
  }
  .swiper-custom-fraction .swiper-scrollbar-drag {
    background: #000000;
    border-radius: 0;
    top: 1px;
  }
}
.sly {
  /* Example wrapper */
  /* Frame */
  /* Scrollbar */
  /* Pages */
  /* Controls */
  /* One Item Per Frame example*/
  /* Crazy example */
}
.sly .wrap {
  position: relative;
  margin: 3em 0;
}
.sly .frame {
  height: 250px;
  line-height: 250px;
  overflow: hidden;
}
.sly .frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.sly .frame ul li {
  float: left;
  width: 227px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}
.sly .frame ul li.active {
  color: #fff;
  background: #a03232;
}
.sly .scrollbar {
  margin: 0 0 1em 0;
  height: 2px;
  background: #ccc;
  line-height: 0;
}
.sly .scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #292a33;
  cursor: pointer;
}
.sly .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.sly .pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.sly .pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.sly .pages li:hover {
  background: #aaa;
}
.sly .pages li.active {
  background: #666;
}
.sly .controls {
  margin: 25px 0;
  text-align: center;
}
.sly .oneperframe {
  height: 300px;
  line-height: 300px;
}
.sly .oneperframe ul li {
  width: 1140px;
}
.sly .oneperframe ul li.active {
  background: #333;
}
.sly .crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}
.sly .crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}
.sly .crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}
.slide.layout-1 {
  display: block;
  position: relative;
  transition: width 0.3s ease;
}
@media (max-width: 991px) {
  .slide.layout-1 {
    width: 245px;
  }
}
.slide.layout-1 .slide-image {
  height: 350px;
  width: 420px;
}
@media (max-width: 991px) {
  .slide.layout-1 .slide-image {
    width: 245px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .slide.layout-1:hover .slide-text {
    opacity: 1;
  }
  .slide.layout-1.small .slide-image {
    height: 165px;
    width: 200px;
  }
  .slide.layout-1.small .slide-title {
    display: none;
  }
  .slide.layout-1.small:last-child {
    margin-top: 20px;
  }
}
.slide.layout-2 {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .slide.layout-2 {
    width: 245px;
  }
}
.slide.layout-2 .slide-image {
  height: 350px;
  width: 275px;
}
@media (max-width: 991px) {
  .slide.layout-2 .slide-image {
    width: 245px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .slide.layout-2:hover {
    width: 420px;
  }
  .slide.layout-2:hover .slide-image {
    width: 100%;
  }
  .slide.layout-2:hover .slide-text {
    opacity: 1;
  }
}
.slide.layout-1 .slide-image,
.slide.layout-2 .slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .slide.layout-1 .slide-text,
  .slide.layout-2 .slide-text {
    background: rgba(255, 255, 255, 0.9);
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .slide.layout-1 .slide-text:before,
  .slide.layout-2 .slide-text:before {
    content: "\E001";
    font-family: icons;
    font-size: 60px;
    color: #8e8e8e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
  }
  .slide.layout-1 .slide-text .slide-title,
  .slide.layout-2 .slide-text .slide-title,
  .slide.layout-1 .slide-text .slide-category,
  .slide.layout-2 .slide-text .slide-category {
    font-size: 14px;
    line-height: 1.25em;
    color: #8e8e8e;
    font-family: 'Gotham Bold', sans-serif;
    margin: 0;
    padding: 40px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .slide.layout-1 .slide-text .slide-title,
  .slide.layout-2 .slide-text .slide-title {
    bottom: 0;
  }
  .slide.layout-1 .slide-text .slide-category,
  .slide.layout-2 .slide-text .slide-category {
    font-size: 10px;
    top: 0;
  }
  .slide.layout-1 .slide-text .slide-description,
  .slide.layout-2 .slide-text .slide-description {
    display: none;
  }
}
@media (max-width: 991px) {
  .slide.layout-1,
  .slide.layout-2 {
    padding-bottom: 80px;
  }
  .slide.layout-1:before,
  .slide.layout-2:before {
    content: "\E001";
    font-family: icons;
    font-size: 50px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  .slide.layout-1 .slide-title,
  .slide.layout-2 .slide-title,
  .slide.layout-1 .slide-category,
  .slide.layout-2 .slide-category {
    font-size: 14px;
    line-height: 1.25em;
    color: #FFFFFF;
    font-family: 'Gotham Bold', sans-serif;
  }
  .slide.layout-1 .slide-description,
  .slide.layout-2 .slide-description {
    font-size: 14px;
    line-height: 1.25em;
    color: #FFFFFF;
    font-family: 'Verdana', sans-serif;
  }
}
.slide.layout-3 {
  display: block;
  width: 275px;
}
@media (max-width: 991px) {
  .slide.layout-3 {
    width: 245px;
    padding-bottom: 80px;
  }
  .slide.layout-3:before {
    content: "\E001";
    font-family: icons;
    font-size: 50px;
    color: #8e8e8e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
}
.slide.layout-3 .slide-image {
  width: 100%;
  height: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .slide.layout-3 .slide-image {
    height: 200px;
    opacity: 1;
  }
}
.slide.layout-3 .slide-title {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 70px;
  overflow: hidden;
  text-indent: -999px;
  width: 140px;
  margin: 0;
}
@media (max-width: 991px) {
  .slide.layout-3 .slide-title {
    width: 90px;
    height: 70px;
    margin: 0 auto;
  }
}
.slide.layout-3 .slide-description {
  color: #fff;
  padding: 30px;
  font-size: 14px;
  opacity: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .slide.layout-3 .slide-description {
    opacity: 1;
    padding: 15px;
    color: #8e8e8e;
  }
}
.slide.layout-4 .slide-image {
  width: 100%;
  height: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.slide.layout-4 .slide-title {
  font-size: 18px;
  color: #FFFFFF;
  margin: 20px 0 0;
}
.slide.layout-5 .slide-image {
  width: 100%;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 0 20px 0;
}
.slide.layout-5 .slide-title {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.slide.layout-5 .slide-description {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: 'Verdana', sans-serif;
  margin: 0 0 20px 0;
}
/* Swiper custom pager */
.swiper-scrollbar {
  display: none;
}
.swiper-custom-pager .swiper-pagination {
  border-bottom: 1px solid #fff;
}
.swiper-custom-pager .swiper-pagination-bullet {
  border-radius: inherit;
  height: 10px;
  opacity: 0;
  width: 155px;
}
.swiper-custom-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #bebebe;
  opacity: 1;
}
/* Swiper scrollbar */
.icons-city {
  width: 160px!important;
}
@media (max-width: 767px) {
  .form-group textarea.form-control {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .form-group select.form-control,
  .form-group input.form-control {
    height: 40px;
  }
}
.unit_slider {
  position: relative;
  width: 1300px;
  left: 50%;
  margin-left: -650px;
}
@media (max-width: 767px) {
  .content-flex-contact .contact-form .form-group .form-control {
    padding-left: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .form-group .icon {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .content-flex-contact .contact-form .form-group textarea.form-control {
    height: 120px;
    padding-top: 13px;
  }
}
@media (max-width: 1366px) {
  .icons-city {
    width: 130px!important;
  }
  .unit_buton {
    padding: 0px 9px;
  }
  .unit_slider {
    position: relative;
    width: 1080px;
    left: 50%;
    margin-left: -540px;
  }
}
@media (max-width: 1023px) {
  .icons-city {
    width: 50% !important;
  }
  .unit_buton {
    padding: 0px 9px;
  }
  .unit_slider {
    position: relative;
    width: 100%;
    left: 0%;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .full-modal-units .card-contact .card-content .logo {
    height: auto !important;
  }
}
.swiper-custom-scrollbar .swiper-slide,
.swiper-custom-scrollbar-offset .swiper-slide {
  width: auto;
}
@media (max-width: 767px) {
  .swiper-custom-scrollbar .swiper-slide,
  .swiper-custom-scrollbar-offset .swiper-slide {
    max-width: 250px;
    width: 100%;
  }
}
.swiper-custom-scrollbar .swiper-scrollbar,
.swiper-custom-scrollbar-offset .swiper-scrollbar {
  background: transparent;
  border-left-width: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-radius: 0;
  height: 10px;
}
.swiper-custom-scrollbar .swiper-scrollbar-drag,
.swiper-custom-scrollbar-offset .swiper-scrollbar-drag {
  background: #000000;
  border-radius: 0;
  top: 1px;
}
.swiper-custom-scrollbar .swiper-scrollbar,
.swiper-custom-scrollbar-offset .swiper-scrollbar {
  margin-top: 65px;
}
/* Swiper Vertical */
@media (min-width: 992px) {
  .swiper-custom-vertical {
    max-height: 345px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .section-scroller {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .iscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .iscroll .iscroll-wrapper {
    position: absolute;
    width: 100%;
  }
}
/*
.iscroll-horizontal {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50px;

    .iscroll-wrapper {
        position: absolute;
        width: 5000px;
        transition: transform 0.5s ease;


        ul {
        	list-style: none;
        	padding: 0;
        	margin: 0;
        	width: 100%;
        	height: 30px;
        	text-align: center;


            li {
                display: block;
                float: left;
                width: 100px;
                height: 40px;
                border-right: 1px solid #ccc;
                background-color: #fafafa;
                font-size: 14px;
                transition: width 0.5s ease;

                &:first-child {
                    margin-left: 90px;
                }
                &:last-child {
                }

                &.active {
                    background: #004466;
                    width: 200px;
                }
            }

        }

    }

}
*/
.section-full .section-header {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding-top: 40px;
}
.section-center .section-header {
  position: absolute;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section-center .section-header .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-center .section-header {
    text-align: center;
  }
}
.section-center .section-container {
  height: auto !important;
}
.section {
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.section .fp-tableCell {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section .section-container {
  height: 100%;
}
#fullpage {
  transition: opacity 0.8s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.4s, transform 0.6s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  opacity: 0;
}
#fullpage.afterLoaded {
  opacity: 1;
}
#fullpage .section {
  background-color: #FFFFFF;
  background-size: cover;
  margin: 0;
  position: relative;
  transition: opacity 1s ease, transform 0.4s ease;
  will-change: opacity, transform;
}
@media (max-width: 991px) {
  #fullpage .section {
    margin: 0;
  }
}
#fullpage .section .section-header .text {
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  #fullpage .section .section-header {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #fullpage .section .section-wrapper-outer {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #fullpage .section .section-wrapper-outer .section-wrapper-inner {
    padding: 30px 0 60px;
  }
}
#fullpage .section.section-center .section-wrapper-outer::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#fullpage .section.section-center .section-wrapper-outer .section-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#fullpage .section.section-full .section-wrapper-outer {
  top: 0px !important;
}
#fullpage .section.section-full .section-wrapper {
  height: 100%;
}
#fullpage .section.section-full .section-wrapper-inner {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  #fullpage .section.section-full .section-wrapper-inner {
    padding: 0;
  }
}
#fullpage .section.section-full .section-container {
  height: 100%;
}
#fullpage .section .mCSB_scrollTools {
  opacity: 0 !important;
}
#fullpage .section .mCSB_container {
  margin: 0;
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-content {
  padding-right: 30px;
}
.scrollbar-rail > .scroll-element {
  background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
  border: none;
  display: block;
  height: 100%;
  right: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #ff4863;
}
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #ff4863;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 1px;
  top: -10px;
  width: 2px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}
.scrollbar-rail > .scroll-element.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}
/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}
/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
.custom-upload {
  display: flex;
  flex-direction: row;
  position: relative;
}
.custom-upload .custom-upload-label {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative;
  width: 33.3%;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding-left: 30px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-upload .custom-upload-label {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-upload .custom-upload-label {
    width: 100%;
  }
}
.custom-upload .custom-upload-label:after {
  color: #ffffff;
  content: '\E004';
  font-family: 'icons';
  left: 18px;
  line-height: normal;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.custom-upload .custom-upload-instruction {
  font-size: 10px;
  font-size: 1rem;
  color: #ff4863;
  width: 33.3%;
  background: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-upload .custom-upload-instruction {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-upload .custom-upload-instruction {
    width: 100%;
  }
}
.custom-upload .file_source {
  background-color: transparent;
  color: transparent;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 0;
  opacity: 0;
  position: absolute;
  bottom: 15px;
  z-index: 2;
  width: 33.3%;
}
.custom-upload .file_source .form-control {
  height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-upload .file_source {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-upload .file_source {
    width: 100%;
    bottom: 0;
  }
}
.custom-upload .custom-upload-info {
  display: none;
}
.custom-upload .btn-transparent {
  width: 33.3%;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-upload .btn-transparent {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-upload .btn-transparent {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .custom-upload {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .custom-upload {
    flex-direction: column;
  }
}
.color-default {
  color: #ff6915;
}
.color-primary {
  color: #ff4863;
}
.color-secundary {
  color: #b84aff;
}
.color-tertiary {
  color: #006df1;
}
.color-quaternary {
  color: #bebebe;
}
.background-default {
  background-color: #ff6915;
}
.background-primary {
  background-color: #ff4863;
}
.background-secundary {
  background-color: #b84aff;
}
.background-tertiary {
  background-color: #006df1;
}
.background-quaternary {
  background-color: #bebebe;
}
.header-container {
  background: transparent;
  color: #f2f2f2;
  display: block;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
.header-container.fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header-container.gradient::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90%);
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item > .menu-item-link {
  color: #8e8e8e;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item > .menu-item-link span:after {
  background: #8e8e8e;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.logo .menu-item-link {
  background-image: url(../images/logo-grey.svg);
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link {
  color: transparent;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link::before,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link::before,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link::before {
  color: #8e8e8e;
}

.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link::before{
  background: url('/wp-content/themes/rbs-website/assets/images/instagram-gray.png') no-repeat center;
  opacity: 1;
}

@media (max-width: 991px) {
  .header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link::before,
  .header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link::before,
  .header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link::before {
    color: #fff;
  }
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link span::after,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link span::after,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link span::after {
  display: none;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:hover,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:hover,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:hover,
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:focus,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:focus,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:focus,
.header-container.clean .navbar-default .navbar-nav > .menu-item.instagram .menu-item-link:active,
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:active,
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:active {
  color: transparent;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:before {
  content: "\E00C";
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link span::after {
  display: none;
}
.header-container.clean .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:before {
  content: "\E012";
}
.header-container.clean .navbar-default:after {
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.header-container.clean .navbar-default.after-none:after {
  transform: scaleX(0);
}
.header-container.clean .navbar-default .navbar-info-mobile {
  display: none;
}
.header-container.clean .icon:before {
  color: rgba(95, 95, 95, 0.5);
}
.header-container.clean .breadcrumb > .breadcrumb-li + .breadcrumb-li:before {
  color: #8e8e8e;
}
.header-container.clean .breadcrumb .breadcrumb-link {
  color: #8e8e8e;
}
.header-container.clean .breadcrumb > .active {
  color: #8e8e8e;
}
.header-container .navbar-default {
  position: relative;
}
.header-container .navbar-default.after-none:after {
  transform: scaleX(0);
}
@media (min-width: 992px) {
  .header-container .navbar-default .navbar-brand {
    display: none;
  }
}
.header-container .navbar-default .navbar-nav {
  display: table;
  width: 100%;
}
.header-container .navbar-default .navbar-nav > .menu-item {
  display: table-cell;
  vertical-align: middle;
  float: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header-container .navbar-default .navbar-nav > .menu-item > .menu-item-link {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-container .navbar-default .navbar-nav > .menu-item > .menu-item-link span:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.header-container .navbar-default .navbar-nav > .menu-item.logo .menu-item-link {
  display: block;
  margin: 0 auto;
}
.header-container .navbar-default .navbar-nav > .menu-item.logo .menu-item-link:after {
  display: none;
}
@media (min-width: 992px) {
  .header-container.video-animated {
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 1px;
  }
  .header-container.video-animated .navbar-default .navbar-nav > .menu-item {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .header-container.video-animated .navbar-default .navbar-nav > .menu-item > .menu-item-link {
    -webkit-animation: animation-logo 0.4s linear;
    animation: animation-logo 0.4s linear;
    display: none;
  }
  .header-container.video-animated .navbar-default .navbar-nav > .menu-item.logo {
    opacity: 1;
    width: 1px;
  }
  .header-container.video-animated .navbar-default .navbar-nav > .menu-item.logo .menu-item-link {
    display: block;
    font-size: 12px;
  }
  @-webkit-keyframes animation-logo {
    0% {
      font-size: 12px;
    }
    100% {
      font-size: 0;
    }
  }
  @keyframes animation-logo {
    0% {
      font-size: 12px;
    }
    100% {
      font-size: 0;
    }
  }
  .header-container.video-hidden {
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    width: 100%;
  }
  .header-container.video-hidden .navbar-default .navbar-nav > .menu-item {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .header-container.video-hidden .navbar-default .navbar-nav > .menu-item > .menu-item-link {
    -webkit-animation: animation-logo-return 0.4s linear;
    animation: animation-logo-return 0.4s linear;
  }
  .header-container.video-hidden .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link,
  .header-container.video-hidden .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link {
    -webkit-animation: animation-icon 0.4s linear;
    animation: translate-icon 0.4s linear;
  }
  @-webkit-keyframes animation-icon {
    0% {
      font-size: 0;
    }
    100% {
      font-size: 0;
    }
  }
  @keyframes animation-icon {
    0% {
      font-size: 0;
    }
    100% {
      font-size: 0;
    }
  }
  @-webkit-keyframes animation-logo-return {
    0% {
      font-size: 0;
    }
    100% {
      font-size: 12px;
    }
  }
  @keyframes animation-logo-return {
    0% {
      font-size: 0;
    }
    100% {
      font-size: 12px;
    }
  }
}
@media (max-width: 991px) {
  .header-container {
    background: transparent;
    color: #8e8e8e;
    padding: 0;
  }
  .header-container .header .navbar-default {
    background-color: #fff;
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-container .header .navbar-default .navbar-nav {
    display: block;
    margin: 0;
    padding-top: 15px;
  }
  .header-container .header .navbar-default .navbar-nav > .menu-item {
    display: block;
    width: 100%;
  }
  .header-container .header .navbar-default .navbar-nav > .menu-item > .menu-item-link {
    color: #8e8e8e;
    padding-bottom: 17px;
    padding-top: 17px;
    line-height: 18px;
  }
  .header-container .header .navbar-default .navbar-nav > .menu-item > .menu-item-link span:after {
    display: none;
  }
  .header-container .header .navbar-default .navbar-nav > .menu-item.instagram,
  .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin,
  .header-container .header .navbar-default .navbar-nav > .menu-item.facebook {
    display: inline-block;
    width: auto;
  }
  .header-container .navbar-header .navbar-brand {
    /*background-image: url(../images/logo-grey.svg);*/
    background-image: url(../images/logo-40anos.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    width: 45px;
  }
  .header-container #nav-header {
    background: #8c8c8c;
    border-top: 0;
  }
  .header-container #nav-header .navbar-nav li a {
    color: #fff;
  }
  .header-container #nav-header::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 27px;
    top: 45px;
    transform: rotate(45deg);
    background: #8c8c8c;
  }
  .header-container #nav-header .logo {
    display: none;
  }
  .header-container .navbar-toggle {
    border: none;
    height: 22px;
    margin-left: 15px;
    margin-top: 13.5px;
    padding: 0;
    width: 27px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-container .navbar-toggle .icon-bar {
    background-color: #8e8e8e;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 27px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header-container .navbar-toggle .icon-bar:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .header-container .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-container .navbar-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-container .navbar-toggle .icon-bar:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .header-container .navbar-toggle.collapsed {
    margin-top: 15px;
  }
  .header-container .navbar-toggle.collapsed .icon-bar {
    background-color: #8e8e8e;
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 27px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header-container .navbar-toggle.collapsed .icon-bar:nth-child(1) {
    top: 0;
  }
  .header-container .navbar-toggle.collapsed .icon-bar:nth-child(2),
  .header-container .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    top: 10px;
  }
  .header-container .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    top: 20px;
  }
  .header-container .navbar-toggle:hover,
  .header-container .navbar-toggle:focus {
    background-color: #fff;
  }
}
.header-container .navbar-default .navbar-info-mobile {
  display: none;
  margin: 0 -10px;
}
.header-container .navbar-default .navbar-info-mobile .brand {
  background: #4d4d4d;
  display: table;
  width: 100%;
  padding: 10px;
  margin-bottom: -5px;
}
.header-container .navbar-default .navbar-info-mobile .brand .align {
  display: table-cell;
  vertical-align: middle;
}
.header-container .navbar-default .navbar-info-mobile .brand .align a {
  color: #8c8c8c;
  padding: 15px;
  display: block;
  font-size: 12px;
}
.header-container .navbar-default .navbar-info-mobile .brand .align a span {
  font-family: 'Gotham Bold', sans-serif;
}
.header-container .navbar-default .navbar-info-mobile .fone {
  background: #8c8c8c;
}
.header-container .navbar-default .navbar-info-mobile .fone a {
  display: block;
  color: #ffffff;
  padding: 15px 0 20px;
  font-size: 12px;
}
.header-container.overlay {
  background: #4d4d4d;
}
.header-container.overlay .navbar-default .navbar-info-mobile {
  display: block;
}
.header-container.overlay .nav-menu-container {
  height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -10px;
}
.fp-viewing-rodape .header-container {
  opacity: 0;
}
/*
#fullpage .section.footer-container {
    margin: 0;
    transition: all 0.4s ease;
    bottom: -160px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;

    &.active {
        bottom: -30px;
    }

    .section-scroller {
        position: relative;
    }
}
*/
.footer-container .footer {
  background-color: #8c8c8c;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer-container .footer {
    text-align: center;
  }
}
.footer-container .footer .footer-logo {
  background-image: url(../images/footer-logo.svg);
  /*background-image: url(../images/logo-40anos-white.png);*/
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 85px;
  background-size: contain;
  height: 40px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .footer-container .footer .footer-logo {
    margin: 0 auto 5px;
  }
}
.footer-container .footer .phone p {
  font-size: 10px;
  line-height: 36px;
  margin: 0;
  color: #fff;
  font-family: 'Gotham Book', sans-serif;
}
.footer-container .footer .phone p a {
  color: #fff;
  font-family: 'Gotham Bold', sans-serif;
}
.footer-container .footer .footer-brands {
  padding-top: 5px;
}
.footer-container .footer .footer-brands a {
  font-size: 12px;
  color: #c1c1c1;
  display: inline-block;
  margin-left: 15px;
  line-height: 10px;
}
.footer-container .footer .footer-brands .nc {
  background-image: url(../images/logo_grupo_nc.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 50px;
  background-size: contain;
  margin-right: 15px;
}
/* Páginas */
.unit_buton {
  border: 0px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.menu-item-206 {
  box-sizing: border-box;
  width: 20.8%;
  padding-left: 50px;
}
@media (max-width: 970px) {
  .menu-item-206 {
    padding-left: 0px;
  }
}
.card.card-contact .card-subtitle {
  margin-top: 30px;
}
.canais-hover {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.content-flex-units .canais-hover {
  margin-bottom: 10px !important;
}
.icons-city {
  position: relative;
  padding-bottom: 10px;
}
.icons-city:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.icons-city:hover:before {
  border: 1px solid #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.single-noticia {
  overflow-x: hidden;
  background: #fff;
}
@media (min-width: 992px) {
  .single-noticia {
    padding: 30px;
  }
}
.single-noticia .section {
  padding-left: 0;
  padding-right: 0;
}
.single-noticia .header-container {
  padding: 0;
}
.single-noticia .header-container.fixed {
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  display: block !important;
}
@media (max-width: 767px) {
  .single-noticia .header-container.fixed {
    margin: 0;
  }
}
.single-noticia .post-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 30px 70px;
  position: relative;
  margin: -30px -30px 90px;
}
@media (max-width: 991px) {
  .single-noticia .post-header {
    margin-bottom: 20px;
  }
}
.single-noticia .post-header::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
}
.single-noticia .post-header.background-default::after {
  background: #ff6915;
}
.single-noticia .post-header.background-primary::after {
  background: #ff4863;
}
.single-noticia .post-header.background-secundary::after {
  background: #b84aff;
}
.single-noticia .post-header.background-tertiary::after {
  background: #006df1;
}
.single-noticia .post-header.background-quaternary::after {
  background: #bebebe;
}
.single-noticia .block {
  position: relative;
  z-index: 9;
}
.single-noticia .post-title {
  color: #fff;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
.single-noticia .post-date {
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
}
.single-noticia .post-date a {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.single-noticia .post-content p {
  color: #484848;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 1.25em;
}
.single-noticia .post-content a {
  color: #ff6915;
}
.single-noticia .post-content .wp-caption .wp-caption-text {
  border-top: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c8c8c;
  position: relative;
}
.single-noticia .post-content .wp-caption .wp-caption-text::before {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: 'icons';
  content: "\E007";
}
.single-noticia .post-tag {
  background-color: #e7e7e7;
  margin: 75px 0 30px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}
.single-noticia .post-tag .span {
  color: #8e8e8e;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-noticia .post-tag a {
  font-size: 10px;
  font-size: 1rem;
  color: #8e8e8e;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .single-noticia .post-tag {
    margin: 20px 0;
  }
}
.single-noticia .sidebar .widget-title {
  color: #8e8e8e;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0;
}
.single-noticia .sidebar .list-group .list-group-item {
  margin-bottom: 20px;
}
.single-noticia .sidebar .list-group .list-group-item .card .description {
  font-size: 12px;
}
.single-noticia .sidebar .btn {
  color: #c1c1c1;
  border-color: #c1c1c1;
  width: 120px;
}
.single-noticia .addthis_inline_share_toolbox .at-share-btn-elements {
  max-width: 220px;
}
.single-noticia .addthis_inline_share_toolbox .at-share-btn-elements .at-icon-wrapper.at-share-btn {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 991px) {
  .single-noticia .addthis_inline_share_toolbox .at-share-btn-elements .at-icon-wrapper.at-share-btn {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .single-noticia .addthis_inline_share_toolbox .at-share-btn-elements {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}
.single-noticia .footer-container {
  margin: 0 -30px -30px;
}
.error404 .section-header .title {
  color: #8e8e8e;
}
.error404 .header-container .header {
  background: transparent;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item > .menu-item-link {
  color: #8e8e8e;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item > .menu-item-link:after {
  background: #8e8e8e;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link {
  color: transparent;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:before {
  color: rgba(0, 0, 0, 0.6);
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:hover,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:hover,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:focus,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:focus,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:active,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:active {
  color: transparent;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:hover:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:hover:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:focus:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:focus:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:active:before,
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:active:before {
  color: #000000;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.facebook .menu-item-link:before {
  content: "\E00C";
  right: 0;
}
.error404 .header-container .header .navbar-default .navbar-nav > .menu-item.linkedin .menu-item-link:before {
  content: "\E012";
  left: 50%;
  margin: 0 0 0 -17px;
}
.error404 .header-container .header .navbar-default:after {
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(1);
  transition: transform 250ms ease-in-out;
}
.error404 .header-container .header .navbar-default.after-none:after {
  transform: scaleX(0);
}
.error404 .header-container .header .icon:before {
  color: rgba(95, 95, 95, 0.5);
}
.error404 .title-404 {
  color: #8e8e8e;
  font-size: 180px;
  margin: 0;
}
@media (max-width: 991px) {
  .error404 .title-404 {
    font-size: 140px;
  }
}
@media (min-width: 1367px) {
  .error404 .text {
    margin: 45px 0 30px 100px;
    padding-right: 260px;
    position: relative;
  }
  .error404 .text:before {
    background-color: #8e8e8e;
    content: '';
    height: 80px;
    margin-top: -40px;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 1px;
  }
  .error404 .text:after {
    color: #c6c6c6;
    content: '\E006';
    font-family: "icons";
    font-size: 226px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .error404 .text {
    margin-top: 45px;
  }
}
.error404 .btn-transparent {
  border-color: #8e8e8e;
  color: #8e8e8e;
  font-size: 16px;
}
@media (min-width: 1367px) {
  .error404 .btn-transparent {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error404 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .error404 {
    text-align: center;
  }
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('ttf'), url('../fonts/Gotham-Bold.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('ttf'), url('../fonts/Gotham-Book.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('ttf'), url('../fonts/Gotham-Light.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
/* =WordPress Core
-------------------------------------------------------------- */
.hentry {
  /* Text meant only for screen readers. */
}
.hentry .alignnone {
  margin: 5px 20px 20px 0;
}
.hentry .aligncenter,
.hentry div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.hentry .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.hentry .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.hentry a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.hentry a img.alignnone {
  margin: 5px 20px 20px 0;
}
.hentry a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.hentry a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hentry .wp-caption {
  background: #fff;
  max-width: 100%;
  text-align: center;
}
.hentry .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.hentry .wp-caption p.wp-caption-text {
  border-top: 1px solid #ff6915;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.25em;
  text-align: left;
}
.hentry .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.hentry .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 992px) {
  .content-flex-about .block {
    display: table;
    width: 100%;
    display: block;
  }
}
@media (min-width: 992px) {
  .content-flex-about .block .block-image,
  .content-flex-about .block .block-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
.content-flex-about .block .block-image img {
  max-width: 220px;
}
@media (min-width: 1367px) {
  .content-flex-about .block .block-image img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .content-flex-about .block .block-image img {
    max-width: 150px;
    margin-bottom: 20px;
  }
}
.content-flex-about .block .block-text {
  color: #fff;
}
@media (max-width: 991px) {
  .content-flex-about .block .block-text {
    margin-bottom: 20px;
  }
}
.content-flex-banner {
  /* Pager */
}
.content-flex-banner.section-name-ouvidoria .lightslider .lightslider-text {
  display: block;
}
@media (max-width: 991px) {
  .content-flex-banner .section-header {
    position: absolute !important;
    text-align: center;
  }
}
.content-flex-banner .lSSlideOuter {
  height: 100%;
  position: relative;
}
.content-flex-banner .lSSlideOuter .lSSlideWrapper {
  height: 100%;
}
.content-flex-banner .lSSlideOuter .lslide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-flex-banner .lightslider {
  transition: opacity 0.3s !important;
}
.content-flex-banner .lightslider .lslide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.content-flex-banner .lightslider .layout-2 {
  width: 100%;
}
.content-flex-banner .lightslider .layout-2 .lightslider-title {
  font-size: 46px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
}
@media (max-width: 991px) {
  .content-flex-banner .lightslider .layout-2 .lightslider-title {
    font-size: 32px;
  }
}
@media (min-width: 1367px) {
  .content-flex-banner .lightslider .layout-2 .lightslider-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .content-flex-banner .lightslider .layout-2 .lightslider-title {
    text-align: center;
  }
}
.content-flex-banner .lightslider .layout-2 .lightslider-text {
  font-size: 14px;
  line-height: 1.25em;
  color: #fff;
  text-align: left;
  margin: 30px 0 10px;
}
.content-flex-banner .lightslider .lightslider-title {
  color: #FFFFFF;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
.content-flex-banner .lightslider .lightslider-title.tertiary span {
  color: #006df1;
}
.content-flex-banner .lightslider .lightslider-title.default span {
  color: #ff6915;
}
.content-flex-banner .lightslider .lightslider-title.primary span {
  color: #ff4863;
}
.content-flex-banner .lightslider .lightslider-title.secundary span {
  color: #b84aff;
}
.content-flex-banner .lightslider .lightslider-title.quaternary span {
  color: #bebebe;
}
.content-flex-banner .lightslider .lightslider-text {
  font-size: 14px;
  line-height: 1.25em;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .content-flex-banner .lightslider .lightslider-text {
    display: none;
  }
}
.content-flex-banner .lightslider .btn-pause {
  border: none;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 5px 0;
}
.content-flex-banner .lightslider .btn-pause:hover {
  font-size: 22px;
  background: transparent;
}
.content-flex-banner .lSAction .lSPrev {
  background-image: url(../images/light-slider/icon-prev.png);
  background-size: contain;
  height: 22px;
  width: 22px;
  left: 20px !important;
  margin-top: -45px;
}
.content-flex-banner .lSAction .lSNext {
  background-image: url(../images/light-slider/icon-next.png);
  background-size: contain;
  background-position: 0 !important;
  height: 22px;
  width: 22px;
  left: 20px !important;
  margin-top: 8px;
}
.content-flex-banner .lSPager-container {
  bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.content-flex-banner .lSPager-container .container {
  overflow: hidden;
}
.content-flex-banner .lSPager-container .lSPager {
  transform: none !important;
  width: 100% !important;
  display: table;
  margin: 0;
}
.content-flex-banner .lSPager-container .lSPager li {
  display: table-cell !important;
  vertical-align: bottom;
  float: none !important;
  padding: 0 5px;
  position: relative;
  height: 30px;
  max-width: 380px;
}
.content-flex-banner .lSPager-container .lSPager li:before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 3px;
  opacity: 0.3;
}
.content-flex-banner .lSPager-container .lSPager li a {
  height: 160px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -160px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s 0.2s ease 0;
  -moz-transition: all 0.2s 0.2s ease 0;
  -ms-transition: all 0.2s 0.2s ease 0;
  -o-transition: all 0.2s 0.2s ease 0;
  transition: all 0.2s 0.2s ease 0;
}
.content-flex-banner .lSPager-container .lSPager li:hover,
.content-flex-banner .lSPager-container .lSPager li:focus {
  height: 160px;
}
.content-flex-banner .lSPager-container .lSPager li:hover a,
.content-flex-banner .lSPager-container .lSPager li:focus a {
  bottom: 0;
}
.content-flex-banner .lSPager-container .lSPager li.active:before {
  opacity: 1;
}
.content-flex-banner .lSPager-container .lSPager li.active a {
  opacity: 1;
}
.content-flex-banner .lSPager-container .lSPager img {
  opacity: 0;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s 0.2s ease 0;
  -moz-transition: all 0.2s 0.2s ease 0;
  -ms-transition: all 0.2s 0.2s ease 0;
  -o-transition: all 0.2s 0.2s ease 0;
  transition: all 0.2s 0.2s ease 0;
}
.content-flex-banner .containerVideo {
  height: 100%;
  position: relative;
  width: 100%;
}
.content-flex-banner .containerVideo .mbYTP_wrapper {
  opacity: 0 !important;
  transition: all 0.3s !important;
}
.content-flex-banner .containerVideo.playing .mbYTP_wrapper {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .content-flex-cases {
    text-align: center;
  }
}
.content-flex-cases .cases .title {
  margin-bottom: 30px;
}
.content-flex-cases .cases .text {
  margin-bottom: 30px;
}
.content-flex-cases .cases .swiper-custom-controll .swiper-slide {
  transition: opacity 1.5s ease;
  opacity: 0;
}
.content-flex-cases .cases .swiper-custom-controll .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content-flex-cases .cases .swiper-custom-controll .swiper-button-prev,
.content-flex-cases .cases .swiper-custom-controll .swiper-button-next {
  transition: all 0.3s ease;
  transform: scaleY(1.5);
}
.content-flex-cases .cases .swiper-custom-controll .swiper-button-prev:hover,
.content-flex-cases .cases .swiper-custom-controll .swiper-button-next:hover {
  transform: scaleY(1);
}
@media (max-width: 991px) {
  .content-flex-cases .projects {
    padding-top: 30px;
  }
}
.content-flex-cases .projects .text {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 22px;
  /* fallback */
  max-height: 44px;
  /* fallback */
  margin-bottom: 30px;
}
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-prev-vertical,
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-next-vertical {
  cursor: pointer;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-prev-vertical.swiper-button-disabled,
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-next-vertical.swiper-button-disabled {
  opacity: 0;
}
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-prev-vertical {
  top: -2px;
  background: -moz-linear-gradient(top, #3e3d3b 0%, rgba(62, 61, 59, 0.5) 50%, rgba(62, 61, 59, 0) 100%);
  background: -webkit-linear-gradient(top, #3e3d3b 0%, rgba(62, 61, 59, 0.5) 50%, rgba(62, 61, 59, 0) 100%);
  background: linear-gradient(to bottom, #3e3d3b 0%, rgba(62, 61, 59, 0.5) 50%, rgba(62, 61, 59, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#005f5f5f', GradientType=0);
}
.content-flex-cases .projects .swiper-custom-vertical .swiper-button-next-vertical {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(62, 61, 59, 0) 0%, rgba(62, 61, 59, 0.5) 50%, #3e3d3b 100%);
  background: -webkit-linear-gradient(top, rgba(62, 61, 59, 0) 0%, rgba(62, 61, 59, 0.5) 50%, #3e3d3b 100%);
  background: linear-gradient(to bottom, rgba(62, 61, 59, 0) 0%, rgba(62, 61, 59, 0.5) 50%, #3e3d3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005f5f5f', endColorstr='#5f5f5f', GradientType=0);
}
.content-flex-contact {
  position: relative;
}
@media (min-width: 480px) {
  .content-flex-contact .section-container {
    overflow: hidden;
  }
}
.content-flex-contact .contact-form .title {
  margin-bottom: 30px;
}
.content-flex-contact .contact-form .form-group .wpcf7-form-control-wrap {
  position: initial;
}
.content-flex-contact .contact-form .form-group .form-control {
  padding-left: 40px;
}
.content-flex-contact .contact-form .form-group .form-control::placeholder {
  color: #fff;
}
.content-flex-contact .contact-form .form-group textarea.form-control {
  height: 120px;
}
.content-flex-contact .contact-form .btn-transparent {
  float: right;
}
@media (max-width: 767px) {
  .content-flex-contact .contact-form .btn-transparent {
    float: none;
    margin-bottom: 30px;
  }
}
.content-flex-contact .contact-form .info p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .content-flex-contact .contact-form {
    text-align: center;
  }
}
.content-flex-contact .full-banner .img-responsive {
  left: 20px;
}
.content-flex-feed-news .card-post {
  display: block;
  margin-top: 135px;
  width: 50%;
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post {
    margin-top: 60px;
    width: 100%;
  }
}
.content-flex-feed-news .card-post .card-content {
  padding: 40px 20px 90px 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  width: 280px;
  height: 225px;
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content {
    height: auto;
  }
}
.content-flex-feed-news .card-post .card-content.background-default {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgb(255,105,21)' viewBox='0 0 274.99 222.15' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M259.83.1,11.77,30.31A13.12,13.12,0,0,0,0,43.14v88.37A13,13,0,0,0,9.29,143.8l248.06,77.7c8.7,2.73,17.64-3.5,17.64-12.29V12.93C275,5.15,267.88-.87,259.83.1'/%3E %3C/svg%3E");
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content.background-default {
    background-color: #ff6915;
    background-image: none;
  }
}
.content-flex-feed-news .card-post .card-content.background-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgb(255,72,99)' viewBox='0 0 274.99 222.15' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M259.83.1,11.77,30.31A13.12,13.12,0,0,0,0,43.14v88.37A13,13,0,0,0,9.29,143.8l248.06,77.7c8.7,2.73,17.64-3.5,17.64-12.29V12.93C275,5.15,267.88-.87,259.83.1'/%3E %3C/svg%3E");
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content.background-primary {
    background-color: #ff4863;
    background-image: none;
  }
}
.content-flex-feed-news .card-post .card-content.background-secundary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgb(184,74,255)' viewBox='0 0 274.99 222.15' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M259.83.1,11.77,30.31A13.12,13.12,0,0,0,0,43.14v88.37A13,13,0,0,0,9.29,143.8l248.06,77.7c8.7,2.73,17.64-3.5,17.64-12.29V12.93C275,5.15,267.88-.87,259.83.1'/%3E %3C/svg%3E");
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content.background-secundary {
    background-color: #b84aff;
    background-image: none;
  }
}
.content-flex-feed-news .card-post .card-content.background-tertiary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgb(0,109,241)' viewBox='0 0 274.99 222.15' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M259.83.1,11.77,30.31A13.12,13.12,0,0,0,0,43.14v88.37A13,13,0,0,0,9.29,143.8l248.06,77.7c8.7,2.73,17.64-3.5,17.64-12.29V12.93C275,5.15,267.88-.87,259.83.1'/%3E %3C/svg%3E");
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content.background-tertiary {
    background-color: #006df1;
    background-image: none;
  }
}
.content-flex-feed-news .card-post .card-content.background-quaternary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgb(190,190,190)' viewBox='0 0 274.99 222.15' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M259.83.1,11.77,30.31A13.12,13.12,0,0,0,0,43.14v88.37A13,13,0,0,0,9.29,143.8l248.06,77.7c8.7,2.73,17.64-3.5,17.64-12.29V12.93C275,5.15,267.88-.87,259.83.1'/%3E %3C/svg%3E");
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-content.background-quaternary {
    background-color: #bebebe;
    background-image: none;
  }
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-img {
    max-width: 100%;
    float: none !important;
    margin: 0 !important;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post .card-text {
    display: none;
  }
}
.content-flex-feed-news .card-post.left {
  float: left;
}
.content-flex-feed-news .card-post.left .card-content {
  right: -100px;
}
.content-flex-feed-news .card-post.left .card-img {
  float: right;
  margin-right: 25px;
}
.content-flex-feed-news .card-post.right {
  float: right;
}
.content-flex-feed-news .card-post.right .card-content {
  left: -100px;
}
.content-flex-feed-news .card-post.right .card-img {
  float: left;
  margin-left: 25px;
}
.content-flex-feed-news .card-post.first {
  margin-top: 30px;
}
.content-flex-feed-news .card-post.second {
  margin-top: 295px;
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post.second {
    margin-top: 60px;
  }
}
.content-flex-feed-news .card-post.visible.left .card-content {
  right: 10px;
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post.visible.left .card-content {
    right: 50%;
    margin-right: -115px;
    width: 230px;
    bottom: -30px;
    padding: 14px;
    top: auto;
  }
}
.content-flex-feed-news .card-post.visible.right .card-content {
  left: 10px;
}
@media (max-width: 991px) {
  .content-flex-feed-news .card-post.visible.right .card-content {
    left: 50%;
    margin-left: -115px;
    width: 230px;
    bottom: -30px;
    padding: 14px;
    top: auto;
  }
}
.content-flex-feed-news .btn-transparent {
  margin-bottom: 40px;
  margin-top: 25px;
  max-width: 150px;
}
@media (max-width: 991px) {
  .content-flex-feed-news .btn-transparent {
    margin-top: 60px;
  }
}
.single-career .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
}
@media (min-width: 992px) {
  .single-career .title {
    margin-top: 40px;
  }
}
.single-career .span {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines to show */
}
.single-career .scroll-wrapper {
  max-height: 180px;
}
.single-career .scrollbar-rail > .scroll-element {
  background: #f2f2f2;
}
.single-career .carrer-form .form-group .wpcf7-form-control-wrap {
  position: initial;
}
.single-career .carrer-form .form-group .form-control {
  padding-left: 40px;
}
.single-career .carrer-form .form-group .form-control::placeholder {
  color: #fff;
}
.single-career .carrer-form .form-group textarea.form-control {
  height: 120px;
}
.single-career .carrer-form .btn-transparent {
  float: right;
}
@media (max-width: 767px) {
  .single-career .carrer-form .btn-transparent {
    float: none;
    margin-bottom: 60px;
  }
}
.single-career .carrer-form .info p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
@media (max-width: 767px) {
  .single-career .carrer-form {
    text-align: center;
  }
}
@media (min-width: 1367px) {
  .single-career .carrer-form {
    padding-left: 40px;
  }
}
.single-career .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: bottom;
}
.single-career .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .single-career .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .single-career .addthis_inline_share_toolbox {
    display: table-cell;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .single-career .btn-job {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .content-flex-jobs {
    text-align: center;
  }
}
.cases_slider .swiper-slide {
  height: auto;
}
.cases_slider .swiper-slide:last-child {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .cases_slider {
    display: none;
  }
}
.mobile_cases_slider {
  display: none;
}
@media (max-width: 991px) {
  .mobile_cases_slider {
    display: block;
  }
}
.content-flex-media .description {
  text-align: center;
  margin-bottom: 80px;
}
.content-flex-media .description .title {
  margin-top: 0;
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
}
.content-flex-media .description .text p {
  color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
}
.content-flex-media .description .phone-number {
  font-family: 'Gotham Bold', sans-serif;
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .content-flex-media .description {
    margin-bottom: 10px;
  }
}
.content-flex-media .canais-hover {
  margin-bottom: 30px;
}
.content-flex-media .canais-hover .image-normal {
  margin: 0 auto;
  display: block;
  height: 100px;
}
@media (max-width: 767px) {
  .content-flex-media .canais-hover .image-normal {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .content-flex-media .canais-hover {
    margin-bottom: 20px;
  }
}
.content-flex-media .swiper-custom-breakpoints {
  text-align: center;
}
@media (max-width: 767px) {
  .content-flex-media .swiper-custom-breakpoints {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-flex-media .swiper-custom-breakpoints .swiper-slide {
    opacity: 0.5;
  }
  .content-flex-media .swiper-custom-breakpoints .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.content-flex-numbers .number {
  position: relative;
}
.content-flex-numbers .number .number-title {
  color: #fff;
  display: block;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}
.content-flex-numbers .number .number-info {
  bottom: 5px;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: 5px;
  width: 25px;
  z-index: 9999;
}
.content-flex-numbers .number .number-info .icon {
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
}
.content-flex-numbers .number .number-info:active .icon,
.content-flex-numbers .number .number-info:hover .icon,
.content-flex-numbers .number .number-info:focus .icon {
  color: #ffffff;
}
.content-flex-numbers .number .number-content {
  border: 2px solid #fff;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 100%;
  display: table;
}
.content-flex-numbers .number .number-content.border {
  border: 0;
}
.content-flex-numbers .number .number-content .align {
  display: table-cell;
  vertical-align: middle;
}
.content-flex-numbers .number .number-content .number-description {
  color: #fff;
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1em;
}
@media (min-width: 1367px) {
  .content-flex-numbers .number .number-content.column .number-description {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-flex-numbers .number .number-content .number-info-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2F2847;
  display: none;
  padding: 0 15px;
}
.content-flex-numbers .number .number-content .number-info-hover .number-description {
  display: table-cell;
  vertical-align: middle;
}
.content-flex-numbers .number .number-content .number-info-hover.active {
  display: table;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .content-flex-numbers .number .number-content .number-info-hover.active {
    display: block;
    padding: 15px;
  }
}
.content-flex-numbers .number-modal {
  background-color: #8e8e8e;
  border: 2px solid #fff;
  height: 100%;
  left: 0;
  max-height: 600px;
  position: absolute;
  padding: 60px;
  top: 0;
  width: 100%;
  z-index: 10;
}
.content-flex-numbers .number-modal .number-text,
.content-flex-numbers .number-modal .number-link {
  color: #fff;
  font-size: 20px;
}
.content-flex-numbers .number-modal .number-text {
  line-height: 25px;
  padding: 30px 60px;
  position: relative;
}
.content-flex-numbers .number-modal .number-text:before {
  color: #fff;
  content: '“';
  font-family: 'Gotham Bold', sans-serif;
  font-size: 103px;
  height: 30px;
  left: 0;
  line-height: 80px;
  position: absolute;
  top: 0;
}
.content-flex-numbers .number-modal .number-text:after {
  bottom: 0;
  color: #fff;
  content: '“';
  font-family: 'Gotham Bold', sans-serif;
  font-size: 103px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 0;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.content-flex-numbers .number-modal .number-link {
  display: block;
  text-align: right;
  width: 100%;
}
@media (min-width: 1367px) {
  .content-flex-numbers .number-modal .number-link {
    padding-right: 90px;
  }
}
.content-flex-numbers .number-modal .number-close {
  color: #fff;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 22px;
  padding-bottom: 9px;
  padding-top: 9px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
}
.content-flex-platforms {
  /*
    .platforms-content {
        position: absolute;
        left: 0;
        padding-bottom: 120px;
        padding-top: 200px;
        top: 0;
        width: 100%;

        @media @smmax {
            padding-bottom: 35px;
            padding-top: 40px;
            position: relative;
        }
    }
    */
}
.content-flex-platforms .section-container {
  position: relative;
}
.content-flex-platforms .platforms-banners {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  background: #FFF;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-banners {
    padding-top: 0px;
    height: 160px;
  }
}
.content-flex-platforms .platforms-banner {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  height: 50%;
  opacity: 0.3;
  width: 33.33%;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.content-flex-platforms .platforms-banner.active {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
.content-flex-platforms .platforms-banner.left-top {
  background-position: right bottom;
}
.content-flex-platforms .platforms-banner.center-top {
  background-position: center bottom;
}
.content-flex-platforms .platforms-banner.right-top {
  background-position: left bottom;
}
.content-flex-platforms .platforms-banner.left-bottom {
  background-position: right top;
}
.content-flex-platforms .platforms-banner.center-bottom {
  background-position: center top;
}
.content-flex-platforms .platforms-banner.right-bottom {
  background-position: left top;
}
.content-flex-platforms .platforms-logo {
  max-width: 176px;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-logo {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: -140px;
    width: 150px;
  }
}
.content-flex-platforms .platforms-subtitle {
  color: #006df1;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1366px) {
  .content-flex-platforms .platforms-subtitle {
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.content-flex-platforms .platforms-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-list .list-group-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .content-flex-platforms .platforms-list {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
.content-flex-platforms .platforms-text {
  text-align: center;
}
.content-flex-platforms .platforms-text p {
  font-size: 14px;
  line-height: 1.25em;
  color: #8c8c8c;
}
.content-flex-platforms .platforms-link {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 70px;
  height: 50px;
  background-size: contain !important;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s 0.2s ease 0;
  -moz-transition: all 0.5s 0.2s ease 0;
  -ms-transition: all 0.5s 0.2s ease 0;
  -o-transition: all 0.5s 0.2s ease 0;
  transition: all 0.5s 0.2s ease 0;
}
.content-flex-platforms .platforms-link:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
@media (max-width: 999px) {
  .content-flex-platforms .platforms-link {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.content-flex-platforms .platforms-link img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s 0.2s ease 0;
  -moz-transition: all 0.5s 0.2s ease 0;
  -ms-transition: all 0.5s 0.2s ease 0;
  -o-transition: all 0.5s 0.2s ease 0;
  transition: all 0.5s 0.2s ease 0;
  padding: 0 5px;
}
.content-flex-platforms .platforms-link .image-hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-link .image-hover {
    opacity: 1;
  }
}
.content-flex-platforms .platforms-link .image-normal {
  margin: 0 auto;
  opacity: 1;
  max-width: 70px;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-link .image-normal {
    opacity: 0;
  }
}
.content-flex-platforms .platforms-link:hover img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
.content-flex-platforms .platforms-link:hover .image-hover {
  opacity: 1;
}
.content-flex-platforms .platforms-link:hover .image-normal {
  opacity: 0;
}
@media (max-width: 991px) {
  .content-flex-platforms .platforms-link {
    margin: 20px auto;
  }
}
.content-flex-team .section-wrapper-outer {
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right center;
  transition: all 1s ease;
}
@media (max-width: 991px) {
  .content-flex-team .section-wrapper-outer {
    background-position: center top;
    background-size: 100% auto;
  }
}
.content-flex-team .block {
  text-align: center;
}
@media (max-width: 991px) {
  .content-flex-team .block {
    padding-top: 120px;
  }
}
.content-flex-team .block .team-title {
  max-width: 120px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content-flex-team .block .team-title {
    display: none;
  }
}
.content-flex-team .block .team-subtitle {
  font-size: 30px;
  color: #fefefe;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .content-flex-team .block .team-subtitle {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
.content-flex-team .block .icon {
  color: #fff;
  display: block;
  line-height: normal;
  margin: 0 auto;
  font-size: 65px;
  height: 65px;
  width: 60px;
}
.content-flex-positioning .section-header .positioning-title {
  margin: 0;
}
.content-flex-positioning .text {
  color: #fff;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 36px;
  line-height: normal;
  position: relative;
}
@media (max-width: 991px) {
  .content-flex-positioning .text {
    font-size: 20px;
    text-align: center;
    padding: 0 15px 30px;
  }
}
@media (min-width: 1367px) {
  .content-flex-positioning .text {
    font-size: 45px;
  }
}
.content-flex-positioning .text .color-tertiary {
  position: relative;
  padding-left: 25px;
  /*
            @media @xs {
                padding-left: 18px;
            }

            @media @lg {
                padding-left: 40px;
            }
            */
}
@media (max-width: 991px) {
  .content-flex-positioning .text .color-tertiary {
    padding-left: 30px;
  }
}
.content-flex-positioning .text .color-tertiary:before {
  color: #fff;
  content: '“';
  font-size: 36px;
  position: absolute;
  top: -7px;
  left: 0;
}
@media (max-width: 767px) {
  .content-flex-positioning .text .color-tertiary:before {
    font-size: 50px;
    top: -16px;
  }
}
@media (min-width: 1367px) {
  .content-flex-positioning .text .color-tertiary:before {
    font-size: 45px;
    top: -3px;
  }
}
.content-flex-positioning .text .color-quaternary {
  position: relative;
}
.content-flex-positioning .text .color-quaternary:before {
  color: #fff;
  content: '“';
  font-size: 36px;
  position: absolute;
  top: -22px;
  right: -30px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .content-flex-positioning .text .color-quaternary:before {
    font-size: 50px;
    right: -35px;
    top: -30px;
  }
}
@media (min-width: 1367px) {
  .content-flex-positioning .text .color-quaternary:before {
    font-size: 45px;
    top: -27px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .content-flex-press-news {
    text-align: center;
  }
}
.content-flex-press-news .card-img-top {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-flex-press-news .card-img-top:hover .card-img:after,
  .content-flex-press-news .card-img-top:focus .card-img:after {
    font-size: 47px;
    height: 68px;
    line-height: 68px;
    margin: -44px 0 0 -34px;
    padding-top: 0;
    width: 68px;
  }
}
@media (max-width: 767px) {
  .content-flex-press-news .card-img-top .card-img {
    height: 140px;
    z-index: -1;
  }
}
.content-flex-press-news .btn-secundary {
  background: #F2F2F2;
  color: #8e8e8e;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 120px;
}
.content-flex-press-register .section-container {
  height: auto !important;
}
.content-flex-press-register .imprensa-form .title {
  margin-bottom: 40px;
  margin-bottom: 4.0rem;
}
.content-flex-press-register .imprensa-form .form-group .form-control {
  background: #a6a6a6;
  padding-left: 40px;
}
.content-flex-press-register .imprensa-form .form-group .form-control::placeholder {
  color: #fff;
}
.content-flex-press-register .imprensa-form .form-group textarea.form-control {
  height: 180px;
}
.content-flex-press-register .imprensa-form .info p {
  color: #ffffff;
  font-size: 12px;
  margin: 0;
}
.content-flex-press-register .imprensa-form .btn-transparent {
  float: right;
}
@media (max-width: 767px) {
  .content-flex-press-register .imprensa-form .btn-transparent {
    float: none;
  }
}
@media (max-width: 767px) {
  .content-flex-press-register .imprensa-form {
    text-align: center;
    margin-bottom: 60px;
  }
}
.full-modal-projects {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ff6915;
  z-index: 11;
}
@media (min-width: 992px) {
  .full-modal-projects .modal-align {
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .full-modal-projects .modal-align {
    padding: 30px 0;
  }
}
.full-modal-projects .title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .full-modal-projects .title {
    margin-top: 30px;
  }
}
.full-modal-projects .text p,
.full-modal-projects .text a {
  color: #ffffff;
}
.full-modal-projects .btn-close {
  color: #f5f5f5;
  transition: all 0.3s ease-in;
  border: none;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 5px 0;
}
.full-modal-projects .btn-close:hover {
  font-size: 22px;
  background: transparent;
}
.full-modal-projects.active {
  display: block;
}
.full-modal-projects .swiper-custom-fraction .slide-image {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .full-modal-projects .swiper-custom-fraction .slide-image {
    width: 250px;
    height: 200px;
  }
}
.full-modal-projects .swiper-custom-fraction .title {
  font-size: 24px;
  color: #5f5f5f;
  text-transform: uppercase;
  margin: 20px 0 10px;
  padding-left: 125px;
}
.full-modal-projects .swiper-custom-fraction .swiper-pagination-fraction {
  background: #42357A;
  color: #fff;
}
.content-flex-recognitions .title {
  color: #8e8e8e;
}
.content-flex-recognitions .swiper-custom-scrollbar-offset {
  margin-right: -9px;
}
.content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-slide:hover .slide-image {
  width: 100%;
}
.content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-slide:hover .caption-old.open-back .caption-figcaption {
  opacity: 1;
  transform: translate(0, 0);
}
.content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-slide:hover .caption-old.open-back .caption-img {
  width: 100%;
}
@media (max-width: 767px) {
  .content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-slide:hover .caption-old.open-back .caption-img {
    width: 100%;
  }
}
@media (min-width: 1367px) {
  .content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-slide:hover .caption-old.open-back .caption-img {
    width: 580px;
  }
}
.content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-scrollbar {
  border-color: #8e8e8e;
}
.content-flex-recognitions .swiper-custom-scrollbar-offset .swiper-scrollbar-drag {
  background: #b84aff;
}
.content-flex-transparency-report .image-container {
   display: flex;
    justify-content: space-around;
}
.content-flex-transparency-report img {
    width: 650px;
    max-width: 650px;
    height: auto;
    margin-bottom: 20px;
}
.content-flex-transparency-report .image-caption {
    text-align: center;
}
@media screen and (max-width: 1500px) {
   .content-flex-transparency-report .image-container img {
        max-width: 100%;
    }
}
.logo img {
  max-height: 60px;
  max-width: 60px;
  height: auto;
  width: auto;
  margin-right: 20px;
}
.full-modal-units .card-contact {
  font-size: 1.3rem !important;
}
.card.card-contact .card-subtitle {
  font-size: 1.7rem !important;
}
.card.card-contact .card-title {
  font-size: 1.6rem !important;
}
.content-flex-units .description {
  text-align: center;
  margin-bottom: 30px;
}
.content-flex-units .description .title {
  margin-bottom: 30px;
}
.content-flex-units .description .text p {
  color: #fff;
  margin-bottom: 30px;
}
.content-flex-units .description .phone-number {
  font-family: 'Gotham Bold', sans-serif;
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1366px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .content-flex-units .description {
    margin-bottom: 10px;
  }
}
.content-flex-units .canais-hover {
  margin-bottom: 10px;
}
.content-flex-units .canais-hover .image-normal {
  margin: 0 auto;
  display: block;
  height: 100px;
}
@media (max-width: 767px) {
  .content-flex-units .canais-hover .image-normal {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .content-flex-units .canais-hover {
    margin-bottom: 20px;
  }
}
.content-flex-units .swiper-custom-breakpoints {
  text-align: center;
}
@media (max-width: 767px) {
  .content-flex-units .swiper-custom-breakpoints {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-flex-units .swiper-custom-breakpoints .swiper-slide {
    opacity: 0.5;
  }
  .content-flex-units .swiper-custom-breakpoints .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.full-modal-units {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgb(255, 74, 93) 0%, rgb(255, 74, 93) 35%, rgb(255, 105, 21) 100%);
  z-index: 11;
  padding-top: 20px;
}
.full-modal-units.active {
  display: block;
}
.full-modal-units .modal-align {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  font-size: 0;
}
.full-modal-units .modal-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.full-modal-units .modal-align > * {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.full-modal-units .card-contact {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
}
.full-modal-units .card-contact .card-header {
  padding: 10px;
}
.full-modal-units .card-contact .card-header .card-title {
  color: #fff;
  margin-bottom: 7px;
  margin-top: 10px;
  margin-left: -10px;
}
.full-modal-units .card-contact .card-header .btn-transparent {
  font-size: 10px;
  font-size: 1rem;
  margin-right: -10px;
}
.full-modal-units .card-contact .card-content {
  padding: 0;
}
.full-modal-units .card-contact .card-content .logo {
  height: 60px;
  margin: 10px auto;
}
.full-modal-units .card-contact .card-content .card-location {
  font-family: 'Gotham Bold', sans-serif;
  text-transform: none;
}
.full-modal-units .card-contact .card-content .card-location span {
  font-family: 'Gotham Book', sans-serif;
}
@media (max-width: 767px) {
  .full-modal-units .card-contact {
    width: 250px;
  }
}
.full-modal-units .btn-close {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  color: #DEDEDE;
  font-size: 26px;
  line-height: 20px;
  padding: 15px;
}
.full-modal-units .btn-close:hover {
  background: transparent;
}
.full-modal-units .swiper-scrollbar .swiper-scrollbar-drag {
  background: #DEDEDE;
}
.content-flex-vehicles .section-header .title {
  color: #8e8e8e;
}
.content-flex-vehicles .section-header .breadcrumb a,
.content-flex-vehicles .section-header .breadcrumb li.active,
.content-flex-vehicles .section-header .breadcrumb li:before {
  color: #8e8e8e;
}
@media (max-width: 767px) {
  .content-flex-vehicles .section-container {
    padding-top: 0;
  }
}
.content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle .swiper-slide {
  transition: opacity 0.3s ease;
}
.content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle .swiper-slide .slide-image::after {
  transition: opacity 0.3s ease;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: #fe6815;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  .content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle .swiper-slide .slide-description {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 992px) {
  .content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle .swiper-slide:hover .slide-image::after {
    opacity: 0.9;
  }
  .content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle .swiper-slide:hover .slide-description {
    opacity: 1;
    z-index: 99999;
  }
}
@media (min-width: 992px) {
  .content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle:hover .swiper-slide {
    opacity: 0.3;
  }
  .content-flex-vehicles .swiper-custom-controll .swiper-custom-scrollbar.swiper-vehicle:hover .swiper-slide:hover {
    opacity: 1;
  }
}
.content-flex-vehicles .swiper-custom-controll .swiper-button-next::after,
.content-flex-vehicles .swiper-custom-controll .swiper-button-prev::after {
  color: #8e8e8e;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0;
  }
}
