@import url("https://fonts.googleapis.com/css?family=Parisienne&amp;display=swap");
#flags_language_selector {
  display: none; }

/**************************
* TYPHOGRAPHY
**************************/
h2.title {
  display: inline-block;
  position: relative;
  line-height: normal; }
  h2.title:before, h2.title:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    top: 0;
    width: 100px; }
  h2.title:before {
    right: 100%;
    margin-right: 15px; }
  h2.title:after {
    left: 100%;
    margin-left: 15px; }

/**************************
* FLEET
**************************/
.owl-fleet img {
  opacity: .7;
  transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out; }
  .owl-fleet img:hover {
    opacity: 1; }

.fdc-instagram-container {
  position: relative;
  z-index: 9;
  margin: 0 auto; }

footer .logo-footer {
  margin-bottom: 30px; }
footer p {
  position: relative;
  z-index: 9;
  color: #8c8c8c !important; }
footer .social {
  text-align: center;
  position: relative;
  z-index: 9;
  width: 100%; }
footer .footer-caption {
  display: none; }

.vbox-inline p {
  color: black; }

#cookie-notice a {
  color: #c19c6d;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 700; }

.slogan-container {
  width: 50%;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6); }
  .slogan-container .slogan {
    margin-top: 30px;
    font-family: 'Parisienne', cursive;
    color: #c19c6d;
    font-size: 35px; }

@media only screen and (max-width: 767px) {
  .actionbar .social {
    display: none; } }
@media only screen and (min-width: 768px) {
  .home-box .wpb_content_element {
    padding: 0 50px;
    box-sizing: border-box; }
    .home-box .wpb_content_element h2 {
      padding-top: 20px; } }
.bg-color {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: background-color .5s; }

.decoration-dots-container {
  text-align: center; }
  .decoration-dots-container #decoration-dots {
    width: 100px;
    color: #46c2cc; }

.fci-item-list .image-container {
  border: 2px solid lightgrey;
  border-radius: 0; }
  .fci-item-list .image-container .overlay-rect {
    display: none; }
.fci-item-list .item-category {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: lightgrey;
  padding: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

/**************************
* DIVIDERS
**************************/
.uncode-divider-wrap-bottom {
  transform: scaleX(-1) translateZ(0px);
  position: relative;
  margin-top: -60px;
  z-index: 9; }
  .uncode-divider-wrap-bottom svg {
    width: 100%;
    height: 60px;
    transform: translatex(0) scaley(-1); }

body:not(.home) .uncode-divider-wrap-bottom {
  bottom: -600px; }

.owl-sponsor img {
  max-width: 200px;
  display: block;
  margin: 0 auto; }

.box-container {
  position: relative; }
  .box-container::before {
    content: '';
    position: absolute;
    display: block;
    height: 12px;
    width: 100%;
    background: #46c2cc;
    background: repeating-linear-gradient(-45deg, #46c2cc, #46c2cc 12px, transparent 10px, transparent 23px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 0; }
  .box-container .title-container-form {
    padding-top: 45px;
    padding-bottom: 35px; }
  .box-container .container-form select {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    padding: 10px; }
  .box-container .container-form input {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    padding: 10px; }

/**************************
* FDC ITEMS
**************************/
.category-desc p {
  font-size: 16px;
  text-align: justify; }

.single-fdc_custom_items .sidebar .widget-area .fci-most-viewed-posts li .desc h4 {
  font-size: 18px; }

/**************************
* FIXED TOP
*************************/
.fixed-top {
  background-color: #a0a0a0; }

/**************************
* MENU
*************************/
#menu-main-menu li.active {
  border-bottom: 1px solid #46c2cc; }
  #menu-main-menu li.active a {
    color: #46c2cc; }
@media only screen and (min-width: 991px) {
  #menu-main-menu li {
    margin: 0 3px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }
    #menu-main-menu li:hover a {
      color: #46c2cc;
      transition: 0.3s; } }
#menu-main-menu .dropdown-menu {
  display: block;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-1em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
#menu-main-menu .dropdown:hover .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.dropdown-menu a.active {
  background-color: #dbdbdb; }

.header-title {
  z-index: 999; }

body:not(.home) .uncode-divider-wrap-bottom.fdc-divider-item {
  bottom: 0; }

#side-slide {
  display: block;
  position: fixed;
  top: 0px;
  right: -250px;
  max-width: 100%;
  width: 250px;
  height: 100%;
  overflow: auto;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  z-index: 99999;
  z-index: 100000;
  background-color: gray; }
  #side-slide .navbar-nav {
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%; }
    #side-slide .navbar-nav li {
      text-align: center;
      padding: 10px 0;
      border-bottom: 0.5px solid darkgrey; }
      #side-slide .navbar-nav li:last-child {
        border-bottom: 0; }
  #side-slide .dropdown-menu {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important; }
    #side-slide .dropdown-menu a {
      color: #8c8c8c; }
  #side-slide .social {
    width: 100%;
    text-align: center; }
  #side-slide .close-wrapper {
    height: 30px;
    padding: 20px; }

#body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9002;
  display: none; }

.navbar-toggler i {
  color: #46c2cc; }

/**************************
* FACEBOOK TIMELINE
**************************/
/* 5 columns, percentage width */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid {
  width: 100%; }

.grid-award,
.grid-sizer {
  width: 33.3%;
  box-sizing: border-box;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .grid-item,
  .grid-sizer {
    width: 100%;
    box-sizing: border-box; } }
.grid-item {
  float: left;
  height: 100px;
  background: #0D8;
  border: 2px solid #333;
  border-color: rgba(0, 0, 0, 0.7); }

.grid-item--height2 {
  height: 200px; }

.grid-facebook,
.grid-facebook-sizer {
  width: 23%;
  box-sizing: border-box;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .grid-facebook,
  .grid-facebook-sizer {
    width: 100%;
    box-sizing: border-box; } }
.grid-facebook-container {
  position: relative; }
  .grid-facebook-container .time {
    position: absolute;
    top: 10px;
    background-color: var(--secondary-color);
    color: white;
    font-size: 11px;
    padding: 3px;
    line-height: normal;
    font-weight: bold; }
  .grid-facebook-container .desc {
    font-size: 12px;
    line-height: normal;
    text-align: center; }
  .grid-facebook-container figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .grid-facebook-container figure:hover img {
    opacity: .5; }

/*# sourceMappingURL=single.css.map */
