@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
    width: auto; }

.col {
  float: left;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .sm-1 {
    width: 8.3333333333%; }
  .sm-2 {
    width: 16.6666666667%; }
  .sm-3 {
    width: 25%; }
  .sm-4 {
    width: 33.3333333333%; }
  .sm-5 {
    width: 41.6666666667%; }
  .sm-6 {
    width: 50%; }
  .sm-7 {
    width: 58.3333333333%; }
  .sm-8 {
    width: 66.6666666667%; }
  .sm-9 {
    width: 75%; }
  .sm-10 {
    width: 83.3333333333%; }
  .sm-11 {
    width: 91.6666666667%; }
  .sm-12 {
    width: 100%; }
  .sm-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .sm-pull-0 {
    position: relative;
    left: auto;
    right: 0%; }
  .sm-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .sm-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%; }
  .sm-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .sm-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%; }
  .sm-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .sm-pull-3 {
    position: relative;
    left: auto;
    right: 25%; }
  .sm-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .sm-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%; }
  .sm-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .sm-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%; }
  .sm-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .sm-pull-6 {
    position: relative;
    left: auto;
    right: 50%; }
  .sm-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .sm-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%; }
  .sm-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .sm-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%; }
  .sm-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .sm-pull-9 {
    position: relative;
    left: auto;
    right: 75%; }
  .sm-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .sm-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%; }
  .sm-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .sm-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%; }
  .sm-offset-0 {
    margin-left: 0% !important; }
  .sm-offset-1 {
    margin-left: 8.3333333333% !important; }
  .sm-offset-2 {
    margin-left: 16.6666666667% !important; }
  .sm-offset-3 {
    margin-left: 25% !important; }
  .sm-offset-4 {
    margin-left: 33.3333333333% !important; }
  .sm-offset-5 {
    margin-left: 41.6666666667% !important; }
  .sm-offset-6 {
    margin-left: 50% !important; }
  .sm-offset-7 {
    margin-left: 58.3333333333% !important; }
  .sm-offset-8 {
    margin-left: 66.6666666667% !important; }
  .sm-offset-9 {
    margin-left: 75% !important; }
  .sm-offset-10 {
    margin-left: 83.3333333333% !important; }
  .sm-offset-11 {
    margin-left: 91.6666666667% !important; } }

@media only screen and (min-width: 1001px) {
  .md-up-1 {
    width: 8.3333333333%; }
  .md-up-2 {
    width: 16.6666666667%; }
  .md-up-3 {
    width: 25%; }
  .md-up-4 {
    width: 33.3333333333%; }
  .md-up-5 {
    width: 41.6666666667%; }
  .md-up-6 {
    width: 50%; }
  .md-up-7 {
    width: 58.3333333333%; }
  .md-up-8 {
    width: 66.6666666667%; }
  .md-up-9 {
    width: 75%; }
  .md-up-10 {
    width: 83.3333333333%; }
  .md-up-11 {
    width: 91.6666666667%; }
  .md-up-12 {
    width: 100%; }
  .md-up-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .md-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%; }
  .md-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .md-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%; }
  .md-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .md-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%; }
  .md-up-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .md-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%; }
  .md-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .md-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%; }
  .md-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .md-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%; }
  .md-up-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .md-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%; }
  .md-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .md-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%; }
  .md-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .md-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%; }
  .md-up-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .md-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%; }
  .md-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .md-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%; }
  .md-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .md-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%; }
  .md-up-offset-0 {
    margin-left: 0% !important; }
  .md-up-offset-1 {
    margin-left: 8.3333333333% !important; }
  .md-up-offset-2 {
    margin-left: 16.6666666667% !important; }
  .md-up-offset-3 {
    margin-left: 25% !important; }
  .md-up-offset-4 {
    margin-left: 33.3333333333% !important; }
  .md-up-offset-5 {
    margin-left: 41.6666666667% !important; }
  .md-up-offset-6 {
    margin-left: 50% !important; }
  .md-up-offset-7 {
    margin-left: 58.3333333333% !important; }
  .md-up-offset-8 {
    margin-left: 66.6666666667% !important; }
  .md-up-offset-9 {
    margin-left: 75% !important; }
  .md-up-offset-10 {
    margin-left: 83.3333333333% !important; }
  .md-up-offset-11 {
    margin-left: 91.6666666667% !important; } }

