.nasos-calc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nasos-calc > div {
  width: 70%;
}
.nasos-calc > .calc-recommends {
  width: 25%;

  background: #ffd200;
  padding: 20px 15px;
}
#calc-handle-q,
#calc-handle-s {
  width: auto;
  height: 30px;
  top: 50%;
  text-align: center;
  line-height: 30px;
  padding: 0px 7px;
  margin-top: -14px;
}
.slider-section .sppb-col-sm-12.ls-overflow-visible {
  /* padding: 0px !important; */
}
.slider-section .ls-fullscreen-wrapper > div {
  /* margin: 0px !important; */
}
.sp-megamenu-parent >li >a {
  color: #000 !important;
}
#sp-header {
  background: rgba(255, 255, 255, 0.8) !important;
}
#sp-header.menu-fixed {
  background: rgba(255, 255, 255, 0.9) !important;
}
.sp-megamenu-parent >li >a {
    line-height: 54px !important;
}
#sp-header > .container > .row {
  display: flex;
  align-items: center;
}
.calc-control {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.calc-control .param-1 {
  width: 30%;
}
.calc-control .param-0 {
  width: 63%;
}
.calc-results tr th,
.calc-results tr td {
  padding: 10px 20px;
}
.calc-results tr th:first-child,
.calc-results tr td:first-child {
  padding-left: 0px;
}
.calc-results tr th:last-child,
.calc-results tr td:last-child {
  width: 140px;
  padding-right: 0px;
  text-align: right;
}
.calc-results tr {
  border-bottom: 1px solid #f3f3f3;
}
.calc-results tr td {
  /* width: 25%; */
}
.calc-results {
  width: 100%;
  margin-top: 40px;
}
.calc-recommends-form h2,
.handle-title {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0px;
  padding: 20px 0px;
}
.ui-widget-header {
  background: #ffd200;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #ffd200;
  font-weight: normal;
  color: #000;
}
.calc-recommends-form input {
  border: 1px solid #d9d8d8 !important;
  font-size: 16px !important;
  padding: 15px 15px !important;
  margin-bottom: 10px !important;
  line-height: 20px !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  max-width: 100% !important;
  border-radius: 0px !important;
  width: calc(100% - 30px);
  height: 20px !important;
}
/* .calc-recommends-form button {
  background: #444243 !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
  width: 100% !important;
  padding: 10px !important;
} */
.calc-recommends .formResponsive {
  margin: 0px !important;
}
.calc-recommends .handle-title {
  padding-top: 0px;
}
.calc-recommends-form .formDescription,
.calc-recommends-form .formControlLabel,
.rsform-block-capch {
  display: none;
}
.latest-post-details {
  width: 100%;
}
.latest-posts .latest-post .img-hexagon {
  cursor: default;
}
.iconimg {
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.iconimgcontainer {
  display: block;
  padding: 5px 25px !important;
  width: fit-content;
  text-align: center;
  margin: 0px auto;
}
body .uk-slidenav-position .uk-slidenav {
  display: block !important;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: -40px !important;
}
.uk-slidenav-position .uk-slidenav-next {
    right: -40px !important;
}
.our-clients li {
    display: flex;
    align-items: center;
}
.our-clients .uk-overlay-scale {
  width: 90%;
  margin: 0 auto;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.our-clients .uk-overlay-scale:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.onepage-contact-form {
  position: static !important;
}
.template-btn:before,
.calc-recommends-form .formResponsive button[type="submit"]:before,
.white-popup-block .formResponsive button[type="submit"]:before,
.side-switcher a.sppb-btn:before,
.onepage-contact-form .formResponsive button[type="submit"]:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150%;
  height: 100%;
  background: #fff;
  z-index: -1;

  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.template-btn:hover:before,
.calc-recommends-form .formResponsive button[type="submit"]:hover:before,
.white-popup-block .formResponsive button[type="submit"]:hover:before,
.side-switcher a.sppb-btn:hover:before,
.onepage-contact-form .formResponsive button[type="submit"]:hover:before {
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.template-btn,
.calc-recommends-form .formResponsive button[type="submit"],
.white-popup-block .formResponsive button[type="submit"],
.side-switcher a.sppb-btn,
.onepage-contact-form .formResponsive button[type="submit"] {
  font-weight: 400;
  text-align: center;
  white-space: pre-line;
  vertical-align: middle;

  background: #ffd200 !important;
  box-shadow: none;
  border: 1px solid #000;
  overflow: hidden;
  color: #000 !important;
  text-shadow: none;
  border-radius: 0px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
}
.template-btn {
  width: auto;
}
.calc-recommends-form .formResponsive button[type="submit"] {
  background: #444243 !important;
  color: #fff !important;
}
.calc-recommends-form .formResponsive button[type="submit"]:hover {
  color: #000 !important;
}


.side-switcher a.sppb-btn {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.onepage-contact-form i {
  color: #ffd200;
}
.onepage-contact-form > div {
  position: absolute;
  top: 0px;
  left: inherit;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(17, 17, 17, 0.8);
  padding: 40px 30px;
}
.onepage-contact-form textarea {
  height: 60px;
}
.white-popup-block input[type="text"],
.onepage-contact-form input[type="text"],
.onepage-contact-form textarea {
  width: calc(100% - 26px);
  padding: 13px;
}
.onepage-contact-form .formControlLabel {
  display: none;
}
#sp-footer {
  padding: 10px 0 !important;
}
.onepage-contact-form .sppb-addon-feature .sppb-media {
    display: flex;
    align-items: center;
}
.sp-copyright {
  font-size: 14px;
}
.side-switcher > .sppb-container-inner > .sppb-row > div {
  overflow: hidden;
  transition: all 1s ease-out;
}
.side-switcher > .sppb-container-inner > .sppb-row > div.hovered {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.side-switcher > .sppb-container-inner > .sppb-row > div.siblings-hovered {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.side-switcher > .sppb-container-inner > .sppb-row > div .sppb-column {
  transition: all .7s ease;
  position: relative;
  left: 0px;
  width: 500px;
  margin: 0 auto;
}
.side-switcher > .sppb-container-inner > .sppb-row > div.siblings-hovered .sppb-column.first {
  left: -200%;
}
.side-switcher > .sppb-container-inner > .sppb-row > div.siblings-hovered .sppb-column.last {
  left: 200%;
}
.side-switcher > .sppb-container-inner > .sppb-row > div:last-child:before,
.side-switcher > .sppb-container-inner > .sppb-row > div:first-child:before {
  content: '';
  position: absolute;
  opacity: 1;
  right: 0px;
  height: 120px;
  width: 120px;
  top: 50%;
  transition: opacity .3s ease;
  transform: translateY(-50%) scale(-1);
  background: url(../images/arrow.svg);
}
.side-switcher > .sppb-container-inner > .sppb-row > div:last-child:before {
  right: auto;
  left: 0px;
  transform: translateY(-50%) scale(1);
}
.side-switcher h3.sppb-addon-title {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.side-switcher .sppb-addon-title {
  color: #fff;
}
.side-switcher > .sppb-container-inner > .sppb-row > div:first-child:after {
  content: '';
  position: absolute;
  right: 0px;
  height: 95%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.side-switcher > .sppb-container-inner > .sppb-row > div.hovered:before {
  opacity: 0;
}
.white-popup-block form {
  margin: 30px 30px 20px !important;
}
.white-popup-block .rsform-block-recap,
.white-popup-block .formControlLabel {
  display: none;
}
.white-popup-block h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 30px;
}
.white-popup-block {
  padding: 15px !important;
  max-width: 500px !important;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.white-popup-block .modal-inner-block {
  border: 1px solid #000;
}
.mfp-close {
  background: #fff !important;
  opacity: 1 !important;
}
.ls-background-videos .ls-bg-video-overlay {
  display: none;
}
.ls-background-videos .ls-bg-wrap {
  position: relative;
}
.ls-background-videos .ls-bg-wrap:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  height: 90px !important;
  width: 100% !important;
  background: #fff;
  margin-top: -90px;
  opacity: 1;
  z-index: 99999;
}
.ls-background-videos {
  z-index: 99999 !important;
}
.handle-title span {
  color: #8c8c8c;
}
.mfp-inline-holder .mfp-content {
  height: 100%;
}
.white-popup-block.fullsize {
  max-width: 90% !important;
  height: 90% !important;
}
.white-popup-block.fullsize > div > div,
.white-popup-block.fullsize > div {
  height: 100% !important;
}

/***************************
 * Dealers account
****************************/
#dealers_account {
  position: relative;
  margin-bottom: 50px;
}
#dealers_account:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  background: rgba(255,255,255,.6);
  opacity: 0;
  z-index: 9;
  transition: opacity .4s ease;
}
#dealers_account.ajaxprocess:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#dealers_account .flex-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dealers_account input,
.menuloginform input {
  margin: auto;
  border: 1px solid #d9d8d8 !important;
  font-size: 16px !important;
  padding: 15px 15px !important;
  margin-bottom: 10px !important;
  line-height: 20px !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  max-width: 100% !important;
  border-radius: 0px !important;
  width: 220px;
  height: 20px !important;
}
#dealers_account .flex-group > * {
  width: 22%;
  margin: 0px !important;
}
#dealers_account .flex-group button {
  height: 52px;
  line-height: 14px;
}
#ajax-msg {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
#ajax-msg > div {
  display: none;
}
.menuloginform {
  position: fixed;
  /* display: none; */
  top: 0px;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -100%);
  background: #fff;
  width: 400px;
  margin: 0px !important;
  padding: 20px;
  border: 1px solid #e8e8e8;
  opacity: 0;
  transition: all .4s ease;
}
.menuloginform.showLoginForm {
  opacity: 1;
  transform: translate(-50%, 0%);
}
.close-login-form-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateY(-100%);
}
.close-login-form-wrapper {
  transform: translateY(0%);
}
.close-login-form {
  position: absolute;
  top: 16px;
  right: 20px;
}
#form-login-submit {
  /* margin: 0px; */
}
.login-greeting {
  text-align: center;
  margin-bottom: 20px;
}
.logout-button button,
#form-login-submit button {
  margin: 0 auto;
  width: 250px;
  display: block;
}
.menuloginform.sp-module .sp-module-title {
  text-align: center;
  font-size: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}
