/*
*
* IMPORT PARTIALS
*
*/
/*
*
* ACTION BAR
*
*/
.actionbar p {
  margin-bottom: 0;
}

.actionbar .social {
  float: right;
}

/*
*
* HEADER 1
*
*/
@media (max-width: 991px) {
  .header_1 nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_1 nav ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_1 nav ul li {
    text-align: center;
  }
  .header_1 nav .dropdown-menu a {
    text-align: center;
  }
}

/*
*
* HEADER 2
*
*/
.header_2 nav {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px -2px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px -2px;
  z-index: 9;
}

.header_2 .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_2 .navbar-collapse ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_2 .navbar-collapse ul li .nav-link {
  padding: 0 20px;
}

@media (max-width: 991px) {
  .header_2 .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header_2 .order-md-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header_2 nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_2 nav ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_2 nav ul li {
    text-align: center;
  }
}

/*
*
* HEADER 3
*
*/
.header_3 .navbar:not(.fixed-top) {
  position: absolute;
  z-index: 9;
  width: 100%;
}

/*
*
* HEADER 4
*
*/
.header_4 .navbar:not(.fixed-top) {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header_4 .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .header_4 .navbar-collapse {
    width: 40%;
  }
}

.header_4 .navbar-collapse ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .header_4 .logo-container {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .header_4 .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header_4 .order-md-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header_4 nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_4 nav ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_4 nav ul li {
    text-align: center;
  }
}

/*
*
* HEADER 5
*
*/
.header_5 .navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .header_5 .navbar {
    position: fixed;
    bottom: 0;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    right: auto;
  }
  .header_5 .navbar .navbar-collapse {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header_5 .navbar .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header_5 .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .header_5 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .header_5 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    border-right: none;
    vertical-align: baseline;
  }
}

/*
*
* HEADER 6
*
*/
.header_6 .navbar {
  top: 0;
  right: 0;
  left: auto;
  z-index: 1030;
}

@media (min-width: 768px) {
  .header_6 .container {
    width: 80%;
    margin-left: 0;
    max-width: none;
  }
  .header_6 .navbar {
    position: fixed;
    bottom: 0;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header_6 .navbar .navbar-collapse {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header_6 .navbar .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header_6 .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .header_6 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .header_6 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-left: .3em solid;
    border-bottom: .3em solid transparent;
    border-right: none;
    vertical-align: baseline;
  }
}

/*
*
* LOGO STICKY
*
*/
nav.fixed-top .logo-main {
  display: none;
}

nav.fixed-top .logo-sticky {
  display: block;
}

nav.fixed-top .logo-mobile {
  display: none;
}

/*
*
* LOGO MAIN
*
*/
nav:not(.fixed-top) .logo-main {
  display: block;
}

nav:not(.fixed-top) .logo-sticky {
  display: none;
}

nav:not(.fixed-top) .logo-mobile {
  display: none;
}

/*
*
* LOGO MOBILE
*
*/
@media only screen and (max-width: 767px) {
  nav:not(.fixed-top) .logo-mobile {
    display: block;
  }
  nav:not(.fixed-top) .logo-main {
    display: none;
  }
  nav:not(.fixed-top) .logo-sticky {
    display: none;
  }
}

/*
*
* SOCIAL
*
*/
ul.social {
  list-style: none outside;
  padding: 12px 0;
  margin: 0;
}

ul.social li {
  display: inline-block;
  margin-right: 12px;
}

ul.social li:last-child {
  margin-right: 0;
}

ul.contacts,
ul.contacts-mobile {
  list-style: none outside;
  padding: 12px 0;
  margin: 0;
}

ul.contacts li,
ul.contacts-mobile li {
  display: inline-block;
  margin-right: 12px;
}

#flags_language_selector {
  float: right;
  padding-left: 0;
  text-align: center;
  padding: 12px 0 0 30px;
}

#flags_language_selector p,
#flags_language_selector i {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  margin: 0 5px;
}

#flags_language_selector a p {
  color: white;
  font-size: 14px;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  #flags_language_selector {
    display: inline-block;
    margin-bottom: 0;
    color: white;
    float: right;
    width: 50%;
  }
  .social {
    display: inline-block;
    float: left !important;
    width: 50%;
  }
}