@media only screen and (min-width: 64.1rem) {
  .lg-up-1 {
    width: 8.3333333333%; }
  .lg-up-2 {
    width: 16.6666666667%; }
  .lg-up-3 {
    width: 25%; }
  .lg-up-4 {
    width: 33.3333333333%; }
  .lg-up-5 {
    width: 41.6666666667%; }
  .lg-up-6 {
    width: 50%; }
  .lg-up-7 {
    width: 58.3333333333%; }
  .lg-up-8 {
    width: 66.6666666667%; }
  .lg-up-9 {
    width: 75%; }
  .lg-up-10 {
    width: 83.3333333333%; }
  .lg-up-11 {
    width: 91.6666666667%; }
  .lg-up-12 {
    width: 100%; }
  .lg-up-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .lg-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%; }
  .lg-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .lg-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%; }
  .lg-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .lg-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%; }
  .lg-up-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .lg-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%; }
  .lg-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .lg-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%; }
  .lg-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .lg-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%; }
  .lg-up-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .lg-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%; }
  .lg-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .lg-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%; }
  .lg-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .lg-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%; }
  .lg-up-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .lg-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%; }
  .lg-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .lg-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%; }
  .lg-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .lg-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%; }
  .lg-up-offset-0 {
    margin-left: 0% !important; }
  .lg-up-offset-1 {
    margin-left: 8.3333333333% !important; }
  .lg-up-offset-2 {
    margin-left: 16.6666666667% !important; }
  .lg-up-offset-3 {
    margin-left: 25% !important; }
  .lg-up-offset-4 {
    margin-left: 33.3333333333% !important; }
  .lg-up-offset-5 {
    margin-left: 41.6666666667% !important; }
  .lg-up-offset-6 {
    margin-left: 50% !important; }
  .lg-up-offset-7 {
    margin-left: 58.3333333333% !important; }
  .lg-up-offset-8 {
    margin-left: 66.6666666667% !important; }
  .lg-up-offset-9 {
    margin-left: 75% !important; }
  .lg-up-offset-10 {
    margin-left: 83.3333333333% !important; }
  .lg-up-offset-11 {
    margin-left: 91.6666666667% !important; } }

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

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

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

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

.text-upper {
  text-transform: uppercase; }

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

.text-bold {
  font-weight: bold; }

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

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

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-static {
  position: static; }

.pos-sticky {
  position: sticky; }

.flt-left {
  float: left; }

.flt-right {
  float: right; }

.flt-none {
  float: none; }

.clear {
  clear: both; }

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

.clearfix:after {
  clear: both; }

.oflw-visible {
  overflow: visible; }

.oflw-hidden {
  overflow: hidden; }

.oflw-scroll {
  overflow: scroll; }