.color-s1,
[data-order-status=s1] td {
  background: #d4edda !important;
}
.color-s2,
[data-order-status=s2] td {
  background: #fcf8e3 !important;
}
.color-desc > div {
  display: inline-block;
}
.color-s1,
.color-s2 {
  display: inline-block;
  width: 20px;
  height: 14px;
  border: 1px solid #000000;
  position: relative;
  top: 1px;
  margin: 0px 0px 0px 20px;
}
.enter-account {
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  color: #555;
}

article .entry-image.full-image {
  float: left;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 10px;
}
article .entry-image.intro-image {
  /* float: left; */
  /* width: 30%; */
  /* padding-right: 15px; */
}
.article-info {
  margin: 0px !important;
}
.article-info >dd {
  margin-left: 0px !important;
}
.article-readmore {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}
.article-readmore:hover {
  color: #000000;
}
.item.item-page .page-header,
.blog .page-header {
  border-top: 1px solid #eee;
  margin-top: 13px;
}
body article.item {
  margin-bottom: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #000000 !important;
}
.blog .items-row:nth-child(odd) article .entry-image.intro-image {
  /* float: right; */
  /* padding-right: 0px; */
  /* padding-left: 15px; */
}
.blog .items-row:nth-child(odd) {
  /* text-align: right; */
}
.layout-blog #sp-main-body {
  padding-top: 0px;
}
.layout-blog #sp-header {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    height: 90px;
    width: 100%;
}
.layout-blog.sticky-header {
  padding-top: 90px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #000000 !important;
}
[itemprop="articleBody"] h2 {
  font-size: 24px;
}
.page-header div {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.entry-header h1 {
    margin: 8px 0 0;
    font-size: 24px;
    line-height: 1;
}
#sp-main-body {
    padding: 0 !important;
}
.home-blocks-adv .uk-panel-title {
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
}
ul:not(.sp-dropdown-items):not(.pager) {
  padding-left: 0px;
  position: relative;
  left: 40px;
  margin-right: 40px;
}
#sp-header .logo .logoh1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}