/*
*
* TITLE
*
*/
.entry-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.entry-header .header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  text-align: center;
}

.entry-header .header-overlay:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(18%, rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=0);
}

.entry-header .header-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 30px;
}

.entry-header .header-title .read-down a {
  font-size: 25px;
}

/*
*
* FULL WIDTH
*
*/
.full_width .section-group {
  width: 100%;
  display: block;
}

/*
*
* WITH SIDEBAR
*
*/
.with_aside .section-group {
  width: 72%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.with_aside.aside_left .section-group {
  border-left: 1px solid beige;
}

.with_aside.aside_left aside {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 20px;
}

.with_aside.aside_right .section-group {
  border-right: 1px solid beige;
}

.with_aside.aside_right aside {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding: 20px;
}

.with_bside .section-group {
  width: 60%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-left: 1px solid beige;
  border-right: 1px solid beige;
}

.with_bside aside.sidebar_left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 20px;
}

.with_bside aside.sidebar_right {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding: 20px;
}

.btn {
  z-index: 9;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
  .contacts-mobile {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .contacts {
    display: none;
  }
  #wrapper .navbar-main ul li {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .actionbar .contacts-mobile {
    text-align: center;
  }
  .actionbar .social {
    float: none;
    text-align: center;
  }
  .navbar-main .logo {
    width: 100%;
    text-align: center;
  }
  .navbar-main .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .with_aside .section-group {
    width: 100%;
    border: 0 !important;
  }
  .with_aside.aside_right aside {
    width: 100%;
  }
}

.footer {
  overflow: hidden;
  width: 100%;
}