.oflw-auto {
  overflow: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.feedback-message {
  background-color: #ffc;
  color: #222;
  font-size: 18px;
  margin: 0;
  padding: 55px 0;
  width: 100%; }
  .feedback-message a {
    text-decoration: underline; }
  .feedback-message.error {
    background-color: #fcc; }

.error-message {
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -10px; }

@font-face {
  font-family: 'Fontawesome';
  src: url("../../fonts/site/fontawesome/FontAwesome.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

.alert {
  padding: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px !important; }
  .alert.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1; }

select {
  width: 100%; }

.select2-container .select2-selection--single {
  background: #ffffff;
  border: solid 1px #dedede;
  outline: none;
  height: 40px;
  font-size: 16px;
  border-radius: 30px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
    padding-left: 15px; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: -1px;
    width: 40px;
    height: 41px;
    border-radius: 100%; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      margin: 0;
      transform: translateX(-50%) translateY(-50%);
      border-color: #ffffff transparent transparent transparent;
      border-style: solid;
      border-width: 8px 6px 0 6px; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 6px 8px 6px; }

.select2-container .select2-dropdown {
  border-color: #dedede; }

.select2-search--dropdown .select2-search__field {
  outline: none; }

.select2-container--default {
  font-size: 16px; }

html, body {
  font-family: "Lato";
  font-size: 15px;
  color: #3f3f3f; }

body {
  overflow-x: hidden;
  background: url("../../img/site/pattern.jpg") center center repeat; }

a {
  text-decoration: none;
  transition: 300ms ease-in-out; }

a, img {
  outline: none; }

::selection {
  background: #3f3f3f;
  color: #fff; }

::-webkit-selection {
  background: #3f3f3f;
  color: #fff; }

::-moz-selection {
  background: #3f3f3f;
  color: #fff; }

.interna footer {
  margin-top: 70px; }
  .interna footer .copy {
    color: #1c492b;
    text-shadow: none; }

.modal {
  display: none;
  background-color: transparent; }
  .modal .fancybox-button {
    color: #ffffff; }
  .modal .row {
    display: flex; }
    .modal .row .col {
      display: flex;
      align-items: stretch; }
  .modal .text {
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    flex-direction: column; }
    .modal .text h2 {
      color: #376da3;
      font-size: 28px;
      line-height: 32px;
      font-weight: 700; }
    .modal .text .div-scroll {
      margin-top: 25px;
      flex: 1;
      position: relative; }
      .modal .text .div-scroll p {
        font-size: 14px;
        line-height: 20px; }
      .modal .text .div-scroll .scroll {
        position: absolute;
        padding-right: 20px;
        overflow-y: scroll;
        max-height: 100%; }
        .modal .text .div-scroll .scroll::-webkit-scrollbar {
          width: 6px; }
        .modal .text .div-scroll .scroll::-webkit-scrollbar-track {
          background: #ffffff; }
        .modal .text .div-scroll .scroll::-webkit-scrollbar-thumb {
          background: #376da3; }
        .modal .text .div-scroll .scroll::-webkit-scrollbar-thumb:hover {
          background: #555; }
  .modal .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px; }
    .modal .owl-nav .owl-next,
    .modal .owl-nav .owl-prev {
      outline: none;
      font-size: 50px;
      color: #ffffff; }
      .modal .owl-nav .owl-next.disabled,
      .modal .owl-nav .owl-prev.disabled {
        display: none; }
    .modal .owl-nav .owl-next {
      float: right; }
    .modal .owl-nav .owl-prev {
      float: left; }

.burger {
  width: 35px;
  height: 17px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin: 30px 0 0 0;
  position: relative;
  z-index: 2000;
  display: none; }
  .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1c492b;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .burger span:nth-child(1) {
      top: 0px; }
    .burger span:nth-child(2), .burger span:nth-child(3) {
      top: 7px; }
    .burger span:nth-child(4) {
      top: 14px; }
  .burger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.home .header-logo {
  display: none; }

.interna header .header-menu {
  margin-top: 28px; }

header {
  position: absolute;
  top: 20px;
  width: 100%; }
  header .header-menu ul {
    display: flex;
    justify-content: space-between; }
    header .header-menu ul li a {
      color: #3f3f3f; }
      header .header-menu ul li a:hover {
        color: #2a6e41; }
    header .header-menu ul .terceirizacao-item {
      position: relative;
      z-index: 100; }

.section-about .text {
  margin-top: 140px; }
  .section-about .text h1 {
    padding-left: 105px;
    font-size: 70px;
    line-height: 76px;
    font-weight: 700;
    color: #1c492b;
    background: url("../../img/site/logo.png") left center no-repeat; }
  .section-about .text p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px; }
  .section-about .text .btn {
    display: inline-block;
    position: relative;
    font-size: 26px;
    background-color: #1c492b;
    font-weight: 700;
    color: #ffffff;
    line-height: 60px;
    margin: 40px 0 0 20px;
    padding: 0 13px; }
    .section-about .text .btn:before, .section-about .text .btn:after {
      content: "";
      position: absolute;
      top: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      transition: 300ms ease-in-out; }
    .section-about .text .btn:before {
      left: -20px;
      border-right: 20px solid #1c492b; }
    .section-about .text .btn:after {
      right: -20px;
      border-left: 20px solid #1c492b; }
    .section-about .text .btn:hover {
      background-color: #2a6e41; }
      .section-about .text .btn:hover:before {
        border-right-color: #2a6e41; }
      .section-about .text .btn:hover:after {
        border-left-color: #2a6e41; }

.section-about .carousel {
  margin-top: -150px;
  width: 1170px;
  height: 1035px; }

.section-solutions .text {
  margin-top: 80px; }
  .section-solutions .text h1 {
    font-size: 60px;
    color: #1c492b;
    font-weight: 700; }
  .section-solutions .text p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px; }

.section-solutions .item {
  position: relative;
  z-index: 2;
  width: 570px;
  height: 510px;
  background-repeat: no-repeat;
  background-position: center center; }
  .section-solutions .item .hover {
    opacity: 0;
    margin: 120px auto 0;
    width: 310px;
    text-align: center;
    color: #ffffff;
    transition: 400ms ease-in-out; }
    .section-solutions .item .hover h2 {
      font-size: 18px;
      font-weight: 700; }
    .section-solutions .item .hover p {
      margin-top: 15px;
      line-height: 18px; }
    .section-solutions .item .hover .btn {
      display: inline-block;
      margin-top: 25px;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      border-bottom: solid 2px #ffffff;
      padding-bottom: 3px; }
  .section-solutions .item.i1 {
    float: left;
    margin: -290px 0 0 -25px;
    background-image: url("../../img/site/solution1.png"); }
    .section-solutions .item.i1 .icon {
      background-image: url("../../img/site/solution-icon1.png"); }
  .section-solutions .item.i2 {
    z-index: 1;
    float: right;
    margin: -285px -115px 0 0;
    background-image: url("../../img/site/solution2.png"); }
    .section-solutions .item.i2 .icon {
      background-image: url("../../img/site/solution-icon2.png"); }
  .section-solutions .item.i3 {
    z-index: 2;
    float: left;
    margin: -285px 0 0 -25px;
    background-image: url("../../img/site/solution3.png"); }
    .section-solutions .item.i3 .icon {
      background-image: url("../../img/site/solution-icon3.png"); }
  .section-solutions .item .icon {
    position: absolute;
    top: 110px;
    left: 30px;
    width: 490px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 400ms ease-in-out;
    background-size: auto 100%; }
  .section-solutions .item:hover .icon {
    top: 40px;
    height: 80px; }
  .section-solutions .item:hover .hover {
    transition-delay: 300ms;
    opacity: 1; }

.section-numbers {
  min-height: 500px;
  padding-top: 245px;
  background: url("../../img/site/bg-number.png") center center no-repeat; }
  .section-numbers .item {
    margin: -50px auto;
    padding-top: 40px;
    width: 356px;
    height: 295px;
    background: url("../../img/site/bg-item-numbers.png") center center no-repeat;
    padding-right: 14px; }
    .section-numbers .item .icon {
      display: block;
      margin: 0 auto;
      width: 80px;
      height: 80px; }
    .section-numbers .item .icon-areas {
      width: 53px;
      height: 54px;
      margin-bottom: 10px; }
    .section-numbers .item p {
      text-align: center;
      font-size: 26px;
      color: #8b8b8b;
      font-weight: 700; }
      .section-numbers .item p span:nth-of-type(1) {
        display: block;
        font-size: 45px; }
      .section-numbers .item p span:nth-of-type(2) {
        display: block;
        font-size: 18px;
        max-width: 200px;
        text-align: center;
        margin: 0 auto; }
  .section-numbers .item-area {
    padding-top: 32px; }

.section-services {
  margin-top: 100px; }
  .section-services .title {
    text-align: center;
    margin-bottom: 50px; }
    .section-services .title h1 {
      font-size: 54px;
      color: #1c492b;
      font-weight: 700; }
    .section-services .title p {
      margin-top: 10px;
      color: #8b8b8b;
      line-height: 18px; }
  .section-services .item {
    position: relative;
    padding: 25px 0 25px;
    color: #8b8b8b;
    max-width: 550px;
    min-height: 230px; }
    .section-services .item.right {
      padding-right: 200px;
      text-align: right; }
      .section-services .item.right .icon {
        right: -80px; }
    .section-services .item.left {
      padding-left: 245px; }
      .section-services .item.left .icon {
        left: -20px; }
    .section-services .item h2 {
      margin-top: 30px;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 700; }
    .section-services .item p {
      margin-top: 15px;
      line-height: 18px; }
    .section-services .item .icon {
      position: absolute;
      top: 0;
      width: 279px;
      height: 258px;
      background: url("../../img/site/icone-servicos.png") center center no-repeat; }
      .section-services .item .icon i {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 200px;
        height: 180px; }

.section-partners {
  padding-top: 200px;
  height: 500px;
  background: url("../../img/site/bg-parceiros.png") center top no-repeat; }
  .section-partners .carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .section-partners .carousel .owl-nav .owl-prev,
    .section-partners .carousel .owl-nav .owl-next {
      font-size: 50px;
      color: #ffffff;
      font-weight: 700;
      outline: none; }
    .section-partners .carousel .owl-nav .owl-prev {
      float: left;
      margin-left: -50px; }
    .section-partners .carousel .owl-nav .owl-next {
      float: right;
      margin-right: -50px; }

.section-contact {
  padding: 80px 0;
  background: url("../../img/site/bg-contact.png") center bottom no-repeat; }
  .section-contact ul li {
    margin-bottom: 30px; }
    .section-contact ul li p {
      padding-left: 45px;
      font-size: 18px;
      position: relative; }
      .section-contact ul li p.time:before {
        content: "\f017"; }
      .section-contact ul li p.address:before {
        content: "\f041";
        left: 5px; }
      .section-contact ul li p.phone:before {
        content: "\f095"; }
      .section-contact ul li p:before {
        position: absolute;
        top: 5px;
        left: 0;
        font-family: 'Fontawesome';
        font-size: 30px;
        color: #1c492b; }
      .section-contact ul li p strong {
        margin-bottom: 5px;
        display: block;
        font-weight: 700;
        font-size: 15px; }
  .section-contact form .input {
    margin-bottom: 15px; }
    .section-contact form .input input,
    .section-contact form .input textarea {
      background-color: #ffffff;
      border: solid 1px #ffffff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      outline: none; }
    .section-contact form .input input {
      padding: 0 15px;
      width: 100%;
      height: 30px; }
    .section-contact form .input textarea {
      padding: 10px 15px;
      max-width: 100%;
      min-width: 100%;
      min-height: 170px;
      max-height: 170px; }
  .section-contact .btn {
    float: right;
    height: 50px;
    width: 190px;
    background-color: #1c492b;
    border: solid 1px #1c492b;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    transition: 300ms ease-in-out; }
    .section-contact .btn:hover {
      background-color: #2a6e41;
      border-color: #2a6e41; }

footer {
  margin-top: -35px;
  overflow: hidden;
  padding-bottom: 15px; }
  footer .copy {
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 10px #000; }
  footer .ass {
    float: right;
    font-size: 14px;
    color: #1c492b; }

.interna .h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700; }

.interna .content-about {
  padding-top: 40px; }
  .interna .content-about .text {
    margin-top: 160px; }
    .interna .content-about .text h1 {
      padding-left: 85px;
      background-repeat: no-repeat;
      background-position: left center; }
    .interna .content-about .text h2 {
      margin-top: 10px;
      font-size: 25px; }
    .interna .content-about .text p {
      margin-top: 20px;
      line-height: 20px; }
  .interna .content-about .image {
    float: right; }

.interna .block-section {
  padding: 50px 0; }
  .interna .block-section .title {
    margin: 0 auto;
    text-align: center;
    max-width: 620px; }
    .interna .block-section .title p {
      margin-top: 20px;
      line-height: 20px;
      color: #918f8f; }
  .interna .block-section .list {
    margin-top: 65px; }
    .interna .block-section .list h2 {
      padding: 20px 0 0 130px;
      background-repeat: no-repeat;
      background-position: left center;
      min-height: 125px;
      font-size: 20px;
      text-transform: uppercase;
      color: #171e46;
      font-weight: 700;
      line-height: 23px; }
    .interna .block-section .list ul li {
      color: #918f8f;
      line-height: 20px;
      margin-bottom: 15px; }

.mudas .h1 {
  color: #45c258; }

.mudas .content-about .text h2 {
  color: #1c492b; }

.mudas .gallery {
  transform: translateY(-180px); }
  .mudas .gallery .owl-nav {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 50%;
    transform: translateY(-50%); }
    .mudas .gallery .owl-nav .owl-prev,
    .mudas .gallery .owl-nav .owl-next {
      font-size: 60px;
      color: #45c258;
      outline: none; }
    .mudas .gallery .owl-nav .owl-prev {
      float: left; }
    .mudas .gallery .owl-nav .owl-next {
      margin-top: 560px;
      float: right; }
  .mudas .gallery .item {
    height: 900px; }
    .mudas .gallery .item .image {
      float: left;
      margin: 0 20px -65px 0;
      max-width: 295px; }
      .mudas .gallery .item .image.margin {
        margin-left: 158px; }
  .mudas .gallery .text {
    margin: -640px 60px 0 0;
    float: right;
    width: 500px;
    text-align: right; }
    .mudas .gallery .text p {
      margin-top: 25px;
      line-height: 20px; }

.mudas .block-table .table {
  margin-top: 50px; }
  .mudas .block-table .table .td {
    float: left; }
    .mudas .block-table .table .td:nth-child(1) {
      width: 30%; }
    .mudas .block-table .table .td:nth-child(2) {
      width: 50%; }
    .mudas .block-table .table .td:nth-child(3) {
      width: 20%; }
  .mudas .block-table .table .th .td {
    padding: 0 20px;
    line-height: 55px;
    background-color: #45c258;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    border-right: solid 4px #ffffff; }
    .mudas .block-table .table .th .td:last-child {
      border-right: none; }
  .mudas .block-table .table .tr .td {
    padding: 0 20px;
    line-height: 50px;
    background-color: #ffffff;
    color: #1c492b;
    border-right: solid 4px #e1e1e1;
    border-bottom: solid 2px #e1e1e1; }
    .mudas .block-table .table .tr .td a {
      color: #1c492b; }
      .mudas .block-table .table .tr .td a:hover {
        color: #45c258; }
    .mudas .block-table .table .tr .td:last-child {
      border-right: none; }

.ambiental strong {
  font-weight: bold; }

.ambiental .modal .owl-nav .owl-next, .ambiental .modal .owl-nav .owl-prev {
  color: white;
  font-size: 50px; }

.ambiental .h1 {
  color: #171e46; }

.ambiental .content-about .text h2 {
  color: #171e46; }

.ambiental .content-about .image {
  float: left;
  height: 650px; }

.ambiental .block-section .center {
  text-align: center;
  padding: 30px 0  80px; }

.ambiental .block-section .item {
  margin: 5px;
  display: inline-block; }
  .ambiental .block-section .item:first-child a {
    margin-top: 32px !important;
    margin-bottom: -31px !important; }
  .ambiental .block-section .item:last-child a {
    margin-top: 17px !important;
    margin-bottom: -16px !important; }
  .ambiental .block-section .item:nth-child(4n) {
    margin-right: 0; }
  .ambiental .block-section .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 294px;
    height: 341px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    line-height: 32px; }

.drone .h1 {
  color: #377c7b; }

.drone .content-about .image {
  float: left; }

.drone .block-section .list h2 {
  padding-top: 35px;
  color: #377c7b; }

.terceirizacao strong {
  font-weight: bold; }

.terceirizacao .modal .owl-nav .owl-next, .terceirizacao .modal .owl-nav .owl-prev {
  color: white;
  font-size: 50px; }

.terceirizacao .h1 {
  color: #171e46; }

.terceirizacao .content-about .text h2 {
  color: #171e46; }

.terceirizacao .content-about .image {
  float: left;
  height: 550px; }

.terceirizacao .block-section {
  padding: 30px 0; }
  .terceirizacao .block-section .list {
    height: 280px;
    margin-top: 10px; }
    .terceirizacao .block-section .list h2 {
      padding: 30px 0 0 130px; }
    .terceirizacao .block-section .list p {
      padding-left: 30px; }
  .terceirizacao .block-section .center {
    text-align: center;
    padding: 30px 0  80px; }
  .terceirizacao .block-section .item {
    margin: 5px;
    display: inline-block; }
    .terceirizacao .block-section .item:first-child a {
      margin-top: 32px !important;
      margin-bottom: -31px !important; }
    .terceirizacao .block-section .item:last-child a {
      margin-top: 17px !important;
      margin-bottom: -16px !important; }
    .terceirizacao .block-section .item:nth-child(4n) {
      margin-right: 0; }
    .terceirizacao .block-section .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 294px;
      height: 341px;
      font-size: 28px;
      color: #ffffff;
      font-weight: 700;
      line-height: 32px; }

.terceirizacao .block-carousel {
  text-align: center; }
  .terceirizacao .block-carousel p {
    margin-bottom: 20px; }
  .terceirizacao .block-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    right: 60px;
    display: flex;
    justify-content: space-between; }
    .terceirizacao .block-carousel .owl-nav .owl-prev {
      color: white;
      font-size: 60px; }
    .terceirizacao .block-carousel .owl-nav .owl-next {
      color: white;
      font-size: 60px; }

.about .text {
  padding: 160px 0 100px; }
  .about .text h1 {
    font-size: 72px;
    font-weight: 700;
    color: #1c492b; }
    .about .text h1.logo {
      background: url("../../img/site/logo.png") left center no-repeat;
      line-height: 77px;
      padding-left: 100px; }
  .about .text p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 25px; }

.about .block-p {
  position: relative;
  margin-top: 110px;
  padding: 25px 30px;
  background-color: #ffffff; }
  .about .block-p .foto {
    position: absolute;
    top: -100px;
    left: -100px; }
  .about .block-p h1 {
    padding-left: 80px;
    font-size: 36px;
    font-weight: 700;
    color: #1c492b; }
  .about .block-p p {
    margin-top: 30px;
    font-size: 13px; }

@media (max-width: 1300px) {
  .section-solutions .row .col {
    width: 100%; }
  .section-solutions .item {
    margin: 30px 0 0 0 !important;
    width: 100%;
    height: 180px;
    background-position: top left;
    background-size: 200px auto; }
    .section-solutions .item .icon {
      top: 40px;
      left: 10px;
      width: 170px;
      height: 90px; }
    .section-solutions .item .hover {
      margin: 0;
      padding: 20px 20px 0 210px;
      width: 100%;
      opacity: 1;
      color: #3f3f3f;
      text-align: left; }
      .section-solutions .item .hover p {
        margin-top: 10px; }
      .section-solutions .item .hover .btn {
        margin-top: 15px;
        color: #3f3f3f;
        border-color: #3f3f3f; }
  .mudas .gallery .carousel {
    display: none; }
  .mudas .gallery .text {
    float: left;
    text-align: left;
    margin-top: 0; } }

@media (max-width: 1000px) {
  .section-about .text p {
    margin-top: 30px; }
  .section-about .carousel {
    display: none; }
  .section-numbers {
    padding-top: 50px;
    height: auto;
    background: none; }
    .section-numbers .item {
      margin: -15px auto; }
  .section-services .title {
    margin-bottom: 0; }
  .section-services .item {
    margin-top: 30px;
    max-width: 100%;
    padding: 200px 0 0 0 !important;
    text-align: center !important; }
    .section-services .item .icon {
      left: 50% !important;
      transform: translateX(-50%);
      right: inherit !important; }
  .section-partners {
    padding-top: 100px;
    background: none;
    height: auto; }
  .interna .h1 {
    font-size: 40px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .interna .content-about .text {
    margin-top: 100px; }
  .interna .content-about .image {
    display: none; }
  .ambiental .block-section .center {
    padding-bottom: 0; }
  .ambiental .block-section .item {
    margin-bottom: 20px; }
  .mudas .gallery {
    padding: 30px 0 50px;
    transform: none; }
    .mudas .gallery .text {
      width: 100%; }
  .mudas .block-table .table .th .td,
  .mudas .block-table .table .tr .td {
    line-height: 40px; }
    .mudas .block-table .table .th .td:first-child,
    .mudas .block-table .table .tr .td:first-child {
      width: 70%; }
    .mudas .block-table .table .th .td:nth-child(2),
    .mudas .block-table .table .tr .td:nth-child(2) {
      display: none; }
    .mudas .block-table .table .th .td:last-child,
    .mudas .block-table .table .tr .td:last-child {
      width: 30%; }
  .mudas .block-table .table .th .td {
    font-size: 20px; } }

@media (max-width: 767px) {
  .section-about .text p,
  .section-solutions .text p,
  .about .text p {
    font-size: 18px; }
  header .header-logo {
    position: relative;
    z-index: 200;
    float: left; }
  header .header-menu {
    position: absolute;
    margin-top: 0 !important;
    top: -20px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 110px 0 10px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out; }
    header .header-menu.open {
      opacity: 1;
      visibility: visible; }
    header .header-menu ul {
      display: block;
      text-align: center; }
      header .header-menu ul li {
        padding: 10px 0; }
  header .burger {
    display: block; }
  .section-about .text {
    margin-top: 100px; }
    .section-about .text h1 {
      padding: 15px 0 15px 105px;
      font-size: 40px;
      line-height: 46px; }
  .section-solutions .item {
    height: auto; }
    .section-solutions .item .hover {
      padding: 180px 20px 20px; }
  .section-solutions .text h1 {
    font-size: 40px; }
  .section-contact {
    background: none; }
  footer .copy {
    float: none;
    text-align: center;
    color: #3f3f3f;
    text-shadow: none; }
  footer .ass {
    margin: 20px auto 0;
    float: none;
    display: table; }
  .about .text {
    padding-bottom: 50px; }
    .about .text h1 {
      padding: 15px 0;
      font-size: 40px;
      line-height: 47px !important; }
  .about .block-p {
    padding: 80px 30px 25px 30px; }
    .about .block-p .foto {
      top: -65px;
      left: 50%;
      transform: translateX(-50%);
      max-width: 150px; }
    .about .block-p h1 {
      padding-left: 0;
      text-align: center;
      font-size: 30px; } }

@media (max-width: 1000px) {
  .modal .text h2 {
    font-size: 20px; } }

@media (max-width: 768px) {
  .modal .row {
    display: block; }
  .modal .text {
    display: none; }
  .interna .content-about .text h2 {
    font-size: 22px !important; }
  .terceirizacao .block-section .list h2 {
    background-size: 33%; } }

@media (max-width: 480px) {
  .terceirizacao .block-section .list {
    height: unset;
    margin-top: 25px; }
  .block-carousel .owl-nav {
    left: 20px !important;
    right: 20px !important; }
    .block-carousel .owl-nav .owl-prev {
      font-size: 50px !important; }
    .block-carousel .owl-nav .owl-next {
      font-size: 50px !important; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/site/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/site/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/site/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/site/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/site/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/site/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: 0px;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: 0px; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px; } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.bold {
  font-weight: bold;
}