/***************************
 * responsive
****************************/
@media (min-width: 768px) {
  #offcanvas-toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .sp-megamenu-parent >li >a {
    padding: 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header .col-md-9 {
    width: 80%;
  }
  header .col-md-3 {
    width: 20%;
  }
  header .sp-megamenu-parent >li >a {
    padding: 0 7px;
    font-size: 16px;
  }

  .features-hexa .sppb-col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .side-switcher > .sppb-container-inner > .sppb-row > div.sppb-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .side-switcher > .sppb-container-inner > .sppb-row > div .sppb-column {
    width: 300px;
  }
  .side-switcher > .sppb-container-inner > .sppb-row > div .sppb-column {
    left: 0px !important;
  }
  .side-switcher > .sppb-container-inner > .sppb-row > div:last-child:before,
  .side-switcher > .sppb-container-inner > .sppb-row > div:first-child:before {
    display: none;
  }
  .onepage-contact-form > div {
    width: 380px;
  }
}
@media (max-width: 600px) {
  #offcanvas-toggler >i {
    color: #000 !important;
    font-size: 35px !important;
    position: relative;
    top: 5px;
  }
  header .col-md-9 {
    width: 20%;
  }
  header .col-md-3 {
    width: 80%;
  }
  .features-hexa .sppb-col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sppb-addon-latest-posts .sppb-col-sm-6 {
    width: 100% !important;
  }
  .side-switcher > .sppb-container-inner > .sppb-row > div.sppb-col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .nasos-calc > div {
    width: 100%;
  }
  .nasos-calc > .calc-recommends {
    width: 100%;
  }
  .formResponsive input[type="text"],
  .formResponsive input[type="password"],
  .formResponsive textarea, .formResponsive select {
    width: calc(100% - 30px) !important;
  }
  .calc-control {
    flex-wrap: wrap;
  }
  .calc-control .param-1,
  .calc-control .param-0 {
    width: 100%;
  }
  .handle-title {
    padding: 30px 0px 10px;
  }
  .calc-results tr th, .calc-results tr td {
    padding: 10px 6px;
    font-size: 14px;
    line-height: 15px;
    /* white-space: nowrap; */
  }
  .calc-results tr th:nth-child(2),
  .calc-results tr td:nth-child(2) {
    display: none;
  }
  .calc-results tr th:nth-child(3),
  .calc-results tr td:nth-child(3) {
    text-align: center;
  }
  .onepage-contact-form > div {
    width: auto;
    position: relative !important;
    top: 0px;
    transform: none;
    height: auto !important;
  }
  #column-id-1481090232 > .sppb-column-addons,
  .page-contacts .sppb-column-addons {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
  }
  #column-id-1481090232 > .sppb-column-addons > div,
  .page-contacts .sppb-column-addons > div {
    width: 100%;
  }
  #column-id-1481090232 > .sppb-column-addons > div,
  .page-contacts .sppb-column-addons > div {
    -webkit-order: 2;
    order: 2;
  }
  #column-id-1481090232 > .sppb-column-addons > div.onepage-contact-form,
  .page-contacts .sppb-column-addons > div.onepage-contact-form {
    -webkit-order: 1 !important;
    order: 1 !important;
  }
  #column-id-1481090232 > .sppb-column-addons > div.onepage-contact-form .sppb-column-addons,
  .page-contacts .sppb-column-addons > div.onepage-contact-form .sppb-column-addons {
    /* padding: 0px 20px; */
  }
  .onepage-contact-form {
    position: relative !important;
  }
  .onepage-contact-form input[type="text"],
  .onepage-contact-form textarea {
    width: calc(100% - 26px) !important;
  }
  .sppb-container-inner {
    /* margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; */
  }
  #dealers_account .flex-group {
    display: block;
  }
  #dealers_account .flex-group > * {
    width: 100%;
    margin-bottom: 10px !important;
  }
  #dealers_account input {
    width: calc(100% - 30px) !important;
  }
  #dealers_account {
    margin-bottom: 25px;
    /* margin-top: 50px; */
  }
  .color-desc > div {
    display: block;
  }
  .ajax-full#ajax-msg > div {
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .ajax-full#ajax-msg {
    top: -2px;
    width: 101%;
    height: 100%;
  }
}