.footer .back-to-top {
  width: 50px;
  height: 50px;
  padding: 10px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .back-to-top i {
  font-size: 15px;
}

.footer .footer-logo {
  width: 100%;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.footer .footer-logo .footer-caption {
  padding-top: 20px;
  padding-bottom: 30px;
  color: white;
}

.footer .footer-menu {
  text-align: center;
  margin-bottom: 30px;
}

.footer .footer-menu li {
  display: inline-block;
  color: white;
}

.footer .footer-menu li a {
  color: white;
}

.footer .footer-menu li i {
  margin: 0 10px;
  font-size: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.footer .footer-menu li:last-child i {
  display: none;
}

.footer .copyright-details {
  margin-bottom: 30px;
}

.footer .copyright-details p {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
}

.footer .copyright-details a {
  color: white;
  font-size: 12px;
}

/*
*
* CONTACT FORM
*
*/
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  width: 100%;
  text-align: center;
  line-height: 47px;
  padding: 0 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.5px solid var(--secondary-color);
  background-color: var(--light-color) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: none !important;
}

.wpcf7 input[type=submit] {
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.wpcf7 select {
  width: 100%;
  height: 47px;
  padding: 0 15px;
  border-radius: 0;
  border: 0.5px solid var(--secondary-color);
  background-color: var(--light-color) !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wpcf7 .vc_column_container {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#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: yellow;
}

#side-slide .navbar-nav {
  padding: 50px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#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 .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;
}

.contacts-container .icon-row {
  margin: 25px 20px 25px 0;
  text-align: left;
}

.contacts-container .icon-row .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.contacts-container .icon-row .icon i {
  font-size: 20px;
  padding: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--secondary-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--secondary-color);
}

.contacts-container .icon-row .contact {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  margin-left: 15px;
  color: var(--primary-color);
}

.estimate {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(-50deg, #fdc502, #fdc502 25%, #ffd237 50%);
  border-radius: 20px;
  text-align: center;
}

.box-heading {
  background: linear-gradient(-50deg, #fdc502, #fdc502 25%, #ffd237 50%);
}

/*
*
* DATEPICKER THEME
*
*/
.ll-skin-nigran {
  font-size: 90%;
  position: absolute;
  z-index: 999;
}

.ll-skin-nigran.ui-widget {
  font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
  background: #0f2453;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0 1px 3px #252525;
          box-shadow: 0 1px 3px #252525;
}

.ll-skin-nigran.ui-datepicker {
  padding: 0;
}

.ll-skin-nigran .ui-datepicker-header {
  border: none;
  border-bottom: 1px solid #0f2453;
  background: transparent !important;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #f0cc01;
}

.ll-skin-nigran .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-nigran.ui-datepicker .ui-datepicker-next-hover,
.ll-skin-nigran.ui-datepicker .ui-datepicker-next,
.ll-skin-nigran.ui-datepicker .ui-datepicker-prev {
  top: 1.7em;
  border: none;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-next span,
.ll-skin-nigran.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../png/ui-icons_ffffff_256x240-2.png);
  background-position: -32px -32px;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px -32px;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-prev-hover span {
  background-position: -96px -48px;
}

.ll-skin-nigran.ui-datepicker .ui-datepicker-next-hover span {
  background-position: -32px -48px;
}

.ll-skin-nigran.ui-datepicker table {
  margin: 0;
}

.ll-skin-nigran.ui-datepicker th {
  padding: 3em 0;
  color: #e8e8e8;
  font-size: 8px;
  font-weight: normal;
  text-shadow: 0 0 2px #0f2453;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #e8e8e8;
}

.ll-skin-nigran.ui-datepicker td {
  border: none;
  padding: 0;
}

.ll-skin-nigran td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1em 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px;
}

.ll-skin-nigran td .ui-state-active,
.ll-skin-nigran td .ui-state-hover {
  background: #f0cc01;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/*
*
* BODY
*
*/
body {
  background-color: black;
}

body img {
  max-width: 100%;
}

body:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 100vh;
  width: 100%;
}

a:hover {
  text-decoration: none !important;
}

/*
*
* NAVBAR
*
*/
@media (min-width: 768px) {
  .navbar-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/**************************
* VENOBOX
**************************/
.vbox-inline {
  padding: 50px !important;
  border-radius: 30px;
}

/**************************
* FLEX
**************************/
@media (min-width: 768px) {
  .flex-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/**************************
* TITLE SECTION
**************************/
h1.title-section {
  line-height: 80px;
  position: relative;
}

h1.title-section:before {
  width: 100%;
  margin: 0;
  height: 2px;
  content: " ";
  border-bottom: 7px double #ddd;
}

h1.title-section:after {
  width: 100%;
  margin: 0;
  height: 2px;
  content: " ";
  border-bottom: 7px double #ddd;
}

.section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-title:before {
  width: 100%;
  margin: 0;
  height: 2px;
  content: " ";
  border-bottom: 7px double #ddd;
}

.section-title:after {
  width: 100%;
  margin: 0;
  height: 2px;
  content: " ";
  border-bottom: 7px double #ddd;
}

.section-title h2 {
  line-height: 60px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px;
}

/**************************
* IMAGES
**************************/
.image-container {
  padding-bottom: 20px;
}

.image-container img {
  display: block;
  width: 100%;
}

.image-border-overlay figure div {
  position: relative;
}

.image-border-overlay figure div:after {
  content: '';
  position: absolute;
  width: 90%;
  border: 1px solid white;
  height: 90%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  top: 5%;
}

/**************************
* DIVIDERS
**************************/
.uncode-divider-wrap-bottom {
  -webkit-transform: scaleX(-1) translateZ(0px);
          transform: scaleX(-1) translateZ(0px);
  position: relative;
  margin-top: -60px;
  z-index: 9;
}

.uncode-divider-wrap-bottom svg {
  width: 100%;
  height: 60px;
  -webkit-transform: translatex(0) scaley(-1);
          transform: translatex(0) scaley(-1);
}

.uncode-divider-wrap-footer {
  -webkit-transform: scaleX(-1) translateZ(0px);
          transform: scaleX(-1) translateZ(0px);
  position: relative;
  margin-bottom: -60px;
  z-index: 9;
}

.uncode-divider-wrap-footer svg {
  width: 100%;
  height: 60px;
  -webkit-transform: translatex(0) scaley(1);
          transform: translatex(0) scaley(1);
}
/*# sourceMappingURL=custom.css.map */